AWS cli documentation change
Summary
Updated CLI version references from 2.28.4 to 2.28.6, restructured parameter documentation for --identifier and --application-identifiers, and added ARN format examples for stream group identifiers
Security assessment
Changes primarily involve documentation formatting improvements and version updates. While ARN references are security-related constructs, the changes only clarify existing resource identification formats rather than addressing vulnerabilities or introducing new security controls. No evidence of patching exploits or mitigating risks.
Diff
diff --git a/cli/latest/reference/gameliftstreams/associate-applications.md b/cli/latest/reference/gameliftstreams/associate-applications.md index 7dcf7005b..8cb8e733c 100644 --- a//cli/latest/reference/gameliftstreams/associate-applications.md +++ b//cli/latest/reference/gameliftstreams/associate-applications.md @@ -15 +15 @@ - * [AWS CLI 2.28.4 Command Reference](../../index.html) » + * [AWS CLI 2.28.6 Command Reference](../../index.html) » @@ -67 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli - --application-identifiers <value> @@ -68,0 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli + --application-identifiers <value> @@ -92,0 +93,6 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli +`--identifier` (string) + +> A stream group to associate to the applications. +> +> 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` . + @@ -107,6 +112,0 @@ Syntax: -`--identifier` (string) - -> A stream group to associate to the applications. -> -> 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` . - @@ -211,0 +212,6 @@ Disable automatically prompt for CLI input parameters. +Arn -> (string) + +> A stream group that is associated to the applications. +> +> This value is 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` . + @@ -220,6 +225,0 @@ ApplicationArns -> (list) -Arn -> (string) - -> A stream group that is associated to the applications. -> -> This value is 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) »