Skip to content

Commit

Permalink
Merge pull request paws-r#829 from DyfanJones/url_checker
Browse files Browse the repository at this point in the history
update url redirects
  • Loading branch information
DyfanJones authored Sep 10, 2024
2 parents 8ab20b4 + 9a82f4f commit f30005f
Show file tree
Hide file tree
Showing 57 changed files with 4,003 additions and 4,003 deletions.
6 changes: 3 additions & 3 deletions cran/paws.application.integration/R/swf_service.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ NULL
#' Coordinating tasks in a workflow involves managing intertask
#' dependencies, scheduling, and concurrency in accordance with the logical
#' flow of the application.
#'
#'
#' Amazon SWF gives you full control over implementing tasks and
#' coordinating them without worrying about underlying complexities such as
#' tracking their progress and maintaining their state.
#'
#'
#' This documentation serves as reference only. For a broader overview of
#' the Amazon SWF programming model, see the *\href{https://docs.aws.amazon.com/amazonswf/latest/developerguide/}{Amazon SWF Developer Guide}* .
#' the Amazon SWF programming model, see the *\href{https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-welcome.html}{Amazon SWF Developer Guide}* .
#'
#' @param
#' config
Expand Down
2 changes: 1 addition & 1 deletion cran/paws.application.integration/man/swf.Rd

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

98 changes: 49 additions & 49 deletions cran/paws.compute/R/eks_operations.R

Large diffs are not rendered by default.

88 changes: 44 additions & 44 deletions cran/paws.compute/R/serverlessapplicationrepository_operations.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,73 +12,73 @@ NULL
#' See [https://www.paws-r-sdk.com/docs/serverlessapplicationrepository_create_application/](https://www.paws-r-sdk.com/docs/serverlessapplicationrepository_create_application/) for full documentation.
#'
#' @param Author [required] The name of the author publishing the app.
#'
#'
#' Minimum length=1. Maximum length=127.
#'
#'
#' Pattern "^\[a-z0-9\]((\[a-z0-9\]|-(?!-))*\[a-z0-9\])?$";
#' @param Description [required] The description of the application.
#'
#'
#' Minimum length=1. Maximum length=256
#' @param HomePageUrl A URL with more information about the application, for example the
#' location of your GitHub repository for the application.
#' @param Labels Labels to improve discovery of apps in search results.
#'
#'
#' Minimum length=1. Maximum length=127. Maximum number of labels: 10
#'
#'
#' Pattern: "^\[a-zA-Z0-9+\\-_:\\/@@\]+$";
#' @param LicenseBody A local text file that contains the license of the app that matches the
#' spdxLicenseID value of your application. The file has the format
#' file://\<path\>/\<filename\>.
#'
#'
#' Maximum size 5 MB
#'
#'
#' You can specify only one of licenseBody and licenseUrl; otherwise, an
#' error results.
#' @param LicenseUrl A link to the S3 object that contains the license of the app that
#' matches the spdxLicenseID value of your application.
#'
#'
#' Maximum size 5 MB
#'
#'
#' You can specify only one of licenseBody and licenseUrl; otherwise, an
#' error results.
#' @param Name &#91;required&#93; The name of the application that you want to publish.
#'
#'
#' Minimum length=1. Maximum length=140
#'
#'
#' Pattern: "\[a-zA-Z0-9\\-\]+";
#' @param ReadmeBody A local text readme file in Markdown language that contains a more
#' detailed description of the application and how it works. The file has
#' the format file://\<path\>/\<filename\>.
#'
#'
#' Maximum size 5 MB
#'
#'
#' You can specify only one of readmeBody and readmeUrl; otherwise, an
#' error results.
#' @param ReadmeUrl A link to the S3 object in Markdown language that contains a more
#' detailed description of the application and how it works.
#'
#'
#' Maximum size 5 MB
#'
#'
#' You can specify only one of readmeBody and readmeUrl; otherwise, an
#' error results.
#' @param SemanticVersion The semantic version of the application:
#'
#'
#' <https://semver.org/>
#' @param SourceCodeArchiveUrl A link to the S3 object that contains the ZIP archive of the source code
#' for this version of your application.
#'
#'
#' Maximum size 50 MB
#' @param SourceCodeUrl A link to a public repository for the source code of your application,
#' for example the URL of a specific GitHub commit.
#' @param SpdxLicenseId A valid identifier from <https://spdx.org/licenses/>.
#' @param TemplateBody The local raw packaged AWS SAM template file of your application. The
#' file has the format file://\<path\>/\<filename\>.
#'
#'
#' You can specify only one of templateBody and templateUrl; otherwise an
#' error results.
#' @param TemplateUrl A link to the S3 object containing the packaged AWS SAM template of your
#' application.
#'
#'
#' You can specify only one of templateBody and templateUrl; otherwise an
#' error results.
#'
Expand Down Expand Up @@ -114,7 +114,7 @@ serverlessapplicationrepository_create_application <- function(Author, Descripti
#' @param SemanticVersion &#91;required&#93; The semantic version of the new version.
#' @param SourceCodeArchiveUrl A link to the S3 object that contains the ZIP archive of the source code
#' for this version of your application.
#'
#'
#' Maximum size 50 MB
#' @param SourceCodeUrl A link to a public repository for the source code of your application,
#' for example the URL of a specific GitHub commit.
Expand Down Expand Up @@ -156,10 +156,10 @@ serverlessapplicationrepository_create_application_version <- function(Applicati
#' Identity and Access Management (IAM) users. For those applications, you
#' must explicitly acknowledge their capabilities by specifying this
#' parameter.
#'
#'
#' The only valid values are CAPABILITY_IAM, CAPABILITY_NAMED_IAM,
#' CAPABILITY_RESOURCE_POLICY, and CAPABILITY_AUTO_EXPAND.
#'
#'
#' The following resources require you to specify CAPABILITY_IAM or
#' CAPABILITY_NAMED_IAM:
#' [AWS::IAM::Group](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-group.html),
Expand All @@ -170,7 +170,7 @@ serverlessapplicationrepository_create_application_version <- function(Applicati
#' If the application contains IAM resources, you can specify either
#' CAPABILITY_IAM or CAPABILITY_NAMED_IAM. If the application contains IAM
#' resources with custom names, you must specify CAPABILITY_NAMED_IAM.
#'
#'
#' The following resources require you to specify
#' CAPABILITY_RESOURCE_POLICY:
#' [AWS::Lambda::Permission](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html),
Expand All @@ -180,44 +180,44 @@ serverlessapplicationrepository_create_application_version <- function(Applicati
#' [AWS::SQS::QueuePolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queuepolicy.html),
#' and
#' [AWS::SNS:TopicPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topicpolicy.html).
#'
#'
#' Applications that contain one or more nested applications require you to
#' specify CAPABILITY_AUTO_EXPAND.
#'
#'
#' If your application template contains any of the above resources, we
#' recommend that you review all permissions associated with the
#' application before deploying. If you don't specify this parameter for an
#' application that requires capabilities, the call will fail.
#' @param ChangeSetName This property corresponds to the parameter of the same name for the *AWS
#' CloudFormation \href{https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet}{CreateChangeSet}*
#' CloudFormation \href{https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html}{CreateChangeSet}*
#' API.
#' @param ClientToken This property corresponds to the parameter of the same name for the *AWS
#' CloudFormation \href{https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet}{CreateChangeSet}*
#' CloudFormation \href{https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html}{CreateChangeSet}*
#' API.
#' @param Description This property corresponds to the parameter of the same name for the *AWS
#' CloudFormation \href{https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet}{CreateChangeSet}*
#' CloudFormation \href{https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html}{CreateChangeSet}*
#' API.
#' @param NotificationArns This property corresponds to the parameter of the same name for the *AWS
#' CloudFormation \href{https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet}{CreateChangeSet}*
#' CloudFormation \href{https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html}{CreateChangeSet}*
#' API.
#' @param ParameterOverrides A list of parameter values for the parameters of the application.
#' @param ResourceTypes This property corresponds to the parameter of the same name for the *AWS
#' CloudFormation \href{https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet}{CreateChangeSet}*
#' CloudFormation \href{https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html}{CreateChangeSet}*
#' API.
#' @param RollbackConfiguration This property corresponds to the parameter of the same name for the *AWS
#' CloudFormation \href{https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet}{CreateChangeSet}*
#' CloudFormation \href{https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html}{CreateChangeSet}*
#' API.
#' @param SemanticVersion The semantic version of the application:
#'
#'
#' <https://semver.org/>
#' @param StackName &#91;required&#93; This property corresponds to the parameter of the same name for the *AWS
#' CloudFormation \href{https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet}{CreateChangeSet}*
#' CloudFormation \href{https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html}{CreateChangeSet}*
#' API.
#' @param Tags This property corresponds to the parameter of the same name for the *AWS
#' CloudFormation \href{https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet}{CreateChangeSet}*
#' CloudFormation \href{https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html}{CreateChangeSet}*
#' API.
#' @param TemplateId The UUID returned by CreateCloudFormationTemplate.
#'
#'
#' Pattern:
#' \[0-9a-fA-F\]\{8\}\\-\[0-9a-fA-F\]\{4\}\\-\[0-9a-fA-F\]\{4\}\\-\[0-9a-fA-F\]\{4\}\\-\[0-9a-fA-F\]\{12\}
#'
Expand Down Expand Up @@ -251,7 +251,7 @@ serverlessapplicationrepository_create_cloud_formation_change_set <- function(Ap
#'
#' @param ApplicationId &#91;required&#93; The Amazon Resource Name (ARN) of the application.
#' @param SemanticVersion The semantic version of the application:
#'
#'
#' <https://semver.org/>
#'
#' @keywords internal
Expand Down Expand Up @@ -375,7 +375,7 @@ serverlessapplicationrepository_get_application_policy <- function(ApplicationId
#'
#' @param ApplicationId &#91;required&#93; The Amazon Resource Name (ARN) of the application.
#' @param TemplateId &#91;required&#93; The UUID returned by CreateCloudFormationTemplate.
#'
#'
#' Pattern:
#' \[0-9a-fA-F\]\{8\}\\-\[0-9a-fA-F\]\{4\}\\-\[0-9a-fA-F\]\{4\}\\-\[0-9a-fA-F\]\{4\}\\-\[0-9a-fA-F\]\{12\}
#'
Expand Down Expand Up @@ -567,27 +567,27 @@ serverlessapplicationrepository_unshare_application <- function(ApplicationId, O
#'
#' @param ApplicationId &#91;required&#93; The Amazon Resource Name (ARN) of the application.
#' @param Author The name of the author publishing the app.
#'
#'
#' Minimum length=1. Maximum length=127.
#'
#'
#' Pattern "^\[a-z0-9\]((\[a-z0-9\]|-(?!-))*\[a-z0-9\])?$";
#' @param Description The description of the application.
#'
#'
#' Minimum length=1. Maximum length=256
#' @param HomePageUrl A URL with more information about the application, for example the
#' location of your GitHub repository for the application.
#' @param Labels Labels to improve discovery of apps in search results.
#'
#'
#' Minimum length=1. Maximum length=127. Maximum number of labels: 10
#'
#'
#' Pattern: "^\[a-zA-Z0-9+\\-_:\\/@@\]+$";
#' @param ReadmeBody A text readme file in Markdown language that contains a more detailed
#' description of the application and how it works.
#'
#'
#' Maximum size 5 MB
#' @param ReadmeUrl A link to the readme file in Markdown language that contains a more
#' detailed description of the application and how it works.
#'
#'
#' Maximum size 5 MB
#'
#' @keywords internal
Expand Down
4 changes: 2 additions & 2 deletions cran/paws.compute/man/eks_create_cluster.Rd

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.

24 changes: 12 additions & 12 deletions cran/paws.cost.management/R/marketplacemetering_service.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,40 @@ NULL
#'
#' @description
#' AWS Marketplace Metering Service
#'
#'
#' This reference provides descriptions of the low-level AWS Marketplace
#' Metering Service API.
#'
#'
#' AWS Marketplace sellers can use this API to submit usage data for custom
#' usage dimensions.
#'
#'
#' For information on the permissions you need to use this API, see [AWS
#' Marketplace metering and entitlement API
#' permissions](https://docs.aws.amazon.com/marketplace/latest/userguide/iam-user-policy-for-aws-marketplace-actions.html)
#' in the *AWS Marketplace Seller Guide.*
#'
#'
#' **Submitting Metering Records**
#'
#'
#' - *MeterUsage* - Submits the metering record for an AWS Marketplace
#' product. [`meter_usage`][marketplacemetering_meter_usage] is called
#' from an EC2 instance or a container running on EKS or ECS.
#'
#'
#' - *BatchMeterUsage* - Submits the metering record for a set of
#' customers.
#' [`batch_meter_usage`][marketplacemetering_batch_meter_usage] is
#' called from a software-as-a-service (SaaS) application.
#'
#'
#' **Accepting New Customers**
#'
#'
#' - *ResolveCustomer* - Called by a SaaS application during the
#' registration process. When a buyer visits your website during the
#' registration process, the buyer submits a Registration Token through
#' the browser. The Registration Token is resolved through this API to
#' obtain a `CustomerIdentifier` along with the `CustomerAWSAccountId`
#' and `ProductCode`.
#'
#'
#' **Entitlement and Metering for Paid Container Products**
#'
#'
#' - Paid container software products sold through AWS Marketplace must
#' integrate with the AWS Marketplace Metering Service and call the
#' [`register_usage`][marketplacemetering_register_usage] operation for
Expand All @@ -51,14 +51,14 @@ NULL
#' [`register_usage`][marketplacemetering_register_usage] operation,
#' see [Container-Based
#' Products](https://docs.aws.amazon.com/marketplace/latest/userguide/container-based-products.html).
#'
#'
#' [`batch_meter_usage`][marketplacemetering_batch_meter_usage] API calls
#' are captured by AWS CloudTrail. You can use Cloudtrail to verify that
#' the SaaS metering records that you sent are accurate by searching for
#' records with the `eventName` of
#' [`batch_meter_usage`][marketplacemetering_batch_meter_usage]. You can
#' also use CloudTrail to audit records over time. For more information,
#' see the *\href{http://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-concepts.html}{AWS CloudTrail User Guide}.*
#' see the *\href{https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-concepts.html}{AWS CloudTrail User Guide}.*
#'
#' @param
#' config
Expand Down
Loading

0 comments on commit f30005f

Please sign in to comment.