AWS cli documentation change
Summary
Updated AWS CLI version reference and added documentation for 'Operator' structure with Managed, Principal, and HiddenByDefault fields.
Security assessment
Adds resource visibility management fields but lacks explicit security context or vulnerability remediation.
Diff
diff --git a/cli/latest/reference/ec2/describe-volumes-modifications.md b/cli/latest/reference/ec2/describe-volumes-modifications.md index 468a10475..0b7e73ccf 100644 --- a//cli/latest/reference/ec2/describe-volumes-modifications.md +++ b//cli/latest/reference/ec2/describe-volumes-modifications.md @@ -15 +15 @@ - * [AWS CLI 2.34.48 Command Reference](../../index.html) » + * [AWS CLI 2.34.49 Command Reference](../../index.html) » @@ -447,0 +448,16 @@ VolumesModifications -> (list) +>> +>> 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. @@ -459 +475 @@ VolumesModifications -> (list) - * [AWS CLI 2.34.48 Command Reference](../../index.html) » + * [AWS CLI 2.34.49 Command Reference](../../index.html) »