AWS cli documentation change
Summary
Added Operator structure describing AWS-managed resource visibility
Security assessment
Adds resource management metadata without security implications. No vulnerability fixes or security features documented.
Diff
diff --git a/cli/latest/reference/ec2/modify-volume.md b/cli/latest/reference/ec2/modify-volume.md index 744ff04e7..c8d1412b8 100644 --- a//cli/latest/reference/ec2/modify-volume.md +++ b//cli/latest/reference/ec2/modify-volume.md @@ -15 +15 @@ - * [AWS CLI 2.35.13 Command Reference](../../index.html) » + * [AWS CLI 2.35.15 Command Reference](../../index.html) » @@ -461,0 +462,16 @@ VolumeModification -> (structure) +> +> 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. @@ -473 +489 @@ VolumeModification -> (structure) - * [AWS CLI 2.35.13 Command Reference](../../index.html) » + * [AWS CLI 2.35.15 Command Reference](../../index.html) »