AWS cli documentation change
Summary
Updated CLI version reference from 2.28.8 to 2.28.11, reorganized command parameters, restructured concurrency configuration documentation, and adjusted output field descriptions.
Security assessment
The changes primarily involve documentation restructuring, parameter reordering, and version updates. No security vulnerabilities or exploits are mentioned. The client-token parameter (related to idempotency) was moved but not substantively changed, which is a standard API practice rather than a security fix.
Diff
diff --git a/cli/latest/reference/bedrock-agent/create-flow-alias.md b/cli/latest/reference/bedrock-agent/create-flow-alias.md index 3d3d0d3ae..ab424cf9a 100644 --- a//cli/latest/reference/bedrock-agent/create-flow-alias.md +++ b//cli/latest/reference/bedrock-agent/create-flow-alias.md @@ -15 +15 @@ - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) » @@ -67,4 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc - [--client-token <value>] - [--concurrency-configuration <value>] - [--description <value>] - --flow-identifier <value> @@ -71,0 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc + [--description <value>] @@ -72,0 +70,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc + [--concurrency-configuration <value>] + --flow-identifier <value> + [--client-token <value>] @@ -98 +98 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -`--client-token` (string) +`--name` (string) @@ -100 +100 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> 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) . +> A name for the alias. @@ -102 +102 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -`--concurrency-configuration` (structure) +`--description` (string) @@ -104,5 +104,5 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> The configuration that specifies how nodes in the flow are executed in parallel. -> -> maxConcurrency -> (integer) -> ->> The maximum number of nodes that can be executed concurrently in the flow. +> A description for the alias. + +`--routing-configuration` (list) + +> Contains information about the version to which to map the alias. @@ -110 +110 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> type -> (string) +> (structure) @@ -112 +112 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->> The type of concurrency to use for parallel node execution. Specify one of the following options: +>> Contains information about a version that the alias maps to. @@ -114,2 +114 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->> * `Automatic` \- Amazon Bedrock determines which nodes can be executed in parallel based on the flow definition and its dependencies. ->> * `Manual` \- You specify which nodes can be executed in parallel. +>> flowVersion -> (string) @@ -117 +116 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc - +>>> The version that the alias maps to. @@ -122 +121 @@ Shorthand Syntax: - maxConcurrency=integer,type=string + flowVersion=string ... @@ -127,0 +127 @@ JSON Syntax: + [ @@ -129,2 +129 @@ JSON Syntax: - "maxConcurrency": integer, - "type": "Automatic"|"Manual" + "flowVersion": "string" @@ -131,0 +131,2 @@ JSON Syntax: + ... + ] @@ -134,13 +135 @@ JSON Syntax: -`--description` (string) - -> A description for the alias. - -`--flow-identifier` (string) - -> The unique identifier of the flow for which to create an alias. - -`--name` (string) - -> A name for the alias. - -`--routing-configuration` (list) +`--concurrency-configuration` (structure) @@ -148 +137 @@ JSON Syntax: -> Contains information about the version to which to map the alias. +> The configuration that specifies how nodes in the flow are executed in parallel. @@ -150 +139 @@ JSON Syntax: -> (structure) +> type -> (string) @@ -152 +141 @@ JSON Syntax: ->> Contains information about a version that the alias maps to. +>> The type of concurrency to use for parallel node execution. Specify one of the following options: @@ -154 +143,2 @@ JSON Syntax: ->> flowVersion -> (string) +>> * `Automatic` \- Amazon Bedrock determines which nodes can be executed in parallel based on the flow definition and its dependencies. +>> * `Manual` \- You specify which nodes can be executed in parallel. @@ -156 +146,5 @@ JSON Syntax: ->>> The version that the alias maps to. + +> +> maxConcurrency -> (integer) +> +>> The maximum number of nodes that can be executed concurrently in the flow. @@ -161 +155 @@ Shorthand Syntax: - flowVersion=string ... + type=string,maxConcurrency=integer @@ -167 +160,0 @@ JSON Syntax: - [ @@ -169 +162,2 @@ JSON Syntax: - "flowVersion": "string" + "type": "Automatic"|"Manual", + "maxConcurrency": integer @@ -171,2 +164,0 @@ JSON Syntax: - ... - ] @@ -174,0 +167,8 @@ JSON Syntax: +`--flow-identifier` (string) + +> The unique identifier of the flow for which to create an alias. + +`--client-token` (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) . + @@ -295 +295 @@ Disable automatically prompt for CLI input parameters. -arn -> (string) +name -> (string) @@ -297 +297 @@ arn -> (string) -> The Amazon Resource Name (ARN) of the alias. +> The name of the alias. @@ -299 +299 @@ arn -> (string) -concurrencyConfiguration -> (structure) +description -> (string) @@ -301 +301,5 @@ concurrencyConfiguration -> (structure) -> The configuration that specifies how nodes in the flow are executed in parallel. +> The description of the alias. + +routingConfiguration -> (list) + +> Contains information about the version that the alias is mapped to. @@ -303 +307 @@ concurrencyConfiguration -> (structure) -> maxConcurrency -> (integer) +> (structure) @@ -305 +309,9 @@ concurrencyConfiguration -> (structure) ->> The maximum number of nodes that can be executed concurrently in the flow. +>> Contains information about a version that the alias maps to. +>> +>> flowVersion -> (string) +>> +>>> The version that the alias maps to. + +concurrencyConfiguration -> (structure) + +> The configuration that specifies how nodes in the flow are executed in parallel. @@ -315,8 +327,4 @@ concurrencyConfiguration -> (structure) - -createdAt -> (timestamp) - -> The time at which the alias was created. - -description -> (string) - -> The description of the alias. +> +> maxConcurrency -> (integer) +> +>> The maximum number of nodes that can be executed concurrently in the flow. @@ -332 +340 @@ id -> (string) -name -> (string) +arn -> (string) @@ -334 +342 @@ name -> (string) -> The name of the alias. +> The Amazon Resource Name (ARN) of the alias. @@ -336 +344 @@ name -> (string) -routingConfiguration -> (list) +createdAt -> (timestamp) @@ -338,9 +346 @@ routingConfiguration -> (list) -> Contains information about the version that the alias is mapped to. -> -> (structure) -> ->> Contains information about a version that the alias maps to. ->> ->> flowVersion -> (string) ->> ->>> The version that the alias maps to. +> The time at which the alias was created. @@ -362 +362 @@ updatedAt -> (timestamp) - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) »