AWS cli documentation change
Summary
Added new '--operator' parameter and 'Operator' output field to describe service provider management of placement groups
Security assessment
The change introduces internal management metadata fields but contains no evidence of addressing security vulnerabilities or weaknesses
Diff
diff --git a/cli/latest/reference/ec2/create-placement-group.md b/cli/latest/reference/ec2/create-placement-group.md index a6a4f1be4..1b8ddf442 100644 --- a//cli/latest/reference/ec2/create-placement-group.md +++ b//cli/latest/reference/ec2/create-placement-group.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -75,0 +76 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ec2-20 + [--operator <value>] @@ -298,0 +300,22 @@ JSON Syntax: +`--operator` (structure) + +> Reserved for internal use. +> +> Principal -> (string) +> +>> The service provider that manages the resource. + +Shorthand Syntax: + + + Principal=string + + +JSON Syntax: + + + { + "Principal": "string" + } + + @@ -526,0 +550,12 @@ PlacementGroup -> (structure) +> +> Operator -> (structure) +> +>> The service provider that manages the Placement Group. +>> +>> 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. @@ -538 +573 @@ PlacementGroup -> (structure) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »