AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.28.8 to 2.28.11, restructured parameter documentation for --agent-alias-id, and expanded agentAlias response structure documentation with additional fields like clientToken, routingConfiguration, aliasInvocationState, and timestamp fields.
Security assessment
The changes primarily restructure documentation and add new response fields without mentioning security vulnerabilities or exploits. The clientToken field references idempotency which is a reliability feature rather than a security control. No CVEs, vulnerabilities, or security advisories are referenced.
Diff
diff --git a/cli/latest/reference/bedrock-agent/get-agent-alias.md b/cli/latest/reference/bedrock-agent/get-agent-alias.md index b043cc8bb..1f878f6bf 100644 --- a//cli/latest/reference/bedrock-agent/get-agent-alias.md +++ b//cli/latest/reference/bedrock-agent/get-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-id <value> @@ -68,0 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc + --agent-alias-id <value> @@ -93,4 +92,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -`--agent-alias-id` (string) - -> The unique identifier of the alias for which to get information. - @@ -100,0 +97,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc +`--agent-alias-id` (string) + +> The unique identifier of the alias for which to get information. + @@ -203,0 +204,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. +> @@ -207,0 +220,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. +> @@ -216,4 +259,0 @@ agentAlias -> (structure) ->>> endDate -> (timestamp) ->>> ->>>> The date that the alias stopped being associated to the version in the `routingConfiguration` object ->>> @@ -235,0 +276,4 @@ agentAlias -> (structure) +>>> endDate -> (timestamp) +>>> +>>>> The date that the alias stopped being associated to the version in the `routingConfiguration` object +>>> @@ -240,8 +283,0 @@ agentAlias -> (structure) -> agentAliasId -> (string) -> ->> The unique identifier of the alias of the agent. -> -> agentAliasName -> (string) -> ->> The name of the alias of the agent. -> @@ -260,20 +295,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. @@ -287,17 +303 @@ 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) @@ -305 +305 @@ 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. @@ -317 +317 @@ agentAlias -> (structure) - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) »