AWS cli documentation change
Summary
Updated CLI version reference and corrected parameter descriptions for user ID-based access tokens, including workload name validation and user ID context.
Security assessment
Changes improve clarity around identity-bound access tokens but do not address a disclosed vulnerability. Documentation updates reflect standard security practices for token management.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore/get-workload-access-token-for-user-id.md b/cli/latest/reference/bedrock-agentcore/get-workload-access-token-for-user-id.md index d0230217d..14ddbb921 100644 --- a//cli/latest/reference/bedrock-agentcore/get-workload-access-token-for-user-id.md +++ b//cli/latest/reference/bedrock-agentcore/get-workload-access-token-for-user-id.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 -Obtains an Workload access token for agentic workloads acting on behalf of user with User Id. +Obtains a workload access token for agentic workloads acting on behalf of a user, using the user’s ID. @@ -95 +95 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> The name of the worklaod you want to get the access token of. +> The name of the workload from which you want to retrieve the access token. @@ -107 +107 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> The user id of the user you are retrieving the access token for. +> The ID of the user for whom you are retrieving the access token. @@ -217 +217 @@ workloadAccessToken -> (string) -> The workload access token of the named workload. +> The access token for the specified workload. @@ -236 +236 @@ workloadAccessToken -> (string) - * [AWS CLI 2.31.8 Command Reference](../../index.html) » + * [AWS CLI 2.31.10 Command Reference](../../index.html) »