AWS cli documentation change
Summary
Updated CLI version reference from 2.28.4 to 2.28.6, restructured parameter documentation for --identifier, and added Arn field description in output
Security assessment
Changes appear to be documentation restructuring and version updates. The --identifier parameter documentation was moved but content remains similar. Added ARN documentation is standard resource identification without security context. No evidence of vulnerability fixes or security feature additions.
Diff
diff --git a/cli/latest/reference/gameliftstreams/disassociate-applications.md b/cli/latest/reference/gameliftstreams/disassociate-applications.md index 0dedbe8f6..a389a035b 100644 --- a//cli/latest/reference/gameliftstreams/disassociate-applications.md +++ b//cli/latest/reference/gameliftstreams/disassociate-applications.md @@ -15 +15 @@ - * [AWS CLI 2.28.4 Command Reference](../../index.html) » + * [AWS CLI 2.28.6 Command Reference](../../index.html) » @@ -69 +68,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli - --application-identifiers <value> @@ -70,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli + --application-identifiers <value> @@ -94,0 +95,6 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli +`--identifier` (string) + +> A stream group to disassociate these applications from. +> +> This value is an [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) or ID that uniquely identifies the stream group resource. Example ARN: `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4` . Example ID: `sg-1AB2C3De4` . + @@ -109,6 +114,0 @@ Syntax: -`--identifier` (string) - -> A stream group to disassociate these applications from. -> -> This value is an [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) or ID that uniquely identifies the stream group resource. Example ARN: `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4` . Example ID: `sg-1AB2C3De4` . - @@ -213,0 +214,4 @@ Disable automatically prompt for CLI input parameters. +Arn -> (string) + +> An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) that uniquely identifies the stream group resource. Example ARN: `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4` . + @@ -222,4 +225,0 @@ ApplicationArns -> (list) -Arn -> (string) - -> An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) that uniquely identifies the stream group resource. Example ARN: `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4` . - @@ -236 +236 @@ Arn -> (string) - * [AWS CLI 2.28.4 Command Reference](../../index.html) » + * [AWS CLI 2.28.6 Command Reference](../../index.html) »