AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-07-10 · Documentation low

File: cli/latest/reference/inspector2/list-findings.md

Summary

Added extensive new filtering capabilities for cloud resources (provider, region, account, organization), VM instances, container images, and serverless functions. Enhanced output details with additional security finding attributes and resource metadata. Updated CLI version reference and added new CLI options for timeouts, binary format, pager control, and error formatting.

Security assessment

The changes enhance security documentation by adding numerous filtering capabilities for security findings and detailed resource metadata, improving vulnerability management. However, there's no evidence of addressing a specific security vulnerability/incident - these are feature enhancements for better security posture management.

Diff

diff --git a/cli/latest/reference/inspector2/list-findings.md b/cli/latest/reference/inspector2/list-findings.md
index e3ea2bb2e..8f9ca8876 100644
--- a//cli/latest/reference/inspector2/list-findings.md
+++ b//cli/latest/reference/inspector2/list-findings.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.19 Command Reference](../../index.html) »
@@ -1900,0 +1901,662 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec
+> 
+> cloudProvider -> (list)
+>
+>> Filter criteria for the cloud provider.
+>> 
+>> Constraints:
+>> 
+>>   * min: `1`
+>>   * max: `10`
+>> 
+
+>> 
+>> (structure)
+>>
+>>> An object that describes the details of a string filter.
+>>> 
+>>> comparison -> (string) [required]
+>>>
+>>>> The operator to use when comparing values in the filter.
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `EQUALS`
+>>>>   * `PREFIX`
+>>>>   * `NOT_EQUALS`
+>>>> 
+
+>>> 
+>>> value -> (string) [required]
+>>>
+>>>> The value to filter on.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `1`
+>>>>   * max: `1024`
+>>>> 
+
+> 
+> cloudProviderRegion -> (list)
+>
+>> Filter criteria for the cloud provider region.
+>> 
+>> Constraints:
+>> 
+>>   * min: `1`
+>>   * max: `10`
+>> 
+
+>> 
+>> (structure)
+>>
+>>> An object that describes the details of a string filter.
+>>> 
+>>> comparison -> (string) [required]
+>>>
+>>>> The operator to use when comparing values in the filter.
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `EQUALS`
+>>>>   * `PREFIX`
+>>>>   * `NOT_EQUALS`
+>>>> 
+
+>>> 
+>>> value -> (string) [required]
+>>>
+>>>> The value to filter on.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `1`
+>>>>   * max: `1024`
+>>>> 
+
+> 
+> cloudProviderAccountId -> (list)
+>
+>> Filter criteria for the cloud provider account ID.
+>> 
+>> Constraints:
+>> 
+>>   * min: `1`
+>>   * max: `10`
+>> 
+
+>> 
+>> (structure)
+>>
+>>> An object that describes the details of a string filter.
+>>> 
+>>> comparison -> (string) [required]
+>>>
+>>>> The operator to use when comparing values in the filter.
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `EQUALS`
+>>>>   * `PREFIX`
+>>>>   * `NOT_EQUALS`
+>>>> 
+
+>>> 
+>>> value -> (string) [required]
+>>>
+>>>> The value to filter on.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `1`
+>>>>   * max: `1024`
+>>>> 
+
+> 
+> cloudProviderOrgId -> (list)
+>
+>> Filter criteria for the cloud provider organization ID.
+>> 
+>> Constraints:
+>> 
+>>   * min: `1`
+>>   * max: `10`
+>> 
+
+>> 
+>> (structure)
+>>
+>>> An object that describes the details of a string filter.
+>>> 
+>>> comparison -> (string) [required]
+>>>
+>>>> The operator to use when comparing values in the filter.
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `EQUALS`
+>>>>   * `PREFIX`
+>>>>   * `NOT_EQUALS`
+>>>> 
+
+>>> 
+>>> value -> (string) [required]
+>>>
+>>>> The value to filter on.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `1`
+>>>>   * max: `1024`
+>>>> 
+
+> 
+> cloudVmImageReference -> (list)
+>
+>> Filter criteria for the image reference of a VM instance.
+>> 
+>> Constraints:
+>> 
+>>   * min: `1`
+>>   * max: `10`
+>> 
+
+>> 
+>> (structure)
+>>
+>>> An object that describes the details of a string filter.
+>>> 
+>>> comparison -> (string) [required]
+>>>
+>>>> The operator to use when comparing values in the filter.
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `EQUALS`
+>>>>   * `PREFIX`
+>>>>   * `NOT_EQUALS`
+>>>> 
+
+>>> 
+>>> value -> (string) [required]
+>>>
+>>>> The value to filter on.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `1`
+>>>>   * max: `1024`
+>>>> 
+
+> 
+> cloudVmNetworkId -> (list)