AWS cli documentation change
Summary
Updated CLI version reference from 2.28.8 to 2.28.11, reorganized parameter documentation structure, and added detailed field descriptions for agentAlias response structure including idempotency token guidance.
Security assessment
Changes primarily involve documentation restructuring and added field descriptions. The clientToken field references idempotency which is an API reliability feature rather than a security control. No vulnerabilities or security-specific mitigations are mentioned.
Diff
diff --git a/cli/latest/reference/bedrock-agent/create-agent-alias.md b/cli/latest/reference/bedrock-agent/create-agent-alias.md index 9e062d221..a19176fdb 100644 --- a//cli/latest/reference/bedrock-agent/create-agent-alias.md +++ b//cli/latest/reference/bedrock-agent/create-agent-alias.md @@ -15 +15 @@ - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) » @@ -67 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc - --agent-alias-name <value> @@ -68,0 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc + --agent-alias-name <value> @@ -97,4 +96,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -`--agent-alias-name` (string) - -> The name of the alias. - @@ -104,0 +101,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc +`--agent-alias-name` (string) + +> The name of the alias. + @@ -270,0 +271,12 @@ agentAlias -> (structure) +> agentId -> (string) +> +>> The unique identifier of the agent. +> +> agentAliasId -> (string) +> +>> The unique identifier of the alias of the agent. +> +> agentAliasName -> (string) +> +>> The name of the alias of the agent. +> @@ -274,0 +287,32 @@ agentAlias -> (structure) +> clientToken -> (string) +> +>> A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see [Ensuring idempotency](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html) . +> +> description -> (string) +> +>> The description of the alias of the agent. +> +> routingConfiguration -> (list) +> +>> Contains details about the routing configuration of the alias. +>> +>> (structure) +>> +>>> Contains details about the routing configuration of the alias. +>>> +>>> agentVersion -> (string) +>>> +>>>> The version of the agent with which the alias is associated. +>>> +>>> provisionedThroughput -> (string) +>>> +>>>> Information on the Provisioned Throughput assigned to an agent alias. +> +> createdAt -> (timestamp) +> +>> The time at which the alias of the agent was created. +> +> updatedAt -> (timestamp) +> +>> The time at which the alias was last updated. +> @@ -283,4 +326,0 @@ agentAlias -> (structure) ->>> endDate -> (timestamp) ->>> ->>>> The date that the alias stopped being associated to the version in the `routingConfiguration` object ->>> @@ -302,0 +343,4 @@ agentAlias -> (structure) +>>> endDate -> (timestamp) +>>> +>>>> The date that the alias stopped being associated to the version in the `routingConfiguration` object +>>> @@ -307,8 +350,0 @@ agentAlias -> (structure) -> agentAliasId -> (string) -> ->> The unique identifier of the alias of the agent. -> -> agentAliasName -> (string) -> ->> The name of the alias of the agent. -> @@ -327,20 +362,0 @@ agentAlias -> (structure) -> -> agentId -> (string) -> ->> The unique identifier of the agent. -> -> aliasInvocationState -> (string) -> ->> The invocation state for the agent alias. If the agent alias is running, the value is `ACCEPT_INVOCATIONS` . If the agent alias is paused, the value is `REJECT_INVOCATIONS` . Use the `UpdateAgentAlias` operation to change the invocation state. -> -> clientToken -> (string) -> ->> A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see [Ensuring idempotency](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html) . -> -> createdAt -> (timestamp) -> ->> The time at which the alias of the agent was created. -> -> description -> (string) -> ->> The description of the alias of the agent. @@ -354,17 +370 @@ agentAlias -> (structure) -> routingConfiguration -> (list) -> ->> Contains details about the routing configuration of the alias. ->> ->> (structure) ->> ->>> Contains details about the routing configuration of the alias. ->>> ->>> agentVersion -> (string) ->>> ->>>> The version of the agent with which the alias is associated. ->>> ->>> provisionedThroughput -> (string) ->>> ->>>> Information on the Provisioned Throughput assigned to an agent alias. -> -> updatedAt -> (timestamp) +> aliasInvocationState -> (string) @@ -372 +372 @@ agentAlias -> (structure) ->> The time at which the alias was last updated. +>> The invocation state for the agent alias. If the agent alias is running, the value is `ACCEPT_INVOCATIONS` . If the agent alias is paused, the value is `REJECT_INVOCATIONS` . Use the `UpdateAgentAlias` operation to change the invocation state. @@ -384 +384 @@ agentAlias -> (structure) - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) »