AWS cli documentation change
Summary
Minor text clarification in API key retrieval documentation
Security assessment
Changes only improve grammatical clarity (e.g., 'an API Key' to 'the API key') without introducing new security concepts or addressing vulnerabilities.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore/get-resource-api-key.md b/cli/latest/reference/bedrock-agentcore/get-resource-api-key.md index 505cb68c2..a8a75e277 100644 --- a//cli/latest/reference/bedrock-agentcore/get-resource-api-key.md +++ b//cli/latest/reference/bedrock-agentcore/get-resource-api-key.md @@ -15 +15 @@ - * [AWS CLI 2.31.8 Command Reference](../../index.html) » + * [AWS CLI 2.31.10 Command Reference](../../index.html) » @@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Retrieves an API Key associated with an API Key Credential Provider +Retrieves the API key associated with an API key credential provider. @@ -95 +95 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> The identity token of the workload you want to get the API Key of. +> The identity token of the workload from which you want to retrieve the API key. @@ -106 +106 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> The credential provider name of the resource you are retrieving the API Key of. +> The credential provider name for the resource from which you are retrieving the API key. @@ -217 +217 @@ apiKey -> (string) -> The API Key associated with the resource requested. +> The API key associated with the resource requested. @@ -236 +236 @@ apiKey -> (string) - * [AWS CLI 2.31.8 Command Reference](../../index.html) » + * [AWS CLI 2.31.10 Command Reference](../../index.html) »