AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/inspector2/get-findings-report-status.md

Summary

Added extensive documentation for new filter criteria parameters in AWS Inspector findings reports, including filters for cloud provider attributes, VM instances, container images, and serverless functions.

Security assessment

The changes document new filtering capabilities for security findings reports in AWS Inspector. While Inspector is a security service, the changes describe feature enhancements (additional filtering options) rather than addressing a specific vulnerability or security incident. No evidence of patching a security flaw exists in the diff.

Diff

diff --git a/cli/latest/reference/inspector2/get-findings-report-status.md b/cli/latest/reference/inspector2/get-findings-report-status.md
index bee89490c..53e05a430 100644
--- a//cli/latest/reference/inspector2/get-findings-report-status.md
+++ b//cli/latest/reference/inspector2/get-findings-report-status.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.19 Command Reference](../../index.html) »
@@ -2064,0 +2065,662 @@ filterCriteria -> (structure)
+>>> 
+>>> value -> (string) [required]
+>>>
+>>>> The value to filter on.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `1`
+>>>>   * max: `1024`
+>>>> 
+
+> 
+> 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]