AWS cli documentation change
Summary
Updated CLI version reference, restructured parameter order in syntax examples, and added explicit documentation for scanConfigurationArn field in request/response sections
Security assessment
The changes clarify documentation for security scan configuration associations but do not address a specific vulnerability. The added scanConfigurationArn documentation improves understanding of security-related resource identifiers but doesn't indicate a security fix.
Diff
diff --git a/cli/latest/reference/inspector2/batch-associate-code-security-scan-configuration.md b/cli/latest/reference/inspector2/batch-associate-code-security-scan-configuration.md index c1921791c..f857a4d71 100644 --- a//cli/latest/reference/inspector2/batch-associate-code-security-scan-configuration.md +++ b//cli/latest/reference/inspector2/batch-associate-code-security-scan-configuration.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -99,0 +100,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec +>> scanConfigurationArn -> (string) +>> +>>> The Amazon Resource Name (ARN) of the scan configuration. +>> @@ -111,4 +114,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->> ->> scanConfigurationArn -> (string) ->> ->>> The Amazon Resource Name (ARN) of the scan configuration. @@ -119 +119 @@ Shorthand Syntax: - resource={projectId=string},scanConfigurationArn=string ... + scanConfigurationArn=string,resource={projectId=string} ... @@ -126,0 +127 @@ JSON Syntax: + "scanConfigurationArn": "string", @@ -129,2 +130 @@ JSON Syntax: - }, - "scanConfigurationArn": "string" + } @@ -242,0 +243,4 @@ failedAssociations -> (list) +>> scanConfigurationArn -> (string) +>> +>>> The Amazon Resource Name (ARN) of the scan configuration that failed to be associated or disassociated. +>> @@ -255,4 +258,0 @@ failedAssociations -> (list) ->> scanConfigurationArn -> (string) ->> ->>> The Amazon Resource Name (ARN) of the scan configuration that failed to be associated or disassociated. ->> @@ -274,0 +275,4 @@ successfulAssociations -> (list) +>> scanConfigurationArn -> (string) +>> +>>> The Amazon Resource Name (ARN) of the scan configuration that was successfully associated or disassociated. +>> @@ -286,4 +289,0 @@ successfulAssociations -> (list) ->> ->> scanConfigurationArn -> (string) ->> ->>> The Amazon Resource Name (ARN) of the scan configuration that was successfully associated or disassociated. @@ -301 +301 @@ successfulAssociations -> (list) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »