AWS cli documentation change
Summary
Added --client-token parameter for idempotency and updated CLI version references
Security assessment
Addition of idempotency token improves API reliability but does not address a specific security vulnerability or document security features.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/delete-agent-runtime.md b/cli/latest/reference/bedrock-agentcore-control/delete-agent-runtime.md index a427fa9bf..9510e7fa5 100644 --- a//cli/latest/reference/bedrock-agentcore-control/delete-agent-runtime.md +++ b//cli/latest/reference/bedrock-agentcore-control/delete-agent-runtime.md @@ -15 +15 @@ - * [AWS CLI 2.31.27 Command Reference](../../index.html) » + * [AWS CLI 2.31.28 Command Reference](../../index.html) » @@ -67,0 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc + [--client-token <value>] @@ -101,0 +103,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc +`--client-token` (string) + +> A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the service ignores the request but does not return an error. +> +> Constraints: +> +> * min: `33` +> * max: `256` +> * pattern: `[a-zA-Z0-9](-*[a-zA-Z0-9]){0,256}` +> + + @@ -236 +249 @@ agentRuntimeId -> (string) - * [AWS CLI 2.31.27 Command Reference](../../index.html) » + * [AWS CLI 2.31.28 Command Reference](../../index.html) »