AWS cli documentation change
Summary
Updated CLI version references from 2.35.5 to 2.35.8. Replaced 'AWS Secrets Manager' with 'Amazon Web Services Secrets Manager' throughout. Modified regex pattern for authorizationPrivateKeyValue to allow optional 'wallet-auth:' prefix.
Security assessment
The changes are primarily branding updates (AWS Secrets Manager → Amazon Web Services Secrets Manager) and CLI version bumps. The pattern change for authorizationPrivateKeyValue appears to expand allowed input formats but doesn't address any specific vulnerability or weakness. No security advisories or vulnerability fixes are referenced.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/update-payment-credential-provider.md b/cli/latest/reference/bedrock-agentcore-control/update-payment-credential-provider.md index 42b42ed92..9b3992de8 100644 --- a//cli/latest/reference/bedrock-agentcore-control/update-payment-credential-provider.md +++ b//cli/latest/reference/bedrock-agentcore-control/update-payment-credential-provider.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -156 +156 @@ 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. @@ -167 +167 @@ 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` . @@ -171 +171 @@ 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. @@ -182 +182 @@ 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. @@ -205 +205 @@ 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. @@ -216 +216 @@ 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` . @@ -220 +220 @@ 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. @@ -231 +231 @@ 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. @@ -270 +270 @@ 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. @@ -281 +281 @@ 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` . @@ -285 +285 @@ 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. @@ -296 +296 @@ 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. @@ -313 +313 @@ 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]*` @@ -319 +319 @@ 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. @@ -330 +330 @@ 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` . @@ -334 +334 @@ 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. @@ -345 +345 @@ 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. @@ -582 +582 @@ providerConfigurationOutput -> (tagged union structure) ->>> Contains information about a secret in AWS Secrets Manager. +>>> Contains information about a secret in Amazon Web Services Secrets Manager. @@ -586 +586 @@ 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. @@ -596 +596 @@ 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. @@ -607 +607 @@ 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. @@ -618 +618 @@ providerConfigurationOutput -> (tagged union structure) ->>> Contains information about a secret in AWS Secrets Manager. +>>> Contains information about a secret in Amazon Web Services Secrets Manager. @@ -622 +622 @@ 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. @@ -632 +632 @@ 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. @@ -643 +643 @@ 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. @@ -670 +670 @@ providerConfigurationOutput -> (tagged union structure) ->>> Contains information about a secret in AWS Secrets Manager. +>>> Contains information about a secret in Amazon Web Services Secrets Manager. @@ -674 +674 @@ 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. @@ -684 +684 @@ 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. @@ -695 +695 @@ 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. @@ -706 +706 @@ providerConfigurationOutput -> (tagged union structure) ->>> Contains information about a secret in AWS Secrets Manager. +>>> Contains information about a secret in Amazon Web Services Secrets Manager. @@ -710 +710 @@ 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. @@ -720 +720 @@ 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. @@ -731 +731 @@ 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. @@ -770 +770 @@ lastUpdatedTime -> (timestamp) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »