AWS cli documentation change
Summary
Updated CLI version references from 2.35.16 to 2.35.19 and added documentation for the 'Provider' field in SecurityControls output, specifying cloud providers (AWS/Azure) evaluated by security controls.
Security assessment
The change documents a new 'Provider' field indicating cloud platforms evaluated by security controls. While this enhances security feature documentation, there's no evidence of addressing a specific vulnerability or incident. The version update is routine maintenance.
Diff
diff --git a/cli/latest/reference/securityhub/batch-get-security-controls.md b/cli/latest/reference/securityhub/batch-get-security-controls.md index ba579fc64..85ad69573 100644 --- a//cli/latest/reference/securityhub/batch-get-security-controls.md +++ b//cli/latest/reference/securityhub/batch-get-security-controls.md @@ -15 +15 @@ - * [AWS CLI 2.35.16 Command Reference](../../index.html) » + * [AWS CLI 2.35.19 Command Reference](../../index.html) » @@ -485,0 +486,11 @@ SecurityControls -> (list) +>> +>> Provider -> (string) +>> +>>> The cloud provider whose resources the security control evaluates. For example, `AWS` or `Azure` . +>>> +>>> Possible values: +>>> +>>> * `AWS` +>>> * `Azure` +>>> + @@ -539 +550 @@ UnprocessedIds -> (list) - * [AWS CLI 2.35.16 Command Reference](../../index.html) » + * [AWS CLI 2.35.19 Command Reference](../../index.html) »