@@ -25,6 +25,10 @@ operations:
25
25
name : DeleteVpc
26
26
http :
27
27
method : GET
28
+ ModifyVpc :
29
+ name : ModifyVpc
30
+ http :
31
+ method : GET
28
32
DescribeVpcs :
29
33
name : DescribeVpcs
30
34
http :
@@ -57,6 +61,10 @@ operations:
57
61
name : DescribeSubnetAvailableAddresses
58
62
http :
59
63
method : GET
64
+ DescribeSubnetAllocatedIpAddresses :
65
+ name : DescribeSubnetAllocatedIpAddresses
66
+ http :
67
+ method : GET
60
68
CreateRoute :
61
69
name : CreateRoute
62
70
http :
@@ -89,6 +97,10 @@ operations:
89
97
name : DeleteNetworkAclEntry
90
98
http :
91
99
method : GET
100
+ ModifyNetworkAclEntry :
101
+ name : ModifyNetworkAclEntry
102
+ http :
103
+ method : GET
92
104
DescribeNetworkAcls :
93
105
name : DescribeNetworkAcls
94
106
http :
@@ -113,6 +125,10 @@ operations:
113
125
name : RevokeSecurityGroupEntry
114
126
http :
115
127
method : GET
128
+ ModifySecurityGroupEntry :
129
+ name : ModifySecurityGroupEntry
130
+ http :
131
+ method : GET
116
132
DescribeSecurityGroups :
117
133
name : DescribeSecurityGroups
118
134
http :
@@ -141,10 +157,34 @@ operations:
141
157
name : ModifyNat
142
158
http :
143
159
method : GET
160
+ AddNatIp :
161
+ name : AddNatIp
162
+ http :
163
+ method : GET
164
+ DeleteNatIp :
165
+ name : DeleteNatIp
166
+ http :
167
+ method : GET
144
168
DescribeNats :
145
169
name : DescribeNats
146
170
http :
147
171
method : GET
172
+ AssociateDirectConnectGateway :
173
+ name : AssociateDirectConnectGateway
174
+ http :
175
+ method : GET
176
+ DisassociateDirectConnectGateway :
177
+ name : DisassociateDirectConnectGateway
178
+ http :
179
+ method : GET
180
+ AssociateVpnGateway :
181
+ name : AssociateVpnGateway
182
+ http :
183
+ method : GET
184
+ DisassociateVpnGateway :
185
+ name : DisassociateVpnGateway
186
+ http :
187
+ method : GET
148
188
AssociateNat :
149
189
name : AssociateNat
150
190
http :
@@ -157,16 +197,168 @@ operations:
157
197
name : DescribeAvailabilityZones
158
198
http :
159
199
method : GET
200
+ CreateDirectConnect :
201
+ name : CreateDirectConnect
202
+ http :
203
+ method : GET
204
+ ModifyDirectConnect :
205
+ name : ModifyDirectConnect
206
+ http :
207
+ method : GET
208
+ DeleteDirectConnect :
209
+ name : DeleteDirectConnect
210
+ http :
211
+ method : GET
212
+ DescribeDirectConnects :
213
+ name : DescribeDirectConnects
214
+ http :
215
+ method : GET
216
+ CreateDirectConnectInterface :
217
+ name : CreateDirectConnectInterface
218
+ http :
219
+ method : GET
220
+ ModifyDirectConnectInterface :
221
+ name : ModifyDirectConnectInterface
222
+ http :
223
+ method : GET
224
+ DeleteDirectConnectInterface :
225
+ name : DeleteDirectConnectInterface
226
+ http :
227
+ method : GET
228
+ DescribeDirectConnectInterfaces :
229
+ name : DescribeDirectConnectInterfaces
230
+ http :
231
+ method : GET
232
+ CreateDirectConnectGateway :
233
+ name : CreateDirectConnectGateway
234
+ http :
235
+ method : GET
236
+ ModifyDirectConnectGateway :
237
+ name : ModifyDirectConnectGateway
238
+ http :
239
+ method : GET
240
+ DeleteDirectConnectGateway :
241
+ name : DeleteDirectConnectGateway
242
+ http :
243
+ method : GET
244
+ DescribeDirectConnectGateways :
245
+ name : DescribeDirectConnectGateways
246
+ http :
247
+ method : GET
248
+ AttachDirectConnectGateway :
249
+ name : AttachDirectConnectGateway
250
+ http :
251
+ method : GET
252
+ DetachDirectConnectGateway :
253
+ name : DetachDirectConnectGateway
254
+ http :
255
+ method : GET
256
+ CreateVpnGateway :
257
+ name : CreateVpnGateway
258
+ http :
259
+ method : GET
260
+ ModifyVpnGateway :
261
+ name : ModifyVpnGateway
262
+ http :
263
+ method : GET
264
+ DeleteVpnGateway :
265
+ name : DeleteVpnGateway
266
+ http :
267
+ method : GET
268
+ DescribeVpnGateways :
269
+ name : DescribeVpnGateways
270
+ http :
271
+ method : GET
272
+ CreateVpnTunnel :
273
+ name : CreateVpnTunnel
274
+ http :
275
+ method : POST
276
+ ModifyVpnTunnel :
277
+ name : ModifyVpnTunnel
278
+ http :
279
+ method : GET
280
+ DeleteVpnTunnel :
281
+ name : DeleteVpnTunnel
282
+ http :
283
+ method : GET
284
+ DescribeVpnTunnels :
285
+ name : DescribeVpnTunnels
286
+ http :
287
+ method : GET
288
+ CreateCustomerGateway :
289
+ name : CreateCustomerGateway
290
+ http :
291
+ method : GET
292
+ ModifyCustomerGateway :
293
+ name : ModifyCustomerGateway
294
+ http :
295
+ method : GET
296
+ DeleteCustomerGateway :
297
+ name : DeleteCustomerGateway
298
+ http :
299
+ method : GET
300
+ DescribeCustomerGateways :
301
+ name : DescribeCustomerGateways
302
+ http :
303
+ method : GET
304
+ DescribeTunnels :
305
+ name : DescribeTunnels
306
+ http :
307
+ method : GET
308
+ ModifyTunnel :
309
+ name : ModifyTunnel
310
+ http :
311
+ method : GET
312
+ AssociateSubnet :
313
+ name : AssociateSubnet
314
+ http :
315
+ method : GET
316
+ DisassociateSubnet :
317
+ name : DisassociateSubnet
318
+ http :
319
+ method : GET
320
+ AssociateRemoteCidr :
321
+ name : AssociateRemoteCidr
322
+ http :
323
+ method : GET
324
+ DisassociateRemoteCidr :
325
+ name : DisassociateRemoteCidr
326
+ http :
327
+ method : GET
328
+ CreateVpcPeeringConnection :
329
+ name : CreateVpcPeeringConnection
330
+ http :
331
+ method : GET
332
+ AcceptVpcPeeringConnection :
333
+ name : AcceptVpcPeeringConnection
334
+ http :
335
+ method : GET
336
+ RejectVpcPeeringConnection :
337
+ name : RejectVpcPeeringConnection
338
+ http :
339
+ method : GET
340
+ DeleteVpcPeeringConnection :
341
+ name : DeleteVpcPeeringConnection
342
+ http :
343
+ method : GET
344
+ ModifyVpcPeeringConnection :
345
+ name : ModifyVpcPeeringConnection
346
+ http :
347
+ method : GET
348
+ DescribeVpcPeeringConnections :
349
+ name : DescribeVpcPeeringConnections
350
+ http :
351
+ method : GET
160
352
161
353
shapes :
162
354
Id :
163
355
type : string # list/map/structure
164
356
165
357
Bool :
166
- type : bool
358
+ type : boolean
167
359
168
360
Int :
169
- type : int
361
+ type : integer
170
362
171
363
DataTime :
172
364
type : timestamp
0 commit comments