AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/ec2/describe-volumes-modifications.md

Summary

Added --include-managed-resources flag and Operator structure for visibility of AWS-managed resources

Security assessment

Improves resource visibility but doesn't address security vulnerabilities or introduce security features. Focuses on operational management.

Diff

diff --git a/cli/latest/reference/ec2/describe-volumes-modifications.md b/cli/latest/reference/ec2/describe-volumes-modifications.md
index ff358e126..7ee6b90f5 100644
--- a//cli/latest/reference/ec2/describe-volumes-modifications.md
+++ b//cli/latest/reference/ec2/describe-volumes-modifications.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.13 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.15 Command Reference](../../index.html) »
@@ -74,0 +75 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ec2-20
+    [--include-managed-resources | --no-include-managed-resources]
@@ -172,0 +174,4 @@ JSON Syntax:
+`--include-managed-resources` | `--no-include-managed-resources` (boolean)
+
+> Indicates whether to include managed resources in the output. If this parameter is set to `true` , the output includes resources that are managed by Amazon Web Services services, even if managed resource visibility is set to hidden.
+
@@ -447,0 +453,16 @@ VolumesModifications -> (list)
+>> 
+>> Operator -> (structure)
+>>
+>>> The service provider that manages the resource.
+>>> 
+>>> Managed -> (boolean)
+>>>
+>>>> If `true` , the resource is managed by a service provider.
+>>> 
+>>> Principal -> (string)
+>>>
+>>>> If `managed` is `true` , then the principal is returned. The principal is the service provider that manages the resource.
+>>> 
+>>> HiddenByDefault -> (boolean)
+>>>
+>>>> If `true` , the resource is hidden by default based on the managed resource visibility settings for the account.
@@ -459 +480 @@ VolumesModifications -> (list)
-  * [AWS CLI 2.35.13 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.15 Command Reference](../../index.html) »