AWS cli documentation change
Summary
Updated CLI version reference and reordered parameters. Swapped documentation between --scan-configuration-arn and --max-results parameters.
Security assessment
Changes are administrative (parameter ordering, version updates) without security implications. The content relates to existing security feature configuration but doesn't introduce new security documentation or address vulnerabilities.
Diff
diff --git a/cli/latest/reference/inspector2/list-code-security-scan-configuration-associations.md b/cli/latest/reference/inspector2/list-code-security-scan-configuration-associations.md index 5c430a30e..a5e1dfc7c 100644 --- a//cli/latest/reference/inspector2/list-code-security-scan-configuration-associations.md +++ b//cli/latest/reference/inspector2/list-code-security-scan-configuration-associations.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -67,2 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec - [--max-results <value>] - [--next-token <value>] @@ -69,0 +68,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec + [--next-token <value>] + [--max-results <value>] @@ -94 +94 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec -`--max-results` (integer) +`--scan-configuration-arn` (string) @@ -96 +96 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec -> The maximum number of results to return in the response. If your request would return more than the maximum the response will return a `nextToken` value, use this value when you call the action again to get the remaining results. +> The Amazon Resource Name (ARN) of the scan configuration to list associations for. @@ -102 +102 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec -`--scan-configuration-arn` (string) +`--max-results` (integer) @@ -104 +104 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec -> The Amazon Resource Name (ARN) of the scan configuration to list associations for. +> The maximum number of results to return in the response. If your request would return more than the maximum the response will return a `nextToken` value, use this value when you call the action again to get the remaining results. @@ -239 +239 @@ nextToken -> (string) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »