We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b7a7e6 + 4844b3a commit be24c6cCopy full SHA for be24c6c
aws-sdk-core/apis/EC2.resources.json
@@ -65,7 +65,7 @@
65
"resource": {
66
"type": "PlacementGroup",
67
"identifiers": [
68
- { "target": "Id", "source": "requestParameter", "path": "GroupName" }
+ { "target": "Name", "source": "requestParameter", "path": "GroupName" }
69
]
70
}
71
},
@@ -1261,6 +1261,14 @@
1261
"path": "RouteTables[0]"
1262
1263
"actions": {
1264
+ "Delete": {
1265
+ "request": {
1266
+ "operation": "DeleteRouteTable",
1267
+ "params": [
1268
+ { "target": "RouteTableId", "source": "identifier", "name": "Id" }
1269
+ ]
1270
+ }
1271
+ },
1272
"AssociateWithSubnet": {
1273
"request": {
1274
"operation": "AssociateRouteTable",
0 commit comments