AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.35.5 to 2.35.8. Changed all occurrences of 'AWS Secrets Manager' to 'Amazon Web Services Secrets Manager'. Modified a pattern regex to allow optional 'wallet-auth:' prefix.
Security assessment
The changes are primarily branding/naming updates and version references. The pattern change (adding '(wallet-auth:)?') appears to be a validation format update rather than a security fix. There's no evidence of vulnerability remediation or security incident response.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/create-payment-credential-provider.md b/cli/latest/reference/bedrock-agentcore-control/create-payment-credential-provider.md index 618ac7b35..eb893b0d0 100644 --- a//cli/latest/reference/bedrock-agentcore-control/create-payment-credential-provider.md +++ b//cli/latest/reference/bedrock-agentcore-control/create-payment-credential-provider.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -157 +157 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>> The source type of the API key secret for the Coinbase Developer Platform. Use `MANAGED` if the secret is managed by the service, or `EXTERNAL` if you manage the secret yourself in AWS Secrets Manager. +>>> The source type of the API key secret for the Coinbase Developer Platform. Use `MANAGED` if the secret is managed by the service, or `EXTERNAL` if you manage the secret yourself in Amazon Web Services Secrets Manager. @@ -168 +168 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>> A reference to the AWS Secrets Manager secret that stores the API key secret. This includes the secret ID and the JSON key used to extract the API key secret value from the secret. Required when `apiKeySecretSource` is set to `EXTERNAL` . +>>> A reference to the Amazon Web Services Secrets Manager secret that stores the API key secret. This includes the secret ID and the JSON key used to extract the API key secret value from the secret. Required when `apiKeySecretSource` is set to `EXTERNAL` . @@ -172 +172 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>>> The ID of the AWS Secrets Manager secret that stores the secret value. +>>>> The ID of the Amazon Web Services Secrets Manager secret that stores the secret value. @@ -183 +183 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>>> The JSON key used to extract the secret value from the AWS Secrets Manager secret. +>>>> The JSON key used to extract the secret value from the Amazon Web Services Secrets Manager secret. @@ -206 +206 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>> The source type of the wallet secret for the Coinbase Developer Platform. Use `MANAGED` if the secret is managed by the service, or `EXTERNAL` if you manage the secret yourself in AWS Secrets Manager. +>>> The source type of the wallet secret for the Coinbase Developer Platform. Use `MANAGED` if the secret is managed by the service, or `EXTERNAL` if you manage the secret yourself in Amazon Web Services Secrets Manager. @@ -217 +217 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>> A reference to the AWS Secrets Manager secret that stores the wallet secret. This includes the secret ID and the JSON key used to extract the wallet secret value from the secret. Required when `walletSecretSource` is set to `EXTERNAL` . +>>> A reference to the Amazon Web Services Secrets Manager secret that stores the wallet secret. This includes the secret ID and the JSON key used to extract the wallet secret value from the secret. Required when `walletSecretSource` is set to `EXTERNAL` . @@ -221 +221 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>>> The ID of the AWS Secrets Manager secret that stores the secret value. +>>>> The ID of the Amazon Web Services Secrets Manager secret that stores the secret value. @@ -232 +232 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>>> The JSON key used to extract the secret value from the AWS Secrets Manager secret. +>>>> The JSON key used to extract the secret value from the Amazon Web Services Secrets Manager secret. @@ -271 +271 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>> The source type of the app secret. Use `MANAGED` if the secret is managed by the service, or `EXTERNAL` if you manage the secret yourself in AWS Secrets Manager. +>>> The source type of the app secret. Use `MANAGED` if the secret is managed by the service, or `EXTERNAL` if you manage the secret yourself in Amazon Web Services Secrets Manager. @@ -282 +282 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>> A reference to the AWS Secrets Manager secret that stores the app secret. This includes the secret ID and the JSON key used to extract the app secret value from the secret. Required when `appSecretSource` is set to `EXTERNAL` . +>>> A reference to the Amazon Web Services Secrets Manager secret that stores the app secret. This includes the secret ID and the JSON key used to extract the app secret value from the secret. Required when `appSecretSource` is set to `EXTERNAL` . @@ -286 +286 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>>> The ID of the AWS Secrets Manager secret that stores the secret value. +>>>> The ID of the Amazon Web Services Secrets Manager secret that stores the secret value. @@ -297 +297 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>>> The JSON key used to extract the secret value from the AWS Secrets Manager secret. +>>>> The JSON key used to extract the secret value from the Amazon Web Services Secrets Manager secret. @@ -314 +314 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>> * pattern: `[a-zA-Z0-9+/=\-_\s]*` +>>> * pattern: `(wallet-auth:)?[a-zA-Z0-9+/=\-_\s]*` @@ -320 +320 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>> The source type of the authorization private key. Use `MANAGED` if the secret is managed by the service, or `EXTERNAL` if you manage the secret yourself in AWS Secrets Manager. +>>> The source type of the authorization private key. Use `MANAGED` if the secret is managed by the service, or `EXTERNAL` if you manage the secret yourself in Amazon Web Services Secrets Manager. @@ -331 +331 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>> A reference to the AWS Secrets Manager secret that stores the authorization private key. This includes the secret ID and the JSON key used to extract the authorization private key value from the secret. Required when `authorizationPrivateKeySource` is set to `EXTERNAL` . +>>> A reference to the Amazon Web Services Secrets Manager secret that stores the authorization private key. This includes the secret ID and the JSON key used to extract the authorization private key value from the secret. Required when `authorizationPrivateKeySource` is set to `EXTERNAL` . @@ -335 +335 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>>> The ID of the AWS Secrets Manager secret that stores the secret value. +>>>> The ID of the Amazon Web Services Secrets Manager secret that stores the secret value. @@ -346 +346 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>>> The JSON key used to extract the secret value from the AWS Secrets Manager secret. +>>>> The JSON key used to extract the secret value from the Amazon Web Services Secrets Manager secret. @@ -627 +627 @@ providerConfigurationOutput -> (tagged union structure) ->>> Contains information about a secret in AWS Secrets Manager. +>>> Contains information about a secret in Amazon Web Services Secrets Manager. @@ -631 +631 @@ providerConfigurationOutput -> (tagged union structure) ->>>> The Amazon Resource Name (ARN) of the secret in AWS Secrets Manager. +>>>> The Amazon Resource Name (ARN) of the secret in Amazon Web Services Secrets Manager. @@ -641 +641 @@ providerConfigurationOutput -> (tagged union structure) ->>> The JSON key used to extract the API key secret value from the AWS Secrets Manager secret. +>>> The JSON key used to extract the API key secret value from the Amazon Web Services Secrets Manager secret. @@ -652 +652 @@ providerConfigurationOutput -> (tagged union structure) ->>> The source type of the API key secret. Either `MANAGED` if the secret is managed by the service, or `EXTERNAL` if managed by the user in AWS Secrets Manager. +>>> The source type of the API key secret. Either `MANAGED` if the secret is managed by the service, or `EXTERNAL` if managed by the user in Amazon Web Services Secrets Manager. @@ -663 +663 @@ providerConfigurationOutput -> (tagged union structure) ->>> Contains information about a secret in AWS Secrets Manager. +>>> Contains information about a secret in Amazon Web Services Secrets Manager. @@ -667 +667 @@ providerConfigurationOutput -> (tagged union structure) ->>>> The Amazon Resource Name (ARN) of the secret in AWS Secrets Manager. +>>>> The Amazon Resource Name (ARN) of the secret in Amazon Web Services Secrets Manager. @@ -677 +677 @@ providerConfigurationOutput -> (tagged union structure) ->>> The JSON key used to extract the wallet secret value from the AWS Secrets Manager secret. +>>> The JSON key used to extract the wallet secret value from the Amazon Web Services Secrets Manager secret. @@ -688 +688 @@ providerConfigurationOutput -> (tagged union structure) ->>> The source type of the wallet secret. Either `MANAGED` if the secret is managed by the service, or `EXTERNAL` if managed by the user in AWS Secrets Manager. +>>> The source type of the wallet secret. Either `MANAGED` if the secret is managed by the service, or `EXTERNAL` if managed by the user in Amazon Web Services Secrets Manager. @@ -715 +715 @@ providerConfigurationOutput -> (tagged union structure) ->>> Contains information about a secret in AWS Secrets Manager. +>>> Contains information about a secret in Amazon Web Services Secrets Manager. @@ -719 +719 @@ providerConfigurationOutput -> (tagged union structure) ->>>> The Amazon Resource Name (ARN) of the secret in AWS Secrets Manager. +>>>> The Amazon Resource Name (ARN) of the secret in Amazon Web Services Secrets Manager. @@ -729 +729 @@ providerConfigurationOutput -> (tagged union structure) ->>> The JSON key used to extract the app secret value from the AWS Secrets Manager secret. +>>> The JSON key used to extract the app secret value from the Amazon Web Services Secrets Manager secret. @@ -740 +740 @@ providerConfigurationOutput -> (tagged union structure) ->>> The source type of the app secret. Either `MANAGED` if the secret is managed by the service, or `EXTERNAL` if managed by the user in AWS Secrets Manager. +>>> The source type of the app secret. Either `MANAGED` if the secret is managed by the service, or `EXTERNAL` if managed by the user in Amazon Web Services Secrets Manager. @@ -751 +751 @@ providerConfigurationOutput -> (tagged union structure) ->>> Contains information about a secret in AWS Secrets Manager. +>>> Contains information about a secret in Amazon Web Services Secrets Manager. @@ -755 +755 @@ providerConfigurationOutput -> (tagged union structure) ->>>> The Amazon Resource Name (ARN) of the secret in AWS Secrets Manager. +>>>> The Amazon Resource Name (ARN) of the secret in Amazon Web Services Secrets Manager. @@ -765 +765 @@ providerConfigurationOutput -> (tagged union structure) ->>> The JSON key used to extract the authorization private key value from the AWS Secrets Manager secret. +>>> The JSON key used to extract the authorization private key value from the Amazon Web Services Secrets Manager secret. @@ -776 +776 @@ providerConfigurationOutput -> (tagged union structure) ->>> The source type of the authorization private key. Either `MANAGED` if the secret is managed by the service, or `EXTERNAL` if managed by the user in AWS Secrets Manager. +>>> The source type of the authorization private key. Either `MANAGED` if the secret is managed by the service, or `EXTERNAL` if managed by the user in Amazon Web Services Secrets Manager. @@ -807 +807 @@ providerConfigurationOutput -> (tagged union structure) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »