aws-sdk-core 2.0.6 → 2.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,109 +1,42 @@
1
1
  {
2
2
  "service": {
3
3
  "actions": {
4
- "CreateInstances": {
5
- "request": { "operation": "RunInstances" },
6
- "resource": {
7
- "type": "Instance",
8
- "identifiers": [
9
- { "target":"Id", "sourceType":"responsePath", "source":"Instances[].InstanceId" }
10
- ]
11
- },
12
- "path": "Instances[]"
13
- },
14
- "CreateSubnet": {
15
- "request": { "operation": "CreateSubnet" },
16
- "resource": {
17
- "type": "Subnet",
18
- "identifiers": [
19
- { "target":"Id", "sourceType":"responsePath", "source":"Subnet.SubnetId" }
20
- ]
21
- },
22
- "path": "Subnet"
23
- },
24
- "CreateVpc": {
25
- "request": { "operation": "CreateVpc" },
26
- "resource": {
27
- "type": "Vpc",
28
- "identifiers": [
29
- { "target":"Id", "sourceType":"responsePath", "source":"Vpc.VpcId" }
30
- ]
31
- },
32
- "path": "Vpc"
33
- },
34
- "RegisterImage": {
35
- "request": { "operation": "RegisterImage" },
4
+ "CreateDhcpOptions": {
5
+ "request": { "operation": "CreateDhcpOptions" },
36
6
  "resource": {
37
- "type": "Image",
7
+ "type": "DhcpOptions",
38
8
  "identifiers": [
39
- { "target":"Id", "sourceType":"responsePath", "source":"ImageId" }
40
- ]
9
+ { "target": "Id", "sourceType": "responsePath", "source": "DhcpOptions.DhcpOptionsId" }
10
+ ],
11
+ "path": "DhcpOptions"
41
12
  }
42
13
  },
43
- "CreateVolume": {
44
- "request": { "operation": "CreateVolume" },
45
- "resource": {
46
- "type": "Image",
47
- "identifiers": [
48
- { "target":"Id", "sourceType":"responsePath", "source":"VolumeId" }
49
- ]
50
- },
51
- "path": "$"
52
- },
53
- "CreateSnapshot": {
54
- "request": { "operation": "CreateSnapshot" },
55
- "resource": {
56
- "type": "Snapshot",
57
- "identifiers": [
58
- { "target":"Id", "sourceType":"responsePath", "source":"SnapshotId" }
59
- ]
60
- },
61
- "path": "$"
62
- },
63
- "CreateSecurityGroup": {
64
- "request": { "operation": "CreateSecurityGroup" },
14
+ "CreateInstances": {
15
+ "request": { "operation": "RunInstances" },
65
16
  "resource": {
66
- "type": "SecurityGroup",
17
+ "type": "Instance",
67
18
  "identifiers": [
68
- { "target":"Id", "sourceType":"responsePath", "source":"GroupId" }
69
- ]
19
+ { "target": "Id", "sourceType": "responsePath", "source": "Instances[].InstanceId" }
20
+ ],
21
+ "path": "Instances[]"
70
22
  }
71
23
  },
72
- "CreateDhcpOptions": {
73
- "request": { "operation": "CreateDhcpOptions" },
74
- "resource": {
75
- "type": "DhcpOptions",
76
- "identifiers": [
77
- { "target":"Id", "sourceType":"responsePath", "source":"DhcpOptions.DhcpOptionsId" }
78
- ]
79
- },
80
- "path": "DhcpOptions"
81
- },
82
24
  "CreateInternetGateway": {
83
25
  "request": { "operation": "CreateInternetGateway" },
84
26
  "resource": {
85
27
  "type": "InternetGateway",
86
28
  "identifiers": [
87
- { "target":"Id", "sourceType":"responsePath", "source":"InternetGateway.InternetGatewayId" }
88
- ]
89
- },
90
- "path": "InternetGateway"
29
+ { "target": "Id", "sourceType": "responsePath", "source": "InternetGateway.InternetGatewayId" }
30
+ ],
31
+ "path": "InternetGateway"
32
+ }
91
33
  },
92
34
  "CreateKeyPair": {
93
35
  "request": { "operation": "CreateKeyPair" },
94
36
  "resource": {
95
37
  "type": "KeyPair",
96
38
  "identifiers": [
97
- { "target":"Name", "sourceType":"responsePath", "source":"KeyName" }
98
- ]
99
- }
100
- },
101
- "ImportKeyPair": {
102
- "request": { "operation": "ImportKeyPair" },
103
- "resource": {
104
- "type": "KeyPair",
105
- "identifiers": [
106
- { "target":"Name", "sourceType":"responsePath", "source":"KeyName" }
39
+ { "target": "Name", "sourceType": "responsePath", "source": "KeyName" }
107
40
  ]
108
41
  }
109
42
  },
@@ -112,27 +45,27 @@
112
45
  "resource": {
113
46
  "type": "NetworkAcl",
114
47
  "identifiers": [
115
- { "target":"Id", "sourceType":"responsePath", "source":"NetworkAcl.NetworkAclId" }
116
- ]
117
- },
118
- "path": "NetworkAcl"
48
+ { "target": "Id", "sourceType": "responsePath", "source": "NetworkAcl.NetworkAclId" }
49
+ ],
50
+ "path": "NetworkAcl"
51
+ }
119
52
  },
120
53
  "CreateNetworkInterface": {
121
54
  "request": { "operation": "CreateNetworkInterface" },
122
55
  "resource": {
123
56
  "type": "NetworkInterface",
124
57
  "identifiers": [
125
- { "target":"Id", "sourceType":"responsePath", "source":"NetworkInterface.NetworkInterfaceId" }
126
- ]
127
- },
128
- "path": "NetworkInterface"
58
+ { "target": "Id", "sourceType": "responsePath", "source": "NetworkInterface.NetworkInterfaceId" }
59
+ ],
60
+ "path": "NetworkInterface"
61
+ }
129
62
  },
130
63
  "CreatePlacementGroup": {
131
64
  "request": { "operation": "CreatePlacementGroup" },
132
65
  "resource": {
133
66
  "type": "PlacementGroup",
134
67
  "identifiers": [
135
- { "target":"Id", "sourceType":"requestParameter", "source":"GroupName" }
68
+ { "target": "Id", "sourceType": "requestParameter", "source": "GroupName" }
136
69
  ]
137
70
  }
138
71
  },
@@ -141,299 +74,478 @@
141
74
  "resource": {
142
75
  "type": "RouteTable",
143
76
  "identifiers": [
144
- { "target":"Id", "sourceType":"responsePath", "source":"RouteTable.RouteTableId" }
145
- ]
146
- },
147
- "path": "RouteTable"
148
- },
149
- "DisassociateRouteTable": {
150
- "request": { "operation": "DisassociateRouteTable" }
77
+ { "target": "Id", "sourceType": "responsePath", "source": "RouteTable.RouteTableId" }
78
+ ],
79
+ "path": "RouteTable"
80
+ }
151
81
  },
152
- "CreateTags": {
153
- "request": { "operation": "CreateTags" },
82
+ "CreateSecurityGroup": {
83
+ "request": { "operation": "CreateSecurityGroup" },
154
84
  "resource": {
155
- "type": "Tag",
85
+ "type": "SecurityGroup",
156
86
  "identifiers": [
157
- { "target":"ResourceId", "sourceType":"requestParameter", "source":"Resources[]" },
158
- { "target":"Key", "sourceType":"requestParameter", "source":"Tags[].Key" },
159
- { "target":"Value", "sourceType":"requestParameter", "source":"Tags[].Value" }
87
+ { "target": "Id", "sourceType": "responsePath", "source": "GroupId" }
160
88
  ]
161
89
  }
162
90
  },
163
- "CreateVpcPeeringConnection": {
164
- "request": { "operation": "CreateVpcPeeringConnection" },
165
- "resource": {
166
- "type": "VpcPeeringConnection",
167
- "identifiers": [
168
- { "target":"Id", "sourceType":"responsePath", "source":"VpcPeeringConnection.VpcPeeringConnectionId" }
169
- ]
170
- },
171
- "path": "VpcPeeringConnection"
172
- }
173
- },
174
- "hasMany": {
175
- "Instances": {
176
- "request": { "operation": "DescribeInstances" },
91
+ "CreateSnapshot": {
92
+ "request": { "operation": "CreateSnapshot" },
177
93
  "resource": {
178
- "type": "Instance",
94
+ "type": "Snapshot",
179
95
  "identifiers": [
180
- { "target":"Id", "sourceType":"responsePath", "source":"Reservations[].Instances[].InstanceId" }
181
- ]
182
- },
183
- "path": "Reservations[].Instances[]"
96
+ { "target": "Id", "sourceType": "responsePath", "source": "SnapshotId" }
97
+ ],
98
+ "path": "$"
99
+ }
184
100
  },
185
- "Subnets": {
186
- "request": { "operation": "DescribeSubnets" },
101
+ "CreateSubnet": {
102
+ "request": { "operation": "CreateSubnet" },
187
103
  "resource": {
188
104
  "type": "Subnet",
189
105
  "identifiers": [
190
- { "target":"Id", "sourceType":"responsePath", "source":"Subnets[].SubnetId" }
191
- ]
192
- },
193
- "path": "Subnets[]"
106
+ { "target": "Id", "sourceType": "responsePath", "source": "Subnet.SubnetId" }
107
+ ],
108
+ "path": "Subnet"
109
+ }
194
110
  },
195
- "Vpcs": {
196
- "request": { "operation": "DescribeVpcs" },
111
+ "CreateTags": {
112
+ "request": { "operation": "CreateTags" },
197
113
  "resource": {
198
- "type": "Vpc",
114
+ "type": "Tag",
199
115
  "identifiers": [
200
- { "target":"Id", "sourceType":"responsePath", "source":"Vpcs[].VpcId" }
116
+ { "target": "ResourceId", "sourceType": "requestParameter", "source": "Resources[]" },
117
+ { "target": "Key", "sourceType": "requestParameter", "source": "Tags[].Key" },
118
+ { "target": "Value", "sourceType": "requestParameter", "source": "Tags[].Value" }
201
119
  ]
202
- },
203
- "path": "Vpcs[]"
120
+ }
204
121
  },
205
- "Images": {
206
- "request": { "operation": "DescribeImages" },
122
+ "CreateVolume": {
123
+ "request": { "operation": "CreateVolume" },
207
124
  "resource": {
208
125
  "type": "Image",
209
126
  "identifiers": [
210
- { "target":"Id", "sourceType":"responsePath", "source":"Images[].ImageId" }
211
- ]
212
- },
213
- "path": "Images[]"
127
+ { "target": "Id", "sourceType": "responsePath", "source": "VolumeId" }
128
+ ],
129
+ "path": "$"
130
+ }
214
131
  },
215
- "Volumes": {
216
- "request": { "operation": "DescribeVolumes" },
132
+ "CreateVpc": {
133
+ "request": { "operation": "CreateVpc" },
217
134
  "resource": {
218
- "type": "Volume",
135
+ "type": "Vpc",
219
136
  "identifiers": [
220
- { "target":"Id", "sourceType":"responsePath", "source":"Volumes[].VolumeId" }
221
- ]
222
- },
223
- "path": "Volumes[]"
137
+ { "target": "Id", "sourceType": "responsePath", "source": "Vpc.VpcId" }
138
+ ],
139
+ "path": "Vpc"
140
+ }
224
141
  },
225
- "Snapshots": {
226
- "request": { "operation": "DescribeSnapshots" },
142
+ "CreateVpcPeeringConnection": {
143
+ "request": { "operation": "CreateVpcPeeringConnection" },
227
144
  "resource": {
228
- "type": "Snapshot",
145
+ "type": "VpcPeeringConnection",
229
146
  "identifiers": [
230
- { "target":"Id", "sourceType":"responsePath", "source":"Snapshots[].SnapshotId" }
231
- ]
232
- },
233
- "path": "Snapshots[]"
147
+ { "target": "Id", "sourceType": "responsePath", "source": "VpcPeeringConnection.VpcPeeringConnectionId" }
148
+ ],
149
+ "path": "VpcPeeringConnection"
150
+ }
234
151
  },
235
- "SecurityGroups": {
236
- "request": { "operation": "DescribeSecurityGroups" },
152
+ "DisassociateRouteTable": {
153
+ "request": { "operation": "DisassociateRouteTable" }
154
+ },
155
+ "ImportKeyPair": {
156
+ "request": { "operation": "ImportKeyPair" },
237
157
  "resource": {
238
- "type": "SecurityGroup",
158
+ "type": "KeyPair",
239
159
  "identifiers": [
240
- { "target":"Id", "sourceType":"responsePath", "source":"SecurityGroups[].GroupId" }
160
+ { "target": "Name", "sourceType": "responsePath", "source": "KeyName" }
241
161
  ]
242
- },
243
- "path": "SecurityGroups[]"
162
+ }
244
163
  },
164
+ "RegisterImage": {
165
+ "request": { "operation": "RegisterImage" },
166
+ "resource": {
167
+ "type": "Image",
168
+ "identifiers": [
169
+ { "target": "Id", "sourceType": "responsePath", "source": "ImageId" }
170
+ ]
171
+ }
172
+ }
173
+ },
174
+ "hasMany": {
245
175
  "DhcpOptionsSets": {
246
176
  "request": { "operation": "DescribeDhcpOptions" },
247
177
  "resource": {
248
178
  "type": "DhcpOptions",
249
179
  "identifiers": [
250
- { "target":"Id", "sourceType":"responsePath", "source":"DhcpOptions[].DhcpOptionsId" }
251
- ]
252
- },
253
- "path": "DhcpOptions[]"
180
+ { "target": "Id", "sourceType": "responsePath", "source": "DhcpOptions[].DhcpOptionsId" }
181
+ ],
182
+ "path": "DhcpOptions[]"
183
+ }
184
+ },
185
+ "Images": {
186
+ "request": { "operation": "DescribeImages" },
187
+ "resource": {
188
+ "type": "Image",
189
+ "identifiers": [
190
+ { "target": "Id", "sourceType": "responsePath", "source": "Images[].ImageId" }
191
+ ],
192
+ "path": "Images[]"
193
+ }
194
+ },
195
+ "Instances": {
196
+ "request": { "operation": "DescribeInstances" },
197
+ "resource": {
198
+ "type": "Instance",
199
+ "identifiers": [
200
+ { "target": "Id", "sourceType": "responsePath", "source": "Reservations[].Instances[].InstanceId" }
201
+ ],
202
+ "path": "Reservations[].Instances[]"
203
+ }
254
204
  },
255
205
  "InternetGateways": {
256
206
  "request": { "operation": "DescribeInternetGateways" },
257
207
  "resource": {
258
208
  "type": "InternetGateway",
259
209
  "identifiers": [
260
- { "target":"Id", "sourceType":"responsePath", "source":"InternetGateways[].InternetGatewayId" }
261
- ]
262
- },
263
- "path": "InternetGateways[]"
210
+ { "target": "Id", "sourceType": "responsePath", "source": "InternetGateways[].InternetGatewayId" }
211
+ ],
212
+ "path": "InternetGateways[]"
213
+ }
264
214
  },
265
215
  "KeyPairs": {
266
216
  "request": { "operation": "DescribeKeyPairs" },
267
217
  "resource": {
268
218
  "type": "KeyPair",
269
219
  "identifiers": [
270
- { "target":"Name", "sourceType":"responsePath", "source":"KeyPairs[].KeyName" }
271
- ]
272
- },
273
- "path": "KeyPairs[]"
220
+ { "target": "Name", "sourceType": "responsePath", "source": "KeyPairs[].KeyName" }
221
+ ],
222
+ "path": "KeyPairs[]"
223
+ }
274
224
  },
275
225
  "NetworkAcls": {
276
226
  "request": { "operation": "DescribeNetworkAcls" },
277
227
  "resource": {
278
228
  "type": "NetworkAcl",
279
229
  "identifiers": [
280
- { "target":"Id", "sourceType":"responsePath", "source":"NetworkAcls[].NetworkAclId" }
281
- ]
282
- },
283
- "path": "NetworkAcls[]"
230
+ { "target": "Id", "sourceType": "responsePath", "source": "NetworkAcls[].NetworkAclId" }
231
+ ],
232
+ "path": "NetworkAcls[]"
233
+ }
284
234
  },
285
235
  "NetworkInterfaces": {
286
236
  "request": { "operation": "DescribeNetworkInterfaces" },
287
237
  "resource": {
288
238
  "type": "NetworkInterface",
289
239
  "identifiers": [
290
- { "target":"Id", "sourceType":"responsePath", "source":"NetworkInterfaces[].NetworkInterfaceId" }
291
- ]
292
- },
293
- "path": "NetworkInterfaces[]"
240
+ { "target": "Id", "sourceType": "responsePath", "source": "NetworkInterfaces[].NetworkInterfaceId" }
241
+ ],
242
+ "path": "NetworkInterfaces[]"
243
+ }
294
244
  },
295
245
  "PlacementGroups": {
296
246
  "request": { "operation": "DescribePlacementGroups" },
297
247
  "resource": {
298
248
  "type": "PlacementGroup",
299
249
  "identifiers": [
300
- { "target":"Name", "sourceType":"responsePath", "source":"PlacementGroups[].GroupName" }
301
- ]
302
- },
303
- "path": "PlacementGroups[]"
250
+ { "target": "Name", "sourceType": "responsePath", "source": "PlacementGroups[].GroupName" }
251
+ ],
252
+ "path": "PlacementGroups[]"
253
+ }
304
254
  },
305
255
  "RouteTables": {
306
256
  "request": { "operation": "DescribeRouteTables" },
307
257
  "resource": {
308
258
  "type": "RouteTable",
309
259
  "identifiers": [
310
- { "target":"Id", "sourceType":"responsePath", "source":"RouteTables[].RouteTableId" }
311
- ]
312
- },
313
- "path": "RouteTables[]"
260
+ { "target": "Id", "sourceType": "responsePath", "source": "RouteTables[].RouteTableId" }
261
+ ],
262
+ "path": "RouteTables[]"
263
+ }
314
264
  },
315
- "VpcPeeringConnections": {
316
- "request": { "operation": "DescribeVpcPeeringConnections" },
265
+ "SecurityGroups": {
266
+ "request": { "operation": "DescribeSecurityGroups" },
317
267
  "resource": {
318
- "type": "VpcPeeringConnection",
268
+ "type": "SecurityGroup",
319
269
  "identifiers": [
320
- { "target":"Id", "sourceType":"responsePath", "source":"VpcPeeringConnections[].VpcPeeringConnectionId" }
321
- ]
322
- },
323
- "path": "VpcPeeringConnections[]"
324
- }
325
- }
326
- },
327
- "resources": {
328
- "Instance": {
329
- "identifiers": [{ "name": "Id", "memberName" : "InstanceId" }],
330
- "shape": "Instance",
331
- "load": {
332
- "request": {
333
- "operation": "DescribeInstances",
270
+ { "target": "Id", "sourceType": "responsePath", "source": "SecurityGroups[].GroupId" }
271
+ ],
272
+ "path": "SecurityGroups[]"
273
+ }
274
+ },
275
+ "Snapshots": {
276
+ "request": { "operation": "DescribeSnapshots" },
277
+ "resource": {
278
+ "type": "Snapshot",
279
+ "identifiers": [
280
+ { "target": "Id", "sourceType": "responsePath", "source": "Snapshots[].SnapshotId" }
281
+ ],
282
+ "path": "Snapshots[]"
283
+ }
284
+ },
285
+ "Subnets": {
286
+ "request": { "operation": "DescribeSubnets" },
287
+ "resource": {
288
+ "type": "Subnet",
289
+ "identifiers": [
290
+ { "target": "Id", "sourceType": "responsePath", "source": "Subnets[].SubnetId" }
291
+ ],
292
+ "path": "Subnets[]"
293
+ }
294
+ },
295
+ "Volumes": {
296
+ "request": { "operation": "DescribeVolumes" },
297
+ "resource": {
298
+ "type": "Volume",
299
+ "identifiers": [
300
+ { "target": "Id", "sourceType": "responsePath", "source": "Volumes[].VolumeId" }
301
+ ],
302
+ "path": "Volumes[]"
303
+ }
304
+ },
305
+ "VpcPeeringConnections": {
306
+ "request": { "operation": "DescribeVpcPeeringConnections" },
307
+ "resource": {
308
+ "type": "VpcPeeringConnection",
309
+ "identifiers": [
310
+ { "target": "Id", "sourceType": "responsePath", "source": "VpcPeeringConnections[].VpcPeeringConnectionId" }
311
+ ],
312
+ "path": "VpcPeeringConnections[]"
313
+ }
314
+ },
315
+ "Vpcs": {
316
+ "request": { "operation": "DescribeVpcs" },
317
+ "resource": {
318
+ "type": "Vpc",
319
+ "identifiers": [
320
+ { "target": "Id", "sourceType": "responsePath", "source": "Vpcs[].VpcId" }
321
+ ],
322
+ "path": "Vpcs[]"
323
+ }
324
+ }
325
+ }
326
+ },
327
+ "resources": {
328
+ "DhcpOptions": {
329
+ "identifiers": [
330
+ {
331
+ "name": "Id",
332
+ "memberName": "DhcpOptionsId"
333
+ }
334
+ ],
335
+ "shape": "DhcpOptions",
336
+ "load": {
337
+ "request": {
338
+ "operation": "DescribeDhcpOptions",
334
339
  "params": [
335
- { "target":"InstanceIds[0]", "sourceType":"identifier", "source":"Id" }
340
+ { "target": "DhcpOptionsIds[0]", "sourceType": "identifier", "source": "Id" }
336
341
  ]
337
342
  },
338
- "path": "Reservations[0].Instances[0]"
343
+ "path": "DhcpOptions[0]"
339
344
  },
340
345
  "actions": {
341
- "ConsoleOutput": {
346
+ "AssociateWithVpc": {
342
347
  "request": {
343
- "operation": "GetConsoleOutput",
348
+ "operation": "AssociateDhcpOptions",
349
+ "params": [
350
+ { "target": "DhcpOptionsId", "sourceType": "identifier", "source": "Id" }
351
+ ]
352
+ }
353
+ },
354
+ "CreateTags": {
355
+ "request": {
356
+ "operation": "CreateTags",
357
+ "params": [
358
+ { "target": "Resources[0]", "sourceType": "identifier", "source": "Id" }
359
+ ]
360
+ },
361
+ "resource": {
362
+ "type": "Tag",
363
+ "identifiers": [
364
+ { "target": "ResourceId", "sourceType": "identifier", "source": "Id" },
365
+ { "target": "Key", "sourceType": "requestParameter", "source": "Tags[].Key" },
366
+ { "target": "Value", "sourceType": "requestParameter", "source": "Tags[].Value" }
367
+ ]
368
+ }
369
+ },
370
+ "Delete": {
371
+ "request": {
372
+ "operation": "DeleteDhcpOptions",
373
+ "params": [
374
+ { "target": "DhcpOptionsId", "sourceType": "identifier", "source": "Id" }
375
+ ]
376
+ }
377
+ }
378
+ }
379
+ },
380
+ "Image": {
381
+ "identifiers": [
382
+ {
383
+ "name": "Id",
384
+ "memberName": "ImageId"
385
+ }
386
+ ],
387
+ "shape": "Image",
388
+ "load": {
389
+ "request": {
390
+ "operation": "DescribeImages",
391
+ "params": [
392
+ { "target": "ImageIds[0]", "sourceType": "identifier", "source": "Id" }
393
+ ]
394
+ },
395
+ "path": "Images[0]"
396
+ },
397
+ "actions": {
398
+ "CreateTags": {
399
+ "request": {
400
+ "operation": "CreateTags",
401
+ "params": [
402
+ { "target": "Resources[0]", "sourceType": "identifier", "source": "Id" }
403
+ ]
404
+ },
405
+ "resource": {
406
+ "type": "Tag",
407
+ "identifiers": [
408
+ { "target": "ResourceId", "sourceType": "identifier", "source": "Id" },
409
+ { "target": "Key", "sourceType": "requestParameter", "source": "Tags[].Key" },
410
+ { "target": "Value", "sourceType": "requestParameter", "source": "Tags[].Value" }
411
+ ]
412
+ }
413
+ },
414
+ "Deregister": {
415
+ "request": {
416
+ "operation": "DeregisterImage",
344
417
  "params": [
345
- { "target":"InstanceId", "sourceType":"identifier", "source":"Id" }
418
+ { "target": "ImageId", "sourceType": "identifier", "source": "Id" }
346
419
  ]
347
420
  }
348
421
  },
349
422
  "DescribeAttribute": {
350
423
  "request": {
351
- "operation": "DescribeInstanceAttribute",
424
+ "operation": "DescribeImageAttribute",
352
425
  "params": [
353
- { "target":"InstanceId", "sourceType":"identifier", "source":"Id" }
426
+ { "target": "ImageId", "sourceType": "identifier", "source": "Id" }
354
427
  ]
355
428
  }
356
429
  },
357
430
  "ModifyAttribute": {
358
431
  "request": {
359
- "operation": "ModifyInstanceAttribute",
432
+ "operation": "ModifyImageAttribute",
360
433
  "params": [
361
- { "target":"InstanceId", "sourceType":"identifier", "source":"Id" }
434
+ { "target": "ImageId", "sourceType": "identifier", "source": "Id" }
362
435
  ]
363
436
  }
364
437
  },
365
- "Monitor": {
438
+ "ResetAttribute": {
366
439
  "request": {
367
- "operation": "MonitorInstances",
440
+ "operation": "ResetImageAttribute",
441
+ "params": [
442
+ { "target": "ImageId", "sourceType": "identifier", "source": "Id" }
443
+ ]
444
+ }
445
+ }
446
+ }
447
+ },
448
+ "Instance": {
449
+ "identifiers": [
450
+ {
451
+ "name": "Id",
452
+ "memberName": "InstanceId"
453
+ }
454
+ ],
455
+ "shape": "Instance",
456
+ "load": {
457
+ "request": {
458
+ "operation": "DescribeInstances",
459
+ "params": [
460
+ { "target": "InstanceIds[0]", "sourceType": "identifier", "source": "Id" }
461
+ ]
462
+ },
463
+ "path": "Reservations[0].Instances[0]"
464
+ },
465
+ "actions": {
466
+ "AttachVolume": {
467
+ "request": {
468
+ "operation": "AttachVolume",
368
469
  "params": [
369
- { "target":"InstanceIds[0]", "sourceType":"identifier", "source":"Id" }
470
+ { "target": "InstanceId", "sourceType": "identifier", "source": "Id" }
370
471
  ]
371
472
  }
372
473
  },
373
- "PasswordData": {
474
+ "ConsoleOutput": {
374
475
  "request": {
375
- "operation": "GetPasswordData",
476
+ "operation": "GetConsoleOutput",
376
477
  "params": [
377
- { "target":"InstanceId", "sourceType":"identifier", "source":"Id" }
478
+ { "target": "InstanceId", "sourceType": "identifier", "source": "Id" }
378
479
  ]
379
480
  }
380
481
  },
381
- "ReportStatus": {
482
+ "CreateImage": {
382
483
  "request": {
383
- "operation": "ReportInstanceStatus",
484
+ "operation": "CreateImage",
384
485
  "params": [
385
- { "target":"Instances[0]", "sourceType":"identifier", "source":"Id" }
486
+ { "target": "InstanceId", "sourceType": "identifier", "source": "Id" }
487
+ ]
488
+ },
489
+ "resource": {
490
+ "type": "Image",
491
+ "identifiers": [
492
+ { "target": "Id", "sourceType": "responsePath", "source": "ImageId" }
386
493
  ]
387
494
  }
388
495
  },
389
- "ResetAttribute": {
496
+ "CreateTags": {
390
497
  "request": {
391
- "operation": "ResetInstanceAttribute",
498
+ "operation": "CreateTags",
392
499
  "params": [
393
- { "target":"InstanceId", "sourceType":"identifier", "source":"Id" }
500
+ { "target": "Resources[0]", "sourceType": "identifier", "source": "Id" }
501
+ ]
502
+ },
503
+ "resource": {
504
+ "type": "Tag",
505
+ "identifiers": [
506
+ { "target": "ResourceId", "sourceType": "identifier", "source": "Id" },
507
+ { "target": "Key", "sourceType": "requestParameter", "source": "Tags[].Key" },
508
+ { "target": "Value", "sourceType": "requestParameter", "source": "Tags[].Value" }
394
509
  ]
395
510
  }
396
511
  },
397
- "ResetKernel": {
512
+ "DescribeAttribute": {
398
513
  "request": {
399
- "operation": "ResetInstanceAttribute",
514
+ "operation": "DescribeInstanceAttribute",
400
515
  "params": [
401
- { "target":"InstanceId", "sourceType":"identifier", "source":"Id" },
402
- { "target":"Attribute", "sourceType":"string", "source":"kernel" }
516
+ { "target": "InstanceId", "sourceType": "identifier", "source": "Id" }
403
517
  ]
404
518
  }
405
519
  },
406
- "ResetRamdisk": {
520
+ "DetachVolume": {
407
521
  "request": {
408
- "operation": "ResetInstanceAttribute",
522
+ "operation": "DetachVolume",
409
523
  "params": [
410
- { "target":"InstanceId", "sourceType":"identifier", "source":"Id" },
411
- { "target":"Attribute", "sourceType":"string", "source":"ramdisk" }
524
+ { "target": "InstanceId", "sourceType": "identifier", "source": "Id" }
412
525
  ]
413
526
  }
414
527
  },
415
- "ResetSourceDestCheck": {
528
+ "ModifyAttribute": {
416
529
  "request": {
417
- "operation": "ResetInstanceAttribute",
530
+ "operation": "ModifyInstanceAttribute",
418
531
  "params": [
419
- { "target":"InstanceId", "sourceType":"identifier", "source":"Id" },
420
- { "target":"Attribute", "sourceType":"string", "source":"sourceDestCheck" }
532
+ { "target": "InstanceId", "sourceType": "identifier", "source": "Id" }
421
533
  ]
422
534
  }
423
535
  },
424
- "Start": {
536
+ "Monitor": {
425
537
  "request": {
426
- "operation": "StartInstances",
538
+ "operation": "MonitorInstances",
427
539
  "params": [
428
- { "target":"InstanceIds[0]", "sourceType":"identifier", "source":"Id" }
540
+ { "target": "InstanceIds[0]", "sourceType": "identifier", "source": "Id" }
429
541
  ]
430
542
  }
431
543
  },
432
- "Stop": {
544
+ "PasswordData": {
433
545
  "request": {
434
- "operation": "StopInstances",
546
+ "operation": "GetPasswordData",
435
547
  "params": [
436
- { "target":"InstanceIds[0]", "sourceType":"identifier", "source":"Id" }
548
+ { "target": "InstanceId", "sourceType": "identifier", "source": "Id" }
437
549
  ]
438
550
  }
439
551
  },
@@ -441,69 +553,82 @@
441
553
  "request": {
442
554
  "operation": "RebootInstances",
443
555
  "params": [
444
- { "target":"InstanceIds[0]", "sourceType":"identifier", "source":"Id" }
556
+ { "target": "InstanceIds[0]", "sourceType": "identifier", "source": "Id" }
445
557
  ]
446
558
  }
447
559
  },
448
- "Terminate": {
560
+ "ReportStatus": {
449
561
  "request": {
450
- "operation": "TerminateInstances",
562
+ "operation": "ReportInstanceStatus",
451
563
  "params": [
452
- { "target":"InstanceIds[0]", "sourceType":"identifier", "source":"Id" }
564
+ { "target": "Instances[0]", "sourceType": "identifier", "source": "Id" }
453
565
  ]
454
566
  }
455
567
  },
456
- "Unmonitor": {
568
+ "ResetAttribute": {
457
569
  "request": {
458
- "operation": "UnmonitorInstances",
570
+ "operation": "ResetInstanceAttribute",
459
571
  "params": [
460
- { "target":"InstanceIds[0]", "sourceType":"identifier", "source":"Id" }
572
+ { "target": "InstanceId", "sourceType": "identifier", "source": "Id" }
461
573
  ]
462
574
  }
463
575
  },
464
- "CreateImage": {
576
+ "ResetKernel": {
465
577
  "request": {
466
- "operation": "CreateImage",
578
+ "operation": "ResetInstanceAttribute",
467
579
  "params": [
468
- { "target":"InstanceId", "sourceType":"identifier", "source":"Id" }
580
+ { "target": "InstanceId", "sourceType": "identifier", "source": "Id" },
581
+ { "target": "Attribute", "sourceType": "string", "source": "kernel" }
469
582
  ]
470
- },
471
- "resource": {
472
- "type": "Image",
473
- "identifiers": [
474
- { "target":"Id", "sourceType":"responsePath", "source":"ImageId" }
583
+ }
584
+ },
585
+ "ResetRamdisk": {
586
+ "request": {
587
+ "operation": "ResetInstanceAttribute",
588
+ "params": [
589
+ { "target": "InstanceId", "sourceType": "identifier", "source": "Id" },
590
+ { "target": "Attribute", "sourceType": "string", "source": "ramdisk" }
475
591
  ]
476
592
  }
477
593
  },
478
- "AttachVolume": {
594
+ "ResetSourceDestCheck": {
479
595
  "request": {
480
- "operation": "AttachVolume",
596
+ "operation": "ResetInstanceAttribute",
481
597
  "params": [
482
- { "target":"InstanceId", "sourceType":"identifier", "source":"Id" }
598
+ { "target": "InstanceId", "sourceType": "identifier", "source": "Id" },
599
+ { "target": "Attribute", "sourceType": "string", "source": "sourceDestCheck" }
483
600
  ]
484
601
  }
485
602
  },
486
- "DetachVolume": {
603
+ "Start": {
487
604
  "request": {
488
- "operation": "DetachVolume",
605
+ "operation": "StartInstances",
489
606
  "params": [
490
- { "target":"InstanceId", "sourceType":"identifier", "source":"Id" }
607
+ { "target": "InstanceIds[0]", "sourceType": "identifier", "source": "Id" }
491
608
  ]
492
609
  }
493
610
  },
494
- "CreateTags": {
611
+ "Stop": {
495
612
  "request": {
496
- "operation": "CreateTags",
613
+ "operation": "StopInstances",
497
614
  "params": [
498
- { "target":"Resources[0]", "sourceType":"identifier", "source":"Id" }
615
+ { "target": "InstanceIds[0]", "sourceType": "identifier", "source": "Id" }
499
616
  ]
500
- },
501
- "resource": {
502
- "type": "Tag",
503
- "identifiers": [
504
- { "target":"ResourceId", "sourceType":"identifier", "source":"Id" },
505
- { "target":"Key", "sourceType":"requestParameter", "source":"Tags[].Key" },
506
- { "target":"Value", "sourceType":"requestParameter", "source":"Tags[].Value" }
617
+ }
618
+ },
619
+ "Terminate": {
620
+ "request": {
621
+ "operation": "TerminateInstances",
622
+ "params": [
623
+ { "target": "InstanceIds[0]", "sourceType": "identifier", "source": "Id" }
624
+ ]
625
+ }
626
+ },
627
+ "Unmonitor": {
628
+ "request": {
629
+ "operation": "UnmonitorInstances",
630
+ "params": [
631
+ { "target": "InstanceIds[0]", "sourceType": "identifier", "source": "Id" }
507
632
  ]
508
633
  }
509
634
  }
@@ -513,7 +638,7 @@
513
638
  "request": {
514
639
  "operation": "CreateTags",
515
640
  "params": [
516
- { "target":"Resources[]", "sourceType":"identifier", "source":"Id" }
641
+ { "target": "Resources[]", "sourceType": "identifier", "source": "Id" }
517
642
  ]
518
643
  }
519
644
  },
@@ -521,31 +646,31 @@
521
646
  "request": {
522
647
  "operation": "MonitorInstances",
523
648
  "params": [
524
- { "target":"InstanceIds[]", "sourceType":"identifier", "source":"Id" }
649
+ { "target": "InstanceIds[]", "sourceType": "identifier", "source": "Id" }
525
650
  ]
526
651
  }
527
652
  },
528
- "Start": {
653
+ "Reboot": {
529
654
  "request": {
530
- "operation": "StartInstances",
655
+ "operation": "RebootInstances",
531
656
  "params": [
532
- { "target":"InstanceIds[]", "sourceType":"identifier", "source":"Id" }
657
+ { "target": "InstanceIds[]", "sourceType": "identifier", "source": "Id" }
533
658
  ]
534
659
  }
535
660
  },
536
- "Stop": {
661
+ "Start": {
537
662
  "request": {
538
- "operation": "StopInstances",
663
+ "operation": "StartInstances",
539
664
  "params": [
540
- { "target":"InstanceIds[]", "sourceType":"identifier", "source":"Id" }
665
+ { "target": "InstanceIds[]", "sourceType": "identifier", "source": "Id" }
541
666
  ]
542
667
  }
543
668
  },
544
- "Reboot": {
669
+ "Stop": {
545
670
  "request": {
546
- "operation": "RebootInstances",
671
+ "operation": "StopInstances",
547
672
  "params": [
548
- { "target":"InstanceIds[]", "sourceType":"identifier", "source":"Id" }
673
+ { "target": "InstanceIds[]", "sourceType": "identifier", "source": "Id" }
549
674
  ]
550
675
  }
551
676
  },
@@ -553,7 +678,7 @@
553
678
  "request": {
554
679
  "operation": "TerminateInstances",
555
680
  "params": [
556
- { "target":"InstanceIds[]", "sourceType":"identifier", "source":"Id" }
681
+ { "target": "InstanceIds[]", "sourceType": "identifier", "source": "Id" }
557
682
  ]
558
683
  }
559
684
  },
@@ -561,56 +686,58 @@
561
686
  "request": {
562
687
  "operation": "UnmonitorInstances",
563
688
  "params": [
564
- { "target":"InstanceIds[]", "sourceType":"identifier", "source":"Id" }
689
+ { "target": "InstanceIds[]", "sourceType": "identifier", "source": "Id" }
565
690
  ]
566
691
  }
567
692
  }
568
693
  },
569
694
  "waiters": {
570
- "Stopped": {
571
- "waiterName": "InstanceStopped",
695
+ "Running": {
696
+ "waiterName": "InstanceRunning",
572
697
  "params": [
573
- { "target":"InstanceIds[]", "sourceType":"identifier", "source":"Id" }
698
+ { "target": "InstanceIds[]", "sourceType": "identifier", "source": "Id" }
574
699
  ],
575
700
  "path": "Reservations[0].Instances[0]"
576
701
  },
577
- "Running": {
578
- "waiterName": "InstanceRunning",
702
+ "Stopped": {
703
+ "waiterName": "InstanceStopped",
579
704
  "params": [
580
- { "target":"InstanceIds[]", "sourceType":"identifier", "source":"Id" }
705
+ { "target": "InstanceIds[]", "sourceType": "identifier", "source": "Id" }
581
706
  ],
582
707
  "path": "Reservations[0].Instances[0]"
583
708
  },
584
709
  "Terminated": {
585
710
  "waiterName": "InstanceTerminated",
586
711
  "params": [
587
- { "target":"InstanceIds[]", "sourceType":"identifier", "source":"Id" }
712
+ { "target": "InstanceIds[]", "sourceType": "identifier", "source": "Id" }
588
713
  ],
589
714
  "path": "Reservations[0].Instances[0]"
590
715
  }
591
716
  },
592
- "hasOne": {
593
- "Subnet": {
594
- "resource": {
595
- "type": "Subnet",
596
- "identifiers": [
597
- { "target":"Id", "sourceType":"dataMember", "source":"SubnetId" }
717
+ "hasMany": {
718
+ "Volumes": {
719
+ "request": {
720
+ "operation": "DescribeVolumes",
721
+ "params": [
722
+ { "target": "Filters[0].Name", "sourceType": "string", "source": "attachment.instance-id" },
723
+ { "target": "Filters[0].Values[0]", "sourceType": "identifier", "source": "Id" }
598
724
  ]
599
- }
600
- },
601
- "Vpc": {
725
+ },
602
726
  "resource": {
603
- "type": "Vpc",
727
+ "type": "Volume",
604
728
  "identifiers": [
605
- { "target":"Id", "sourceType":"dataMember", "source":"VpcId" }
606
- ]
729
+ { "target": "Id", "sourceType": "responsePath", "source": "Volumes[].VolumeId" }
730
+ ],
731
+ "path": "Volumes[]"
607
732
  }
608
- },
733
+ }
734
+ },
735
+ "belongsTo": {
609
736
  "Image": {
610
737
  "resource": {
611
738
  "type": "Image",
612
739
  "identifiers": [
613
- { "target":"Id", "sourceType":"dataMember", "source":"ImageId" }
740
+ { "target": "Id", "sourceType": "dataMember", "source": "ImageId" }
614
741
  ]
615
742
  }
616
743
  },
@@ -618,7 +745,7 @@
618
745
  "resource": {
619
746
  "type": "KeyPair",
620
747
  "identifiers": [
621
- { "target":"Name", "sourceType":"dataMember", "source":"KeyName" }
748
+ { "target": "Name", "sourceType": "dataMember", "source": "KeyName" }
622
749
  ]
623
750
  }
624
751
  },
@@ -626,494 +753,403 @@
626
753
  "resource": {
627
754
  "type": "PlacementGroup",
628
755
  "identifiers": [
629
- { "target":"Name", "sourceType":"dataMember", "source":"Placement.GroupName" }
756
+ { "target": "Name", "sourceType": "dataMember", "source": "Placement.GroupName" }
630
757
  ]
631
758
  }
632
- }
633
- },
634
- "hasMany": {
635
- "Volumes": {
636
- "request": {
637
- "operation": "DescribeVolumes",
638
- "params": [
639
- { "target":"Filters[0].Name", "sourceType":"string", "source":"attachment.instance-id" },
640
- { "target":"Filters[0].Values[0]", "sourceType":"identifier", "source":"Id" }
759
+ },
760
+ "Subnet": {
761
+ "resource": {
762
+ "type": "Subnet",
763
+ "identifiers": [
764
+ { "target": "Id", "sourceType": "dataMember", "source": "SubnetId" }
641
765
  ]
642
- },
766
+ }
767
+ },
768
+ "Vpc": {
643
769
  "resource": {
644
- "type": "Volume",
770
+ "type": "Vpc",
645
771
  "identifiers": [
646
- { "target":"Id", "sourceType":"responsePath", "source":"Volumes[].VolumeId" }
772
+ { "target": "Id", "sourceType": "dataMember", "source": "VpcId" }
647
773
  ]
648
- },
649
- "path": "Volumes[]"
774
+ }
650
775
  }
651
776
  }
652
777
  },
653
- "Subnet": {
654
- "identifiers": [{ "name": "Id", "memberName" : "SubnetId" }],
655
- "shape": "Subnet",
778
+ "InternetGateway": {
779
+ "identifiers": [
780
+ {
781
+ "name": "Id",
782
+ "memberName": "InternetGatewayId"
783
+ }
784
+ ],
785
+ "shape": "InternetGateway",
656
786
  "load": {
657
787
  "request": {
658
- "operation": "DescribeSubnets",
788
+ "operation": "DescribeInternetGateways",
659
789
  "params": [
660
- { "target":"SubnetIds[0]", "sourceType":"identifier", "source":"Id" }
790
+ { "target": "InternetGatewayIds[0]", "sourceType": "identifier", "source": "Id" }
661
791
  ]
662
792
  },
663
- "path": "Subnets[0]"
793
+ "path": "InternetGateways[0]"
664
794
  },
665
795
  "actions": {
666
- "CreateInstances": {
667
- "request": {
668
- "operation": "RunInstances",
669
- "params": [
670
- { "target":"SubnetId", "sourceType":"identifier", "source":"Id" }
671
- ]
672
- },
673
- "resource": {
674
- "type": "Instance",
675
- "identifiers": [
676
- { "target":"Id", "sourceType":"responsePath", "source":"Instances[].InstanceId" }
677
- ]
678
- },
679
- "path": "Instances[]"
680
- },
681
- "Delete": {
796
+ "AttachToVpc": {
682
797
  "request": {
683
- "operation": "DeleteSubnet",
798
+ "operation": "AttachInternetGateway",
684
799
  "params": [
685
- { "target":"SubnetId", "sourceType":"identifier", "source":"Id" }
800
+ { "target": "InternetGatewayId", "sourceType": "identifier", "source": "Id" }
686
801
  ]
687
802
  }
688
803
  },
689
- "CreateNetworkInterface": {
690
- "request": {
691
- "operation": "CreateNetworkInterface",
692
- "params": [
693
- { "target":"SubnetId", "sourceType":"identifier", "source":"Id" }
694
- ]
695
- },
696
- "resource": {
697
- "type": "NetworkInterface",
698
- "identifiers": [
699
- { "target":"Id", "sourceType":"responsePath", "source":"NetworkInterface.NetworkInterfaceId" }
700
- ]
701
- },
702
- "path": "NetworkInterface"
703
- },
704
804
  "CreateTags": {
705
805
  "request": {
706
806
  "operation": "CreateTags",
707
807
  "params": [
708
- { "target":"Resources[0]", "sourceType":"identifier", "source":"Id" }
808
+ { "target": "Resources[0]", "sourceType": "identifier", "source": "Id" }
709
809
  ]
710
810
  },
711
811
  "resource": {
712
812
  "type": "Tag",
713
813
  "identifiers": [
714
- { "target":"ResourceId", "sourceType":"identifier", "source":"Id" },
715
- { "target":"Key", "sourceType":"requestParameter", "source":"Tags[].Key" },
716
- { "target":"Value", "sourceType":"requestParameter", "source":"Tags[].Value" }
814
+ { "target": "ResourceId", "sourceType": "identifier", "source": "Id" },
815
+ { "target": "Key", "sourceType": "requestParameter", "source": "Tags[].Key" },
816
+ { "target": "Value", "sourceType": "requestParameter", "source": "Tags[].Value" }
717
817
  ]
718
818
  }
719
- }
720
- },
721
- "hasMany": {
722
- "Instances": {
819
+ },
820
+ "Delete": {
723
821
  "request": {
724
- "operation": "DescribeInstances",
822
+ "operation": "DeleteInternetGateway",
725
823
  "params": [
726
- { "target":"Filters[0].Name", "sourceType":"string", "source":"subnet-id" },
727
- { "target":"Filters[0].Values[0]", "sourceType":"identifier", "source":"Id" }
824
+ { "target": "InternetGatewayId", "sourceType": "identifier", "source": "Id" }
728
825
  ]
729
- },
730
- "resource": {
731
- "type": "Instance",
732
- "identifiers": [
733
- { "target":"Id", "sourceType":"responsePath", "source":"Reservations[].Instances[].InstanceId" }
734
- ]
735
- },
736
- "path": "Reservations[].Instances[]"
826
+ }
737
827
  },
738
- "NetworkInterfaces": {
828
+ "DetachFromVpc": {
739
829
  "request": {
740
- "operation": "DescribeNetworkInterfaces",
830
+ "operation": "DetachInternetGateway",
741
831
  "params": [
742
- { "target":"Filters[0].Name", "sourceType":"string", "source":"subnet-id" },
743
- { "target":"Filters[0].Values[0]", "sourceType":"identifier", "source":"Id" }
744
- ]
745
- },
746
- "resource": {
747
- "type": "NetworkInterface",
748
- "identifiers": [
749
- { "target":"Id", "sourceType":"responsePath", "source":"NetworkInterfaces[].NetworkInterfaceId" }
750
- ]
751
- },
752
- "path": "NetworkInterfaces[]"
753
- }
754
- },
755
- "hasOne": {
756
- "Vpc": {
757
- "resource": {
758
- "type": "Vpc",
759
- "identifiers": [
760
- { "target":"Id", "sourceType":"dataMember", "source":"VpcId" }
832
+ { "target": "InternetGatewayId", "sourceType": "identifier", "source": "Id" }
761
833
  ]
762
834
  }
763
835
  }
764
836
  }
765
837
  },
766
- "Vpc": {
767
- "identifiers": [{ "name": "Id", "memberName" : "VpcId" }],
768
- "shape": "Vpc",
838
+ "KeyPair": {
839
+ "identifiers": [
840
+ {
841
+ "name": "Name",
842
+ "memberName": "KeyName"
843
+ }
844
+ ],
845
+ "shape": "KeyPairInfo",
769
846
  "load": {
770
847
  "request": {
771
- "operation": "DescribeVpcs",
848
+ "operation": "DescribeKeyPairs",
772
849
  "params": [
773
- { "target":"VpcIds[0]", "sourceType":"identifier", "source":"Id" }
850
+ { "target": "KeyNames[0]", "sourceType": "identifier", "source": "Name" }
774
851
  ]
775
852
  },
776
- "path": "Vpcs[0]"
853
+ "path": "KeyPairs[0]"
777
854
  },
778
855
  "actions": {
779
- "CreateSubnet": {
780
- "request": {
781
- "operation": "CreateSubnet",
782
- "params": [
783
- { "target":"VpcId", "sourceType":"identifier", "source":"Id" }
784
- ]
785
- },
786
- "resource": {
787
- "type": "Subnet",
788
- "identifiers": [
789
- { "target":"Id", "sourceType":"responsePath", "source":"Subnet.SubnetId" }
790
- ]
791
- },
792
- "path": "Subnet"
793
- },
794
856
  "Delete": {
795
857
  "request": {
796
- "operation": "DeleteVpc",
797
- "params": [
798
- { "target":"VpcId", "sourceType":"identifier", "source":"Id" }
799
- ]
800
- }
801
- },
802
- "DescribeAttribute": {
803
- "request": {
804
- "operation": "DescribeVpcAttribute",
805
- "params": [
806
- { "target":"VpcId", "sourceType":"identifier", "source":"Id" }
807
- ]
808
- }
809
- },
810
- "ModifyAttribute": {
811
- "request": {
812
- "operation": "ModifyVpcAttribute",
858
+ "operation": "DeleteKeyPair",
813
859
  "params": [
814
- { "target":"VpcId", "sourceType":"identifier", "source":"Id" }
860
+ { "target": "KeyName", "sourceType": "identifier", "source": "Name" }
815
861
  ]
816
862
  }
863
+ }
864
+ }
865
+ },
866
+ "NetworkAcl": {
867
+ "identifiers": [
868
+ {
869
+ "name": "Id",
870
+ "memberName": "NetworkAclId"
871
+ }
872
+ ],
873
+ "shape": "NetworkAcl",
874
+ "load": {
875
+ "request": {
876
+ "operation": "DescribeNetworkAcls",
877
+ "params": [
878
+ { "target": "NetworkAclIds[0]", "sourceType": "identifier", "source": "Id" }
879
+ ]
817
880
  },
818
- "AssociateDhcpOptions": {
881
+ "path": "NetworkAcls[0]"
882
+ },
883
+ "actions": {
884
+ "CreateEntry": {
819
885
  "request": {
820
- "operation": "AssociateDhcpOptions",
886
+ "operation": "CreateNetworkAclEntry",
821
887
  "params": [
822
- { "target":"VpcId", "sourceType":"identifier", "source":"Id" }
888
+ { "target": "NetworkAclId", "sourceType": "identifier", "source": "Id" }
823
889
  ]
824
890
  }
825
891
  },
826
- "CreateSecurityGroup": {
892
+ "CreateTags": {
827
893
  "request": {
828
- "operation": "CreateSecurityGroup",
894
+ "operation": "CreateTags",
829
895
  "params": [
830
- { "target":"VpcId", "sourceType":"identifier", "source":"Id" }
896
+ { "target": "Resources[0]", "sourceType": "identifier", "source": "Id" }
831
897
  ]
832
898
  },
833
899
  "resource": {
834
- "type": "SecurityGroup",
900
+ "type": "Tag",
835
901
  "identifiers": [
836
- { "target":"Id", "sourceType":"responsePath", "source":"GroupId" }
902
+ { "target": "ResourceId", "sourceType": "identifier", "source": "Id" },
903
+ { "target": "Key", "sourceType": "requestParameter", "source": "Tags[].Key" },
904
+ { "target": "Value", "sourceType": "requestParameter", "source": "Tags[].Value" }
837
905
  ]
838
906
  }
839
907
  },
840
- "AttachInternetGateway": {
908
+ "Delete": {
841
909
  "request": {
842
- "operation": "AttachInternetGateway",
910
+ "operation": "DeleteNetworkAcl",
843
911
  "params": [
844
- { "target":"VpcId", "sourceType":"identifier", "source":"Id" }
912
+ { "target": "NetworkAclId", "sourceType": "identifier", "source": "Id" }
845
913
  ]
846
914
  }
847
915
  },
848
- "DetachInternetGateway": {
916
+ "DeleteEntry": {
849
917
  "request": {
850
- "operation": "DetachInternetGateway",
918
+ "operation": "DeleteNetworkAclEntry",
851
919
  "params": [
852
- { "target":"VpcId", "sourceType":"identifier", "source":"Id" }
920
+ { "target": "NetworkAclId", "sourceType": "identifier", "source": "Id" }
853
921
  ]
854
922
  }
855
923
  },
856
- "CreateNetworkAcl": {
857
- "request": {
858
- "operation": "CreateNetworkAcl",
859
- "params": [
860
- { "target":"VpcId", "sourceType":"identifier", "source":"Id" }
861
- ]
862
- },
863
- "resource": {
864
- "type": "NetworkAcl",
865
- "identifiers": [
866
- { "target":"Id", "sourceType":"responsePath", "source":"NetworkAcl.NetworkAclId" }
867
- ]
868
- },
869
- "path": "NetworkAcl"
870
- },
871
- "CreateRouteTable": {
872
- "request": {
873
- "operation": "CreateRouteTable",
874
- "params": [
875
- { "target":"VpcId", "sourceType":"identifier", "source":"Id" }
876
- ]
877
- },
878
- "resource": {
879
- "type": "RouteTable",
880
- "identifiers": [
881
- { "target":"Id", "sourceType":"responsePath", "source":"RouteTable.RouteTableId" }
882
- ]
883
- },
884
- "path": "RouteTable"
885
- },
886
- "RequestVpcPeeringConnection": {
924
+ "ReplaceAssociation": {
887
925
  "request": {
888
- "operation": "CreateVpcPeeringConnection",
926
+ "operation": "ReplaceNetworkAclAssociation",
889
927
  "params": [
890
- { "target":"VpcId", "sourceType":"identifier", "source":"Id" }
891
- ]
892
- },
893
- "resource": {
894
- "type": "VpcPeeringConnection",
895
- "identifiers": [
896
- { "target":"Id", "sourceType":"responsePath", "source":"VpcPeeringConnection.VpcPeeringConnectionId" }
928
+ { "target": "NetworkAclId", "sourceType": "identifier", "source": "Id" }
897
929
  ]
898
- },
899
- "path": "VpcPeeringConnection"
930
+ }
900
931
  },
901
- "CreateTags": {
932
+ "ReplaceEntry": {
902
933
  "request": {
903
- "operation": "CreateTags",
934
+ "operation": "ReplaceNetworkAclEntry",
904
935
  "params": [
905
- { "target":"Resources[0]", "sourceType":"identifier", "source":"Id" }
906
- ]
907
- },
908
- "resource": {
909
- "type": "Tag",
910
- "identifiers": [
911
- { "target":"ResourceId", "sourceType":"identifier", "source":"Id" },
912
- { "target":"Key", "sourceType":"requestParameter", "source":"Tags[].Key" },
913
- { "target":"Value", "sourceType":"requestParameter", "source":"Tags[].Value" }
936
+ { "target": "NetworkAclId", "sourceType": "identifier", "source": "Id" }
914
937
  ]
915
938
  }
916
939
  }
917
940
  },
918
- "hasMany": {
919
- "Instances": {
920
- "request": {
921
- "operation": "DescribeInstances",
922
- "params": [
923
- { "target":"Filters[0].Name", "sourceType":"string", "source":"vpc-id" },
924
- { "target":"Filters[0].Values[0]", "sourceType":"identifier", "source":"Id" }
925
- ]
926
- },
941
+ "belongsTo": {
942
+ "Vpc": {
927
943
  "resource": {
928
- "type": "Instance",
944
+ "type": "Vpc",
929
945
  "identifiers": [
930
- { "target":"Id", "sourceType":"responsePath", "source":"Reservations[].Instances[].InstanceId" }
946
+ { "target": "Id", "sourceType": "dataMember", "source": "VpcId" }
931
947
  ]
932
- },
933
- "path": "Reservations[].Instances[]"
948
+ }
949
+ }
950
+ }
951
+ },
952
+ "NetworkInterface": {
953
+ "identifiers": [
954
+ {
955
+ "name": "Id",
956
+ "memberName": "NetworkInterfaceId"
957
+ }
958
+ ],
959
+ "shape": "NetworkInterface",
960
+ "load": {
961
+ "request": {
962
+ "operation": "DescribeNetworkInterfaces",
963
+ "params": [
964
+ { "target": "NetworkInterfaceIds[0]", "sourceType": "identifier", "source": "Id" }
965
+ ]
934
966
  },
935
- "Subnets": {
967
+ "path": "NetworkInterfaces[0]"
968
+ },
969
+ "actions": {
970
+ "AssignPrivateIpAddresses": {
936
971
  "request": {
937
- "operation": "DescribeSubnets",
972
+ "operation": "AssignPrivateIpAddresses",
938
973
  "params": [
939
- { "target":"Filters[0].Name", "sourceType":"string", "source":"vpc-id" },
940
- { "target":"Filters[0].Values[0]", "sourceType":"identifier", "source":"Id" }
974
+ { "target": "NetworkInterfaceId", "sourceType": "identifier", "source": "Id" }
941
975
  ]
942
- },
943
- "resource": {
944
- "type": "Subnet",
945
- "identifiers": [
946
- { "target":"Id", "sourceType":"responsePath", "source":"Subnets[].SubnetId" }
947
- ]
948
- },
949
- "path": "Subnets[]"
976
+ }
950
977
  },
951
- "SecurityGroups": {
978
+ "Attach": {
952
979
  "request": {
953
- "operation": "DescribeSecurityGroups",
980
+ "operation": "AttachNetworkInterface",
954
981
  "params": [
955
- { "target":"Filters[0].Name", "sourceType":"string", "source":"vpc-id" },
956
- { "target":"Filters[0].Values[0]", "sourceType":"identifier", "source":"Id" }
982
+ { "target": "NetworkInterfaceId", "sourceType": "identifier", "source": "Id" }
957
983
  ]
958
- },
959
- "resource": {
960
- "type": "SecurityGroup",
961
- "identifiers": [
962
- { "target":"Id", "sourceType":"responsePath", "source":"SecurityGroups[].GroupId" }
963
- ]
964
- },
965
- "path": "SecurityGroups[]"
984
+ }
966
985
  },
967
- "InternetGateways": {
986
+ "CreateTags": {
968
987
  "request": {
969
- "operation": "DescribeInternetGateways",
988
+ "operation": "CreateTags",
970
989
  "params": [
971
- { "target":"Filters[0].Name", "sourceType":"string", "source":"attachment.vpc-id" },
972
- { "target":"Filters[0].Values[0]", "sourceType":"identifier", "source":"Id" }
990
+ { "target": "Resources[0]", "sourceType": "identifier", "source": "Id" }
973
991
  ]
974
992
  },
975
993
  "resource": {
976
- "type": "InternetGateway",
994
+ "type": "Tag",
977
995
  "identifiers": [
978
- { "target":"Id", "sourceType":"responsePath", "source":"InternetGateways[].InternetGatewayId" }
996
+ { "target": "ResourceId", "sourceType": "identifier", "source": "Id" },
997
+ { "target": "Key", "sourceType": "requestParameter", "source": "Tags[].Key" },
998
+ { "target": "Value", "sourceType": "requestParameter", "source": "Tags[].Value" }
979
999
  ]
980
- },
981
- "path": "InternetGateways[]"
1000
+ }
982
1001
  },
983
- "NetworkAcls": {
1002
+ "Delete": {
984
1003
  "request": {
985
- "operation": "DescribeNetworkAcls",
1004
+ "operation": "DeleteNetworkInterface",
986
1005
  "params": [
987
- { "target":"Filters[0].Name", "sourceType":"string", "source":"vpc-id" },
988
- { "target":"Filters[0].Values[0]", "sourceType":"identifier", "source":"Id" }
989
- ]
990
- },
991
- "resource": {
992
- "type": "NetworkAcl",
993
- "identifiers": [
994
- { "target":"Id", "sourceType":"responsePath", "source":"NetworkAcls[].NetworkAclId" }
1006
+ { "target": "NetworkInterfaceId", "sourceType": "identifier", "source": "Id" }
995
1007
  ]
996
- },
997
- "path": "NetworkAcls[]"
1008
+ }
998
1009
  },
999
- "NetworkInterfaces": {
1010
+ "DescribeAttribute": {
1000
1011
  "request": {
1001
- "operation": "DescribeNetworkInterfaces",
1012
+ "operation": "DescribeNetworkInterfaceAttribute",
1002
1013
  "params": [
1003
- { "target":"Filters[0].Name", "sourceType":"string", "source":"vpc-id" },
1004
- { "target":"Filters[0].Values[0]", "sourceType":"identifier", "source":"Id" }
1005
- ]
1006
- },
1007
- "resource": {
1008
- "type": "NetworkInterface",
1009
- "identifiers": [
1010
- { "target":"Id", "sourceType":"responsePath", "source":"NetworkInterfaces[].NetworkInterfaceId" }
1014
+ { "target": "NetworkInterfaceId", "sourceType": "identifier", "source": "Id" }
1011
1015
  ]
1012
- },
1013
- "path": "NetworkInterfaces[]"
1016
+ }
1014
1017
  },
1015
- "RouteTables": {
1018
+ "Detach": {
1016
1019
  "request": {
1017
- "operation": "DescribeRouteTables",
1020
+ "operation": "DetachNetworkInterface",
1018
1021
  "params": [
1019
- { "target":"Filters[0].Name", "sourceType":"string", "source":"vpc-id" },
1020
- { "target":"Filters[0].Values[0]", "sourceType":"identifier", "source":"Id" }
1021
- ]
1022
- },
1023
- "resource": {
1024
- "type": "RouteTable",
1025
- "identifiers": [
1026
- { "target":"Id", "sourceType":"responsePath", "source":"RouteTables[].RouteTableId" }
1022
+ { "target": "AttachmentId", "sourceType": "dataMember", "source": "Attachment.AttachmentId" }
1027
1023
  ]
1028
- },
1029
- "path": "RouteTables[]"
1024
+ }
1030
1025
  },
1031
- "RequestedVpcPeeringConnections": {
1026
+ "ModifyAttribute": {
1032
1027
  "request": {
1033
- "operation": "DescribeVpcPeeringConnections",
1028
+ "operation": "ModifyNetworkInterfaceAttribute",
1034
1029
  "params": [
1035
- { "target":"Filters[0].Name", "sourceType":"string", "source":"requester-vpc-info.vpc-id" },
1036
- { "target":"Filters[0].Values[0]", "sourceType":"identifier", "source":"Id" }
1030
+ { "target": "NetworkInterfaceId", "sourceType": "identifier", "source": "Id" }
1037
1031
  ]
1038
- },
1039
- "resource": {
1040
- "type": "VpcPeeringConnection",
1041
- "identifiers": [
1042
- { "target":"Id", "sourceType":"responsePath", "source":"VpcPeeringConnections[].VpcPeeringConnectionId" }
1032
+ }
1033
+ },
1034
+ "ResetAttribute": {
1035
+ "request": {
1036
+ "operation": "ResetNetworkInterfaceAttribute",
1037
+ "params": [
1038
+ { "target": "NetworkInterfaceId", "sourceType": "identifier", "source": "Id" }
1043
1039
  ]
1044
- },
1045
- "path": "VpcPeeringConnections[]"
1040
+ }
1046
1041
  },
1047
- "AcceptedVpcPeeringConnections": {
1042
+ "UnassignPrivateIpAddresses": {
1048
1043
  "request": {
1049
- "operation": "DescribeVpcPeeringConnections",
1044
+ "operation": "UnassignPrivateIpAddresses",
1050
1045
  "params": [
1051
- { "target":"Filters[0].Name", "sourceType":"string", "source":"accepter-vpc-info.vpc-id" },
1052
- { "target":"Filters[0].Values[0]", "sourceType":"identifier", "source":"Id" }
1046
+ { "target": "NetworkInterfaceId", "sourceType": "identifier", "source": "Id" }
1053
1047
  ]
1054
- },
1048
+ }
1049
+ }
1050
+ },
1051
+ "belongsTo": {
1052
+ "Subnet": {
1055
1053
  "resource": {
1056
- "type": "VpcPeeringConnection",
1054
+ "type": "Subnet",
1057
1055
  "identifiers": [
1058
- { "target":"Id", "sourceType":"responsePath", "source":"VpcPeeringConnections[].VpcPeeringConnectionId" }
1056
+ { "target": "Id", "sourceType": "dataMember", "source": "SubnetId" }
1059
1057
  ]
1060
- },
1061
- "path": "VpcPeeringConnections[]"
1062
- }
1063
- },
1064
- "hasOne": {
1065
- "DhcpOptions": {
1058
+ }
1059
+ },
1060
+ "Vpc": {
1066
1061
  "resource": {
1067
- "type": "DhcpOptions",
1062
+ "type": "Vpc",
1068
1063
  "identifiers": [
1069
- { "target":"Id", "sourceType":"dataMember", "source":"DhcpOptionsId" }
1064
+ { "target": "Id", "sourceType": "dataMember", "source": "VpcId" }
1070
1065
  ]
1071
1066
  }
1072
1067
  }
1073
1068
  }
1074
1069
  },
1075
- "Image": {
1076
- "identifiers": [{ "name": "Id", "memberName" : "ImageId" }],
1077
- "shape": "Image",
1070
+ "PlacementGroup": {
1071
+ "identifiers": [
1072
+ {
1073
+ "name": "Name",
1074
+ "memberName": "GroupName"
1075
+ }
1076
+ ],
1077
+ "shape": "PlacementGroup",
1078
1078
  "load": {
1079
1079
  "request": {
1080
- "operation": "DescribeImages",
1080
+ "operation": "DescribePlacementGroups",
1081
1081
  "params": [
1082
- { "target":"ImageIds[0]", "sourceType":"identifier", "source":"Id" }
1082
+ { "target": "GroupNames[0]", "sourceType": "identifier", "source": "Name" }
1083
1083
  ]
1084
1084
  },
1085
- "path": "Images[0]"
1085
+ "path": "PlacementGroups[0]"
1086
1086
  },
1087
1087
  "actions": {
1088
- "Deregister": {
1088
+ "Delete": {
1089
1089
  "request": {
1090
- "operation": "DeregisterImage",
1090
+ "operation": "DeletePlacementGroup",
1091
1091
  "params": [
1092
- { "target":"ImageId", "sourceType":"identifier", "source":"Id" }
1092
+ { "target": "GroupName", "sourceType": "identifier", "source": "Name" }
1093
1093
  ]
1094
1094
  }
1095
- },
1096
- "DescribeAttribute": {
1095
+ }
1096
+ },
1097
+ "hasMany": {
1098
+ "Instances": {
1097
1099
  "request": {
1098
- "operation": "DescribeImageAttribute",
1100
+ "operation": "DescribeInstances",
1099
1101
  "params": [
1100
- { "target":"ImageId", "sourceType":"identifier", "source":"Id" }
1102
+ { "target": "Filters[0].Name", "sourceType": "string", "source": "placement-group-name" },
1103
+ { "target": "Filters[0].Values[0]", "sourceType": "identifier", "source": "Name" }
1101
1104
  ]
1105
+ },
1106
+ "resource": {
1107
+ "type": "Instance",
1108
+ "identifiers": [
1109
+ { "target": "Id", "sourceType": "responsePath", "source": "Reservations[].Instances[].InstanceId" }
1110
+ ],
1111
+ "path": "Reservations[].Instances[]"
1102
1112
  }
1113
+ }
1114
+ }
1115
+ },
1116
+ "RouteTable": {
1117
+ "identifiers": [
1118
+ {
1119
+ "name": "Id",
1120
+ "memberName": "RouteTableId"
1121
+ }
1122
+ ],
1123
+ "shape": "RouteTable",
1124
+ "load": {
1125
+ "request": {
1126
+ "operation": "DescribeRouteTables",
1127
+ "params": [
1128
+ { "target": "RouteTableIds[0]", "sourceType": "identifier", "source": "Id" }
1129
+ ]
1103
1130
  },
1104
- "ModifyAttribute": {
1131
+ "path": "RouteTables[0]"
1132
+ },
1133
+ "actions": {
1134
+ "AssociateWithSubnet": {
1105
1135
  "request": {
1106
- "operation": "ModifyImageAttribute",
1136
+ "operation": "AssociateRouteTable",
1107
1137
  "params": [
1108
- { "target":"ImageId", "sourceType":"identifier", "source":"Id" }
1138
+ { "target": "RouteTableId", "sourceType": "identifier", "source": "Id" }
1139
+ ]
1140
+ },
1141
+ "resource": {
1142
+ "type": "RouteTableAssociation",
1143
+ "identifiers": [
1144
+ { "target": "Id", "sourceType": "responsePath", "source": "AssociationId" }
1109
1145
  ]
1110
1146
  }
1111
1147
  },
1112
- "ResetAttribute": {
1148
+ "CreateRoute": {
1113
1149
  "request": {
1114
- "operation": "ResetImageAttribute",
1150
+ "operation": "CreateRoute",
1115
1151
  "params": [
1116
- { "target":"ImageId", "sourceType":"identifier", "source":"Id" }
1152
+ { "target": "RouteTableId", "sourceType": "identifier", "source": "Id" }
1117
1153
  ]
1118
1154
  }
1119
1155
  },
@@ -1121,93 +1157,129 @@
1121
1157
  "request": {
1122
1158
  "operation": "CreateTags",
1123
1159
  "params": [
1124
- { "target":"Resources[0]", "sourceType":"identifier", "source":"Id" }
1160
+ { "target": "Resources[0]", "sourceType": "identifier", "source": "Id" }
1125
1161
  ]
1126
1162
  },
1127
1163
  "resource": {
1128
1164
  "type": "Tag",
1129
1165
  "identifiers": [
1130
- { "target":"ResourceId", "sourceType":"identifier", "source":"Id" },
1131
- { "target":"Key", "sourceType":"requestParameter", "source":"Tags[].Key" },
1132
- { "target":"Value", "sourceType":"requestParameter", "source":"Tags[].Value" }
1166
+ { "target": "ResourceId", "sourceType": "identifier", "source": "Id" },
1167
+ { "target": "Key", "sourceType": "requestParameter", "source": "Tags[].Key" },
1168
+ { "target": "Value", "sourceType": "requestParameter", "source": "Tags[].Value" }
1133
1169
  ]
1134
1170
  }
1135
1171
  }
1136
- }
1137
- },
1138
- "Volume": {
1139
- "identifiers": [{ "name": "Id", "memberName" : "VolumeId" }],
1140
- "shape": "Volume",
1141
- "load": {
1142
- "request": {
1143
- "operation": "DescribeVolumes",
1144
- "params": [
1145
- { "target":"VolumeIds[0]", "sourceType":"identifier", "source":"Id" }
1146
- ]
1147
- },
1148
- "path": "Volumes[0]"
1149
1172
  },
1150
- "actions": {
1151
- "CreateSnapshot": {
1173
+ "hasMany": {
1174
+ "Associations": {
1152
1175
  "request": {
1153
- "operation": "CreateSnapshot",
1176
+ "operation": "DescribeRouteTables",
1154
1177
  "params": [
1155
- { "target":"VolumeId", "sourceType":"identifier", "source":"Id" }
1178
+ { "target": "RouteTableIds[0]", "sourceType": "identifier", "source": "Id" }
1156
1179
  ]
1157
1180
  },
1158
1181
  "resource": {
1159
- "type": "Snapshot",
1182
+ "type": "RouteTableAssociation",
1183
+ "identifiers": [
1184
+ { "target": "Id", "sourceType": "responsePath", "source": "RouteTables[0].Associations[].RouteTableAssociationId" }
1185
+ ],
1186
+ "path": "RouteTables[0].Associations[]"
1187
+ }
1188
+ }
1189
+ },
1190
+ "belongsTo": {
1191
+ "Vpc": {
1192
+ "resource": {
1193
+ "type": "Vpc",
1160
1194
  "identifiers": [
1161
- { "target":"Id", "sourceType":"responsePath", "source":"SnapshotId" }
1195
+ { "target": "Id", "sourceType": "dataMember", "source": "VpcId" }
1162
1196
  ]
1163
- },
1164
- "path": "$"
1165
- },
1166
- "AttachToInstance": {
1197
+ }
1198
+ }
1199
+ }
1200
+ },
1201
+ "RouteTableAssociation": {
1202
+ "identifiers": [
1203
+ {
1204
+ "name": "Id",
1205
+ "memberName": "RouteTableAssociationId"
1206
+ }
1207
+ ],
1208
+ "shape": "RouteTableAssociation",
1209
+ "actions": {
1210
+ "Delete": {
1167
1211
  "request": {
1168
- "operation": "AttachVolume",
1212
+ "operation": "DisassociateRouteTable",
1169
1213
  "params": [
1170
- { "target":"VolumeId", "sourceType":"identifier", "source":"Id" }
1214
+ { "target": "AssociationId", "sourceType": "identifier", "source": "Id" }
1171
1215
  ]
1172
1216
  }
1173
1217
  },
1174
- "DetachFromInstance": {
1218
+ "ReplaceSubnet": {
1175
1219
  "request": {
1176
- "operation": "DetachVolume",
1220
+ "operation": "ReplaceRouteTableAssociation",
1177
1221
  "params": [
1178
- { "target":"VolumeId", "sourceType":"identifier", "source":"Id" }
1222
+ { "target": "AssociationId", "sourceType": "identifier", "source": "Id" }
1223
+ ]
1224
+ },
1225
+ "resource": {
1226
+ "type": "RouteTableAssociation",
1227
+ "identifiers": [
1228
+ { "target": "Id", "sourceType": "responsePath", "source": "NewAssociationId" }
1179
1229
  ]
1180
1230
  }
1181
- },
1182
- "DescribeAttribute": {
1183
- "request": {
1184
- "operation": "DescribeVolumeAttribute",
1185
- "params": [
1186
- { "target":"VolumeId", "sourceType":"identifier", "source":"Id" }
1231
+ }
1232
+ },
1233
+ "belongsTo": {
1234
+ "RouteTable": {
1235
+ "resource": {
1236
+ "type": "RouteTable",
1237
+ "identifiers": [
1238
+ { "target": "Id", "sourceType": "dataMember", "source": "RouteTableId" }
1187
1239
  ]
1188
1240
  }
1189
1241
  },
1190
- "ModifyAttribute": {
1191
- "request": {
1192
- "operation": "ModifyVolumeAttribute",
1193
- "params": [
1194
- { "target":"VolumeId", "sourceType":"identifier", "source":"Id" }
1242
+ "Subnet": {
1243
+ "resource": {
1244
+ "type": "Subnet",
1245
+ "identifiers": [
1246
+ { "target": "Id", "sourceType": "dataMember", "source": "SubnetId" }
1195
1247
  ]
1196
1248
  }
1249
+ }
1250
+ }
1251
+ },
1252
+ "SecurityGroup": {
1253
+ "identifiers": [
1254
+ {
1255
+ "name": "Id",
1256
+ "memberName": "GroupId"
1257
+ }
1258
+ ],
1259
+ "shape": "SecurityGroup",
1260
+ "load": {
1261
+ "request": {
1262
+ "operation": "DescribeSecurityGroups",
1263
+ "params": [
1264
+ { "target": "GroupIds[0]", "sourceType": "identifier", "source": "Id" }
1265
+ ]
1197
1266
  },
1198
- "EnableIo": {
1267
+ "path": "SecurityGroups[0]"
1268
+ },
1269
+ "actions": {
1270
+ "AuthorizeEgress": {
1199
1271
  "request": {
1200
- "operation": "EnableVolumeIO",
1272
+ "operation": "AuthorizeSecurityGroupEgress",
1201
1273
  "params": [
1202
- { "target":"VolumeId", "sourceType":"identifier", "source":"Id" }
1274
+ { "target": "GroupId", "sourceType": "identifier", "source": "Id" }
1203
1275
  ]
1204
1276
  }
1205
1277
  },
1206
- "DescribeStatus": {
1278
+ "AuthorizeIngress": {
1207
1279
  "request": {
1208
- "operation": "DescribeVolumeStatus",
1280
+ "operation": "AuthorizeSecurityGroupIngress",
1209
1281
  "params": [
1210
- { "target":"VolumeIds[0]", "sourceType":"identifier", "source":"Id" }
1282
+ { "target": "GroupId", "sourceType": "identifier", "source": "Id" }
1211
1283
  ]
1212
1284
  }
1213
1285
  },
@@ -1215,46 +1287,57 @@
1215
1287
  "request": {
1216
1288
  "operation": "CreateTags",
1217
1289
  "params": [
1218
- { "target":"Resources[0]", "sourceType":"identifier", "source":"Id" }
1290
+ { "target": "Resources[0]", "sourceType": "identifier", "source": "Id" }
1219
1291
  ]
1220
1292
  },
1221
1293
  "resource": {
1222
1294
  "type": "Tag",
1223
1295
  "identifiers": [
1224
- { "target":"ResourceId", "sourceType":"identifier", "source":"Id" },
1225
- { "target":"Key", "sourceType":"requestParameter", "source":"Tags[].Key" },
1226
- { "target":"Value", "sourceType":"requestParameter", "source":"Tags[].Value" }
1296
+ { "target": "ResourceId", "sourceType": "identifier", "source": "Id" },
1297
+ { "target": "Key", "sourceType": "requestParameter", "source": "Tags[].Key" },
1298
+ { "target": "Value", "sourceType": "requestParameter", "source": "Tags[].Value" }
1227
1299
  ]
1228
1300
  }
1229
- }
1230
- },
1231
- "hasMany": {
1232
- "Snapshots": {
1301
+ },
1302
+ "Delete": {
1233
1303
  "request": {
1234
- "operation": "DescribeSnapshots",
1304
+ "operation": "DeleteSecurityGroup",
1305
+ "params": [
1306
+ { "target": "GroupId", "sourceType": "identifier", "source": "Id" }
1307
+ ]
1308
+ }
1309
+ },
1310
+ "RevokeEgress": {
1311
+ "request": {
1312
+ "operation": "RevokeSecurityGroupEgress",
1313
+ "params": [
1314
+ { "target": "GroupId", "sourceType": "identifier", "source": "Id" }
1315
+ ]
1316
+ }
1317
+ },
1318
+ "RevokeIngress": {
1319
+ "request": {
1320
+ "operation": "RevokeSecurityGroupIngress",
1235
1321
  "params": [
1236
- { "target":"Filters[0].Name", "sourceType":"string", "source":"volume-id" },
1237
- { "target":"Filters[0].Values[0]", "sourceType":"identifier", "source":"Id" }
1322
+ { "target": "GroupId", "sourceType": "identifier", "source": "Id" }
1238
1323
  ]
1239
- },
1240
- "resource": {
1241
- "type": "Snapshot",
1242
- "identifiers": [
1243
- { "target":"Id", "sourceType":"responsePath", "source":"Snapshots[].SnapshotId" }
1244
- ]
1245
- },
1246
- "path": "Snapshots[]"
1324
+ }
1247
1325
  }
1248
1326
  }
1249
1327
  },
1250
1328
  "Snapshot": {
1251
- "identifiers": [{ "name": "Id", "memberName" : "SnapshotId" }],
1329
+ "identifiers": [
1330
+ {
1331
+ "name": "Id",
1332
+ "memberName": "SnapshotId"
1333
+ }
1334
+ ],
1252
1335
  "shape": "Snapshot",
1253
1336
  "load": {
1254
1337
  "request": {
1255
1338
  "operation": "DescribeSnapshots",
1256
1339
  "params": [
1257
- { "target":"SnapshotIds[0]", "sourceType":"identifier", "source":"Id" }
1340
+ { "target": "SnapshotIds[0]", "sourceType": "identifier", "source": "Id" }
1258
1341
  ]
1259
1342
  },
1260
1343
  "path": "Snapshots[0]"
@@ -1264,7 +1347,23 @@
1264
1347
  "request": {
1265
1348
  "operation": "CopySnapshot",
1266
1349
  "params": [
1267
- { "target":"SourceSnapshotId", "sourceType":"identifier", "source":"Id" }
1350
+ { "target": "SourceSnapshotId", "sourceType": "identifier", "source": "Id" }
1351
+ ]
1352
+ }
1353
+ },
1354
+ "CreateTags": {
1355
+ "request": {
1356
+ "operation": "CreateTags",
1357
+ "params": [
1358
+ { "target": "Resources[0]", "sourceType": "identifier", "source": "Id" }
1359
+ ]
1360
+ },
1361
+ "resource": {
1362
+ "type": "Tag",
1363
+ "identifiers": [
1364
+ { "target": "ResourceId", "sourceType": "identifier", "source": "Id" },
1365
+ { "target": "Key", "sourceType": "requestParameter", "source": "Tags[].Key" },
1366
+ { "target": "Value", "sourceType": "requestParameter", "source": "Tags[].Value" }
1268
1367
  ]
1269
1368
  }
1270
1369
  },
@@ -1272,7 +1371,7 @@
1272
1371
  "request": {
1273
1372
  "operation": "DeleteSnapshot",
1274
1373
  "params": [
1275
- { "target":"SnapshotId", "sourceType":"identifier", "source":"Id" }
1374
+ { "target": "SnapshotId", "sourceType": "identifier", "source": "Id" }
1276
1375
  ]
1277
1376
  }
1278
1377
  },
@@ -1280,7 +1379,7 @@
1280
1379
  "request": {
1281
1380
  "operation": "DescribeSnapshotAttribute",
1282
1381
  "params": [
1283
- { "target":"SnapshotId", "sourceType":"identifier", "source":"Id" }
1382
+ { "target": "SnapshotId", "sourceType": "identifier", "source": "Id" }
1284
1383
  ]
1285
1384
  }
1286
1385
  },
@@ -1288,7 +1387,7 @@
1288
1387
  "request": {
1289
1388
  "operation": "ModifySnapshotAttribute",
1290
1389
  "params": [
1291
- { "target":"SnapshotId", "sourceType":"identifier", "source":"Id" }
1390
+ { "target": "SnapshotId", "sourceType": "identifier", "source": "Id" }
1292
1391
  ]
1293
1392
  }
1294
1393
  },
@@ -1296,603 +1395,637 @@
1296
1395
  "request": {
1297
1396
  "operation": "ResetSnapshotAttribute",
1298
1397
  "params": [
1299
- { "target":"SnapshotId", "sourceType":"identifier", "source":"Id" }
1300
- ]
1301
- }
1302
- },
1303
- "CreateTags": {
1304
- "request": {
1305
- "operation": "CreateTags",
1306
- "params": [
1307
- { "target":"Resources[0]", "sourceType":"identifier", "source":"Id" }
1308
- ]
1309
- },
1310
- "resource": {
1311
- "type": "Tag",
1312
- "identifiers": [
1313
- { "target":"ResourceId", "sourceType":"identifier", "source":"Id" },
1314
- { "target":"Key", "sourceType":"requestParameter", "source":"Tags[].Key" },
1315
- { "target":"Value", "sourceType":"requestParameter", "source":"Tags[].Value" }
1398
+ { "target": "SnapshotId", "sourceType": "identifier", "source": "Id" }
1316
1399
  ]
1317
1400
  }
1318
1401
  }
1319
1402
  },
1320
- "hasOne": {
1403
+ "belongsTo": {
1321
1404
  "Volume": {
1322
1405
  "resource": {
1323
1406
  "type": "Volume",
1324
1407
  "identifiers": [
1325
- { "target":"Id", "sourceType":"dataMember", "source":"VolumeId" }
1408
+ { "target": "Id", "sourceType": "dataMember", "source": "VolumeId" }
1326
1409
  ]
1327
1410
  }
1328
1411
  }
1329
1412
  }
1330
1413
  },
1331
- "SecurityGroup": {
1332
- "identifiers": [{ "name": "Id", "memberName" : "GroupId" }],
1333
- "shape": "SecurityGroup",
1414
+ "Subnet": {
1415
+ "identifiers": [
1416
+ {
1417
+ "name": "Id",
1418
+ "memberName": "SubnetId"
1419
+ }
1420
+ ],
1421
+ "shape": "Subnet",
1334
1422
  "load": {
1335
1423
  "request": {
1336
- "operation": "DescribeSecurityGroups",
1424
+ "operation": "DescribeSubnets",
1337
1425
  "params": [
1338
- { "target":"GroupIds[0]", "sourceType":"identifier", "source":"Id" }
1426
+ { "target": "SubnetIds[0]", "sourceType": "identifier", "source": "Id" }
1339
1427
  ]
1340
1428
  },
1341
- "path": "SecurityGroups[0]"
1429
+ "path": "Subnets[0]"
1342
1430
  },
1343
1431
  "actions": {
1344
- "Delete": {
1432
+ "CreateInstances": {
1345
1433
  "request": {
1346
- "operation": "DeleteSecurityGroup",
1434
+ "operation": "RunInstances",
1347
1435
  "params": [
1348
- { "target":"GroupId", "sourceType":"identifier", "source":"Id" }
1436
+ { "target": "SubnetId", "sourceType": "identifier", "source": "Id" }
1349
1437
  ]
1438
+ },
1439
+ "resource": {
1440
+ "type": "Instance",
1441
+ "identifiers": [
1442
+ { "target": "Id", "sourceType": "responsePath", "source": "Instances[].InstanceId" }
1443
+ ],
1444
+ "path": "Instances[]"
1350
1445
  }
1351
1446
  },
1352
- "AuthorizeEgress": {
1447
+ "CreateNetworkInterface": {
1353
1448
  "request": {
1354
- "operation": "AuthorizeSecurityGroupEgress",
1449
+ "operation": "CreateNetworkInterface",
1355
1450
  "params": [
1356
- { "target":"GroupId", "sourceType":"identifier", "source":"Id" }
1451
+ { "target": "SubnetId", "sourceType": "identifier", "source": "Id" }
1357
1452
  ]
1453
+ },
1454
+ "resource": {
1455
+ "type": "NetworkInterface",
1456
+ "identifiers": [
1457
+ { "target": "Id", "sourceType": "responsePath", "source": "NetworkInterface.NetworkInterfaceId" }
1458
+ ],
1459
+ "path": "NetworkInterface"
1358
1460
  }
1359
1461
  },
1360
- "AuthorizeIngress": {
1462
+ "CreateTags": {
1361
1463
  "request": {
1362
- "operation": "AuthorizeSecurityGroupIngress",
1464
+ "operation": "CreateTags",
1363
1465
  "params": [
1364
- { "target":"GroupId", "sourceType":"identifier", "source":"Id" }
1466
+ { "target": "Resources[0]", "sourceType": "identifier", "source": "Id" }
1467
+ ]
1468
+ },
1469
+ "resource": {
1470
+ "type": "Tag",
1471
+ "identifiers": [
1472
+ { "target": "ResourceId", "sourceType": "identifier", "source": "Id" },
1473
+ { "target": "Key", "sourceType": "requestParameter", "source": "Tags[].Key" },
1474
+ { "target": "Value", "sourceType": "requestParameter", "source": "Tags[].Value" }
1365
1475
  ]
1366
1476
  }
1367
1477
  },
1368
- "RevokeEgress": {
1478
+ "Delete": {
1369
1479
  "request": {
1370
- "operation": "RevokeSecurityGroupEgress",
1480
+ "operation": "DeleteSubnet",
1371
1481
  "params": [
1372
- { "target":"GroupId", "sourceType":"identifier", "source":"Id" }
1482
+ { "target": "SubnetId", "sourceType": "identifier", "source": "Id" }
1373
1483
  ]
1374
1484
  }
1375
- },
1376
- "RevokeIngress": {
1485
+ }
1486
+ },
1487
+ "hasMany": {
1488
+ "Instances": {
1377
1489
  "request": {
1378
- "operation": "RevokeSecurityGroupIngress",
1490
+ "operation": "DescribeInstances",
1379
1491
  "params": [
1380
- { "target":"GroupId", "sourceType":"identifier", "source":"Id" }
1492
+ { "target": "Filters[0].Name", "sourceType": "string", "source": "subnet-id" },
1493
+ { "target": "Filters[0].Values[0]", "sourceType": "identifier", "source": "Id" }
1381
1494
  ]
1495
+ },
1496
+ "resource": {
1497
+ "type": "Instance",
1498
+ "identifiers": [
1499
+ { "target": "Id", "sourceType": "responsePath", "source": "Reservations[].Instances[].InstanceId" }
1500
+ ],
1501
+ "path": "Reservations[].Instances[]"
1382
1502
  }
1383
1503
  },
1384
- "CreateTags": {
1504
+ "NetworkInterfaces": {
1385
1505
  "request": {
1386
- "operation": "CreateTags",
1506
+ "operation": "DescribeNetworkInterfaces",
1387
1507
  "params": [
1388
- { "target":"Resources[0]", "sourceType":"identifier", "source":"Id" }
1508
+ { "target": "Filters[0].Name", "sourceType": "string", "source": "subnet-id" },
1509
+ { "target": "Filters[0].Values[0]", "sourceType": "identifier", "source": "Id" }
1389
1510
  ]
1390
1511
  },
1391
1512
  "resource": {
1392
- "type": "Tag",
1513
+ "type": "NetworkInterface",
1514
+ "identifiers": [
1515
+ { "target": "Id", "sourceType": "responsePath", "source": "NetworkInterfaces[].NetworkInterfaceId" }
1516
+ ],
1517
+ "path": "NetworkInterfaces[]"
1518
+ }
1519
+ }
1520
+ },
1521
+ "belongsTo": {
1522
+ "Vpc": {
1523
+ "resource": {
1524
+ "type": "Vpc",
1393
1525
  "identifiers": [
1394
- { "target":"ResourceId", "sourceType":"identifier", "source":"Id" },
1395
- { "target":"Key", "sourceType":"requestParameter", "source":"Tags[].Key" },
1396
- { "target":"Value", "sourceType":"requestParameter", "source":"Tags[].Value" }
1526
+ { "target": "Id", "sourceType": "dataMember", "source": "VpcId" }
1397
1527
  ]
1398
1528
  }
1399
1529
  }
1400
1530
  }
1401
1531
  },
1402
- "DhcpOptions": {
1403
- "identifiers": [{ "name": "Id", "memberName" : "DhcpOptionsId" }],
1404
- "shape": "DhcpOptions",
1532
+ "Tag": {
1533
+ "identifiers": [
1534
+ {
1535
+ "name": "ResourceId",
1536
+ "memberName": "ResourceId"
1537
+ },
1538
+ {
1539
+ "name": "Key",
1540
+ "memberName": "Key"
1541
+ },
1542
+ {
1543
+ "name": "Value",
1544
+ "memberName": "Value"
1545
+ }
1546
+ ],
1547
+ "shape": "TagDescription",
1405
1548
  "load": {
1406
1549
  "request": {
1407
- "operation": "DescribeDhcpOptions",
1550
+ "operation": "DescribeTags",
1408
1551
  "params": [
1409
- { "target":"DhcpOptionsIds[0]", "sourceType":"identifier", "source":"Id" }
1552
+ { "target": "Filters[0].Name", "sourceType": "string", "source": "key" },
1553
+ { "target": "Filters[0].Values[0]", "sourceType": "identifier", "source": "Key" },
1554
+ { "target": "Filters[1].Name", "sourceType": "string", "source": "value" },
1555
+ { "target": "Filters[1].Values[0]", "sourceType": "identifier", "source": "Value" }
1410
1556
  ]
1411
1557
  },
1412
- "path": "DhcpOptions[0]"
1558
+ "path": "Tags[0]"
1413
1559
  },
1414
1560
  "actions": {
1415
- "AssociateWithVpc": {
1416
- "request": {
1417
- "operation": "AssociateDhcpOptions",
1418
- "params": [
1419
- { "target":"DhcpOptionsId", "sourceType":"identifier", "source":"Id" }
1420
- ]
1421
- }
1422
- },
1423
1561
  "Delete": {
1424
1562
  "request": {
1425
- "operation": "DeleteDhcpOptions",
1563
+ "operation": "DeleteTags",
1426
1564
  "params": [
1427
- { "target":"DhcpOptionsId", "sourceType":"identifier", "source":"Id" }
1565
+ { "target": "Resources[0]", "sourceType": "identifier", "source": "ResourceId" },
1566
+ { "target": "Tags[0].Key", "sourceType": "identifier", "source": "Key" },
1567
+ { "target": "Tags[0].Value", "sourceType": "identifier", "source": "Value" }
1428
1568
  ]
1429
1569
  }
1430
- },
1431
- "CreateTags": {
1570
+ }
1571
+ },
1572
+ "batchActions": {
1573
+ "Delete": {
1432
1574
  "request": {
1433
- "operation": "CreateTags",
1575
+ "operation": "DeleteTags",
1434
1576
  "params": [
1435
- { "target":"Resources[0]", "sourceType":"identifier", "source":"Id" }
1436
- ]
1437
- },
1438
- "resource": {
1439
- "type": "Tag",
1440
- "identifiers": [
1441
- { "target":"ResourceId", "sourceType":"identifier", "source":"Id" },
1442
- { "target":"Key", "sourceType":"requestParameter", "source":"Tags[].Key" },
1443
- { "target":"Value", "sourceType":"requestParameter", "source":"Tags[].Value" }
1577
+ { "target": "Resources[]", "sourceType": "identifier", "source": "ResourceId" },
1578
+ { "target": "Tags[*].Key", "sourceType": "identifier", "source": "Key" },
1579
+ { "target": "Tags[*].Value", "sourceType": "identifier", "source": "Value" }
1444
1580
  ]
1445
1581
  }
1446
1582
  }
1447
1583
  }
1448
1584
  },
1449
- "InternetGateway": {
1450
- "identifiers": [{ "name": "Id", "memberName" : "InternetGatewayId" }],
1451
- "shape": "InternetGateway",
1585
+ "Volume": {
1586
+ "identifiers": [
1587
+ {
1588
+ "name": "Id",
1589
+ "memberName": "VolumeId"
1590
+ }
1591
+ ],
1592
+ "shape": "Volume",
1452
1593
  "load": {
1453
1594
  "request": {
1454
- "operation": "DescribeInternetGateways",
1595
+ "operation": "DescribeVolumes",
1455
1596
  "params": [
1456
- { "target":"InternetGatewayIds[0]", "sourceType":"identifier", "source":"Id" }
1597
+ { "target": "VolumeIds[0]", "sourceType": "identifier", "source": "Id" }
1457
1598
  ]
1458
1599
  },
1459
- "path": "InternetGateways[0]"
1600
+ "path": "Volumes[0]"
1460
1601
  },
1461
1602
  "actions": {
1462
- "AttachToVpc": {
1463
- "request": {
1464
- "operation": "AttachInternetGateway",
1465
- "params": [
1466
- { "target":"InternetGatewayId", "sourceType":"identifier", "source":"Id" }
1467
- ]
1468
- }
1469
- },
1470
- "DetachFromVpc": {
1603
+ "AttachToInstance": {
1471
1604
  "request": {
1472
- "operation": "DetachInternetGateway",
1605
+ "operation": "AttachVolume",
1473
1606
  "params": [
1474
- { "target":"InternetGatewayId", "sourceType":"identifier", "source":"Id" }
1607
+ { "target": "VolumeId", "sourceType": "identifier", "source": "Id" }
1475
1608
  ]
1476
1609
  }
1477
1610
  },
1478
- "Delete": {
1611
+ "CreateSnapshot": {
1479
1612
  "request": {
1480
- "operation": "DeleteInternetGateway",
1613
+ "operation": "CreateSnapshot",
1481
1614
  "params": [
1482
- { "target":"InternetGatewayId", "sourceType":"identifier", "source":"Id" }
1615
+ { "target": "VolumeId", "sourceType": "identifier", "source": "Id" }
1483
1616
  ]
1617
+ },
1618
+ "resource": {
1619
+ "type": "Snapshot",
1620
+ "identifiers": [
1621
+ { "target": "Id", "sourceType": "responsePath", "source": "SnapshotId" }
1622
+ ],
1623
+ "path": "$"
1484
1624
  }
1485
1625
  },
1486
1626
  "CreateTags": {
1487
1627
  "request": {
1488
1628
  "operation": "CreateTags",
1489
1629
  "params": [
1490
- { "target":"Resources[0]", "sourceType":"identifier", "source":"Id" }
1630
+ { "target": "Resources[0]", "sourceType": "identifier", "source": "Id" }
1491
1631
  ]
1492
1632
  },
1493
1633
  "resource": {
1494
1634
  "type": "Tag",
1495
1635
  "identifiers": [
1496
- { "target":"ResourceId", "sourceType":"identifier", "source":"Id" },
1497
- { "target":"Key", "sourceType":"requestParameter", "source":"Tags[].Key" },
1498
- { "target":"Value", "sourceType":"requestParameter", "source":"Tags[].Value" }
1636
+ { "target": "ResourceId", "sourceType": "identifier", "source": "Id" },
1637
+ { "target": "Key", "sourceType": "requestParameter", "source": "Tags[].Key" },
1638
+ { "target": "Value", "sourceType": "requestParameter", "source": "Tags[].Value" }
1499
1639
  ]
1500
1640
  }
1501
- }
1502
- }
1503
- },
1504
- "KeyPair": {
1505
- "identifiers": [{ "name": "Name", "memberName" : "KeyName" }],
1506
- "shape": "KeyPairInfo",
1507
- "load": {
1508
- "request": {
1509
- "operation": "DescribeKeyPairs",
1510
- "params": [
1511
- { "target":"KeyNames[0]", "sourceType":"identifier", "source":"Name" }
1512
- ]
1513
1641
  },
1514
- "path": "KeyPairs[0]"
1515
- },
1516
- "actions": {
1517
- "Delete": {
1642
+ "DescribeAttribute": {
1518
1643
  "request": {
1519
- "operation": "DeleteKeyPair",
1644
+ "operation": "DescribeVolumeAttribute",
1520
1645
  "params": [
1521
- { "target":"KeyName", "sourceType":"identifier", "source":"Name" }
1646
+ { "target": "VolumeId", "sourceType": "identifier", "source": "Id" }
1522
1647
  ]
1523
1648
  }
1524
- }
1525
- }
1526
- },
1527
- "NetworkAcl": {
1528
- "identifiers": [{ "name": "Id", "memberName" : "NetworkAclId" }],
1529
- "shape": "NetworkAcl",
1530
- "load": {
1531
- "request": {
1532
- "operation": "DescribeNetworkAcls",
1533
- "params": [
1534
- { "target":"NetworkAclIds[0]", "sourceType":"identifier", "source":"Id" }
1535
- ]
1536
1649
  },
1537
- "path": "NetworkAcls[0]"
1538
- },
1539
- "actions": {
1540
- "Delete": {
1650
+ "DescribeStatus": {
1541
1651
  "request": {
1542
- "operation": "DeleteNetworkAcl",
1652
+ "operation": "DescribeVolumeStatus",
1543
1653
  "params": [
1544
- { "target":"NetworkAclId", "sourceType":"identifier", "source":"Id" }
1654
+ { "target": "VolumeIds[0]", "sourceType": "identifier", "source": "Id" }
1545
1655
  ]
1546
1656
  }
1547
1657
  },
1548
- "CreateEntry": {
1658
+ "DetachFromInstance": {
1549
1659
  "request": {
1550
- "operation": "CreateNetworkAclEntry",
1660
+ "operation": "DetachVolume",
1551
1661
  "params": [
1552
- { "target":"NetworkAclId", "sourceType":"identifier", "source":"Id" }
1662
+ { "target": "VolumeId", "sourceType": "identifier", "source": "Id" }
1553
1663
  ]
1554
1664
  }
1555
1665
  },
1556
- "DeleteEntry": {
1666
+ "EnableIo": {
1557
1667
  "request": {
1558
- "operation": "DeleteNetworkAclEntry",
1668
+ "operation": "EnableVolumeIO",
1559
1669
  "params": [
1560
- { "target":"NetworkAclId", "sourceType":"identifier", "source":"Id" }
1670
+ { "target": "VolumeId", "sourceType": "identifier", "source": "Id" }
1561
1671
  ]
1562
1672
  }
1563
1673
  },
1564
- "ReplaceEntry": {
1674
+ "ModifyAttribute": {
1565
1675
  "request": {
1566
- "operation": "ReplaceNetworkAclEntry",
1676
+ "operation": "ModifyVolumeAttribute",
1677
+ "params": [
1678
+ { "target": "VolumeId", "sourceType": "identifier", "source": "Id" }
1679
+ ]
1680
+ }
1681
+ }
1682
+ },
1683
+ "hasMany": {
1684
+ "Snapshots": {
1685
+ "request": {
1686
+ "operation": "DescribeSnapshots",
1567
1687
  "params": [
1568
- { "target":"NetworkAclId", "sourceType":"identifier", "source":"Id" }
1688
+ { "target": "Filters[0].Name", "sourceType": "string", "source": "volume-id" },
1689
+ { "target": "Filters[0].Values[0]", "sourceType": "identifier", "source": "Id" }
1569
1690
  ]
1691
+ },
1692
+ "resource": {
1693
+ "type": "Snapshot",
1694
+ "identifiers": [
1695
+ { "target": "Id", "sourceType": "responsePath", "source": "Snapshots[].SnapshotId" }
1696
+ ],
1697
+ "path": "Snapshots[]"
1570
1698
  }
1699
+ }
1700
+ }
1701
+ },
1702
+ "Vpc": {
1703
+ "identifiers": [
1704
+ {
1705
+ "name": "Id",
1706
+ "memberName": "VpcId"
1707
+ }
1708
+ ],
1709
+ "shape": "Vpc",
1710
+ "load": {
1711
+ "request": {
1712
+ "operation": "DescribeVpcs",
1713
+ "params": [
1714
+ { "target": "VpcIds[0]", "sourceType": "identifier", "source": "Id" }
1715
+ ]
1571
1716
  },
1572
- "ReplaceAssociation": {
1717
+ "path": "Vpcs[0]"
1718
+ },
1719
+ "actions": {
1720
+ "AssociateDhcpOptions": {
1573
1721
  "request": {
1574
- "operation": "ReplaceNetworkAclAssociation",
1722
+ "operation": "AssociateDhcpOptions",
1575
1723
  "params": [
1576
- { "target":"NetworkAclId", "sourceType":"identifier", "source":"Id" }
1724
+ { "target": "VpcId", "sourceType": "identifier", "source": "Id" }
1577
1725
  ]
1578
1726
  }
1579
1727
  },
1580
- "CreateTags": {
1728
+ "AttachInternetGateway": {
1581
1729
  "request": {
1582
- "operation": "CreateTags",
1730
+ "operation": "AttachInternetGateway",
1583
1731
  "params": [
1584
- { "target":"Resources[0]", "sourceType":"identifier", "source":"Id" }
1732
+ { "target": "VpcId", "sourceType": "identifier", "source": "Id" }
1585
1733
  ]
1586
- },
1587
- "resource": {
1588
- "type": "Tag",
1589
- "identifiers": [
1590
- { "target":"ResourceId", "sourceType":"identifier", "source":"Id" },
1591
- { "target":"Key", "sourceType":"requestParameter", "source":"Tags[].Key" },
1592
- { "target":"Value", "sourceType":"requestParameter", "source":"Tags[].Value" }
1734
+ }
1735
+ },
1736
+ "CreateNetworkAcl": {
1737
+ "request": {
1738
+ "operation": "CreateNetworkAcl",
1739
+ "params": [
1740
+ { "target": "VpcId", "sourceType": "identifier", "source": "Id" }
1593
1741
  ]
1594
- }
1595
- }
1596
- },
1597
- "hasOne": {
1598
- "Vpc": {
1742
+ },
1599
1743
  "resource": {
1600
- "type": "Vpc",
1744
+ "type": "NetworkAcl",
1601
1745
  "identifiers": [
1602
- { "target":"Id", "sourceType":"dataMember", "source":"VpcId" }
1603
- ]
1746
+ { "target": "Id", "sourceType": "responsePath", "source": "NetworkAcl.NetworkAclId" }
1747
+ ],
1748
+ "path": "NetworkAcl"
1604
1749
  }
1605
- }
1606
- }
1607
- },
1608
- "NetworkInterface": {
1609
- "identifiers": [{ "name": "Id", "memberName" : "NetworkInterfaceId" }],
1610
- "shape": "NetworkInterface",
1611
- "load": {
1612
- "request": {
1613
- "operation": "DescribeNetworkInterfaces",
1614
- "params": [
1615
- { "target":"NetworkInterfaceIds[0]", "sourceType":"identifier", "source":"Id" }
1616
- ]
1617
1750
  },
1618
- "path": "NetworkInterfaces[0]"
1619
- },
1620
- "actions": {
1621
- "Attach": {
1751
+ "CreateRouteTable": {
1622
1752
  "request": {
1623
- "operation": "AttachNetworkInterface",
1753
+ "operation": "CreateRouteTable",
1624
1754
  "params": [
1625
- { "target":"NetworkInterfaceId", "sourceType":"identifier", "source":"Id" }
1755
+ { "target": "VpcId", "sourceType": "identifier", "source": "Id" }
1626
1756
  ]
1757
+ },
1758
+ "resource": {
1759
+ "type": "RouteTable",
1760
+ "identifiers": [
1761
+ { "target": "Id", "sourceType": "responsePath", "source": "RouteTable.RouteTableId" }
1762
+ ],
1763
+ "path": "RouteTable"
1627
1764
  }
1628
1765
  },
1629
- "Detach": {
1766
+ "CreateSecurityGroup": {
1630
1767
  "request": {
1631
- "operation": "DetachNetworkInterface",
1768
+ "operation": "CreateSecurityGroup",
1632
1769
  "params": [
1633
- { "target":"AttachmentId", "sourceType":"dataMember", "source":"Attachment.AttachmentId" }
1770
+ { "target": "VpcId", "sourceType": "identifier", "source": "Id" }
1771
+ ]
1772
+ },
1773
+ "resource": {
1774
+ "type": "SecurityGroup",
1775
+ "identifiers": [
1776
+ { "target": "Id", "sourceType": "responsePath", "source": "GroupId" }
1634
1777
  ]
1635
1778
  }
1636
1779
  },
1637
- "AssignPrivateIpAddresses": {
1780
+ "CreateSubnet": {
1638
1781
  "request": {
1639
- "operation": "AssignPrivateIpAddresses",
1782
+ "operation": "CreateSubnet",
1640
1783
  "params": [
1641
- { "target":"NetworkInterfaceId", "sourceType":"identifier", "source":"Id" }
1784
+ { "target": "VpcId", "sourceType": "identifier", "source": "Id" }
1642
1785
  ]
1786
+ },
1787
+ "resource": {
1788
+ "type": "Subnet",
1789
+ "identifiers": [
1790
+ { "target": "Id", "sourceType": "responsePath", "source": "Subnet.SubnetId" }
1791
+ ],
1792
+ "path": "Subnet"
1643
1793
  }
1644
1794
  },
1645
- "UnassignPrivateIpAddresses": {
1795
+ "CreateTags": {
1646
1796
  "request": {
1647
- "operation": "UnassignPrivateIpAddresses",
1797
+ "operation": "CreateTags",
1648
1798
  "params": [
1649
- { "target":"NetworkInterfaceId", "sourceType":"identifier", "source":"Id" }
1799
+ { "target": "Resources[0]", "sourceType": "identifier", "source": "Id" }
1800
+ ]
1801
+ },
1802
+ "resource": {
1803
+ "type": "Tag",
1804
+ "identifiers": [
1805
+ { "target": "ResourceId", "sourceType": "identifier", "source": "Id" },
1806
+ { "target": "Key", "sourceType": "requestParameter", "source": "Tags[].Key" },
1807
+ { "target": "Value", "sourceType": "requestParameter", "source": "Tags[].Value" }
1650
1808
  ]
1651
1809
  }
1652
1810
  },
1653
1811
  "Delete": {
1654
1812
  "request": {
1655
- "operation": "DeleteNetworkInterface",
1813
+ "operation": "DeleteVpc",
1656
1814
  "params": [
1657
- { "target":"NetworkInterfaceId", "sourceType":"identifier", "source":"Id" }
1815
+ { "target": "VpcId", "sourceType": "identifier", "source": "Id" }
1658
1816
  ]
1659
1817
  }
1660
1818
  },
1661
1819
  "DescribeAttribute": {
1662
1820
  "request": {
1663
- "operation": "DescribeNetworkInterfaceAttribute",
1821
+ "operation": "DescribeVpcAttribute",
1664
1822
  "params": [
1665
- { "target":"NetworkInterfaceId", "sourceType":"identifier", "source":"Id" }
1823
+ { "target": "VpcId", "sourceType": "identifier", "source": "Id" }
1666
1824
  ]
1667
1825
  }
1668
1826
  },
1669
- "ModifyAttribute": {
1827
+ "DetachInternetGateway": {
1670
1828
  "request": {
1671
- "operation": "ModifyNetworkInterfaceAttribute",
1829
+ "operation": "DetachInternetGateway",
1672
1830
  "params": [
1673
- { "target":"NetworkInterfaceId", "sourceType":"identifier", "source":"Id" }
1831
+ { "target": "VpcId", "sourceType": "identifier", "source": "Id" }
1674
1832
  ]
1675
1833
  }
1676
1834
  },
1677
- "ResetAttribute": {
1835
+ "ModifyAttribute": {
1678
1836
  "request": {
1679
- "operation": "ResetNetworkInterfaceAttribute",
1837
+ "operation": "ModifyVpcAttribute",
1680
1838
  "params": [
1681
- { "target":"NetworkInterfaceId", "sourceType":"identifier", "source":"Id" }
1839
+ { "target": "VpcId", "sourceType": "identifier", "source": "Id" }
1682
1840
  ]
1683
1841
  }
1684
1842
  },
1685
- "CreateTags": {
1843
+ "RequestVpcPeeringConnection": {
1686
1844
  "request": {
1687
- "operation": "CreateTags",
1845
+ "operation": "CreateVpcPeeringConnection",
1688
1846
  "params": [
1689
- { "target":"Resources[0]", "sourceType":"identifier", "source":"Id" }
1847
+ { "target": "VpcId", "sourceType": "identifier", "source": "Id" }
1690
1848
  ]
1691
1849
  },
1692
1850
  "resource": {
1693
- "type": "Tag",
1851
+ "type": "VpcPeeringConnection",
1694
1852
  "identifiers": [
1695
- { "target":"ResourceId", "sourceType":"identifier", "source":"Id" },
1696
- { "target":"Key", "sourceType":"requestParameter", "source":"Tags[].Key" },
1697
- { "target":"Value", "sourceType":"requestParameter", "source":"Tags[].Value" }
1698
- ]
1853
+ { "target": "Id", "sourceType": "responsePath", "source": "VpcPeeringConnection.VpcPeeringConnectionId" }
1854
+ ],
1855
+ "path": "VpcPeeringConnection"
1699
1856
  }
1700
1857
  }
1701
1858
  },
1702
- "hasOne": {
1703
- "Subnet": {
1704
- "resource": {
1705
- "type": "Subnet",
1706
- "identifiers": [
1707
- { "target":"Id", "sourceType":"dataMember", "source":"SubnetId" }
1859
+ "hasMany": {
1860
+ "AcceptedVpcPeeringConnections": {
1861
+ "request": {
1862
+ "operation": "DescribeVpcPeeringConnections",
1863
+ "params": [
1864
+ { "target": "Filters[0].Name", "sourceType": "string", "source": "accepter-vpc-info.vpc-id" },
1865
+ { "target": "Filters[0].Values[0]", "sourceType": "identifier", "source": "Id" }
1708
1866
  ]
1709
- }
1710
- },
1711
- "Vpc": {
1867
+ },
1712
1868
  "resource": {
1713
- "type": "Vpc",
1869
+ "type": "VpcPeeringConnection",
1714
1870
  "identifiers": [
1715
- { "target":"Id", "sourceType":"dataMember", "source":"VpcId" }
1716
- ]
1871
+ { "target": "Id", "sourceType": "responsePath", "source": "VpcPeeringConnections[].VpcPeeringConnectionId" }
1872
+ ],
1873
+ "path": "VpcPeeringConnections[]"
1717
1874
  }
1718
- }
1719
- }
1720
- },
1721
- "PlacementGroup": {
1722
- "identifiers": [{ "name": "Name", "memberName" : "GroupName" }],
1723
- "shape": "PlacementGroup",
1724
- "load": {
1725
- "request": {
1726
- "operation": "DescribePlacementGroups",
1727
- "params": [
1728
- { "target":"GroupNames[0]", "sourceType":"identifier", "source":"Name" }
1729
- ]
1730
1875
  },
1731
- "path": "PlacementGroups[0]"
1732
- },
1733
- "actions": {
1734
- "Delete": {
1735
- "request": {
1736
- "operation": "DeletePlacementGroup",
1737
- "params": [
1738
- { "target":"GroupName", "sourceType":"identifier", "source":"Name" }
1739
- ]
1740
- }
1741
- }
1742
- },
1743
- "hasMany": {
1744
1876
  "Instances": {
1745
1877
  "request": {
1746
1878
  "operation": "DescribeInstances",
1747
1879
  "params": [
1748
- { "target":"Filters[0].Name", "sourceType":"string", "source":"placement-group-name" },
1749
- { "target":"Filters[0].Values[0]", "sourceType":"identifier", "source":"Name" }
1880
+ { "target": "Filters[0].Name", "sourceType": "string", "source": "vpc-id" },
1881
+ { "target": "Filters[0].Values[0]", "sourceType": "identifier", "source": "Id" }
1750
1882
  ]
1751
1883
  },
1752
1884
  "resource": {
1753
1885
  "type": "Instance",
1754
1886
  "identifiers": [
1755
- { "target":"Id", "sourceType":"responsePath", "source":"Reservations[].Instances[].InstanceId" }
1756
- ]
1757
- },
1758
- "path": "Reservations[].Instances[]"
1759
- }
1760
- }
1761
- },
1762
- "RouteTable": {
1763
- "identifiers": [{ "name": "Id", "memberName" : "RouteTableId" }],
1764
- "shape": "RouteTable",
1765
- "load": {
1766
- "request": {
1767
- "operation": "DescribeRouteTables",
1768
- "params": [
1769
- { "target":"RouteTableIds[0]", "sourceType":"identifier", "source":"Id" }
1770
- ]
1887
+ { "target": "Id", "sourceType": "responsePath", "source": "Reservations[].Instances[].InstanceId" }
1888
+ ],
1889
+ "path": "Reservations[].Instances[]"
1890
+ }
1771
1891
  },
1772
- "path": "RouteTables[0]"
1773
- },
1774
- "actions": {
1775
- "CreateRoute": {
1892
+ "InternetGateways": {
1776
1893
  "request": {
1777
- "operation": "CreateRoute",
1894
+ "operation": "DescribeInternetGateways",
1778
1895
  "params": [
1779
- { "target":"RouteTableId", "sourceType":"identifier", "source":"Id" }
1896
+ { "target": "Filters[0].Name", "sourceType": "string", "source": "attachment.vpc-id" },
1897
+ { "target": "Filters[0].Values[0]", "sourceType": "identifier", "source": "Id" }
1780
1898
  ]
1899
+ },
1900
+ "resource": {
1901
+ "type": "InternetGateway",
1902
+ "identifiers": [
1903
+ { "target": "Id", "sourceType": "responsePath", "source": "InternetGateways[].InternetGatewayId" }
1904
+ ],
1905
+ "path": "InternetGateways[]"
1781
1906
  }
1782
1907
  },
1783
- "AssociateWithSubnet": {
1908
+ "NetworkAcls": {
1784
1909
  "request": {
1785
- "operation": "AssociateRouteTable",
1910
+ "operation": "DescribeNetworkAcls",
1786
1911
  "params": [
1787
- { "target":"RouteTableId", "sourceType":"identifier", "source":"Id" }
1912
+ { "target": "Filters[0].Name", "sourceType": "string", "source": "vpc-id" },
1913
+ { "target": "Filters[0].Values[0]", "sourceType": "identifier", "source": "Id" }
1788
1914
  ]
1789
1915
  },
1790
1916
  "resource": {
1791
- "type": "RouteTableAssociation",
1917
+ "type": "NetworkAcl",
1792
1918
  "identifiers": [
1793
- { "target":"Id", "sourceType":"responsePath", "source":"AssociationId" }
1794
- ]
1919
+ { "target": "Id", "sourceType": "responsePath", "source": "NetworkAcls[].NetworkAclId" }
1920
+ ],
1921
+ "path": "NetworkAcls[]"
1795
1922
  }
1796
1923
  },
1797
- "CreateTags": {
1924
+ "NetworkInterfaces": {
1798
1925
  "request": {
1799
- "operation": "CreateTags",
1926
+ "operation": "DescribeNetworkInterfaces",
1800
1927
  "params": [
1801
- { "target":"Resources[0]", "sourceType":"identifier", "source":"Id" }
1928
+ { "target": "Filters[0].Name", "sourceType": "string", "source": "vpc-id" },
1929
+ { "target": "Filters[0].Values[0]", "sourceType": "identifier", "source": "Id" }
1802
1930
  ]
1803
1931
  },
1804
1932
  "resource": {
1805
- "type": "Tag",
1933
+ "type": "NetworkInterface",
1806
1934
  "identifiers": [
1807
- { "target":"ResourceId", "sourceType":"identifier", "source":"Id" },
1808
- { "target":"Key", "sourceType":"requestParameter", "source":"Tags[].Key" },
1809
- { "target":"Value", "sourceType":"requestParameter", "source":"Tags[].Value" }
1810
- ]
1935
+ { "target": "Id", "sourceType": "responsePath", "source": "NetworkInterfaces[].NetworkInterfaceId" }
1936
+ ],
1937
+ "path": "NetworkInterfaces[]"
1811
1938
  }
1812
- }
1813
- },
1814
- "hasOne": {
1815
- "Vpc": {
1939
+ },
1940
+ "RequestedVpcPeeringConnections": {
1941
+ "request": {
1942
+ "operation": "DescribeVpcPeeringConnections",
1943
+ "params": [
1944
+ { "target": "Filters[0].Name", "sourceType": "string", "source": "requester-vpc-info.vpc-id" },
1945
+ { "target": "Filters[0].Values[0]", "sourceType": "identifier", "source": "Id" }
1946
+ ]
1947
+ },
1816
1948
  "resource": {
1817
- "type": "Vpc",
1949
+ "type": "VpcPeeringConnection",
1818
1950
  "identifiers": [
1819
- { "target":"Id", "sourceType":"dataMember", "source":"VpcId" }
1820
- ]
1951
+ { "target": "Id", "sourceType": "responsePath", "source": "VpcPeeringConnections[].VpcPeeringConnectionId" }
1952
+ ],
1953
+ "path": "VpcPeeringConnections[]"
1821
1954
  }
1822
- }
1823
- },
1824
- "hasMany": {
1825
- "Associations": {
1955
+ },
1956
+ "RouteTables": {
1826
1957
  "request": {
1827
1958
  "operation": "DescribeRouteTables",
1828
1959
  "params": [
1829
- { "target":"RouteTableIds[0]", "sourceType":"identifier", "source":"Id" }
1960
+ { "target": "Filters[0].Name", "sourceType": "string", "source": "vpc-id" },
1961
+ { "target": "Filters[0].Values[0]", "sourceType": "identifier", "source": "Id" }
1830
1962
  ]
1831
1963
  },
1832
1964
  "resource": {
1833
- "type": "RouteTableAssociation",
1965
+ "type": "RouteTable",
1834
1966
  "identifiers": [
1835
- { "target":"Id", "sourceType":"responsePath", "source":"RouteTables[0].Associations[].RouteTableAssociationId" }
1836
- ]
1837
- },
1838
- "path": "RouteTables[0].Associations[]"
1839
- }
1840
- }
1841
- },
1842
- "RouteTableAssociation": {
1843
- "identifiers": [{ "name": "Id", "memberName" : "RouteTableAssociationId" }],
1844
- "shape": "RouteTableAssociation",
1845
- "actions": {
1846
- "ReplaceSubnet": {
1967
+ { "target": "Id", "sourceType": "responsePath", "source": "RouteTables[].RouteTableId" }
1968
+ ],
1969
+ "path": "RouteTables[]"
1970
+ }
1971
+ },
1972
+ "SecurityGroups": {
1847
1973
  "request": {
1848
- "operation": "ReplaceRouteTableAssociation",
1974
+ "operation": "DescribeSecurityGroups",
1849
1975
  "params": [
1850
- { "target":"AssociationId", "sourceType":"identifier", "source":"Id" }
1976
+ { "target": "Filters[0].Name", "sourceType": "string", "source": "vpc-id" },
1977
+ { "target": "Filters[0].Values[0]", "sourceType": "identifier", "source": "Id" }
1851
1978
  ]
1852
1979
  },
1853
1980
  "resource": {
1854
- "type": "RouteTableAssociation",
1981
+ "type": "SecurityGroup",
1855
1982
  "identifiers": [
1856
- { "target":"Id", "sourceType":"responsePath", "source":"NewAssociationId" }
1857
- ]
1983
+ { "target": "Id", "sourceType": "responsePath", "source": "SecurityGroups[].GroupId" }
1984
+ ],
1985
+ "path": "SecurityGroups[]"
1858
1986
  }
1859
1987
  },
1860
- "Delete": {
1988
+ "Subnets": {
1861
1989
  "request": {
1862
- "operation": "DisassociateRouteTable",
1990
+ "operation": "DescribeSubnets",
1863
1991
  "params": [
1864
- { "target":"AssociationId", "sourceType":"identifier", "source":"Id" }
1992
+ { "target": "Filters[0].Name", "sourceType": "string", "source": "vpc-id" },
1993
+ { "target": "Filters[0].Values[0]", "sourceType": "identifier", "source": "Id" }
1865
1994
  ]
1866
- }
1867
- }
1868
- },
1869
- "hasOne": {
1870
- "RouteTable": {
1995
+ },
1871
1996
  "resource": {
1872
- "type": "RouteTable",
1997
+ "type": "Subnet",
1873
1998
  "identifiers": [
1874
- { "target":"Id", "sourceType":"dataMember", "source":"RouteTableId" }
1875
- ]
1999
+ { "target": "Id", "sourceType": "responsePath", "source": "Subnets[].SubnetId" }
2000
+ ],
2001
+ "path": "Subnets[]"
1876
2002
  }
1877
- },
1878
- "Subnet": {
2003
+ }
2004
+ },
2005
+ "belongsTo": {
2006
+ "DhcpOptions": {
1879
2007
  "resource": {
1880
- "type": "Subnet",
2008
+ "type": "DhcpOptions",
1881
2009
  "identifiers": [
1882
- { "target":"Id", "sourceType":"dataMember", "source":"SubnetId" }
2010
+ { "target": "Id", "sourceType": "dataMember", "source": "DhcpOptionsId" }
1883
2011
  ]
1884
2012
  }
1885
2013
  }
1886
2014
  }
1887
2015
  },
1888
2016
  "VpcPeeringConnection": {
1889
- "identifiers": [{ "name": "Id", "memberName" : "VpcPeeringConnectionId" }],
2017
+ "identifiers": [
2018
+ {
2019
+ "name": "Id",
2020
+ "memberName": "VpcPeeringConnectionId"
2021
+ }
2022
+ ],
1890
2023
  "shape": "VpcPeeringConnection",
1891
2024
  "load": {
1892
2025
  "request": {
1893
2026
  "operation": "DescribeVpcPeeringConnections",
1894
2027
  "params": [
1895
- { "target":"VpcPeeringConnectionIds[0]", "sourceType":"identifier", "source":"Id" }
2028
+ { "target": "VpcPeeringConnectionIds[0]", "sourceType": "identifier", "source": "Id" }
1896
2029
  ]
1897
2030
  },
1898
2031
  "path": "VpcPeeringConnections[0]"
@@ -1902,85 +2035,41 @@
1902
2035
  "request": {
1903
2036
  "operation": "AcceptVpcPeeringConnection",
1904
2037
  "params": [
1905
- { "target":"VpcPeeringConnectionId", "sourceType":"identifier", "source":"Id" }
2038
+ { "target": "VpcPeeringConnectionId", "sourceType": "identifier", "source": "Id" }
1906
2039
  ]
1907
2040
  }
1908
2041
  },
1909
- "Reject": {
2042
+ "Delete": {
1910
2043
  "request": {
1911
- "operation": "RejectVpcPeeringConnection",
2044
+ "operation": "DeleteVpcPeeringConnection",
1912
2045
  "params": [
1913
- { "target":"VpcPeeringConnectionId", "sourceType":"identifier", "source":"Id" }
2046
+ { "target": "VpcPeeringConnectionId", "sourceType": "identifier", "source": "Id" }
1914
2047
  ]
1915
2048
  }
1916
2049
  },
1917
- "Delete": {
2050
+ "Reject": {
1918
2051
  "request": {
1919
- "operation": "DeleteVpcPeeringConnection",
2052
+ "operation": "RejectVpcPeeringConnection",
1920
2053
  "params": [
1921
- { "target":"VpcPeeringConnectionId", "sourceType":"identifier", "source":"Id" }
2054
+ { "target": "VpcPeeringConnectionId", "sourceType": "identifier", "source": "Id" }
1922
2055
  ]
1923
2056
  }
1924
2057
  }
1925
2058
  },
1926
- "hasOne": {
1927
- "RequesterVpc": {
2059
+ "belongsTo": {
2060
+ "AccepterVpc": {
1928
2061
  "resource": {
1929
2062
  "type": "Vpc",
1930
2063
  "identifiers": [
1931
- { "target":"Id", "sourceType":"dataMember", "source":"RequesterVpcInfo.VpcId" }
2064
+ { "target": "Id", "sourceType": "dataMember", "source": "AccepterVpcInfo.VpcId" }
1932
2065
  ]
1933
2066
  }
1934
2067
  },
1935
- "AccepterVpc": {
2068
+ "RequesterVpc": {
1936
2069
  "resource": {
1937
2070
  "type": "Vpc",
1938
2071
  "identifiers": [
1939
- { "target":"Id", "sourceType":"dataMember", "source":"AccepterVpcInfo.VpcId" }
1940
- ]
1941
- }
1942
- }
1943
- }
1944
- },
1945
- "Tag": {
1946
- "identifiers": [
1947
- { "name": "ResourceId", "memberName" : "ResourceId" },
1948
- { "name": "Key", "memberName" : "Key" },
1949
- { "name": "Value", "memberName" : "Value" }
1950
- ],
1951
- "shape": "TagDescription",
1952
- "load": {
1953
- "request": {
1954
- "operation": "DescribeTags",
1955
- "params": [
1956
- { "target":"Filters[0].Name", "sourceType":"string", "source":"key" },
1957
- { "target":"Filters[0].Values[0]", "sourceType":"identifier", "source":"Key" },
1958
- { "target":"Filters[1].Name", "sourceType":"string", "source":"value" },
1959
- { "target":"Filters[1].Values[0]", "sourceType":"identifier", "source":"Value" }
1960
- ]
1961
- },
1962
- "path": "Tags[0]"
1963
- },
1964
- "actions": {
1965
- "Delete": {
1966
- "request": {
1967
- "operation": "DeleteTags",
1968
- "params": [
1969
- { "target":"Resources[0]", "sourceType":"identifier", "source":"ResourceId" },
1970
- { "target":"Tags[0].Key", "sourceType":"identifier", "source":"Key" },
1971
- { "target":"Tags[0].Value", "sourceType":"identifier", "source":"Value" }
1972
- ]
1973
- }
1974
- }
1975
- },
1976
- "batchActions": {
1977
- "Delete": {
1978
- "request": {
1979
- "operation": "DeleteTags",
1980
- "params": [
1981
- { "target":"Resources[]", "sourceType":"identifier", "source":"ResourceId" },
1982
- { "target":"Tags[*].Key", "sourceType":"identifier", "source":"Key" },
1983
- { "target":"Tags[*].Value", "sourceType":"identifier", "source":"Value" }
2072
+ { "target": "Id", "sourceType": "dataMember", "source": "RequesterVpcInfo.VpcId" }
1984
2073
  ]
1985
2074
  }
1986
2075
  }