AWS cli documentation change
Summary
Updated CLI version reference, reordered parameters, added documentation for --scan-job-id and --session-token flags, and restructured JSON syntax parameters
Security assessment
Added documentation for session tokens and scan job identifiers which are security-related parameters for tracking CIS security assessments. No evidence of addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/inspector2/send-cis-session-telemetry.md b/cli/latest/reference/inspector2/send-cis-session-telemetry.md index f09e61c10..e93fe7172 100644 --- a//cli/latest/reference/inspector2/send-cis-session-telemetry.md +++ b//cli/latest/reference/inspector2/send-cis-session-telemetry.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 - --messages <value> @@ -69,0 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec + --messages <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. + @@ -102,4 +109,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->> cisRuleDetails -> (blob) ->> ->>> The CIS rule details for the CIS session message. ->> @@ -112,0 +117,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec +>> +>> cisRuleDetails -> (blob) +>> +>>> The CIS rule details for the CIS session message. @@ -117 +125 @@ Shorthand Syntax: - cisRuleDetails=blob,ruleId=string,status=string ... + ruleId=string,status=string,cisRuleDetails=blob ... @@ -125 +132,0 @@ JSON Syntax: - "cisRuleDetails": blob, @@ -127 +134,2 @@ JSON Syntax: - "status": "FAILED"|"PASSED"|"NOT_EVALUATED"|"INFORMATIONAL"|"UNKNOWN"|"NOT_APPLICABLE"|"ERROR" + "status": "FAILED"|"PASSED"|"NOT_EVALUATED"|"INFORMATIONAL"|"UNKNOWN"|"NOT_APPLICABLE"|"ERROR", + "cisRuleDetails": blob @@ -133,8 +140,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. - @@ -252 +252 @@ None - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »