AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/inspector2/update-filter.md

Summary

Added new cloud-related filter criteria for Amazon Inspector findings including cloud provider attributes, VM details, container image metadata, and serverless function parameters. Updated AWS CLI version reference from 2.35.16 to 2.35.19.

Security assessment

The changes document new filtering capabilities for Amazon Inspector (a security service), enabling more granular control over vulnerability findings. While this enhances security posture by allowing targeted analysis of cloud resources, there's no evidence of a specific security vulnerability being addressed. The additions describe security features without referencing any patched issues.

Diff

diff --git a/cli/latest/reference/inspector2/update-filter.md b/cli/latest/reference/inspector2/update-filter.md
index b6c9e7e69..61c18b2c6 100644
--- a//cli/latest/reference/inspector2/update-filter.md
+++ b//cli/latest/reference/inspector2/update-filter.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.19 Command Reference](../../index.html) »
@@ -1922,0 +1923,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)