AWS cli documentation change
Summary
Updated terminology from 'AWS Secrets Manager' to 'Amazon Web Services Secrets Manager' and version references
Security assessment
Changes are purely terminological updates and version number increments with no security implications. No security features were added or modified, and there's no evidence of security vulnerability remediation.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/update-api-key-credential-provider.md b/cli/latest/reference/bedrock-agentcore-control/update-api-key-credential-provider.md index f73506b97..520a37323 100644 --- a//cli/latest/reference/bedrock-agentcore-control/update-api-key-credential-provider.md +++ b//cli/latest/reference/bedrock-agentcore-control/update-api-key-credential-provider.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -121 +121 @@ 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. This includes the secret ID and the JSON key used to extract the API key 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. This includes the secret ID and the JSON key used to extract the API key value from the secret. Required when `apiKeySecretSource` is set to `EXTERNAL` . @@ -125 +125 @@ 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. @@ -136 +136 @@ 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. @@ -162 +162 @@ JSON Syntax: -> The source type of the API key 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 API key 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. @@ -286 +286 @@ apiKeySecretArn -> (structure) -> The Amazon Resource Name (ARN) of the API key secret in AWS Secrets Manager. +> The Amazon Resource Name (ARN) of the API key secret in Amazon Web Services Secrets Manager. @@ -290 +290 @@ apiKeySecretArn -> (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. @@ -300 +300 @@ apiKeySecretJsonKey -> (string) -> The JSON key used to extract the API key value from the AWS Secrets Manager secret. +> The JSON key used to extract the API key value from the Amazon Web Services Secrets Manager secret. @@ -311 +311 @@ apiKeySecretSource -> (string) -> 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. @@ -360 +360 @@ lastUpdatedTime -> (timestamp) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »