AWS cli documentation change
Summary
Updated CLI version reference, restructured parameters, added scan-job-id and session-token parameters, reorganized output fields, and adjusted progress metrics documentation
Security assessment
Added documentation for --scan-job-id and --session-token parameters which are security-related identifiers for scan sessions. While these additions improve security documentation, there's no evidence they address a specific vulnerability. The changes primarily reorganize existing security scan functionality documentation.
Diff
diff --git a/cli/latest/reference/inspector2/stop-cis-session.md b/cli/latest/reference/inspector2/stop-cis-session.md index 57f9f8acf..abdacfaf2 100644 --- a//cli/latest/reference/inspector2/stop-cis-session.md +++ b//cli/latest/reference/inspector2/stop-cis-session.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -67 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec - --message <value> @@ -69,0 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec + --message <value> @@ -93,0 +94,8 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec +`--scan-job-id` (string) + +> A unique identifier for the scan job. + +`--session-token` (string) + +> The unique token that identifies the CIS session. + @@ -98,5 +106 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec -> benchmarkProfile -> (string) -> ->> The message benchmark profile. -> -> benchmarkVersion -> (string) +> status -> (string) @@ -104 +108 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->> The message benchmark version. +>> The status of the message. @@ -106 +110 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec -> computePlatform -> (structure) +> reason -> (string) @@ -108,13 +112 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->> The message compute platform. ->> ->> product -> (string) ->> ->>> The compute platform product. ->> ->> vendor -> (string) ->> ->>> The compute platform vendor. ->> ->> version -> (string) ->> ->>> The compute platform version. +>> The reason for the message. @@ -126 +118 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->> errorChecks -> (integer) +>> totalChecks -> (integer) @@ -128 +120,5 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->>> The progress’ error checks. +>>> The progress’ total checks. +>> +>> successfulChecks -> (integer) +>> +>>> The progress’ successful checks. @@ -134 +130 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->> informationalChecks -> (integer) +>> notEvaluatedChecks -> (integer) @@ -136 +132,5 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->>> The progress’ informational checks. +>>> The progress’ not evaluated checks. +>> +>> unknownChecks -> (integer) +>> +>>> The progress’ unknown checks. @@ -142 +142 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->> notEvaluatedChecks -> (integer) +>> informationalChecks -> (integer) @@ -144 +144 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->>> The progress’ not evaluated checks. +>>> The progress’ informational checks. @@ -146 +146 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->> successfulChecks -> (integer) +>> errorChecks -> (integer) @@ -148 +148,5 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->>> The progress’ successful checks. +>>> The progress’ error checks. +> +> computePlatform -> (structure) +> +>> The message compute platform. @@ -150 +154 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->> totalChecks -> (integer) +>> vendor -> (string) @@ -152 +156 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->>> The progress’ total checks. +>>> The compute platform vendor. @@ -154 +158 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->> unknownChecks -> (integer) +>> product -> (string) @@ -156 +160,5 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->>> The progress’ unknown checks. +>>> The compute platform product. +>> +>> version -> (string) +>> +>>> The compute platform version. @@ -158 +166 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec -> reason -> (string) +> benchmarkVersion -> (string) @@ -160 +168 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->> The reason for the message. +>> The message benchmark version. @@ -162 +170 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec -> status -> (string) +> benchmarkProfile -> (string) @@ -164 +172 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->> The status of the message. +>> The message benchmark profile. @@ -169 +177 @@ Shorthand Syntax: - benchmarkProfile=string,benchmarkVersion=string,computePlatform={product=string,vendor=string,version=string},progress={errorChecks=integer,failedChecks=integer,informationalChecks=integer,notApplicableChecks=integer,notEvaluatedChecks=integer,successfulChecks=integer,totalChecks=integer,unknownChecks=integer},reason=string,status=string + status=string,reason=string,progress={totalChecks=integer,successfulChecks=integer,failedChecks=integer,notEvaluatedChecks=integer,unknownChecks=integer,notApplicableChecks=integer,informationalChecks=integer,errorChecks=integer},computePlatform={vendor=string,product=string,version=string},benchmarkVersion=string,benchmarkProfile=string @@ -176,7 +184,2 @@ JSON Syntax: - "benchmarkProfile": "string", - "benchmarkVersion": "string", - "computePlatform": { - "product": "string", - "vendor": "string", - "version": "string" - }, + "status": "SUCCESS"|"FAILED"|"INTERRUPTED"|"UNSUPPORTED_OS", + "reason": "string", @@ -184 +187,2 @@ JSON Syntax: - "errorChecks": integer, + "totalChecks": integer, + "successfulChecks": integer, @@ -186,2 +189,0 @@ JSON Syntax: - "informationalChecks": integer, - "notApplicableChecks": integer, @@ -189,3 +191,4 @@ JSON Syntax: - "successfulChecks": integer, - "totalChecks": integer, - "unknownChecks": integer + "unknownChecks": integer, + "notApplicableChecks": integer, + "informationalChecks": integer, + "errorChecks": integer @@ -193,2 +196,7 @@ JSON Syntax: - "reason": "string", - "status": "SUCCESS"|"FAILED"|"INTERRUPTED"|"UNSUPPORTED_OS" + "computePlatform": { + "vendor": "string", + "product": "string", + "version": "string" + }, + "benchmarkVersion": "string", + "benchmarkProfile": "string" @@ -198,8 +205,0 @@ JSON Syntax: -`--scan-job-id` (string) - -> A unique identifier for the scan job. - -`--session-token` (string) - -> The unique token that identifies the CIS session. - @@ -317 +317 @@ None - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »