AWS cli documentation change
Summary
Updated references from 'AWS Secrets Manager' to 'Amazon Web Services Secrets Manager' for branding consistency
Security assessment
Changes are purely cosmetic branding updates without functional modifications to security mechanisms or features. No security implications or vulnerability fixes are evident in the documentation updates.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/create-api-key-credential-provider.md b/cli/latest/reference/bedrock-agentcore-control/create-api-key-credential-provider.md index 5183f5955..55e015afe 100644 --- a//cli/latest/reference/bedrock-agentcore-control/create-api-key-credential-provider.md +++ b//cli/latest/reference/bedrock-agentcore-control/create-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) » @@ -122 +122 @@ 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` . @@ -126 +126 @@ 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. @@ -137 +137 @@ 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. @@ -163 +163 @@ 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. @@ -335 +335 @@ 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. @@ -345 +345 @@ 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. @@ -356 +356 @@ 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. @@ -397 +397 @@ credentialProviderArn -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »