Skip to content

Commit 79c8a3a

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Add Operator field to CreatePlacementGroup and DescribePlacementGroup APIs.
1 parent c8e19e4 commit 79c8a3a

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "Add Operator field to CreatePlacementGroup and DescribePlacementGroup APIs."
6+
}

services/ec2/src/main/resources/codegen-resources/service-2.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17676,6 +17676,10 @@
1767617676
"shape":"PlacementGroupId",
1767717677
"documentation":"<p>Reserved for future use.</p>"
1767817678
},
17679+
"Operator":{
17680+
"shape":"OperatorRequest",
17681+
"documentation":"<p>Reserved for internal use.</p>"
17682+
},
1767917683
"DryRun":{
1768017684
"shape":"Boolean",
1768117685
"documentation":"<p>Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
@@ -59282,6 +59286,11 @@
5928259286
"shape":"PlacementGroupId",
5928359287
"documentation":"<p>Reserved for future use.</p>",
5928459288
"locationName":"linkedGroupId"
59289+
},
59290+
"Operator":{
59291+
"shape":"OperatorResponse",
59292+
"documentation":"<p>The service provider that manages the Placement Group.</p>",
59293+
"locationName":"operator"
5928559294
}
5928659295
},
5928759296
"documentation":"<p>Describes a placement group.</p>"

0 commit comments

Comments
 (0)