AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-04-25 · Documentation medium

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

Summary

Added Operator structure to describe managed resources in volume modifications

Security assessment

This change adds documentation for a new Operator structure that indicates whether resources are managed by AWS services and their visibility settings. This helps with security posture by providing better visibility into managed resources, but there is no evidence this addresses a specific security vulnerability.

Diff

diff --git a/cli/latest/reference/ec2/modify-volume.md b/cli/latest/reference/ec2/modify-volume.md
index 7325e1213..481667a37 100644
--- a//cli/latest/reference/ec2/modify-volume.md
+++ b//cli/latest/reference/ec2/modify-volume.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.34 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.37 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.34 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.37 Command Reference](../../index.html) »