AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-05-19 · Documentation low

File: cli/latest/reference/ec2/modify-volume.md

Summary

Added 'Operator' structure documenting service provider management visibility settings

Security assessment

Documents resource management visibility features but doesn't address vulnerabilities or add explicit security controls.

Diff

diff --git a/cli/latest/reference/ec2/modify-volume.md b/cli/latest/reference/ec2/modify-volume.md
index fbe39f7a3..2628877f1 100644
--- a//cli/latest/reference/ec2/modify-volume.md
+++ b//cli/latest/reference/ec2/modify-volume.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.48 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.49 Command Reference](../../index.html) »
@@ -461,0 +462,16 @@ VolumeModification -> (structure)
+> 
+> Operator -> (structure)
+>
+>> Describes whether the resource is managed by a service provider and, if so, describes the service provider that manages it.
+>> 
+>> 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.
@@ -473 +489 @@ VolumeModification -> (structure)
-  * [AWS CLI 2.34.48 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.49 Command Reference](../../index.html) »