AWS cli documentation change
Summary
Added new --include-managed-resources parameter and Operator structure to describe managed resources
Security assessment
This change adds documentation for a new feature that controls visibility of managed resources. The feature helps users understand which resources are managed by AWS services and whether they are hidden by default, which has security implications for resource visibility and management. However, there is no evidence this addresses a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/ec2/describe-volume-status.md b/cli/latest/reference/ec2/describe-volume-status.md index fb2ce0bb4..3f88cff11 100644 --- a//cli/latest/reference/ec2/describe-volume-status.md +++ b//cli/latest/reference/ec2/describe-volume-status.md @@ -15 +15 @@ - * [AWS CLI 2.34.34 Command Reference](../../index.html) » + * [AWS CLI 2.34.37 Command Reference](../../index.html) » @@ -84,0 +85 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ec2-20 + [--include-managed-resources | --no-include-managed-resources] @@ -128,0 +130,4 @@ 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. + @@ -566,0 +572,16 @@ VolumeStatuses -> (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. @@ -578 +599 @@ VolumeStatuses -> (list) - * [AWS CLI 2.34.34 Command Reference](../../index.html) » + * [AWS CLI 2.34.37 Command Reference](../../index.html) »