Skip to content

Commit

Permalink
Merge branch 'paws-r:main' into env_container_cred_full_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
DyfanJones authored Jan 6, 2024
2 parents da29a10 + 4f0286c commit e54bcd9
Show file tree
Hide file tree
Showing 22 changed files with 51 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,8 @@ locationservice_create_place_index <- function(DataSource, DataSourceConfigurati
#' - `Here` – For additional information about [HERE
#' Technologies](https://docs.aws.amazon.com/location/latest/developerguide/HERE.html)'
#' coverage in your region of interest, see HERE car routing coverage
#' and HERE truck routing coverage.
#' and [HERE truck routing
#' coverage](https://developer.here.com/documentation/routing-api/dev_guide/topics/coverage/truck-routing.html).
#'
#' For additional information , see [Data
#' providers](https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cran/paws.customer.engagement/R/connect_operations.R
Original file line number Diff line number Diff line change
Expand Up @@ -7263,14 +7263,14 @@ connect_search_available_phone_numbers <- function(TargetArn = NULL, InstanceId
#' See [https://www.paws-r-sdk.com/docs/connect_search_contacts/](https://www.paws-r-sdk.com/docs/connect_search_contacts/) for full documentation.
#'
#' @param InstanceId &#91;required&#93; The identifier of Amazon Connect instance. You can find the instance ID
#' in the Amazon Resource Name (ARN) of the instance
#' @param TimeRange &#91;required&#93; Time range that you want to search results
#' in the Amazon Resource Name (ARN) of the instance.
#' @param TimeRange &#91;required&#93; Time range that you want to search results.
#' @param SearchCriteria The search criteria to be used to return contacts.
#' @param MaxResults The maximum number of results to return per page.
#' @param NextToken The token for the next set of results. Use the value returned in the
#' previous response in the next request to retrieve the next set of
#' results.
#' @param Sort Specifies a field to sort by and a sort order
#' @param Sort Specifies a field to sort by and a sort order.
#'
#' @keywords internal
#'
Expand Down
6 changes: 3 additions & 3 deletions cran/paws.customer.engagement/man/connect_search_contacts.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,9 @@ lexmodelbuildingservice_get_bots <- function(nextToken = NULL, maxResults = NULL
#' See [https://www.paws-r-sdk.com/docs/lexmodelbuildingservice_get_builtin_intent/](https://www.paws-r-sdk.com/docs/lexmodelbuildingservice_get_builtin_intent/) for full documentation.
#'
#' @param signature &#91;required&#93; The unique identifier for a built-in intent. To find the signature for
#' an intent, see Standard Built-in Intents in the *Alexa Skills Kit*.
#' an intent, see [Standard Built-in
#' Intents](https://developer.amazon.com/en-US/docs/alexa/custom-skills/standard-built-in-intents.html)
#' in the *Alexa Skills Kit*.
#'
#' @keywords internal
#'
Expand Down Expand Up @@ -1579,8 +1581,9 @@ lexmodelbuildingservice_put_intent <- function(name, description = NULL, slots =
#' slot type called `AMAZON.DATE`, you can't create a custom slot type
#' called `DATE`.
#'
#' For a list of built-in slot types, see Slot Type Reference in the *Alexa
#' Skills Kit*.
#' For a list of built-in slot types, see [Slot Type
#' Reference](https://developer.amazon.com/en-US/docs/alexa/custom-skills/slot-type-reference.html)
#' in the *Alexa Skills Kit*.
#' @param description A description of the slot type.
#' @param enumerationValues A list of `EnumerationValue` objects that defines the values that the
#' slot type can take. Each value can have a list of `synonyms`, which are
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cran/paws.storage/R/s3_operations.R
Original file line number Diff line number Diff line change
Expand Up @@ -5514,7 +5514,7 @@ s3_put_bucket_website <- function(Bucket, ContentMD5 = NULL, ChecksumAlgorithm =
#' integrity](https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html)
#' in the *Amazon S3 User Guide*.
#' @param Expires The date and time at which the object is no longer cacheable. For more
#' information, see https://www.rfc-editor.org/rfc/rfc7234#section-5.3.
#' information, see <https://www.rfc-editor.org/rfc/rfc7234#section-5.3>.
#' @param GrantFullControl Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the
#' object.
#'
Expand Down
2 changes: 1 addition & 1 deletion cran/paws.storage/man/s3_put_object.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cran/paws/man/codebuild.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cran/paws/man/codegurureviewer.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cran/paws/man/guardduty.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cran/paws/man/marketplacemetering.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cran/paws/man/pi.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cran/paws/man/sfn.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions cran/paws/man/ssm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cran/paws/man/swf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions paws/R/connect_operations.R
Original file line number Diff line number Diff line change
Expand Up @@ -13416,14 +13416,14 @@ connect_search_available_phone_numbers <- function(TargetArn = NULL, InstanceId
#' MaxResults, NextToken, Sort)
#'
#' @param InstanceId &#91;required&#93; The identifier of Amazon Connect instance. You can find the instance ID
#' in the Amazon Resource Name (ARN) of the instance
#' @param TimeRange &#91;required&#93; Time range that you want to search results
#' in the Amazon Resource Name (ARN) of the instance.
#' @param TimeRange &#91;required&#93; Time range that you want to search results.
#' @param SearchCriteria The search criteria to be used to return contacts.
#' @param MaxResults The maximum number of results to return per page.
#' @param NextToken The token for the next set of results. Use the value returned in the
#' previous response in the next request to retrieve the next set of
#' results.
#' @param Sort Specifies a field to sort by and a sort order
#' @param Sort Specifies a field to sort by and a sort order.
#'
#' @return
#' A list with the following syntax:
Expand Down
14 changes: 9 additions & 5 deletions paws/R/lexmodelbuildingservice_operations.R
Original file line number Diff line number Diff line change
Expand Up @@ -1529,7 +1529,9 @@ lexmodelbuildingservice_get_bots <- function(nextToken = NULL, maxResults = NULL
#' lexmodelbuildingservice_get_builtin_intent(signature)
#'
#' @param signature &#91;required&#93; The unique identifier for a built-in intent. To find the signature for
#' an intent, see Standard Built-in Intents in the *Alexa Skills Kit*.
#' an intent, see [Standard Built-in
#' Intents](https://developer.amazon.com/en-US/docs/alexa/custom-skills/standard-built-in-intents.html)
#' in the *Alexa Skills Kit*.
#'
#' @return
#' A list with the following syntax:
Expand Down Expand Up @@ -1655,8 +1657,9 @@ lexmodelbuildingservice_get_builtin_intents <- function(locale = NULL, signature
#' @description
#' Gets a list of built-in slot types that meet the specified criteria.
#'
#' For a list of built-in slot types, see Slot Type Reference in the *Alexa
#' Skills Kit*.
#' For a list of built-in slot types, see [Slot Type
#' Reference](https://developer.amazon.com/en-US/docs/alexa/custom-skills/slot-type-reference.html)
#' in the *Alexa Skills Kit*.
#'
#' This operation requires permission for the `lex:GetBuiltInSlotTypes`
#' action.
Expand Down Expand Up @@ -3927,8 +3930,9 @@ lexmodelbuildingservice_put_intent <- function(name, description = NULL, slots =
#' slot type called `AMAZON.DATE`, you can't create a custom slot type
#' called `DATE`.
#'
#' For a list of built-in slot types, see Slot Type Reference in the *Alexa
#' Skills Kit*.
#' For a list of built-in slot types, see [Slot Type
#' Reference](https://developer.amazon.com/en-US/docs/alexa/custom-skills/slot-type-reference.html)
#' in the *Alexa Skills Kit*.
#' @param description A description of the slot type.
#' @param enumerationValues A list of `EnumerationValue` objects that defines the values that the
#' slot type can take. Each value can have a list of `synonyms`, which are
Expand Down
3 changes: 2 additions & 1 deletion paws/R/locationservice_operations.R
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,8 @@ locationservice_create_place_index <- function(DataSource, DataSourceConfigurati
#' - `Here` – For additional information about [HERE
#' Technologies](https://docs.aws.amazon.com/location/latest/developerguide/HERE.html)'
#' coverage in your region of interest, see HERE car routing coverage
#' and HERE truck routing coverage.
#' and [HERE truck routing
#' coverage](https://developer.here.com/documentation/routing-api/dev_guide/topics/coverage/truck-routing.html).
#'
#' For additional information , see [Data
#' providers](https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html)
Expand Down
2 changes: 1 addition & 1 deletion paws/R/s3_operations.R
Original file line number Diff line number Diff line change
Expand Up @@ -13829,7 +13829,7 @@ s3_put_bucket_website <- function(Bucket, ContentMD5 = NULL, ChecksumAlgorithm =
#' integrity](https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html)
#' in the *Amazon S3 User Guide*.
#' @param Expires The date and time at which the object is no longer cacheable. For more
#' information, see https://www.rfc-editor.org/rfc/rfc7234#section-5.3.
#' information, see <https://www.rfc-editor.org/rfc/rfc7234#section-5.3>.
#' @param GrantFullControl Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the
#' object.
#'
Expand Down

0 comments on commit e54bcd9

Please sign in to comment.