aws-sdk 1.40.3 → 1.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1eb48476ce74edf9f440cc7b564bed8c999cdf5
4
- data.tar.gz: 007b81f048626aa4cb8ad81875fc62d33677834e
3
+ metadata.gz: 59abfc7af5c3d6f7894e0b1dd9355749e48f7dbe
4
+ data.tar.gz: 36ce1208fa7ef87321af6665cb4403ea7df0baca
5
5
  SHA512:
6
- metadata.gz: c5fcee920fb26779bf2897fea1eecfba3998ae90e4945e2ab309511530c8e24b3bc5ff7949cf78890a9ac0574b8c5acfdb83430d4de116369f987c43cf53e753
7
- data.tar.gz: e640af3003212da3c795d8811c832a2a47a60f9baada576bf8e028df4356c621a67cea3b46cc0c1776be0cfee2960fbf0bb7a4a9c5c83c6d0079b6a1653b7199
6
+ metadata.gz: 78092c9d3e82172a5964fc9d28ce1698832a0b9e9db8db44059f4c36da68bbe883f8fd1d90701d00384dbbc3896336d54547eb99b7435defbd64e9fccbee9c0c
7
+ data.tar.gz: 436b499888b82101752b147856a1c6ff6e1e8b44d9a6ba16a819a0bbf686f6563f6b7f8f304b022c45dc12ad8d0c7d43ced4b0eda00bbbafc72d58a048df334c
@@ -41,6 +41,8 @@
41
41
  - :string
42
42
  ParameterValue:
43
43
  - :string
44
+ UsePreviousValue:
45
+ - :boolean
44
46
  DisableRollback:
45
47
  - :boolean
46
48
  TimeoutInMinutes:
@@ -165,6 +167,9 @@
165
167
  member:
166
168
  :rename: :parameters
167
169
  :list: true
170
+ :children:
171
+ UsePreviousValue:
172
+ :type: :boolean
168
173
  CreationTime:
169
174
  :type: :time
170
175
  LastUpdatedTime:
@@ -211,6 +216,8 @@
211
216
  - :string
212
217
  ParameterValue:
213
218
  - :string
219
+ UsePreviousValue:
220
+ - :boolean
214
221
  :outputs:
215
222
  :children:
216
223
  EstimateTemplateCostResult:
@@ -307,6 +314,8 @@
307
314
  - :string
308
315
  TemplateURL:
309
316
  - :string
317
+ UsePreviousTemplate:
318
+ - :boolean
310
319
  StackPolicyDuringUpdateBody:
311
320
  - :string
312
321
  StackPolicyDuringUpdateURL:
@@ -318,6 +327,8 @@
318
327
  - :string
319
328
  ParameterValue:
320
329
  - :string
330
+ UsePreviousValue:
331
+ - :boolean
321
332
  Capabilities:
322
333
  - :membered_list:
323
334
  - :string
@@ -325,6 +336,9 @@
325
336
  - :string
326
337
  StackPolicyURL:
327
338
  - :string
339
+ NotificationARNs:
340
+ - :membered_list:
341
+ - :string
328
342
  :outputs:
329
343
  :children:
330
344
  UpdateStackResult:
@@ -17,6 +17,8 @@
17
17
  - :name: AcceptVpcPeeringConnection
18
18
  :method: :accept_vpc_peering_connection
19
19
  :inputs:
20
+ DryRun:
21
+ - :boolean
20
22
  VpcPeeringConnectionId:
21
23
  - :string
22
24
  :outputs:
@@ -1044,6 +1046,8 @@
1044
1046
  - :name: CreateVpcPeeringConnection
1045
1047
  :method: :create_vpc_peering_connection
1046
1048
  :inputs:
1049
+ DryRun:
1050
+ - :boolean
1047
1051
  VpcId:
1048
1052
  - :string
1049
1053
  PeerVpcId:
@@ -1322,6 +1326,8 @@
1322
1326
  - :name: DeleteVpcPeeringConnection
1323
1327
  :method: :delete_vpc_peering_connection
1324
1328
  :inputs:
1329
+ DryRun:
1330
+ - :boolean
1325
1331
  VpcPeeringConnectionId:
1326
1332
  - :string
1327
1333
  :outputs:
@@ -3126,6 +3132,8 @@
3126
3132
  - :name: DescribeVpcPeeringConnections
3127
3133
  :method: :describe_vpc_peering_connections
3128
3134
  :inputs:
3135
+ DryRun:
3136
+ - :boolean
3129
3137
  VpcPeeringConnectionId:
3130
3138
  - :list:
3131
3139
  - :string
@@ -3938,6 +3946,8 @@
3938
3946
  - :name: RejectVpcPeeringConnection
3939
3947
  :method: :reject_vpc_peering_connection
3940
3948
  :inputs:
3949
+ DryRun:
3950
+ - :boolean
3941
3951
  VpcPeeringConnectionId:
3942
3952
  - :string
3943
3953
  :outputs:
@@ -0,0 +1,4792 @@
1
+ # Copyright 2011-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License"). You
4
+ # may not use this file except in compliance with the License. A copy of
5
+ # the License is located at
6
+ #
7
+ # http://aws.amazon.com/apache2.0/
8
+ #
9
+ # or in the "license" file accompanying this file. This file is
10
+ # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11
+ # ANY KIND, either express or implied. See the License for the specific
12
+ # language governing permissions and limitations under the License.
13
+
14
+ ---
15
+ :api_version: '2014-05-01'
16
+ :operations:
17
+ - :name: AcceptVpcPeeringConnection
18
+ :method: :accept_vpc_peering_connection
19
+ :inputs:
20
+ DryRun:
21
+ - :boolean
22
+ VpcPeeringConnectionId:
23
+ - :string
24
+ :outputs:
25
+ :children:
26
+ vpcPeeringConnection:
27
+ :children:
28
+ expirationTime:
29
+ :type: :time
30
+ tagSet:
31
+ :ignore: true
32
+ :children:
33
+ item:
34
+ :rename: :tag_set
35
+ :list: true
36
+ - :name: AllocateAddress
37
+ :method: :allocate_address
38
+ :inputs:
39
+ DryRun:
40
+ - :boolean
41
+ Domain:
42
+ - :string
43
+ :outputs: {}
44
+ - :name: AssignPrivateIpAddresses
45
+ :method: :assign_private_ip_addresses
46
+ :inputs:
47
+ NetworkInterfaceId:
48
+ - :string
49
+ - :required
50
+ PrivateIpAddress:
51
+ - :list:
52
+ - :string
53
+ - :rename: privateIpAddresses
54
+ SecondaryPrivateIpAddressCount:
55
+ - :integer
56
+ AllowReassignment:
57
+ - :boolean
58
+ :outputs: {}
59
+ - :name: AssociateAddress
60
+ :method: :associate_address
61
+ :inputs:
62
+ DryRun:
63
+ - :boolean
64
+ InstanceId:
65
+ - :string
66
+ PublicIp:
67
+ - :string
68
+ AllocationId:
69
+ - :string
70
+ NetworkInterfaceId:
71
+ - :string
72
+ PrivateIpAddress:
73
+ - :string
74
+ AllowReassociation:
75
+ - :boolean
76
+ :outputs: {}
77
+ - :name: AssociateDhcpOptions
78
+ :method: :associate_dhcp_options
79
+ :inputs:
80
+ DryRun:
81
+ - :boolean
82
+ DhcpOptionsId:
83
+ - :string
84
+ - :required
85
+ VpcId:
86
+ - :string
87
+ - :required
88
+ :outputs: {}
89
+ - :name: AssociateRouteTable
90
+ :method: :associate_route_table
91
+ :inputs:
92
+ DryRun:
93
+ - :boolean
94
+ SubnetId:
95
+ - :string
96
+ - :required
97
+ RouteTableId:
98
+ - :string
99
+ - :required
100
+ :outputs: {}
101
+ - :name: AttachInternetGateway
102
+ :method: :attach_internet_gateway
103
+ :inputs:
104
+ DryRun:
105
+ - :boolean
106
+ InternetGatewayId:
107
+ - :string
108
+ - :required
109
+ VpcId:
110
+ - :string
111
+ - :required
112
+ :outputs: {}
113
+ - :name: AttachNetworkInterface
114
+ :method: :attach_network_interface
115
+ :inputs:
116
+ DryRun:
117
+ - :boolean
118
+ NetworkInterfaceId:
119
+ - :string
120
+ - :required
121
+ InstanceId:
122
+ - :string
123
+ - :required
124
+ DeviceIndex:
125
+ - :integer
126
+ - :required
127
+ :outputs: {}
128
+ - :name: AttachVolume
129
+ :method: :attach_volume
130
+ :inputs:
131
+ DryRun:
132
+ - :boolean
133
+ VolumeId:
134
+ - :string
135
+ - :required
136
+ InstanceId:
137
+ - :string
138
+ - :required
139
+ Device:
140
+ - :string
141
+ - :required
142
+ :outputs:
143
+ :children:
144
+ attachTime:
145
+ :type: :time
146
+ deleteOnTermination:
147
+ :type: :boolean
148
+ - :name: AttachVpnGateway
149
+ :method: :attach_vpn_gateway
150
+ :inputs:
151
+ DryRun:
152
+ - :boolean
153
+ VpnGatewayId:
154
+ - :string
155
+ - :required
156
+ VpcId:
157
+ - :string
158
+ - :required
159
+ :outputs: {}
160
+ - :name: AuthorizeSecurityGroupEgress
161
+ :method: :authorize_security_group_egress
162
+ :inputs:
163
+ DryRun:
164
+ - :boolean
165
+ GroupId:
166
+ - :string
167
+ - :required
168
+ SourceSecurityGroupName:
169
+ - :string
170
+ SourceSecurityGroupOwnerId:
171
+ - :string
172
+ IpProtocol:
173
+ - :string
174
+ FromPort:
175
+ - :integer
176
+ ToPort:
177
+ - :integer
178
+ CidrIp:
179
+ - :string
180
+ IpPermissions:
181
+ - :list:
182
+ - :structure:
183
+ IpProtocol:
184
+ - :string
185
+ - :rename: IpProtocol
186
+ FromPort:
187
+ - :integer
188
+ - :rename: FromPort
189
+ ToPort:
190
+ - :integer
191
+ - :rename: ToPort
192
+ Groups:
193
+ - :list:
194
+ - :structure:
195
+ UserId:
196
+ - :string
197
+ - :rename: UserId
198
+ GroupName:
199
+ - :string
200
+ - :rename: GroupName
201
+ GroupId:
202
+ - :string
203
+ - :rename: GroupId
204
+ - :rename: UserIdGroupPairs
205
+ IpRanges:
206
+ - :list:
207
+ - :structure:
208
+ CidrIp:
209
+ - :string
210
+ - :rename: CidrIp
211
+ - :rename: IpRanges
212
+ :outputs: {}
213
+ - :name: AuthorizeSecurityGroupIngress
214
+ :method: :authorize_security_group_ingress
215
+ :inputs:
216
+ DryRun:
217
+ - :boolean
218
+ GroupName:
219
+ - :string
220
+ GroupId:
221
+ - :string
222
+ SourceSecurityGroupName:
223
+ - :string
224
+ SourceSecurityGroupOwnerId:
225
+ - :string
226
+ IpProtocol:
227
+ - :string
228
+ FromPort:
229
+ - :integer
230
+ ToPort:
231
+ - :integer
232
+ CidrIp:
233
+ - :string
234
+ IpPermissions:
235
+ - :list:
236
+ - :structure:
237
+ IpProtocol:
238
+ - :string
239
+ - :rename: IpProtocol
240
+ FromPort:
241
+ - :integer
242
+ - :rename: FromPort
243
+ ToPort:
244
+ - :integer
245
+ - :rename: ToPort
246
+ Groups:
247
+ - :list:
248
+ - :structure:
249
+ UserId:
250
+ - :string
251
+ - :rename: UserId
252
+ GroupName:
253
+ - :string
254
+ - :rename: GroupName
255
+ GroupId:
256
+ - :string
257
+ - :rename: GroupId
258
+ - :rename: UserIdGroupPairs
259
+ IpRanges:
260
+ - :list:
261
+ - :structure:
262
+ CidrIp:
263
+ - :string
264
+ - :rename: CidrIp
265
+ - :rename: IpRanges
266
+ :outputs: {}
267
+ - :name: BundleInstance
268
+ :method: :bundle_instance
269
+ :inputs:
270
+ DryRun:
271
+ - :boolean
272
+ InstanceId:
273
+ - :string
274
+ - :required
275
+ Storage:
276
+ - :structure:
277
+ S3:
278
+ - :structure:
279
+ Bucket:
280
+ - :string
281
+ - :rename: Bucket
282
+ Prefix:
283
+ - :string
284
+ - :rename: Prefix
285
+ AWSAccessKeyId:
286
+ - :string
287
+ UploadPolicy:
288
+ - :string
289
+ - :rename: UploadPolicy
290
+ UploadPolicySignature:
291
+ - :string
292
+ - :rename: UploadPolicySignature
293
+ - :required
294
+ :outputs:
295
+ :children:
296
+ bundleInstanceTask:
297
+ :children:
298
+ startTime:
299
+ :type: :time
300
+ updateTime:
301
+ :type: :time
302
+ - :name: CancelBundleTask
303
+ :method: :cancel_bundle_task
304
+ :inputs:
305
+ DryRun:
306
+ - :boolean
307
+ BundleId:
308
+ - :string
309
+ - :required
310
+ :outputs:
311
+ :children:
312
+ bundleInstanceTask:
313
+ :children:
314
+ startTime:
315
+ :type: :time
316
+ updateTime:
317
+ :type: :time
318
+ - :name: CancelConversionTask
319
+ :method: :cancel_conversion_task
320
+ :inputs:
321
+ DryRun:
322
+ - :boolean
323
+ ConversionTaskId:
324
+ - :string
325
+ - :required
326
+ ReasonMessage:
327
+ - :string
328
+ :outputs: {}
329
+ - :name: CancelExportTask
330
+ :method: :cancel_export_task
331
+ :inputs:
332
+ ExportTaskId:
333
+ - :string
334
+ - :required
335
+ :outputs: {}
336
+ - :name: CancelReservedInstancesListing
337
+ :method: :cancel_reserved_instances_listing
338
+ :inputs:
339
+ ReservedInstancesListingId:
340
+ - :string
341
+ - :required
342
+ :outputs:
343
+ :children:
344
+ reservedInstancesListingsSet:
345
+ :ignore: true
346
+ :children:
347
+ item:
348
+ :rename: :reserved_instances_listings_set
349
+ :list: true
350
+ :children:
351
+ createDate:
352
+ :type: :time
353
+ updateDate:
354
+ :type: :time
355
+ instanceCounts:
356
+ :ignore: true
357
+ :children:
358
+ item:
359
+ :rename: :instance_counts
360
+ :list: true
361
+ :children:
362
+ instanceCount:
363
+ :type: :integer
364
+ priceSchedules:
365
+ :ignore: true
366
+ :children:
367
+ item:
368
+ :rename: :price_schedules
369
+ :list: true
370
+ :children:
371
+ term:
372
+ :type: :integer
373
+ price:
374
+ :type: :float
375
+ active:
376
+ :type: :boolean
377
+ tagSet:
378
+ :ignore: true
379
+ :children:
380
+ item:
381
+ :rename: :tag_set
382
+ :list: true
383
+ - :name: CancelSpotInstanceRequests
384
+ :method: :cancel_spot_instance_requests
385
+ :inputs:
386
+ DryRun:
387
+ - :boolean
388
+ SpotInstanceRequestId:
389
+ - :list:
390
+ - :string
391
+ - :required
392
+ - :rename: spotInstanceRequestIds
393
+ :outputs:
394
+ :children:
395
+ spotInstanceRequestSet:
396
+ :ignore: true
397
+ :children:
398
+ item:
399
+ :rename: :spot_instance_request_set
400
+ :list: true
401
+ - :name: ConfirmProductInstance
402
+ :method: :confirm_product_instance
403
+ :inputs:
404
+ DryRun:
405
+ - :boolean
406
+ ProductCode:
407
+ - :string
408
+ - :required
409
+ InstanceId:
410
+ - :string
411
+ - :required
412
+ :outputs: {}
413
+ - :name: CopyImage
414
+ :method: :copy_image
415
+ :inputs:
416
+ DryRun:
417
+ - :boolean
418
+ SourceRegion:
419
+ - :string
420
+ - :required
421
+ SourceImageId:
422
+ - :string
423
+ - :required
424
+ Name:
425
+ - :string
426
+ - :required
427
+ Description:
428
+ - :string
429
+ ClientToken:
430
+ - :string
431
+ :outputs: {}
432
+ - :name: CopySnapshot
433
+ :method: :copy_snapshot
434
+ :inputs:
435
+ DryRun:
436
+ - :boolean
437
+ SourceRegion:
438
+ - :string
439
+ - :required
440
+ SourceSnapshotId:
441
+ - :string
442
+ - :required
443
+ Description:
444
+ - :string
445
+ DestinationRegion:
446
+ - :string
447
+ - :rename: DestinationRegion
448
+ PresignedUrl:
449
+ - :string
450
+ - :rename: PresignedUrl
451
+ :outputs: {}
452
+ - :name: CreateCustomerGateway
453
+ :method: :create_customer_gateway
454
+ :inputs:
455
+ DryRun:
456
+ - :boolean
457
+ Type:
458
+ - :string
459
+ - :required
460
+ IpAddress:
461
+ - :string
462
+ - :required
463
+ - :rename: PublicIp
464
+ BgpAsn:
465
+ - :integer
466
+ - :required
467
+ :outputs:
468
+ :children:
469
+ customerGateway:
470
+ :children:
471
+ tagSet:
472
+ :ignore: true
473
+ :children:
474
+ item:
475
+ :rename: :tag_set
476
+ :list: true
477
+ - :name: CreateDhcpOptions
478
+ :method: :create_dhcp_options
479
+ :inputs:
480
+ DryRun:
481
+ - :boolean
482
+ DhcpConfiguration:
483
+ - :list:
484
+ - :structure:
485
+ Key:
486
+ - :string
487
+ - :rename: Key
488
+ Value:
489
+ - :list:
490
+ - :string
491
+ - :rename: Values
492
+ - :required
493
+ - :rename: DhcpConfigurations
494
+ :outputs:
495
+ :children:
496
+ dhcpOptions:
497
+ :children:
498
+ dhcpConfigurationSet:
499
+ :ignore: true
500
+ :children:
501
+ item:
502
+ :rename: :dhcp_configuration_set
503
+ :list: true
504
+ :children:
505
+ valueSet:
506
+ :ignore: true
507
+ :children:
508
+ item:
509
+ :rename: :value_set
510
+ :list: true
511
+ tagSet:
512
+ :ignore: true
513
+ :children:
514
+ item:
515
+ :rename: :tag_set
516
+ :list: true
517
+ - :name: CreateImage
518
+ :method: :create_image
519
+ :inputs:
520
+ DryRun:
521
+ - :boolean
522
+ InstanceId:
523
+ - :string
524
+ - :required
525
+ Name:
526
+ - :string
527
+ - :required
528
+ Description:
529
+ - :string
530
+ NoReboot:
531
+ - :boolean
532
+ BlockDeviceMapping:
533
+ - :list:
534
+ - :structure:
535
+ VirtualName:
536
+ - :string
537
+ - :rename: VirtualName
538
+ DeviceName:
539
+ - :string
540
+ - :rename: DeviceName
541
+ Ebs:
542
+ - :structure:
543
+ SnapshotId:
544
+ - :string
545
+ VolumeSize:
546
+ - :integer
547
+ DeleteOnTermination:
548
+ - :boolean
549
+ VolumeType:
550
+ - :string
551
+ Iops:
552
+ - :integer
553
+ Encrypted:
554
+ - :boolean
555
+ - :rename: Encrypted
556
+ NoDevice:
557
+ - :string
558
+ - :rename: blockDeviceMappings
559
+ :outputs: {}
560
+ - :name: CreateInstanceExportTask
561
+ :method: :create_instance_export_task
562
+ :inputs:
563
+ Description:
564
+ - :string
565
+ InstanceId:
566
+ - :string
567
+ - :required
568
+ TargetEnvironment:
569
+ - :string
570
+ ExportToS3:
571
+ - :structure:
572
+ DiskImageFormat:
573
+ - :string
574
+ ContainerFormat:
575
+ - :string
576
+ S3Bucket:
577
+ - :string
578
+ S3Prefix:
579
+ - :string
580
+ - :rename: exportToS3Task
581
+ :outputs: {}
582
+ - :name: CreateInternetGateway
583
+ :method: :create_internet_gateway
584
+ :inputs:
585
+ DryRun:
586
+ - :boolean
587
+ :outputs:
588
+ :children:
589
+ internetGateway:
590
+ :children:
591
+ attachmentSet:
592
+ :ignore: true
593
+ :children:
594
+ item:
595
+ :rename: :attachment_set
596
+ :list: true
597
+ tagSet:
598
+ :ignore: true
599
+ :children:
600
+ item:
601
+ :rename: :tag_set
602
+ :list: true
603
+ - :name: CreateKeyPair
604
+ :method: :create_key_pair
605
+ :inputs:
606
+ DryRun:
607
+ - :boolean
608
+ KeyName:
609
+ - :string
610
+ - :required
611
+ :outputs: {}
612
+ - :name: CreateNetworkAcl
613
+ :method: :create_network_acl
614
+ :inputs:
615
+ DryRun:
616
+ - :boolean
617
+ VpcId:
618
+ - :string
619
+ - :required
620
+ :outputs:
621
+ :children:
622
+ networkAcl:
623
+ :children:
624
+ default:
625
+ :type: :boolean
626
+ entrySet:
627
+ :ignore: true
628
+ :children:
629
+ item:
630
+ :rename: :entry_set
631
+ :list: true
632
+ :children:
633
+ ruleNumber:
634
+ :type: :integer
635
+ egress:
636
+ :type: :boolean
637
+ icmpTypeCode:
638
+ :children:
639
+ type:
640
+ :type: :integer
641
+ code:
642
+ :type: :integer
643
+ portRange:
644
+ :children:
645
+ from:
646
+ :type: :integer
647
+ to:
648
+ :type: :integer
649
+ associationSet:
650
+ :ignore: true
651
+ :children:
652
+ item:
653
+ :rename: :association_set
654
+ :list: true
655
+ tagSet:
656
+ :ignore: true
657
+ :children:
658
+ item:
659
+ :rename: :tag_set
660
+ :list: true
661
+ - :name: CreateNetworkAclEntry
662
+ :method: :create_network_acl_entry
663
+ :inputs:
664
+ DryRun:
665
+ - :boolean
666
+ NetworkAclId:
667
+ - :string
668
+ - :required
669
+ RuleNumber:
670
+ - :integer
671
+ - :required
672
+ Protocol:
673
+ - :string
674
+ - :required
675
+ RuleAction:
676
+ - :string
677
+ - :required
678
+ Egress:
679
+ - :boolean
680
+ - :required
681
+ CidrBlock:
682
+ - :string
683
+ - :required
684
+ Icmp:
685
+ - :structure:
686
+ Type:
687
+ - :integer
688
+ Code:
689
+ - :integer
690
+ - :rename: icmpTypeCode
691
+ PortRange:
692
+ - :structure:
693
+ From:
694
+ - :integer
695
+ To:
696
+ - :integer
697
+ :outputs: {}
698
+ - :name: CreateNetworkInterface
699
+ :method: :create_network_interface
700
+ :inputs:
701
+ SubnetId:
702
+ - :string
703
+ - :required
704
+ Description:
705
+ - :string
706
+ PrivateIpAddress:
707
+ - :string
708
+ SecurityGroupId:
709
+ - :list:
710
+ - :string
711
+ - :rename: groups
712
+ PrivateIpAddresses:
713
+ - :list:
714
+ - :structure:
715
+ PrivateIpAddress:
716
+ - :string
717
+ - :required
718
+ Primary:
719
+ - :boolean
720
+ SecondaryPrivateIpAddressCount:
721
+ - :integer
722
+ DryRun:
723
+ - :boolean
724
+ :outputs:
725
+ :children:
726
+ networkInterface:
727
+ :children:
728
+ requesterManaged:
729
+ :type: :boolean
730
+ sourceDestCheck:
731
+ :type: :boolean
732
+ groupSet:
733
+ :ignore: true
734
+ :children:
735
+ item:
736
+ :rename: :group_set
737
+ :list: true
738
+ attachment:
739
+ :children:
740
+ deviceIndex:
741
+ :type: :integer
742
+ attachTime:
743
+ :type: :time
744
+ deleteOnTermination:
745
+ :type: :boolean
746
+ tagSet:
747
+ :ignore: true
748
+ :children:
749
+ item:
750
+ :rename: :tag_set
751
+ :list: true
752
+ privateIpAddressesSet:
753
+ :ignore: true
754
+ :children:
755
+ item:
756
+ :rename: :private_ip_addresses_set
757
+ :list: true
758
+ :children:
759
+ primary:
760
+ :type: :boolean
761
+ - :name: CreatePlacementGroup
762
+ :method: :create_placement_group
763
+ :inputs:
764
+ DryRun:
765
+ - :boolean
766
+ GroupName:
767
+ - :string
768
+ - :required
769
+ Strategy:
770
+ - :string
771
+ - :required
772
+ :outputs: {}
773
+ - :name: CreateReservedInstancesListing
774
+ :method: :create_reserved_instances_listing
775
+ :inputs:
776
+ ReservedInstancesId:
777
+ - :string
778
+ - :required
779
+ InstanceCount:
780
+ - :integer
781
+ - :required
782
+ PriceSchedules:
783
+ - :list:
784
+ - :structure:
785
+ Term:
786
+ - :long
787
+ Price:
788
+ - :double
789
+ CurrencyCode:
790
+ - :string
791
+ - :required
792
+ ClientToken:
793
+ - :string
794
+ - :required
795
+ :outputs:
796
+ :children:
797
+ reservedInstancesListingsSet:
798
+ :ignore: true
799
+ :children:
800
+ item:
801
+ :rename: :reserved_instances_listings_set
802
+ :list: true
803
+ :children:
804
+ createDate:
805
+ :type: :time
806
+ updateDate:
807
+ :type: :time
808
+ instanceCounts:
809
+ :ignore: true
810
+ :children:
811
+ item:
812
+ :rename: :instance_counts
813
+ :list: true
814
+ :children:
815
+ instanceCount:
816
+ :type: :integer
817
+ priceSchedules:
818
+ :ignore: true
819
+ :children:
820
+ item:
821
+ :rename: :price_schedules
822
+ :list: true
823
+ :children:
824
+ term:
825
+ :type: :integer
826
+ price:
827
+ :type: :float
828
+ active:
829
+ :type: :boolean
830
+ tagSet:
831
+ :ignore: true
832
+ :children:
833
+ item:
834
+ :rename: :tag_set
835
+ :list: true
836
+ - :name: CreateRoute
837
+ :method: :create_route
838
+ :inputs:
839
+ DryRun:
840
+ - :boolean
841
+ RouteTableId:
842
+ - :string
843
+ - :required
844
+ DestinationCidrBlock:
845
+ - :string
846
+ - :required
847
+ GatewayId:
848
+ - :string
849
+ InstanceId:
850
+ - :string
851
+ NetworkInterfaceId:
852
+ - :string
853
+ VpcPeeringConnectionId:
854
+ - :string
855
+ :outputs: {}
856
+ - :name: CreateRouteTable
857
+ :method: :create_route_table
858
+ :inputs:
859
+ DryRun:
860
+ - :boolean
861
+ VpcId:
862
+ - :string
863
+ - :required
864
+ :outputs:
865
+ :children:
866
+ routeTable:
867
+ :children:
868
+ routeSet:
869
+ :ignore: true
870
+ :children:
871
+ item:
872
+ :rename: :route_set
873
+ :list: true
874
+ associationSet:
875
+ :ignore: true
876
+ :children:
877
+ item:
878
+ :rename: :association_set
879
+ :list: true
880
+ :children:
881
+ main:
882
+ :type: :boolean
883
+ tagSet:
884
+ :ignore: true
885
+ :children:
886
+ item:
887
+ :rename: :tag_set
888
+ :list: true
889
+ propagatingVgwSet:
890
+ :ignore: true
891
+ :children:
892
+ item:
893
+ :rename: :propagating_vgw_set
894
+ :list: true
895
+ - :name: CreateSecurityGroup
896
+ :method: :create_security_group
897
+ :inputs:
898
+ DryRun:
899
+ - :boolean
900
+ GroupName:
901
+ - :string
902
+ - :required
903
+ GroupDescription:
904
+ - :string
905
+ - :required
906
+ - :rename: Description
907
+ VpcId:
908
+ - :string
909
+ :outputs: {}
910
+ - :name: CreateSnapshot
911
+ :method: :create_snapshot
912
+ :inputs:
913
+ DryRun:
914
+ - :boolean
915
+ VolumeId:
916
+ - :string
917
+ - :required
918
+ Description:
919
+ - :string
920
+ :outputs:
921
+ :children:
922
+ startTime:
923
+ :type: :time
924
+ volumeSize:
925
+ :type: :integer
926
+ tagSet:
927
+ :ignore: true
928
+ :children:
929
+ item:
930
+ :rename: :tag_set
931
+ :list: true
932
+ encrypted:
933
+ :type: :boolean
934
+ - :name: CreateSpotDatafeedSubscription
935
+ :method: :create_spot_datafeed_subscription
936
+ :inputs:
937
+ DryRun:
938
+ - :boolean
939
+ Bucket:
940
+ - :string
941
+ - :required
942
+ Prefix:
943
+ - :string
944
+ :outputs: {}
945
+ - :name: CreateSubnet
946
+ :method: :create_subnet
947
+ :inputs:
948
+ DryRun:
949
+ - :boolean
950
+ VpcId:
951
+ - :string
952
+ - :required
953
+ CidrBlock:
954
+ - :string
955
+ - :required
956
+ AvailabilityZone:
957
+ - :string
958
+ :outputs:
959
+ :children:
960
+ subnet:
961
+ :children:
962
+ availableIpAddressCount:
963
+ :type: :integer
964
+ defaultForAz:
965
+ :type: :boolean
966
+ mapPublicIpOnLaunch:
967
+ :type: :boolean
968
+ tagSet:
969
+ :ignore: true
970
+ :children:
971
+ item:
972
+ :rename: :tag_set
973
+ :list: true
974
+ - :name: CreateTags
975
+ :method: :create_tags
976
+ :inputs:
977
+ DryRun:
978
+ - :boolean
979
+ ResourceId:
980
+ - :list:
981
+ - :string
982
+ - :required
983
+ - :rename: resources
984
+ Tag:
985
+ - :list:
986
+ - :structure:
987
+ Key:
988
+ - :string
989
+ Value:
990
+ - :string
991
+ - :required
992
+ - :rename: tags
993
+ :outputs: {}
994
+ - :name: CreateVolume
995
+ :method: :create_volume
996
+ :inputs:
997
+ DryRun:
998
+ - :boolean
999
+ Size:
1000
+ - :integer
1001
+ SnapshotId:
1002
+ - :string
1003
+ AvailabilityZone:
1004
+ - :string
1005
+ - :required
1006
+ VolumeType:
1007
+ - :string
1008
+ Iops:
1009
+ - :integer
1010
+ Encrypted:
1011
+ - :boolean
1012
+ - :rename: Encrypted
1013
+ :outputs:
1014
+ :children:
1015
+ size:
1016
+ :type: :integer
1017
+ createTime:
1018
+ :type: :time
1019
+ attachmentSet:
1020
+ :ignore: true
1021
+ :children:
1022
+ item:
1023
+ :rename: :attachment_set
1024
+ :list: true
1025
+ :children:
1026
+ attachTime:
1027
+ :type: :time
1028
+ deleteOnTermination:
1029
+ :type: :boolean
1030
+ tagSet:
1031
+ :ignore: true
1032
+ :children:
1033
+ item:
1034
+ :rename: :tag_set
1035
+ :list: true
1036
+ iops:
1037
+ :type: :integer
1038
+ encrypted:
1039
+ :type: :boolean
1040
+ - :name: CreateVpc
1041
+ :method: :create_vpc
1042
+ :inputs:
1043
+ DryRun:
1044
+ - :boolean
1045
+ CidrBlock:
1046
+ - :string
1047
+ - :required
1048
+ InstanceTenancy:
1049
+ - :string
1050
+ :outputs:
1051
+ :children:
1052
+ vpc:
1053
+ :children:
1054
+ tagSet:
1055
+ :ignore: true
1056
+ :children:
1057
+ item:
1058
+ :rename: :tag_set
1059
+ :list: true
1060
+ isDefault:
1061
+ :type: :boolean
1062
+ - :name: CreateVpcPeeringConnection
1063
+ :method: :create_vpc_peering_connection
1064
+ :inputs:
1065
+ DryRun:
1066
+ - :boolean
1067
+ VpcId:
1068
+ - :string
1069
+ PeerVpcId:
1070
+ - :string
1071
+ PeerOwnerId:
1072
+ - :string
1073
+ :outputs:
1074
+ :children:
1075
+ vpcPeeringConnection:
1076
+ :children:
1077
+ expirationTime:
1078
+ :type: :time
1079
+ tagSet:
1080
+ :ignore: true
1081
+ :children:
1082
+ item:
1083
+ :rename: :tag_set
1084
+ :list: true
1085
+ - :name: CreateVpnConnection
1086
+ :method: :create_vpn_connection
1087
+ :inputs:
1088
+ DryRun:
1089
+ - :boolean
1090
+ Type:
1091
+ - :string
1092
+ - :required
1093
+ CustomerGatewayId:
1094
+ - :string
1095
+ - :required
1096
+ VpnGatewayId:
1097
+ - :string
1098
+ - :required
1099
+ Options:
1100
+ - :structure:
1101
+ StaticRoutesOnly:
1102
+ - :boolean
1103
+ :outputs:
1104
+ :children:
1105
+ vpnConnection:
1106
+ :children:
1107
+ tagSet:
1108
+ :ignore: true
1109
+ :children:
1110
+ item:
1111
+ :rename: :tag_set
1112
+ :list: true
1113
+ vgwTelemetry:
1114
+ :ignore: true
1115
+ :children:
1116
+ item:
1117
+ :rename: :vgw_telemetry
1118
+ :list: true
1119
+ :children:
1120
+ lastStatusChange:
1121
+ :type: :time
1122
+ acceptedRouteCount:
1123
+ :type: :integer
1124
+ options:
1125
+ :children:
1126
+ staticRoutesOnly:
1127
+ :type: :boolean
1128
+ routes:
1129
+ :ignore: true
1130
+ :children:
1131
+ item:
1132
+ :rename: :routes
1133
+ :list: true
1134
+ - :name: CreateVpnConnectionRoute
1135
+ :method: :create_vpn_connection_route
1136
+ :inputs:
1137
+ VpnConnectionId:
1138
+ - :string
1139
+ - :required
1140
+ DestinationCidrBlock:
1141
+ - :string
1142
+ - :required
1143
+ :outputs: {}
1144
+ - :name: CreateVpnGateway
1145
+ :method: :create_vpn_gateway
1146
+ :inputs:
1147
+ DryRun:
1148
+ - :boolean
1149
+ Type:
1150
+ - :string
1151
+ - :required
1152
+ AvailabilityZone:
1153
+ - :string
1154
+ :outputs:
1155
+ :children:
1156
+ vpnGateway:
1157
+ :children:
1158
+ attachments:
1159
+ :ignore: true
1160
+ :children:
1161
+ item:
1162
+ :rename: :attachments
1163
+ :list: true
1164
+ tagSet:
1165
+ :ignore: true
1166
+ :children:
1167
+ item:
1168
+ :rename: :tag_set
1169
+ :list: true
1170
+ type:
1171
+ :rename: :vpn_type
1172
+ - :name: DeleteCustomerGateway
1173
+ :method: :delete_customer_gateway
1174
+ :inputs:
1175
+ DryRun:
1176
+ - :boolean
1177
+ CustomerGatewayId:
1178
+ - :string
1179
+ - :required
1180
+ :outputs: {}
1181
+ - :name: DeleteDhcpOptions
1182
+ :method: :delete_dhcp_options
1183
+ :inputs:
1184
+ DryRun:
1185
+ - :boolean
1186
+ DhcpOptionsId:
1187
+ - :string
1188
+ - :required
1189
+ :outputs: {}
1190
+ - :name: DeleteInternetGateway
1191
+ :method: :delete_internet_gateway
1192
+ :inputs:
1193
+ DryRun:
1194
+ - :boolean
1195
+ InternetGatewayId:
1196
+ - :string
1197
+ - :required
1198
+ :outputs: {}
1199
+ - :name: DeleteKeyPair
1200
+ :method: :delete_key_pair
1201
+ :inputs:
1202
+ DryRun:
1203
+ - :boolean
1204
+ KeyName:
1205
+ - :string
1206
+ - :required
1207
+ :outputs: {}
1208
+ - :name: DeleteNetworkAcl
1209
+ :method: :delete_network_acl
1210
+ :inputs:
1211
+ DryRun:
1212
+ - :boolean
1213
+ NetworkAclId:
1214
+ - :string
1215
+ - :required
1216
+ :outputs: {}
1217
+ - :name: DeleteNetworkAclEntry
1218
+ :method: :delete_network_acl_entry
1219
+ :inputs:
1220
+ DryRun:
1221
+ - :boolean
1222
+ NetworkAclId:
1223
+ - :string
1224
+ - :required
1225
+ RuleNumber:
1226
+ - :integer
1227
+ - :required
1228
+ Egress:
1229
+ - :boolean
1230
+ - :required
1231
+ :outputs: {}
1232
+ - :name: DeleteNetworkInterface
1233
+ :method: :delete_network_interface
1234
+ :inputs:
1235
+ DryRun:
1236
+ - :boolean
1237
+ NetworkInterfaceId:
1238
+ - :string
1239
+ - :required
1240
+ :outputs: {}
1241
+ - :name: DeletePlacementGroup
1242
+ :method: :delete_placement_group
1243
+ :inputs:
1244
+ DryRun:
1245
+ - :boolean
1246
+ GroupName:
1247
+ - :string
1248
+ - :required
1249
+ :outputs: {}
1250
+ - :name: DeleteRoute
1251
+ :method: :delete_route
1252
+ :inputs:
1253
+ DryRun:
1254
+ - :boolean
1255
+ RouteTableId:
1256
+ - :string
1257
+ - :required
1258
+ DestinationCidrBlock:
1259
+ - :string
1260
+ - :required
1261
+ :outputs: {}
1262
+ - :name: DeleteRouteTable
1263
+ :method: :delete_route_table
1264
+ :inputs:
1265
+ DryRun:
1266
+ - :boolean
1267
+ RouteTableId:
1268
+ - :string
1269
+ - :required
1270
+ :outputs: {}
1271
+ - :name: DeleteSecurityGroup
1272
+ :method: :delete_security_group
1273
+ :inputs:
1274
+ DryRun:
1275
+ - :boolean
1276
+ GroupName:
1277
+ - :string
1278
+ GroupId:
1279
+ - :string
1280
+ :outputs: {}
1281
+ - :name: DeleteSnapshot
1282
+ :method: :delete_snapshot
1283
+ :inputs:
1284
+ DryRun:
1285
+ - :boolean
1286
+ SnapshotId:
1287
+ - :string
1288
+ - :required
1289
+ :outputs: {}
1290
+ - :name: DeleteSpotDatafeedSubscription
1291
+ :method: :delete_spot_datafeed_subscription
1292
+ :inputs:
1293
+ DryRun:
1294
+ - :boolean
1295
+ :outputs: {}
1296
+ - :name: DeleteSubnet
1297
+ :method: :delete_subnet
1298
+ :inputs:
1299
+ DryRun:
1300
+ - :boolean
1301
+ SubnetId:
1302
+ - :string
1303
+ - :required
1304
+ :outputs: {}
1305
+ - :name: DeleteTags
1306
+ :method: :delete_tags
1307
+ :inputs:
1308
+ DryRun:
1309
+ - :boolean
1310
+ ResourceId:
1311
+ - :list:
1312
+ - :string
1313
+ - :required
1314
+ - :rename: resources
1315
+ Tag:
1316
+ - :list:
1317
+ - :structure:
1318
+ Key:
1319
+ - :string
1320
+ Value:
1321
+ - :string
1322
+ - :rename: tags
1323
+ :outputs: {}
1324
+ - :name: DeleteVolume
1325
+ :method: :delete_volume
1326
+ :inputs:
1327
+ DryRun:
1328
+ - :boolean
1329
+ VolumeId:
1330
+ - :string
1331
+ - :required
1332
+ :outputs: {}
1333
+ - :name: DeleteVpc
1334
+ :method: :delete_vpc
1335
+ :inputs:
1336
+ DryRun:
1337
+ - :boolean
1338
+ VpcId:
1339
+ - :string
1340
+ - :required
1341
+ :outputs: {}
1342
+ - :name: DeleteVpcPeeringConnection
1343
+ :method: :delete_vpc_peering_connection
1344
+ :inputs:
1345
+ DryRun:
1346
+ - :boolean
1347
+ VpcPeeringConnectionId:
1348
+ - :string
1349
+ :outputs:
1350
+ :children:
1351
+ return:
1352
+ :type: :boolean
1353
+ - :name: DeleteVpnConnection
1354
+ :method: :delete_vpn_connection
1355
+ :inputs:
1356
+ DryRun:
1357
+ - :boolean
1358
+ VpnConnectionId:
1359
+ - :string
1360
+ - :required
1361
+ :outputs: {}
1362
+ - :name: DeleteVpnConnectionRoute
1363
+ :method: :delete_vpn_connection_route
1364
+ :inputs:
1365
+ VpnConnectionId:
1366
+ - :string
1367
+ - :required
1368
+ DestinationCidrBlock:
1369
+ - :string
1370
+ - :required
1371
+ :outputs: {}
1372
+ - :name: DeleteVpnGateway
1373
+ :method: :delete_vpn_gateway
1374
+ :inputs:
1375
+ DryRun:
1376
+ - :boolean
1377
+ VpnGatewayId:
1378
+ - :string
1379
+ - :required
1380
+ :outputs: {}
1381
+ - :name: DeregisterImage
1382
+ :method: :deregister_image
1383
+ :inputs:
1384
+ DryRun:
1385
+ - :boolean
1386
+ ImageId:
1387
+ - :string
1388
+ - :required
1389
+ :outputs: {}
1390
+ - :name: DescribeAccountAttributes
1391
+ :method: :describe_account_attributes
1392
+ :inputs:
1393
+ DryRun:
1394
+ - :boolean
1395
+ AttributeName:
1396
+ - :list:
1397
+ - :string
1398
+ - :rename: attributeNames
1399
+ :outputs:
1400
+ :children:
1401
+ accountAttributeSet:
1402
+ :ignore: true
1403
+ :children:
1404
+ item:
1405
+ :rename: :account_attribute_set
1406
+ :list: true
1407
+ :children:
1408
+ attributeValueSet:
1409
+ :ignore: true
1410
+ :children:
1411
+ item:
1412
+ :rename: :attribute_value_set
1413
+ :list: true
1414
+ - :name: DescribeAddresses
1415
+ :method: :describe_addresses
1416
+ :inputs:
1417
+ DryRun:
1418
+ - :boolean
1419
+ PublicIp:
1420
+ - :list:
1421
+ - :string
1422
+ - :rename: PublicIps
1423
+ Filter:
1424
+ - :list:
1425
+ - :structure:
1426
+ Name:
1427
+ - :string
1428
+ Value:
1429
+ - :list:
1430
+ - :string
1431
+ - :rename: Values
1432
+ - :rename: filters
1433
+ AllocationId:
1434
+ - :list:
1435
+ - :string
1436
+ - :rename: allocationIds
1437
+ :outputs:
1438
+ :children:
1439
+ addressesSet:
1440
+ :ignore: true
1441
+ :children:
1442
+ item:
1443
+ :rename: :addresses_set
1444
+ :list: true
1445
+ :index:
1446
+ :key: :public_ip
1447
+ :name: :address_index
1448
+ - :name: DescribeAvailabilityZones
1449
+ :method: :describe_availability_zones
1450
+ :inputs:
1451
+ DryRun:
1452
+ - :boolean
1453
+ ZoneName:
1454
+ - :list:
1455
+ - :string
1456
+ - :rename: ZoneNames
1457
+ Filter:
1458
+ - :list:
1459
+ - :structure:
1460
+ Name:
1461
+ - :string
1462
+ Value:
1463
+ - :list:
1464
+ - :string
1465
+ - :rename: Values
1466
+ - :rename: filters
1467
+ :outputs:
1468
+ :children:
1469
+ availabilityZoneInfo:
1470
+ :ignore: true
1471
+ :children:
1472
+ item:
1473
+ :rename: :availability_zone_info
1474
+ :list: true
1475
+ :children:
1476
+ messageSet:
1477
+ :ignore: true
1478
+ :children:
1479
+ item:
1480
+ :rename: :message_set
1481
+ :list: true
1482
+ - :name: DescribeBundleTasks
1483
+ :method: :describe_bundle_tasks
1484
+ :inputs:
1485
+ DryRun:
1486
+ - :boolean
1487
+ BundleId:
1488
+ - :list:
1489
+ - :string
1490
+ - :rename: BundleIds
1491
+ Filter:
1492
+ - :list:
1493
+ - :structure:
1494
+ Name:
1495
+ - :string
1496
+ Value:
1497
+ - :list:
1498
+ - :string
1499
+ - :rename: Values
1500
+ - :rename: filters
1501
+ :outputs:
1502
+ :children:
1503
+ bundleInstanceTasksSet:
1504
+ :ignore: true
1505
+ :children:
1506
+ item:
1507
+ :rename: :bundle_instance_tasks_set
1508
+ :list: true
1509
+ :children:
1510
+ startTime:
1511
+ :type: :time
1512
+ updateTime:
1513
+ :type: :time
1514
+ - :name: DescribeConversionTasks
1515
+ :method: :describe_conversion_tasks
1516
+ :inputs:
1517
+ DryRun:
1518
+ - :boolean
1519
+ Filter:
1520
+ - :list:
1521
+ - :structure:
1522
+ Name:
1523
+ - :string
1524
+ Value:
1525
+ - :list:
1526
+ - :string
1527
+ - :rename: Values
1528
+ - :rename: filters
1529
+ ConversionTaskId:
1530
+ - :list:
1531
+ - :string
1532
+ - :rename: conversionTaskIds
1533
+ :outputs:
1534
+ :children:
1535
+ conversionTasks:
1536
+ :ignore: true
1537
+ :children:
1538
+ item:
1539
+ :rename: :conversion_tasks
1540
+ :list: true
1541
+ :children:
1542
+ importInstance:
1543
+ :children:
1544
+ volumes:
1545
+ :ignore: true
1546
+ :children:
1547
+ item:
1548
+ :rename: :volumes
1549
+ :list: true
1550
+ :children:
1551
+ bytesConverted:
1552
+ :type: :integer
1553
+ image:
1554
+ :children:
1555
+ size:
1556
+ :type: :integer
1557
+ volume:
1558
+ :children:
1559
+ size:
1560
+ :type: :integer
1561
+ importVolume:
1562
+ :children:
1563
+ bytesConverted:
1564
+ :type: :integer
1565
+ image:
1566
+ :children:
1567
+ size:
1568
+ :type: :integer
1569
+ volume:
1570
+ :children:
1571
+ size:
1572
+ :type: :integer
1573
+ tagSet:
1574
+ :ignore: true
1575
+ :children:
1576
+ item:
1577
+ :rename: :tag_set
1578
+ :list: true
1579
+ - :name: DescribeCustomerGateways
1580
+ :method: :describe_customer_gateways
1581
+ :inputs:
1582
+ DryRun:
1583
+ - :boolean
1584
+ CustomerGatewayId:
1585
+ - :list:
1586
+ - :string
1587
+ - :rename: CustomerGatewayIds
1588
+ Filter:
1589
+ - :list:
1590
+ - :structure:
1591
+ Name:
1592
+ - :string
1593
+ Value:
1594
+ - :list:
1595
+ - :string
1596
+ - :rename: Values
1597
+ - :rename: Filters
1598
+ :outputs:
1599
+ :children:
1600
+ customerGatewaySet:
1601
+ :ignore: true
1602
+ :children:
1603
+ item:
1604
+ :rename: :customer_gateway_set
1605
+ :list: true
1606
+ :children:
1607
+ tagSet:
1608
+ :ignore: true
1609
+ :children:
1610
+ item:
1611
+ :rename: :tag_set
1612
+ :list: true
1613
+ type:
1614
+ :rename: :vpn_type
1615
+ - :name: DescribeDhcpOptions
1616
+ :method: :describe_dhcp_options
1617
+ :inputs:
1618
+ DryRun:
1619
+ - :boolean
1620
+ DhcpOptionsId:
1621
+ - :list:
1622
+ - :string
1623
+ - :rename: DhcpOptionsIds
1624
+ Filter:
1625
+ - :list:
1626
+ - :structure:
1627
+ Name:
1628
+ - :string
1629
+ Value:
1630
+ - :list:
1631
+ - :string
1632
+ - :rename: Values
1633
+ - :rename: filters
1634
+ :outputs:
1635
+ :children:
1636
+ dhcpOptionsSet:
1637
+ :ignore: true
1638
+ :children:
1639
+ item:
1640
+ :rename: :dhcp_options_set
1641
+ :list: true
1642
+ :children:
1643
+ dhcpConfigurationSet:
1644
+ :ignore: true
1645
+ :children:
1646
+ item:
1647
+ :rename: :dhcp_configuration_set
1648
+ :list: true
1649
+ :children:
1650
+ valueSet:
1651
+ :ignore: true
1652
+ :children:
1653
+ item:
1654
+ :rename: :value_set
1655
+ :list: true
1656
+ tagSet:
1657
+ :ignore: true
1658
+ :children:
1659
+ item:
1660
+ :rename: :tag_set
1661
+ :list: true
1662
+ - :name: DescribeExportTasks
1663
+ :method: :describe_export_tasks
1664
+ :inputs:
1665
+ ExportTaskId:
1666
+ - :list:
1667
+ - :string
1668
+ - :rename: exportTaskIds
1669
+ :outputs:
1670
+ :children:
1671
+ exportTaskSet:
1672
+ :ignore: true
1673
+ :children:
1674
+ item:
1675
+ :rename: :export_task_set
1676
+ :list: true
1677
+ - :name: DescribeImageAttribute
1678
+ :method: :describe_image_attribute
1679
+ :inputs:
1680
+ DryRun:
1681
+ - :boolean
1682
+ ImageId:
1683
+ - :string
1684
+ - :required
1685
+ Attribute:
1686
+ - :string
1687
+ - :required
1688
+ :outputs:
1689
+ :children:
1690
+ launchPermission:
1691
+ :ignore: true
1692
+ :children:
1693
+ item:
1694
+ :rename: :launch_permission
1695
+ :list: true
1696
+ productCodes:
1697
+ :ignore: true
1698
+ :children:
1699
+ item:
1700
+ :rename: :product_codes
1701
+ :list: true
1702
+ blockDeviceMapping:
1703
+ :ignore: true
1704
+ :children:
1705
+ item:
1706
+ :rename: :block_device_mapping
1707
+ :list: true
1708
+ :children:
1709
+ ebs:
1710
+ :children:
1711
+ volumeSize:
1712
+ :type: :integer
1713
+ deleteOnTermination:
1714
+ :type: :boolean
1715
+ iops:
1716
+ :type: :integer
1717
+ encrypted:
1718
+ :type: :boolean
1719
+ - :name: DescribeImages
1720
+ :method: :describe_images
1721
+ :inputs:
1722
+ DryRun:
1723
+ - :boolean
1724
+ ImageId:
1725
+ - :list:
1726
+ - :string
1727
+ - :rename: ImageIds
1728
+ Owner:
1729
+ - :list:
1730
+ - :string
1731
+ - :rename: Owners
1732
+ ExecutableBy:
1733
+ - :list:
1734
+ - :string
1735
+ - :rename: ExecutableUsers
1736
+ Filter:
1737
+ - :list:
1738
+ - :structure:
1739
+ Name:
1740
+ - :string
1741
+ Value:
1742
+ - :list:
1743
+ - :string
1744
+ - :rename: Values
1745
+ - :rename: filters
1746
+ :outputs:
1747
+ :children:
1748
+ imagesSet:
1749
+ :ignore: true
1750
+ :children:
1751
+ item:
1752
+ :rename: :images_set
1753
+ :list: true
1754
+ :children:
1755
+ isPublic:
1756
+ :type: :boolean
1757
+ productCodes:
1758
+ :ignore: true
1759
+ :children:
1760
+ item:
1761
+ :rename: :product_codes
1762
+ :list: true
1763
+ blockDeviceMapping:
1764
+ :ignore: true
1765
+ :children:
1766
+ item:
1767
+ :rename: :block_device_mapping
1768
+ :list: true
1769
+ :children:
1770
+ ebs:
1771
+ :children:
1772
+ volumeSize:
1773
+ :type: :integer
1774
+ deleteOnTermination:
1775
+ :type: :boolean
1776
+ iops:
1777
+ :type: :integer
1778
+ encrypted:
1779
+ :type: :boolean
1780
+ tagSet:
1781
+ :ignore: true
1782
+ :children:
1783
+ item:
1784
+ :rename: :tag_set
1785
+ :list: true
1786
+ :index:
1787
+ :key: :image_id
1788
+ :name: :image_index
1789
+ - :name: DescribeInstanceAttribute
1790
+ :method: :describe_instance_attribute
1791
+ :inputs:
1792
+ DryRun:
1793
+ - :boolean
1794
+ InstanceId:
1795
+ - :string
1796
+ - :required
1797
+ Attribute:
1798
+ - :string
1799
+ - :required
1800
+ :outputs:
1801
+ :children:
1802
+ disableApiTermination:
1803
+ :children:
1804
+ value:
1805
+ :type: :boolean
1806
+ blockDeviceMapping:
1807
+ :ignore: true
1808
+ :children:
1809
+ item:
1810
+ :rename: :block_device_mapping
1811
+ :list: true
1812
+ :children:
1813
+ ebs:
1814
+ :children:
1815
+ attachTime:
1816
+ :type: :time
1817
+ deleteOnTermination:
1818
+ :type: :boolean
1819
+ productCodes:
1820
+ :ignore: true
1821
+ :children:
1822
+ item:
1823
+ :rename: :product_codes
1824
+ :list: true
1825
+ ebsOptimized:
1826
+ :children:
1827
+ value:
1828
+ :type: :boolean
1829
+ - :name: DescribeInstanceStatus
1830
+ :method: :describe_instance_status
1831
+ :inputs:
1832
+ DryRun:
1833
+ - :boolean
1834
+ InstanceId:
1835
+ - :list:
1836
+ - :string
1837
+ - :rename: InstanceIds
1838
+ Filter:
1839
+ - :list:
1840
+ - :structure:
1841
+ Name:
1842
+ - :string
1843
+ Value:
1844
+ - :list:
1845
+ - :string
1846
+ - :rename: Values
1847
+ - :rename: filters
1848
+ NextToken:
1849
+ - :string
1850
+ MaxResults:
1851
+ - :integer
1852
+ IncludeAllInstances:
1853
+ - :boolean
1854
+ :outputs:
1855
+ :children:
1856
+ instanceStatusSet:
1857
+ :ignore: true
1858
+ :children:
1859
+ item:
1860
+ :rename: :instance_status_set
1861
+ :list: true
1862
+ :children:
1863
+ eventsSet:
1864
+ :ignore: true
1865
+ :children:
1866
+ item:
1867
+ :rename: :events_set
1868
+ :list: true
1869
+ :children:
1870
+ notBefore:
1871
+ :type: :time
1872
+ notAfter:
1873
+ :type: :time
1874
+ instanceState:
1875
+ :children:
1876
+ code:
1877
+ :type: :integer
1878
+ systemStatus:
1879
+ :children:
1880
+ details:
1881
+ :ignore: true
1882
+ :children:
1883
+ item:
1884
+ :rename: :details
1885
+ :list: true
1886
+ :children:
1887
+ impairedSince:
1888
+ :type: :time
1889
+ instanceStatus:
1890
+ :children:
1891
+ details:
1892
+ :ignore: true
1893
+ :children:
1894
+ item:
1895
+ :rename: :details
1896
+ :list: true
1897
+ :children:
1898
+ impairedSince:
1899
+ :type: :time
1900
+ - :name: DescribeInstances
1901
+ :method: :describe_instances
1902
+ :inputs:
1903
+ DryRun:
1904
+ - :boolean
1905
+ InstanceId:
1906
+ - :list:
1907
+ - :string
1908
+ - :rename: InstanceIds
1909
+ Filter:
1910
+ - :list:
1911
+ - :structure:
1912
+ Name:
1913
+ - :string
1914
+ Value:
1915
+ - :list:
1916
+ - :string
1917
+ - :rename: Values
1918
+ - :rename: filters
1919
+ NextToken:
1920
+ - :string
1921
+ MaxResults:
1922
+ - :integer
1923
+ :outputs:
1924
+ :children:
1925
+ reservationSet:
1926
+ :ignore: true
1927
+ :children:
1928
+ item:
1929
+ :rename: :reservation_set
1930
+ :list: true
1931
+ :children:
1932
+ groupSet:
1933
+ :ignore: true
1934
+ :children:
1935
+ item:
1936
+ :rename: :group_set
1937
+ :list: true
1938
+ instancesSet:
1939
+ :ignore: true
1940
+ :children:
1941
+ item:
1942
+ :rename: :instances_set
1943
+ :list: true
1944
+ :children:
1945
+ instanceState:
1946
+ :children:
1947
+ code:
1948
+ :type: :integer
1949
+ amiLaunchIndex:
1950
+ :type: :integer
1951
+ productCodes:
1952
+ :ignore: true
1953
+ :children:
1954
+ item:
1955
+ :rename: :product_codes
1956
+ :list: true
1957
+ launchTime:
1958
+ :type: :time
1959
+ blockDeviceMapping:
1960
+ :ignore: true
1961
+ :children:
1962
+ item:
1963
+ :rename: :block_device_mapping
1964
+ :list: true
1965
+ :children:
1966
+ ebs:
1967
+ :children:
1968
+ attachTime:
1969
+ :type: :time
1970
+ deleteOnTermination:
1971
+ :type: :boolean
1972
+ tagSet:
1973
+ :ignore: true
1974
+ :children:
1975
+ item:
1976
+ :rename: :tag_set
1977
+ :list: true
1978
+ groupSet:
1979
+ :ignore: true
1980
+ :children:
1981
+ item:
1982
+ :rename: :group_set
1983
+ :list: true
1984
+ sourceDestCheck:
1985
+ :type: :boolean
1986
+ networkInterfaceSet:
1987
+ :ignore: true
1988
+ :children:
1989
+ item:
1990
+ :rename: :network_interface_set
1991
+ :list: true
1992
+ :children:
1993
+ sourceDestCheck:
1994
+ :type: :boolean
1995
+ groupSet:
1996
+ :ignore: true
1997
+ :children:
1998
+ item:
1999
+ :rename: :group_set
2000
+ :list: true
2001
+ attachment:
2002
+ :children:
2003
+ deviceIndex:
2004
+ :type: :integer
2005
+ attachTime:
2006
+ :type: :time
2007
+ deleteOnTermination:
2008
+ :type: :boolean
2009
+ privateIpAddressesSet:
2010
+ :ignore: true
2011
+ :children:
2012
+ item:
2013
+ :rename: :private_ip_addresses_set
2014
+ :list: true
2015
+ :children:
2016
+ primary:
2017
+ :type: :boolean
2018
+ ebsOptimized:
2019
+ :type: :boolean
2020
+ :index:
2021
+ :key: :instance_id
2022
+ :name: :instance_index
2023
+ :index:
2024
+ :key_path:
2025
+ - :instances_set
2026
+ - :instance_id
2027
+ :name: :reservation_index
2028
+ - :name: DescribeInternetGateways
2029
+ :method: :describe_internet_gateways
2030
+ :inputs:
2031
+ DryRun:
2032
+ - :boolean
2033
+ InternetGatewayId:
2034
+ - :list:
2035
+ - :string
2036
+ - :rename: internetGatewayIds
2037
+ Filter:
2038
+ - :list:
2039
+ - :structure:
2040
+ Name:
2041
+ - :string
2042
+ Value:
2043
+ - :list:
2044
+ - :string
2045
+ - :rename: Values
2046
+ - :rename: filters
2047
+ :outputs:
2048
+ :children:
2049
+ internetGatewaySet:
2050
+ :ignore: true
2051
+ :children:
2052
+ item:
2053
+ :rename: :internet_gateway_set
2054
+ :list: true
2055
+ :children:
2056
+ attachmentSet:
2057
+ :ignore: true
2058
+ :children:
2059
+ item:
2060
+ :rename: :attachment_set
2061
+ :list: true
2062
+ tagSet:
2063
+ :ignore: true
2064
+ :children:
2065
+ item:
2066
+ :rename: :tag_set
2067
+ :list: true
2068
+ - :name: DescribeKeyPairs
2069
+ :method: :describe_key_pairs
2070
+ :inputs:
2071
+ DryRun:
2072
+ - :boolean
2073
+ KeyName:
2074
+ - :list:
2075
+ - :string
2076
+ - :rename: KeyNames
2077
+ Filter:
2078
+ - :list:
2079
+ - :structure:
2080
+ Name:
2081
+ - :string
2082
+ Value:
2083
+ - :list:
2084
+ - :string
2085
+ - :rename: Values
2086
+ - :rename: filters
2087
+ :outputs:
2088
+ :children:
2089
+ keySet:
2090
+ :ignore: true
2091
+ :children:
2092
+ item:
2093
+ :rename: :key_set
2094
+ :list: true
2095
+ :index:
2096
+ :key: :key_name
2097
+ :name: :key_index
2098
+ - :name: DescribeNetworkAcls
2099
+ :method: :describe_network_acls
2100
+ :inputs:
2101
+ DryRun:
2102
+ - :boolean
2103
+ NetworkAclId:
2104
+ - :list:
2105
+ - :string
2106
+ - :rename: networkAclIds
2107
+ Filter:
2108
+ - :list:
2109
+ - :structure:
2110
+ Name:
2111
+ - :string
2112
+ Value:
2113
+ - :list:
2114
+ - :string
2115
+ - :rename: Values
2116
+ - :rename: filters
2117
+ :outputs:
2118
+ :children:
2119
+ networkAclSet:
2120
+ :ignore: true
2121
+ :children:
2122
+ item:
2123
+ :rename: :network_acl_set
2124
+ :list: true
2125
+ :children:
2126
+ default:
2127
+ :type: :boolean
2128
+ entrySet:
2129
+ :ignore: true
2130
+ :children:
2131
+ item:
2132
+ :rename: :entry_set
2133
+ :list: true
2134
+ :children:
2135
+ ruleNumber:
2136
+ :type: :integer
2137
+ egress:
2138
+ :type: :boolean
2139
+ icmpTypeCode:
2140
+ :children:
2141
+ type:
2142
+ :type: :integer
2143
+ code:
2144
+ :type: :integer
2145
+ portRange:
2146
+ :children:
2147
+ from:
2148
+ :type: :integer
2149
+ to:
2150
+ :type: :integer
2151
+ associationSet:
2152
+ :ignore: true
2153
+ :children:
2154
+ item:
2155
+ :rename: :association_set
2156
+ :list: true
2157
+ tagSet:
2158
+ :ignore: true
2159
+ :children:
2160
+ item:
2161
+ :rename: :tag_set
2162
+ :list: true
2163
+ - :name: DescribeNetworkInterfaceAttribute
2164
+ :method: :describe_network_interface_attribute
2165
+ :inputs:
2166
+ DryRun:
2167
+ - :boolean
2168
+ NetworkInterfaceId:
2169
+ - :string
2170
+ - :required
2171
+ Description:
2172
+ - :string
2173
+ SourceDestCheck:
2174
+ - :string
2175
+ GroupSet:
2176
+ - :string
2177
+ - :rename: groups
2178
+ Attachment:
2179
+ - :string
2180
+ :outputs:
2181
+ :children:
2182
+ sourceDestCheck:
2183
+ :children:
2184
+ value:
2185
+ :type: :boolean
2186
+ groupSet:
2187
+ :ignore: true
2188
+ :children:
2189
+ item:
2190
+ :rename: :group_set
2191
+ :list: true
2192
+ attachment:
2193
+ :children:
2194
+ deviceIndex:
2195
+ :type: :integer
2196
+ attachTime:
2197
+ :type: :time
2198
+ deleteOnTermination:
2199
+ :type: :boolean
2200
+ - :name: DescribeNetworkInterfaces
2201
+ :method: :describe_network_interfaces
2202
+ :inputs:
2203
+ DryRun:
2204
+ - :boolean
2205
+ NetworkInterfaceId:
2206
+ - :list:
2207
+ - :string
2208
+ - :rename: networkInterfaceIds
2209
+ Filter:
2210
+ - :list:
2211
+ - :structure:
2212
+ Name:
2213
+ - :string
2214
+ Value:
2215
+ - :list:
2216
+ - :string
2217
+ - :rename: Values
2218
+ - :rename: filters
2219
+ :outputs:
2220
+ :children:
2221
+ networkInterfaceSet:
2222
+ :ignore: true
2223
+ :children:
2224
+ item:
2225
+ :rename: :network_interface_set
2226
+ :list: true
2227
+ :children:
2228
+ requesterManaged:
2229
+ :type: :boolean
2230
+ sourceDestCheck:
2231
+ :type: :boolean
2232
+ groupSet:
2233
+ :ignore: true
2234
+ :children:
2235
+ item:
2236
+ :rename: :groups
2237
+ :list: true
2238
+ attachment:
2239
+ :children:
2240
+ deviceIndex:
2241
+ :type: :integer
2242
+ attachTime:
2243
+ :type: :time
2244
+ deleteOnTermination:
2245
+ :type: :boolean
2246
+ tagSet:
2247
+ :ignore: true
2248
+ :children:
2249
+ item:
2250
+ :rename: :tag_set
2251
+ :list: true
2252
+ privateIpAddressesSet:
2253
+ :ignore: true
2254
+ :children:
2255
+ item:
2256
+ :rename: :private_ip_addresses_set
2257
+ :list: true
2258
+ :children:
2259
+ primary:
2260
+ :type: :boolean
2261
+ :rename: :set
2262
+ - :name: DescribePlacementGroups
2263
+ :method: :describe_placement_groups
2264
+ :inputs:
2265
+ DryRun:
2266
+ - :boolean
2267
+ GroupName:
2268
+ - :list:
2269
+ - :string
2270
+ - :rename: groupNames
2271
+ Filter:
2272
+ - :list:
2273
+ - :structure:
2274
+ Name:
2275
+ - :string
2276
+ Value:
2277
+ - :list:
2278
+ - :string
2279
+ - :rename: Values
2280
+ - :rename: filters
2281
+ :outputs:
2282
+ :children:
2283
+ placementGroupSet:
2284
+ :ignore: true
2285
+ :children:
2286
+ item:
2287
+ :rename: :placement_group_set
2288
+ :list: true
2289
+ - :name: DescribeRegions
2290
+ :method: :describe_regions
2291
+ :inputs:
2292
+ DryRun:
2293
+ - :boolean
2294
+ RegionName:
2295
+ - :list:
2296
+ - :string
2297
+ - :rename: RegionNames
2298
+ Filter:
2299
+ - :list:
2300
+ - :structure:
2301
+ Name:
2302
+ - :string
2303
+ Value:
2304
+ - :list:
2305
+ - :string
2306
+ - :rename: Values
2307
+ - :rename: filters
2308
+ :outputs:
2309
+ :children:
2310
+ regionInfo:
2311
+ :ignore: true
2312
+ :children:
2313
+ item:
2314
+ :rename: :region_info
2315
+ :list: true
2316
+ - :name: DescribeReservedInstances
2317
+ :method: :describe_reserved_instances
2318
+ :inputs:
2319
+ DryRun:
2320
+ - :boolean
2321
+ ReservedInstancesId:
2322
+ - :list:
2323
+ - :string
2324
+ - :rename: ReservedInstancesIds
2325
+ Filter:
2326
+ - :list:
2327
+ - :structure:
2328
+ Name:
2329
+ - :string
2330
+ Value:
2331
+ - :list:
2332
+ - :string
2333
+ - :rename: Values
2334
+ - :rename: filters
2335
+ OfferingType:
2336
+ - :string
2337
+ :outputs:
2338
+ :children:
2339
+ reservedInstancesSet:
2340
+ :ignore: true
2341
+ :children:
2342
+ item:
2343
+ :rename: :reserved_instances_set
2344
+ :list: true
2345
+ :children:
2346
+ start:
2347
+ :type: :time
2348
+ end:
2349
+ :type: :time
2350
+ duration:
2351
+ :type: :integer
2352
+ usagePrice:
2353
+ :type: :float
2354
+ fixedPrice:
2355
+ :type: :float
2356
+ instanceCount:
2357
+ :type: :integer
2358
+ tagSet:
2359
+ :ignore: true
2360
+ :children:
2361
+ item:
2362
+ :rename: :tag_set
2363
+ :list: true
2364
+ recurringCharges:
2365
+ :ignore: true
2366
+ :children:
2367
+ item:
2368
+ :rename: :recurring_charges
2369
+ :list: true
2370
+ :children:
2371
+ amount:
2372
+ :type: :float
2373
+ - :name: DescribeReservedInstancesListings
2374
+ :method: :describe_reserved_instances_listings
2375
+ :inputs:
2376
+ ReservedInstancesId:
2377
+ - :string
2378
+ ReservedInstancesListingId:
2379
+ - :string
2380
+ Filters:
2381
+ - :list:
2382
+ - :structure:
2383
+ Name:
2384
+ - :string
2385
+ Value:
2386
+ - :list:
2387
+ - :string
2388
+ - :rename: Values
2389
+ :outputs:
2390
+ :children:
2391
+ reservedInstancesListingsSet:
2392
+ :ignore: true
2393
+ :children:
2394
+ item:
2395
+ :rename: :reserved_instances_listings_set
2396
+ :list: true
2397
+ :children:
2398
+ createDate:
2399
+ :type: :time
2400
+ updateDate:
2401
+ :type: :time
2402
+ instanceCounts:
2403
+ :ignore: true
2404
+ :children:
2405
+ item:
2406
+ :rename: :instance_counts
2407
+ :list: true
2408
+ :children:
2409
+ instanceCount:
2410
+ :type: :integer
2411
+ priceSchedules:
2412
+ :ignore: true
2413
+ :children:
2414
+ item:
2415
+ :rename: :price_schedules
2416
+ :list: true
2417
+ :children:
2418
+ term:
2419
+ :type: :integer
2420
+ price:
2421
+ :type: :float
2422
+ active:
2423
+ :type: :boolean
2424
+ tagSet:
2425
+ :ignore: true
2426
+ :children:
2427
+ item:
2428
+ :rename: :tag_set
2429
+ :list: true
2430
+ - :name: DescribeReservedInstancesModifications
2431
+ :method: :describe_reserved_instances_modifications
2432
+ :inputs:
2433
+ ReservedInstancesModificationId:
2434
+ - :list:
2435
+ - :string
2436
+ - :rename: ReservedInstancesModificationIds
2437
+ NextToken:
2438
+ - :string
2439
+ Filter:
2440
+ - :list:
2441
+ - :structure:
2442
+ Name:
2443
+ - :string
2444
+ Value:
2445
+ - :list:
2446
+ - :string
2447
+ - :rename: Values
2448
+ - :rename: filters
2449
+ :outputs:
2450
+ :children:
2451
+ reservedInstancesModificationsSet:
2452
+ :ignore: true
2453
+ :children:
2454
+ item:
2455
+ :rename: :reserved_instances_modifications_set
2456
+ :list: true
2457
+ :children:
2458
+ reservedInstancesSet:
2459
+ :ignore: true
2460
+ :children:
2461
+ item:
2462
+ :rename: :reserved_instances_set
2463
+ :list: true
2464
+ modificationResultSet:
2465
+ :ignore: true
2466
+ :children:
2467
+ item:
2468
+ :rename: :modification_result_set
2469
+ :list: true
2470
+ :children:
2471
+ targetConfiguration:
2472
+ :children:
2473
+ instanceCount:
2474
+ :type: :integer
2475
+ createDate:
2476
+ :type: :time
2477
+ updateDate:
2478
+ :type: :time
2479
+ effectiveDate:
2480
+ :type: :time
2481
+ - :name: DescribeReservedInstancesOfferings
2482
+ :method: :describe_reserved_instances_offerings
2483
+ :inputs:
2484
+ DryRun:
2485
+ - :boolean
2486
+ ReservedInstancesOfferingId:
2487
+ - :list:
2488
+ - :string
2489
+ - :rename: ReservedInstancesOfferingIds
2490
+ InstanceType:
2491
+ - :string
2492
+ AvailabilityZone:
2493
+ - :string
2494
+ ProductDescription:
2495
+ - :string
2496
+ Filter:
2497
+ - :list:
2498
+ - :structure:
2499
+ Name:
2500
+ - :string
2501
+ Value:
2502
+ - :list:
2503
+ - :string
2504
+ - :rename: Values
2505
+ - :rename: filters
2506
+ InstanceTenancy:
2507
+ - :string
2508
+ OfferingType:
2509
+ - :string
2510
+ NextToken:
2511
+ - :string
2512
+ MaxResults:
2513
+ - :integer
2514
+ IncludeMarketplace:
2515
+ - :boolean
2516
+ MinDuration:
2517
+ - :long
2518
+ MaxDuration:
2519
+ - :long
2520
+ MaxInstanceCount:
2521
+ - :integer
2522
+ :outputs:
2523
+ :children:
2524
+ reservedInstancesOfferingsSet:
2525
+ :ignore: true
2526
+ :children:
2527
+ item:
2528
+ :rename: :reserved_instances_offerings_set
2529
+ :list: true
2530
+ :children:
2531
+ duration:
2532
+ :type: :integer
2533
+ usagePrice:
2534
+ :type: :float
2535
+ fixedPrice:
2536
+ :type: :float
2537
+ recurringCharges:
2538
+ :ignore: true
2539
+ :children:
2540
+ item:
2541
+ :rename: :recurring_charges
2542
+ :list: true
2543
+ :children:
2544
+ amount:
2545
+ :type: :float
2546
+ marketplace:
2547
+ :type: :boolean
2548
+ pricingDetailsSet:
2549
+ :ignore: true
2550
+ :children:
2551
+ item:
2552
+ :rename: :pricing_details_set
2553
+ :list: true
2554
+ :children:
2555
+ price:
2556
+ :type: :float
2557
+ count:
2558
+ :type: :integer
2559
+ - :name: DescribeRouteTables
2560
+ :method: :describe_route_tables
2561
+ :inputs:
2562
+ DryRun:
2563
+ - :boolean
2564
+ RouteTableId:
2565
+ - :list:
2566
+ - :string
2567
+ - :rename: routeTableIds
2568
+ Filter:
2569
+ - :list:
2570
+ - :structure:
2571
+ Name:
2572
+ - :string
2573
+ Value:
2574
+ - :list:
2575
+ - :string
2576
+ - :rename: Values
2577
+ - :rename: filters
2578
+ :outputs:
2579
+ :children:
2580
+ routeTableSet:
2581
+ :ignore: true
2582
+ :children:
2583
+ item:
2584
+ :rename: :route_table_set
2585
+ :list: true
2586
+ :children:
2587
+ routeSet:
2588
+ :ignore: true
2589
+ :children:
2590
+ item:
2591
+ :rename: :route_set
2592
+ :list: true
2593
+ associationSet:
2594
+ :ignore: true
2595
+ :children:
2596
+ item:
2597
+ :rename: :association_set
2598
+ :list: true
2599
+ :children:
2600
+ main:
2601
+ :type: :boolean
2602
+ tagSet:
2603
+ :ignore: true
2604
+ :children:
2605
+ item:
2606
+ :rename: :tag_set
2607
+ :list: true
2608
+ propagatingVgwSet:
2609
+ :ignore: true
2610
+ :children:
2611
+ item:
2612
+ :rename: :propagating_vgw_set
2613
+ :list: true
2614
+ - :name: DescribeSecurityGroups
2615
+ :method: :describe_security_groups
2616
+ :inputs:
2617
+ DryRun:
2618
+ - :boolean
2619
+ GroupName:
2620
+ - :list:
2621
+ - :string
2622
+ - :rename: GroupNames
2623
+ GroupId:
2624
+ - :list:
2625
+ - :string
2626
+ - :rename: GroupIds
2627
+ Filter:
2628
+ - :list:
2629
+ - :structure:
2630
+ Name:
2631
+ - :string
2632
+ Value:
2633
+ - :list:
2634
+ - :string
2635
+ - :rename: Values
2636
+ - :rename: filters
2637
+ :outputs:
2638
+ :children:
2639
+ securityGroupInfo:
2640
+ :ignore: true
2641
+ :children:
2642
+ item:
2643
+ :rename: :security_group_info
2644
+ :list: true
2645
+ :children:
2646
+ ipPermissions:
2647
+ :ignore: true
2648
+ :children:
2649
+ item:
2650
+ :rename: :ip_permissions
2651
+ :list: true
2652
+ :children:
2653
+ fromPort:
2654
+ :type: :integer
2655
+ toPort:
2656
+ :type: :integer
2657
+ groups:
2658
+ :ignore: true
2659
+ :children:
2660
+ item:
2661
+ :rename: :groups
2662
+ :list: true
2663
+ ipRanges:
2664
+ :ignore: true
2665
+ :children:
2666
+ item:
2667
+ :rename: :ip_ranges
2668
+ :list: true
2669
+ ipPermissionsEgress:
2670
+ :ignore: true
2671
+ :children:
2672
+ item:
2673
+ :rename: :ip_permissions_egress
2674
+ :list: true
2675
+ :children:
2676
+ fromPort:
2677
+ :type: :integer
2678
+ toPort:
2679
+ :type: :integer
2680
+ groups:
2681
+ :ignore: true
2682
+ :children:
2683
+ item:
2684
+ :rename: :groups
2685
+ :list: true
2686
+ ipRanges:
2687
+ :ignore: true
2688
+ :children:
2689
+ item:
2690
+ :rename: :ip_ranges
2691
+ :list: true
2692
+ tagSet:
2693
+ :ignore: true
2694
+ :children:
2695
+ item:
2696
+ :rename: :tag_set
2697
+ :list: true
2698
+ :index:
2699
+ :key: :group_id
2700
+ :name: :security_group_index
2701
+ - :name: DescribeSnapshotAttribute
2702
+ :method: :describe_snapshot_attribute
2703
+ :inputs:
2704
+ DryRun:
2705
+ - :boolean
2706
+ SnapshotId:
2707
+ - :string
2708
+ - :required
2709
+ Attribute:
2710
+ - :string
2711
+ - :required
2712
+ :outputs:
2713
+ :children:
2714
+ createVolumePermission:
2715
+ :ignore: true
2716
+ :children:
2717
+ item:
2718
+ :rename: :create_volume_permission
2719
+ :list: true
2720
+ productCodes:
2721
+ :ignore: true
2722
+ :children:
2723
+ item:
2724
+ :rename: :product_codes
2725
+ :list: true
2726
+ - :name: DescribeSnapshots
2727
+ :method: :describe_snapshots
2728
+ :inputs:
2729
+ DryRun:
2730
+ - :boolean
2731
+ SnapshotId:
2732
+ - :list:
2733
+ - :string
2734
+ - :rename: SnapshotIds
2735
+ Owner:
2736
+ - :list:
2737
+ - :string
2738
+ - :rename: OwnerIds
2739
+ RestorableBy:
2740
+ - :list:
2741
+ - :string
2742
+ - :rename: RestorableByUserIds
2743
+ Filter:
2744
+ - :list:
2745
+ - :structure:
2746
+ Name:
2747
+ - :string
2748
+ Value:
2749
+ - :list:
2750
+ - :string
2751
+ - :rename: Values
2752
+ - :rename: filters
2753
+ :outputs:
2754
+ :children:
2755
+ snapshotSet:
2756
+ :ignore: true
2757
+ :children:
2758
+ item:
2759
+ :rename: :snapshot_set
2760
+ :list: true
2761
+ :children:
2762
+ startTime:
2763
+ :type: :time
2764
+ volumeSize:
2765
+ :type: :integer
2766
+ tagSet:
2767
+ :ignore: true
2768
+ :children:
2769
+ item:
2770
+ :rename: :tag_set
2771
+ :list: true
2772
+ encrypted:
2773
+ :type: :boolean
2774
+ :index:
2775
+ :key: :snapshot_id
2776
+ :name: :snapshot_index
2777
+ - :name: DescribeSpotDatafeedSubscription
2778
+ :method: :describe_spot_datafeed_subscription
2779
+ :inputs:
2780
+ DryRun:
2781
+ - :boolean
2782
+ :outputs: {}
2783
+ - :name: DescribeSpotInstanceRequests
2784
+ :method: :describe_spot_instance_requests
2785
+ :inputs:
2786
+ DryRun:
2787
+ - :boolean
2788
+ SpotInstanceRequestId:
2789
+ - :list:
2790
+ - :string
2791
+ - :rename: spotInstanceRequestIds
2792
+ Filter:
2793
+ - :list:
2794
+ - :structure:
2795
+ Name:
2796
+ - :string
2797
+ Value:
2798
+ - :list:
2799
+ - :string
2800
+ - :rename: Values
2801
+ - :rename: filters
2802
+ :outputs:
2803
+ :children:
2804
+ spotInstanceRequestSet:
2805
+ :ignore: true
2806
+ :children:
2807
+ item:
2808
+ :rename: :spot_instance_request_set
2809
+ :list: true
2810
+ :children:
2811
+ status:
2812
+ :children:
2813
+ updateTime:
2814
+ :type: :time
2815
+ validFrom:
2816
+ :type: :time
2817
+ validUntil:
2818
+ :type: :time
2819
+ launchSpecification:
2820
+ :children:
2821
+ groupSet:
2822
+ :ignore: true
2823
+ :children:
2824
+ item:
2825
+ :rename: :group_set
2826
+ :list: true
2827
+ blockDeviceMapping:
2828
+ :ignore: true
2829
+ :children:
2830
+ item:
2831
+ :rename: :block_device_mapping
2832
+ :list: true
2833
+ :children:
2834
+ ebs:
2835
+ :children:
2836
+ volumeSize:
2837
+ :type: :integer
2838
+ deleteOnTermination:
2839
+ :type: :boolean
2840
+ iops:
2841
+ :type: :integer
2842
+ encrypted:
2843
+ :type: :boolean
2844
+ monitoringEnabled:
2845
+ :type: :boolean
2846
+ networkInterfaceSet:
2847
+ :ignore: true
2848
+ :children:
2849
+ item:
2850
+ :rename: :network_interface_set
2851
+ :list: true
2852
+ :children:
2853
+ deviceIndex:
2854
+ :type: :integer
2855
+ SecurityGroupId:
2856
+ :ignore: true
2857
+ :children:
2858
+ SecurityGroupId:
2859
+ :rename: :security_group_id
2860
+ :list: true
2861
+ deleteOnTermination:
2862
+ :type: :boolean
2863
+ privateIpAddressesSet:
2864
+ :ignore: true
2865
+ :children:
2866
+ item:
2867
+ :rename: :private_ip_addresses_set
2868
+ :list: true
2869
+ :children:
2870
+ primary:
2871
+ :type: :boolean
2872
+ secondaryPrivateIpAddressCount:
2873
+ :type: :integer
2874
+ associatePublicIpAddress:
2875
+ :type: :boolean
2876
+ ebsOptimized:
2877
+ :type: :boolean
2878
+ createTime:
2879
+ :type: :time
2880
+ tagSet:
2881
+ :ignore: true
2882
+ :children:
2883
+ item:
2884
+ :rename: :tag_set
2885
+ :list: true
2886
+ - :name: DescribeSpotPriceHistory
2887
+ :method: :describe_spot_price_history
2888
+ :inputs:
2889
+ DryRun:
2890
+ - :boolean
2891
+ StartTime:
2892
+ - :timestamp
2893
+ EndTime:
2894
+ - :timestamp
2895
+ InstanceType:
2896
+ - :list:
2897
+ - :string
2898
+ - :rename: instanceTypes
2899
+ ProductDescription:
2900
+ - :list:
2901
+ - :string
2902
+ - :rename: productDescriptions
2903
+ Filter:
2904
+ - :list:
2905
+ - :structure:
2906
+ Name:
2907
+ - :string
2908
+ Value:
2909
+ - :list:
2910
+ - :string
2911
+ - :rename: Values
2912
+ - :rename: filters
2913
+ AvailabilityZone:
2914
+ - :string
2915
+ MaxResults:
2916
+ - :integer
2917
+ NextToken:
2918
+ - :string
2919
+ :outputs:
2920
+ :children:
2921
+ spotPriceHistorySet:
2922
+ :ignore: true
2923
+ :children:
2924
+ item:
2925
+ :rename: :spot_price_history_set
2926
+ :list: true
2927
+ :children:
2928
+ timestamp:
2929
+ :type: :time
2930
+ - :name: DescribeSubnets
2931
+ :method: :describe_subnets
2932
+ :inputs:
2933
+ DryRun:
2934
+ - :boolean
2935
+ SubnetId:
2936
+ - :list:
2937
+ - :string
2938
+ - :rename: SubnetIds
2939
+ Filter:
2940
+ - :list:
2941
+ - :structure:
2942
+ Name:
2943
+ - :string
2944
+ Value:
2945
+ - :list:
2946
+ - :string
2947
+ - :rename: Values
2948
+ - :rename: Filters
2949
+ :outputs:
2950
+ :children:
2951
+ subnetSet:
2952
+ :ignore: true
2953
+ :children:
2954
+ item:
2955
+ :rename: :subnet_set
2956
+ :list: true
2957
+ :children:
2958
+ availableIpAddressCount:
2959
+ :type: :integer
2960
+ defaultForAz:
2961
+ :type: :boolean
2962
+ mapPublicIpOnLaunch:
2963
+ :type: :boolean
2964
+ tagSet:
2965
+ :ignore: true
2966
+ :children:
2967
+ item:
2968
+ :rename: :tag_set
2969
+ :list: true
2970
+ - :name: DescribeTags
2971
+ :method: :describe_tags
2972
+ :inputs:
2973
+ DryRun:
2974
+ - :boolean
2975
+ Filter:
2976
+ - :list:
2977
+ - :structure:
2978
+ Name:
2979
+ - :string
2980
+ Value:
2981
+ - :list:
2982
+ - :string
2983
+ - :rename: Values
2984
+ - :rename: filters
2985
+ MaxResults:
2986
+ - :integer
2987
+ NextToken:
2988
+ - :string
2989
+ :outputs:
2990
+ :children:
2991
+ tagSet:
2992
+ :ignore: true
2993
+ :children:
2994
+ item:
2995
+ :rename: :tag_set
2996
+ :list: true
2997
+ :index:
2998
+ :keys:
2999
+ - :resource_type
3000
+ - :resource_id
3001
+ - :key
3002
+ :name: :tag_index
3003
+ - :name: DescribeVolumeAttribute
3004
+ :method: :describe_volume_attribute
3005
+ :inputs:
3006
+ DryRun:
3007
+ - :boolean
3008
+ VolumeId:
3009
+ - :string
3010
+ - :required
3011
+ Attribute:
3012
+ - :string
3013
+ :outputs:
3014
+ :children:
3015
+ autoEnableIO:
3016
+ :children:
3017
+ value:
3018
+ :type: :boolean
3019
+ productCodes:
3020
+ :ignore: true
3021
+ :children:
3022
+ item:
3023
+ :rename: :product_codes
3024
+ :list: true
3025
+ - :name: DescribeVolumeStatus
3026
+ :method: :describe_volume_status
3027
+ :inputs:
3028
+ DryRun:
3029
+ - :boolean
3030
+ VolumeId:
3031
+ - :list:
3032
+ - :string
3033
+ - :rename: VolumeIds
3034
+ Filter:
3035
+ - :list:
3036
+ - :structure:
3037
+ Name:
3038
+ - :string
3039
+ Value:
3040
+ - :list:
3041
+ - :string
3042
+ - :rename: Values
3043
+ - :rename: filters
3044
+ NextToken:
3045
+ - :string
3046
+ MaxResults:
3047
+ - :integer
3048
+ :outputs:
3049
+ :children:
3050
+ volumeStatusSet:
3051
+ :ignore: true
3052
+ :children:
3053
+ item:
3054
+ :rename: :volume_status_set
3055
+ :list: true
3056
+ :children:
3057
+ volumeStatus:
3058
+ :children:
3059
+ details:
3060
+ :ignore: true
3061
+ :children:
3062
+ item:
3063
+ :rename: :details
3064
+ :list: true
3065
+ eventsSet:
3066
+ :ignore: true
3067
+ :children:
3068
+ item:
3069
+ :rename: :events_set
3070
+ :list: true
3071
+ :children:
3072
+ notBefore:
3073
+ :type: :time
3074
+ notAfter:
3075
+ :type: :time
3076
+ actionsSet:
3077
+ :ignore: true
3078
+ :children:
3079
+ item:
3080
+ :rename: :actions_set
3081
+ :list: true
3082
+ - :name: DescribeVolumes
3083
+ :method: :describe_volumes
3084
+ :inputs:
3085
+ DryRun:
3086
+ - :boolean
3087
+ VolumeId:
3088
+ - :list:
3089
+ - :string
3090
+ - :rename: VolumeIds
3091
+ Filter:
3092
+ - :list:
3093
+ - :structure:
3094
+ Name:
3095
+ - :string
3096
+ Value:
3097
+ - :list:
3098
+ - :string
3099
+ - :rename: Values
3100
+ - :rename: filters
3101
+ :outputs:
3102
+ :children:
3103
+ volumeSet:
3104
+ :ignore: true
3105
+ :children:
3106
+ item:
3107
+ :rename: :volume_set
3108
+ :list: true
3109
+ :children:
3110
+ size:
3111
+ :type: :integer
3112
+ createTime:
3113
+ :type: :time
3114
+ attachmentSet:
3115
+ :ignore: true
3116
+ :children:
3117
+ item:
3118
+ :rename: :attachment_set
3119
+ :list: true
3120
+ :children:
3121
+ attachTime:
3122
+ :type: :time
3123
+ deleteOnTermination:
3124
+ :type: :boolean
3125
+ tagSet:
3126
+ :ignore: true
3127
+ :children:
3128
+ item:
3129
+ :rename: :tag_set
3130
+ :list: true
3131
+ iops:
3132
+ :type: :integer
3133
+ encrypted:
3134
+ :type: :boolean
3135
+ :index:
3136
+ :key: :volume_id
3137
+ :name: :volume_index
3138
+ - :name: DescribeVpcAttribute
3139
+ :method: :describe_vpc_attribute
3140
+ :inputs:
3141
+ DryRun:
3142
+ - :boolean
3143
+ VpcId:
3144
+ - :string
3145
+ - :required
3146
+ Attribute:
3147
+ - :string
3148
+ :outputs:
3149
+ :children:
3150
+ enableDnsSupport:
3151
+ :children:
3152
+ value:
3153
+ :type: :boolean
3154
+ enableDnsHostnames:
3155
+ :children:
3156
+ value:
3157
+ :type: :boolean
3158
+ - :name: DescribeVpcPeeringConnections
3159
+ :method: :describe_vpc_peering_connections
3160
+ :inputs:
3161
+ DryRun:
3162
+ - :boolean
3163
+ VpcPeeringConnectionId:
3164
+ - :list:
3165
+ - :string
3166
+ - :rename: vpcPeeringConnectionIds
3167
+ Filter:
3168
+ - :list:
3169
+ - :structure:
3170
+ Name:
3171
+ - :string
3172
+ Value:
3173
+ - :list:
3174
+ - :string
3175
+ - :rename: Values
3176
+ - :rename: filters
3177
+ :outputs:
3178
+ :children:
3179
+ vpcPeeringConnectionSet:
3180
+ :ignore: true
3181
+ :children:
3182
+ item:
3183
+ :rename: :vpc_peering_connection_set
3184
+ :list: true
3185
+ :children:
3186
+ expirationTime:
3187
+ :type: :time
3188
+ tagSet:
3189
+ :ignore: true
3190
+ :children:
3191
+ item:
3192
+ :rename: :tag_set
3193
+ :list: true
3194
+ - :name: DescribeVpcs
3195
+ :method: :describe_vpcs
3196
+ :inputs:
3197
+ DryRun:
3198
+ - :boolean
3199
+ VpcId:
3200
+ - :list:
3201
+ - :string
3202
+ - :rename: VpcIds
3203
+ Filter:
3204
+ - :list:
3205
+ - :structure:
3206
+ Name:
3207
+ - :string
3208
+ Value:
3209
+ - :list:
3210
+ - :string
3211
+ - :rename: Values
3212
+ - :rename: Filters
3213
+ :outputs:
3214
+ :children:
3215
+ vpcSet:
3216
+ :ignore: true
3217
+ :children:
3218
+ item:
3219
+ :rename: :vpc_set
3220
+ :list: true
3221
+ :children:
3222
+ tagSet:
3223
+ :ignore: true
3224
+ :children:
3225
+ item:
3226
+ :rename: :tag_set
3227
+ :list: true
3228
+ isDefault:
3229
+ :type: :boolean
3230
+ - :name: DescribeVpnConnections
3231
+ :method: :describe_vpn_connections
3232
+ :inputs:
3233
+ DryRun:
3234
+ - :boolean
3235
+ VpnConnectionId:
3236
+ - :list:
3237
+ - :string
3238
+ - :rename: VpnConnectionIds
3239
+ Filter:
3240
+ - :list:
3241
+ - :structure:
3242
+ Name:
3243
+ - :string
3244
+ Value:
3245
+ - :list:
3246
+ - :string
3247
+ - :rename: Values
3248
+ - :rename: Filters
3249
+ :outputs:
3250
+ :children:
3251
+ vpnConnectionSet:
3252
+ :ignore: true
3253
+ :children:
3254
+ item:
3255
+ :rename: :vpn_connection_set
3256
+ :list: true
3257
+ :children:
3258
+ tagSet:
3259
+ :ignore: true
3260
+ :children:
3261
+ item:
3262
+ :rename: :tag_set
3263
+ :list: true
3264
+ vgwTelemetry:
3265
+ :ignore: true
3266
+ :children:
3267
+ item:
3268
+ :rename: :vgw_telemetry
3269
+ :list: true
3270
+ :children:
3271
+ lastStatusChange:
3272
+ :type: :time
3273
+ acceptedRouteCount:
3274
+ :type: :integer
3275
+ options:
3276
+ :children:
3277
+ staticRoutesOnly:
3278
+ :type: :boolean
3279
+ routes:
3280
+ :ignore: true
3281
+ :children:
3282
+ item:
3283
+ :rename: :routes
3284
+ :list: true
3285
+ type:
3286
+ :rename: :vpn_type
3287
+ - :name: DescribeVpnGateways
3288
+ :method: :describe_vpn_gateways
3289
+ :inputs:
3290
+ DryRun:
3291
+ - :boolean
3292
+ VpnGatewayId:
3293
+ - :list:
3294
+ - :string
3295
+ - :rename: VpnGatewayIds
3296
+ Filter:
3297
+ - :list:
3298
+ - :structure:
3299
+ Name:
3300
+ - :string
3301
+ Value:
3302
+ - :list:
3303
+ - :string
3304
+ - :rename: Values
3305
+ - :rename: Filters
3306
+ :outputs:
3307
+ :children:
3308
+ vpnGatewaySet:
3309
+ :ignore: true
3310
+ :children:
3311
+ item:
3312
+ :rename: :vpn_gateway_set
3313
+ :list: true
3314
+ :children:
3315
+ attachments:
3316
+ :ignore: true
3317
+ :children:
3318
+ item:
3319
+ :rename: :attachments
3320
+ :list: true
3321
+ tagSet:
3322
+ :ignore: true
3323
+ :children:
3324
+ item:
3325
+ :rename: :tag_set
3326
+ :list: true
3327
+ type:
3328
+ :rename: :vpn_type
3329
+ - :name: DetachInternetGateway
3330
+ :method: :detach_internet_gateway
3331
+ :inputs:
3332
+ DryRun:
3333
+ - :boolean
3334
+ InternetGatewayId:
3335
+ - :string
3336
+ - :required
3337
+ VpcId:
3338
+ - :string
3339
+ - :required
3340
+ :outputs: {}
3341
+ - :name: DetachNetworkInterface
3342
+ :method: :detach_network_interface
3343
+ :inputs:
3344
+ DryRun:
3345
+ - :boolean
3346
+ AttachmentId:
3347
+ - :string
3348
+ - :required
3349
+ Force:
3350
+ - :boolean
3351
+ :outputs: {}
3352
+ - :name: DetachVolume
3353
+ :method: :detach_volume
3354
+ :inputs:
3355
+ DryRun:
3356
+ - :boolean
3357
+ VolumeId:
3358
+ - :string
3359
+ - :required
3360
+ InstanceId:
3361
+ - :string
3362
+ Device:
3363
+ - :string
3364
+ Force:
3365
+ - :boolean
3366
+ :outputs:
3367
+ :children:
3368
+ attachTime:
3369
+ :type: :time
3370
+ deleteOnTermination:
3371
+ :type: :boolean
3372
+ - :name: DetachVpnGateway
3373
+ :method: :detach_vpn_gateway
3374
+ :inputs:
3375
+ DryRun:
3376
+ - :boolean
3377
+ VpnGatewayId:
3378
+ - :string
3379
+ - :required
3380
+ VpcId:
3381
+ - :string
3382
+ - :required
3383
+ :outputs: {}
3384
+ - :name: DisableVgwRoutePropagation
3385
+ :method: :disable_vgw_route_propagation
3386
+ :inputs:
3387
+ RouteTableId:
3388
+ - :string
3389
+ - :required
3390
+ GatewayId:
3391
+ - :string
3392
+ - :required
3393
+ :outputs: {}
3394
+ - :name: DisassociateAddress
3395
+ :method: :disassociate_address
3396
+ :inputs:
3397
+ DryRun:
3398
+ - :boolean
3399
+ PublicIp:
3400
+ - :string
3401
+ AssociationId:
3402
+ - :string
3403
+ :outputs: {}
3404
+ - :name: DisassociateRouteTable
3405
+ :method: :disassociate_route_table
3406
+ :inputs:
3407
+ DryRun:
3408
+ - :boolean
3409
+ AssociationId:
3410
+ - :string
3411
+ - :required
3412
+ :outputs: {}
3413
+ - :name: EnableVgwRoutePropagation
3414
+ :method: :enable_vgw_route_propagation
3415
+ :inputs:
3416
+ RouteTableId:
3417
+ - :string
3418
+ - :required
3419
+ GatewayId:
3420
+ - :string
3421
+ - :required
3422
+ :outputs: {}
3423
+ - :name: EnableVolumeIO
3424
+ :method: :enable_volume_io
3425
+ :inputs:
3426
+ DryRun:
3427
+ - :boolean
3428
+ VolumeId:
3429
+ - :string
3430
+ - :required
3431
+ :outputs: {}
3432
+ - :name: GetConsoleOutput
3433
+ :method: :get_console_output
3434
+ :inputs:
3435
+ DryRun:
3436
+ - :boolean
3437
+ InstanceId:
3438
+ - :string
3439
+ - :required
3440
+ :outputs:
3441
+ :children:
3442
+ timestamp:
3443
+ :type: :time
3444
+ - :name: GetPasswordData
3445
+ :method: :get_password_data
3446
+ :inputs:
3447
+ DryRun:
3448
+ - :boolean
3449
+ InstanceId:
3450
+ - :string
3451
+ - :required
3452
+ :outputs:
3453
+ :children:
3454
+ timestamp:
3455
+ :type: :time
3456
+ - :name: ImportInstance
3457
+ :method: :import_instance
3458
+ :inputs:
3459
+ DryRun:
3460
+ - :boolean
3461
+ Description:
3462
+ - :string
3463
+ LaunchSpecification:
3464
+ - :structure:
3465
+ Architecture:
3466
+ - :string
3467
+ GroupName:
3468
+ - :list:
3469
+ - :string
3470
+ - :rename: groupNames
3471
+ AdditionalInfo:
3472
+ - :string
3473
+ UserData:
3474
+ - :string
3475
+ InstanceType:
3476
+ - :string
3477
+ Placement:
3478
+ - :structure:
3479
+ AvailabilityZone:
3480
+ - :string
3481
+ - :rename: AvailabilityZone
3482
+ GroupName:
3483
+ - :string
3484
+ Tenancy:
3485
+ - :string
3486
+ Monitoring:
3487
+ - :boolean
3488
+ SubnetId:
3489
+ - :string
3490
+ InstanceInitiatedShutdownBehavior:
3491
+ - :string
3492
+ PrivateIpAddress:
3493
+ - :string
3494
+ DiskImage:
3495
+ - :list:
3496
+ - :structure:
3497
+ Image:
3498
+ - :structure:
3499
+ Format:
3500
+ - :string
3501
+ - :required
3502
+ Bytes:
3503
+ - :long
3504
+ - :required
3505
+ ImportManifestUrl:
3506
+ - :string
3507
+ - :required
3508
+ Description:
3509
+ - :string
3510
+ Volume:
3511
+ - :structure:
3512
+ Size:
3513
+ - :long
3514
+ - :required
3515
+ - :rename: diskImages
3516
+ Platform:
3517
+ - :string
3518
+ - :required
3519
+ :outputs:
3520
+ :children:
3521
+ conversionTask:
3522
+ :children:
3523
+ importInstance:
3524
+ :children:
3525
+ volumes:
3526
+ :ignore: true
3527
+ :children:
3528
+ item:
3529
+ :rename: :volumes
3530
+ :list: true
3531
+ :children:
3532
+ bytesConverted:
3533
+ :type: :integer
3534
+ image:
3535
+ :children:
3536
+ size:
3537
+ :type: :integer
3538
+ volume:
3539
+ :children:
3540
+ size:
3541
+ :type: :integer
3542
+ importVolume:
3543
+ :children:
3544
+ bytesConverted:
3545
+ :type: :integer
3546
+ image:
3547
+ :children:
3548
+ size:
3549
+ :type: :integer
3550
+ volume:
3551
+ :children:
3552
+ size:
3553
+ :type: :integer
3554
+ tagSet:
3555
+ :ignore: true
3556
+ :children:
3557
+ item:
3558
+ :rename: :tag_set
3559
+ :list: true
3560
+ - :name: ImportKeyPair
3561
+ :method: :import_key_pair
3562
+ :inputs:
3563
+ DryRun:
3564
+ - :boolean
3565
+ KeyName:
3566
+ - :string
3567
+ - :required
3568
+ PublicKeyMaterial:
3569
+ - :string
3570
+ - :required
3571
+ :outputs: {}
3572
+ - :name: ImportVolume
3573
+ :method: :import_volume
3574
+ :inputs:
3575
+ DryRun:
3576
+ - :boolean
3577
+ AvailabilityZone:
3578
+ - :string
3579
+ Image:
3580
+ - :structure:
3581
+ Format:
3582
+ - :string
3583
+ - :required
3584
+ Bytes:
3585
+ - :long
3586
+ - :required
3587
+ ImportManifestUrl:
3588
+ - :string
3589
+ - :required
3590
+ Description:
3591
+ - :string
3592
+ Volume:
3593
+ - :structure:
3594
+ Size:
3595
+ - :long
3596
+ - :required
3597
+ :outputs:
3598
+ :children:
3599
+ conversionTask:
3600
+ :children:
3601
+ importInstance:
3602
+ :children:
3603
+ volumes:
3604
+ :ignore: true
3605
+ :children:
3606
+ item:
3607
+ :rename: :volumes
3608
+ :list: true
3609
+ :children:
3610
+ bytesConverted:
3611
+ :type: :integer
3612
+ image:
3613
+ :children:
3614
+ size:
3615
+ :type: :integer
3616
+ volume:
3617
+ :children:
3618
+ size:
3619
+ :type: :integer
3620
+ importVolume:
3621
+ :children:
3622
+ bytesConverted:
3623
+ :type: :integer
3624
+ image:
3625
+ :children:
3626
+ size:
3627
+ :type: :integer
3628
+ volume:
3629
+ :children:
3630
+ size:
3631
+ :type: :integer
3632
+ tagSet:
3633
+ :ignore: true
3634
+ :children:
3635
+ item:
3636
+ :rename: :tag_set
3637
+ :list: true
3638
+ - :name: ModifyImageAttribute
3639
+ :method: :modify_image_attribute
3640
+ :inputs:
3641
+ DryRun:
3642
+ - :boolean
3643
+ ImageId:
3644
+ - :string
3645
+ - :required
3646
+ Attribute:
3647
+ - :string
3648
+ OperationType:
3649
+ - :string
3650
+ UserId:
3651
+ - :list:
3652
+ - :string
3653
+ - :rename: UserIds
3654
+ UserGroup:
3655
+ - :list:
3656
+ - :string
3657
+ - :rename: UserGroups
3658
+ ProductCode:
3659
+ - :list:
3660
+ - :string
3661
+ - :rename: ProductCodes
3662
+ Value:
3663
+ - :string
3664
+ LaunchPermission:
3665
+ - :structure:
3666
+ Add:
3667
+ - :list:
3668
+ - :structure:
3669
+ UserId:
3670
+ - :string
3671
+ - :rename: UserId
3672
+ Group:
3673
+ - :string
3674
+ - :rename: Group
3675
+ Remove:
3676
+ - :list:
3677
+ - :structure:
3678
+ UserId:
3679
+ - :string
3680
+ - :rename: UserId
3681
+ Group:
3682
+ - :string
3683
+ - :rename: Group
3684
+ Description:
3685
+ - :structure:
3686
+ Value:
3687
+ - :string
3688
+ :outputs: {}
3689
+ - :name: ModifyInstanceAttribute
3690
+ :method: :modify_instance_attribute
3691
+ :inputs:
3692
+ DryRun:
3693
+ - :boolean
3694
+ InstanceId:
3695
+ - :string
3696
+ - :required
3697
+ Attribute:
3698
+ - :string
3699
+ Value:
3700
+ - :string
3701
+ BlockDeviceMapping:
3702
+ - :list:
3703
+ - :structure:
3704
+ DeviceName:
3705
+ - :string
3706
+ Ebs:
3707
+ - :structure:
3708
+ VolumeId:
3709
+ - :string
3710
+ DeleteOnTermination:
3711
+ - :boolean
3712
+ VirtualName:
3713
+ - :string
3714
+ NoDevice:
3715
+ - :string
3716
+ - :rename: blockDeviceMappings
3717
+ SourceDestCheck:
3718
+ - :structure:
3719
+ Value:
3720
+ - :boolean
3721
+ DisableApiTermination:
3722
+ - :structure:
3723
+ Value:
3724
+ - :boolean
3725
+ InstanceType:
3726
+ - :structure:
3727
+ Value:
3728
+ - :string
3729
+ Kernel:
3730
+ - :structure:
3731
+ Value:
3732
+ - :string
3733
+ Ramdisk:
3734
+ - :structure:
3735
+ Value:
3736
+ - :string
3737
+ UserData:
3738
+ - :structure:
3739
+ Value:
3740
+ - :string
3741
+ InstanceInitiatedShutdownBehavior:
3742
+ - :structure:
3743
+ Value:
3744
+ - :string
3745
+ GroupId:
3746
+ - :list:
3747
+ - :string
3748
+ - :rename: groups
3749
+ EbsOptimized:
3750
+ - :structure:
3751
+ Value:
3752
+ - :boolean
3753
+ SriovNetSupport:
3754
+ - :structure:
3755
+ Value:
3756
+ - :string
3757
+ :outputs: {}
3758
+ - :name: ModifyNetworkInterfaceAttribute
3759
+ :method: :modify_network_interface_attribute
3760
+ :inputs:
3761
+ DryRun:
3762
+ - :boolean
3763
+ NetworkInterfaceId:
3764
+ - :string
3765
+ - :required
3766
+ Description:
3767
+ - :structure:
3768
+ Value:
3769
+ - :string
3770
+ SourceDestCheck:
3771
+ - :structure:
3772
+ Value:
3773
+ - :boolean
3774
+ SecurityGroupId:
3775
+ - :list:
3776
+ - :string
3777
+ - :rename: groups
3778
+ Attachment:
3779
+ - :structure:
3780
+ AttachmentId:
3781
+ - :string
3782
+ DeleteOnTermination:
3783
+ - :boolean
3784
+ :outputs: {}
3785
+ - :name: ModifyReservedInstances
3786
+ :method: :modify_reserved_instances
3787
+ :inputs:
3788
+ ClientToken:
3789
+ - :string
3790
+ ReservedInstancesId:
3791
+ - :list:
3792
+ - :string
3793
+ - :required
3794
+ - :rename: ReservedInstancesIds
3795
+ ReservedInstancesConfigurationSetItemType:
3796
+ - :list:
3797
+ - :structure:
3798
+ AvailabilityZone:
3799
+ - :string
3800
+ Platform:
3801
+ - :string
3802
+ InstanceCount:
3803
+ - :integer
3804
+ InstanceType:
3805
+ - :string
3806
+ - :required
3807
+ - :rename: targetConfigurations
3808
+ :outputs: {}
3809
+ - :name: ModifySnapshotAttribute
3810
+ :method: :modify_snapshot_attribute
3811
+ :inputs:
3812
+ DryRun:
3813
+ - :boolean
3814
+ SnapshotId:
3815
+ - :string
3816
+ - :required
3817
+ Attribute:
3818
+ - :string
3819
+ OperationType:
3820
+ - :string
3821
+ UserId:
3822
+ - :list:
3823
+ - :string
3824
+ - :rename: UserIds
3825
+ UserGroup:
3826
+ - :list:
3827
+ - :string
3828
+ - :rename: GroupNames
3829
+ CreateVolumePermission:
3830
+ - :structure:
3831
+ Add:
3832
+ - :list:
3833
+ - :structure:
3834
+ UserId:
3835
+ - :string
3836
+ - :rename: UserId
3837
+ Group:
3838
+ - :string
3839
+ - :rename: Group
3840
+ Remove:
3841
+ - :list:
3842
+ - :structure:
3843
+ UserId:
3844
+ - :string
3845
+ - :rename: UserId
3846
+ Group:
3847
+ - :string
3848
+ - :rename: Group
3849
+ :outputs: {}
3850
+ - :name: ModifyVolumeAttribute
3851
+ :method: :modify_volume_attribute
3852
+ :inputs:
3853
+ DryRun:
3854
+ - :boolean
3855
+ VolumeId:
3856
+ - :string
3857
+ - :required
3858
+ AutoEnableIO:
3859
+ - :boolean
3860
+ :outputs: {}
3861
+ - :name: ModifyVpcAttribute
3862
+ :method: :modify_vpc_attribute
3863
+ :inputs:
3864
+ VpcId:
3865
+ - :string
3866
+ - :required
3867
+ - :rename: VpcId
3868
+ EnableDnsSupport:
3869
+ - :structure:
3870
+ Value:
3871
+ - :boolean
3872
+ EnableDnsHostnames:
3873
+ - :structure:
3874
+ Value:
3875
+ - :boolean
3876
+ :outputs: {}
3877
+ - :name: MonitorInstances
3878
+ :method: :monitor_instances
3879
+ :inputs:
3880
+ DryRun:
3881
+ - :boolean
3882
+ InstanceId:
3883
+ - :list:
3884
+ - :string
3885
+ - :required
3886
+ - :rename: InstanceIds
3887
+ :outputs:
3888
+ :children:
3889
+ instancesSet:
3890
+ :ignore: true
3891
+ :children:
3892
+ item:
3893
+ :rename: :instances_set
3894
+ :list: true
3895
+ - :name: PurchaseReservedInstancesOffering
3896
+ :method: :purchase_reserved_instances_offering
3897
+ :inputs:
3898
+ DryRun:
3899
+ - :boolean
3900
+ ReservedInstancesOfferingId:
3901
+ - :string
3902
+ - :required
3903
+ InstanceCount:
3904
+ - :integer
3905
+ - :required
3906
+ LimitPrice:
3907
+ - :structure:
3908
+ Amount:
3909
+ - :double
3910
+ CurrencyCode:
3911
+ - :string
3912
+ :outputs: {}
3913
+ - :name: RebootInstances
3914
+ :method: :reboot_instances
3915
+ :inputs:
3916
+ DryRun:
3917
+ - :boolean
3918
+ InstanceId:
3919
+ - :list:
3920
+ - :string
3921
+ - :required
3922
+ - :rename: InstanceIds
3923
+ :outputs: {}
3924
+ - :name: RegisterImage
3925
+ :method: :register_image
3926
+ :inputs:
3927
+ DryRun:
3928
+ - :boolean
3929
+ ImageLocation:
3930
+ - :string
3931
+ Name:
3932
+ - :string
3933
+ Description:
3934
+ - :string
3935
+ Architecture:
3936
+ - :string
3937
+ KernelId:
3938
+ - :string
3939
+ RamdiskId:
3940
+ - :string
3941
+ RootDeviceName:
3942
+ - :string
3943
+ BlockDeviceMapping:
3944
+ - :list:
3945
+ - :structure:
3946
+ VirtualName:
3947
+ - :string
3948
+ - :rename: VirtualName
3949
+ DeviceName:
3950
+ - :string
3951
+ - :rename: DeviceName
3952
+ Ebs:
3953
+ - :structure:
3954
+ SnapshotId:
3955
+ - :string
3956
+ VolumeSize:
3957
+ - :integer
3958
+ DeleteOnTermination:
3959
+ - :boolean
3960
+ VolumeType:
3961
+ - :string
3962
+ Iops:
3963
+ - :integer
3964
+ Encrypted:
3965
+ - :boolean
3966
+ - :rename: Encrypted
3967
+ NoDevice:
3968
+ - :string
3969
+ - :rename: blockDeviceMappings
3970
+ VirtualizationType:
3971
+ - :string
3972
+ SriovNetSupport:
3973
+ - :string
3974
+ :outputs: {}
3975
+ - :name: RejectVpcPeeringConnection
3976
+ :method: :reject_vpc_peering_connection
3977
+ :inputs:
3978
+ DryRun:
3979
+ - :boolean
3980
+ VpcPeeringConnectionId:
3981
+ - :string
3982
+ :outputs:
3983
+ :children:
3984
+ return:
3985
+ :type: :boolean
3986
+ - :name: ReleaseAddress
3987
+ :method: :release_address
3988
+ :inputs:
3989
+ DryRun:
3990
+ - :boolean
3991
+ PublicIp:
3992
+ - :string
3993
+ AllocationId:
3994
+ - :string
3995
+ :outputs: {}
3996
+ - :name: ReplaceNetworkAclAssociation
3997
+ :method: :replace_network_acl_association
3998
+ :inputs:
3999
+ DryRun:
4000
+ - :boolean
4001
+ AssociationId:
4002
+ - :string
4003
+ - :required
4004
+ NetworkAclId:
4005
+ - :string
4006
+ - :required
4007
+ :outputs: {}
4008
+ - :name: ReplaceNetworkAclEntry
4009
+ :method: :replace_network_acl_entry
4010
+ :inputs:
4011
+ DryRun:
4012
+ - :boolean
4013
+ NetworkAclId:
4014
+ - :string
4015
+ - :required
4016
+ RuleNumber:
4017
+ - :integer
4018
+ - :required
4019
+ Protocol:
4020
+ - :string
4021
+ - :required
4022
+ RuleAction:
4023
+ - :string
4024
+ - :required
4025
+ Egress:
4026
+ - :boolean
4027
+ - :required
4028
+ CidrBlock:
4029
+ - :string
4030
+ - :required
4031
+ Icmp:
4032
+ - :structure:
4033
+ Type:
4034
+ - :integer
4035
+ Code:
4036
+ - :integer
4037
+ - :rename: icmpTypeCode
4038
+ PortRange:
4039
+ - :structure:
4040
+ From:
4041
+ - :integer
4042
+ To:
4043
+ - :integer
4044
+ :outputs: {}
4045
+ - :name: ReplaceRoute
4046
+ :method: :replace_route
4047
+ :inputs:
4048
+ DryRun:
4049
+ - :boolean
4050
+ RouteTableId:
4051
+ - :string
4052
+ - :required
4053
+ DestinationCidrBlock:
4054
+ - :string
4055
+ - :required
4056
+ GatewayId:
4057
+ - :string
4058
+ InstanceId:
4059
+ - :string
4060
+ NetworkInterfaceId:
4061
+ - :string
4062
+ VpcPeeringConnectionId:
4063
+ - :string
4064
+ :outputs: {}
4065
+ - :name: ReplaceRouteTableAssociation
4066
+ :method: :replace_route_table_association
4067
+ :inputs:
4068
+ DryRun:
4069
+ - :boolean
4070
+ AssociationId:
4071
+ - :string
4072
+ - :required
4073
+ RouteTableId:
4074
+ - :string
4075
+ - :required
4076
+ :outputs: {}
4077
+ - :name: ReportInstanceStatus
4078
+ :method: :report_instance_status
4079
+ :inputs:
4080
+ DryRun:
4081
+ - :boolean
4082
+ InstanceId:
4083
+ - :list:
4084
+ - :string
4085
+ - :rename: instances
4086
+ Status:
4087
+ - :string
4088
+ StartTime:
4089
+ - :timestamp
4090
+ EndTime:
4091
+ - :timestamp
4092
+ ReasonCode:
4093
+ - :list:
4094
+ - :string
4095
+ - :rename: reasonCodes
4096
+ Description:
4097
+ - :string
4098
+ :outputs: {}
4099
+ - :name: RequestSpotInstances
4100
+ :method: :request_spot_instances
4101
+ :inputs:
4102
+ DryRun:
4103
+ - :boolean
4104
+ SpotPrice:
4105
+ - :string
4106
+ - :required
4107
+ InstanceCount:
4108
+ - :integer
4109
+ Type:
4110
+ - :string
4111
+ ValidFrom:
4112
+ - :timestamp
4113
+ ValidUntil:
4114
+ - :timestamp
4115
+ LaunchGroup:
4116
+ - :string
4117
+ AvailabilityZoneGroup:
4118
+ - :string
4119
+ LaunchSpecification:
4120
+ - :structure:
4121
+ ImageId:
4122
+ - :string
4123
+ KeyName:
4124
+ - :string
4125
+ UserData:
4126
+ - :string
4127
+ AddressingType:
4128
+ - :string
4129
+ InstanceType:
4130
+ - :string
4131
+ Placement:
4132
+ - :structure:
4133
+ AvailabilityZone:
4134
+ - :string
4135
+ GroupName:
4136
+ - :string
4137
+ KernelId:
4138
+ - :string
4139
+ RamdiskId:
4140
+ - :string
4141
+ BlockDeviceMapping:
4142
+ - :list:
4143
+ - :structure:
4144
+ VirtualName:
4145
+ - :string
4146
+ - :rename: VirtualName
4147
+ DeviceName:
4148
+ - :string
4149
+ - :rename: DeviceName
4150
+ Ebs:
4151
+ - :structure:
4152
+ SnapshotId:
4153
+ - :string
4154
+ VolumeSize:
4155
+ - :integer
4156
+ DeleteOnTermination:
4157
+ - :boolean
4158
+ VolumeType:
4159
+ - :string
4160
+ Iops:
4161
+ - :integer
4162
+ Encrypted:
4163
+ - :boolean
4164
+ - :rename: Encrypted
4165
+ NoDevice:
4166
+ - :string
4167
+ - :rename: blockDeviceMappings
4168
+ Monitoring:
4169
+ - :structure:
4170
+ Enabled:
4171
+ - :boolean
4172
+ - :required
4173
+ SubnetId:
4174
+ - :string
4175
+ NetworkInterface:
4176
+ - :list:
4177
+ - :structure:
4178
+ NetworkInterfaceId:
4179
+ - :string
4180
+ DeviceIndex:
4181
+ - :integer
4182
+ SubnetId:
4183
+ - :string
4184
+ Description:
4185
+ - :string
4186
+ PrivateIpAddress:
4187
+ - :string
4188
+ SecurityGroupId:
4189
+ - :list:
4190
+ - :string
4191
+ - :rename: groups
4192
+ DeleteOnTermination:
4193
+ - :boolean
4194
+ PrivateIpAddressesSet:
4195
+ - :list:
4196
+ - :structure:
4197
+ PrivateIpAddress:
4198
+ - :string
4199
+ - :required
4200
+ Primary:
4201
+ - :boolean
4202
+ - :rename: privateIpAddresses
4203
+ SecondaryPrivateIpAddressCount:
4204
+ - :integer
4205
+ AssociatePublicIpAddress:
4206
+ - :boolean
4207
+ - :rename: networkInterfaces
4208
+ IamInstanceProfile:
4209
+ - :structure:
4210
+ Arn:
4211
+ - :string
4212
+ Name:
4213
+ - :string
4214
+ EbsOptimized:
4215
+ - :boolean
4216
+ SecurityGroup:
4217
+ - :list:
4218
+ - :string
4219
+ - :rename: SecurityGroups
4220
+ SecurityGroupId:
4221
+ - :list:
4222
+ - :string
4223
+ - :rename: SecurityGroupIds
4224
+ :outputs:
4225
+ :children:
4226
+ spotInstanceRequestSet:
4227
+ :ignore: true
4228
+ :children:
4229
+ item:
4230
+ :rename: :spot_instance_request_set
4231
+ :list: true
4232
+ :children:
4233
+ status:
4234
+ :children:
4235
+ updateTime:
4236
+ :type: :time
4237
+ validFrom:
4238
+ :type: :time
4239
+ validUntil:
4240
+ :type: :time
4241
+ launchSpecification:
4242
+ :children:
4243
+ groupSet:
4244
+ :ignore: true
4245
+ :children:
4246
+ item:
4247
+ :rename: :group_set
4248
+ :list: true
4249
+ blockDeviceMapping:
4250
+ :ignore: true
4251
+ :children:
4252
+ item:
4253
+ :rename: :block_device_mapping
4254
+ :list: true
4255
+ :children:
4256
+ ebs:
4257
+ :children:
4258
+ volumeSize:
4259
+ :type: :integer
4260
+ deleteOnTermination:
4261
+ :type: :boolean
4262
+ iops:
4263
+ :type: :integer
4264
+ encrypted:
4265
+ :type: :boolean
4266
+ monitoringEnabled:
4267
+ :type: :boolean
4268
+ networkInterfaceSet:
4269
+ :ignore: true
4270
+ :children:
4271
+ item:
4272
+ :rename: :network_interface_set
4273
+ :list: true
4274
+ :children:
4275
+ deviceIndex:
4276
+ :type: :integer
4277
+ SecurityGroupId:
4278
+ :ignore: true
4279
+ :children:
4280
+ SecurityGroupId:
4281
+ :rename: :security_group_id
4282
+ :list: true
4283
+ deleteOnTermination:
4284
+ :type: :boolean
4285
+ privateIpAddressesSet:
4286
+ :ignore: true
4287
+ :children:
4288
+ item:
4289
+ :rename: :private_ip_addresses_set
4290
+ :list: true
4291
+ :children:
4292
+ primary:
4293
+ :type: :boolean
4294
+ secondaryPrivateIpAddressCount:
4295
+ :type: :integer
4296
+ associatePublicIpAddress:
4297
+ :type: :boolean
4298
+ ebsOptimized:
4299
+ :type: :boolean
4300
+ createTime:
4301
+ :type: :time
4302
+ tagSet:
4303
+ :ignore: true
4304
+ :children:
4305
+ item:
4306
+ :rename: :tag_set
4307
+ :list: true
4308
+ - :name: ResetImageAttribute
4309
+ :method: :reset_image_attribute
4310
+ :inputs:
4311
+ DryRun:
4312
+ - :boolean
4313
+ ImageId:
4314
+ - :string
4315
+ - :required
4316
+ Attribute:
4317
+ - :string
4318
+ - :required
4319
+ :outputs: {}
4320
+ - :name: ResetInstanceAttribute
4321
+ :method: :reset_instance_attribute
4322
+ :inputs:
4323
+ DryRun:
4324
+ - :boolean
4325
+ InstanceId:
4326
+ - :string
4327
+ - :required
4328
+ Attribute:
4329
+ - :string
4330
+ - :required
4331
+ :outputs: {}
4332
+ - :name: ResetNetworkInterfaceAttribute
4333
+ :method: :reset_network_interface_attribute
4334
+ :inputs:
4335
+ DryRun:
4336
+ - :boolean
4337
+ NetworkInterfaceId:
4338
+ - :string
4339
+ - :required
4340
+ SourceDestCheck:
4341
+ - :string
4342
+ :outputs: {}
4343
+ - :name: ResetSnapshotAttribute
4344
+ :method: :reset_snapshot_attribute
4345
+ :inputs:
4346
+ DryRun:
4347
+ - :boolean
4348
+ SnapshotId:
4349
+ - :string
4350
+ - :required
4351
+ Attribute:
4352
+ - :string
4353
+ - :required
4354
+ :outputs: {}
4355
+ - :name: RevokeSecurityGroupEgress
4356
+ :method: :revoke_security_group_egress
4357
+ :inputs:
4358
+ DryRun:
4359
+ - :boolean
4360
+ GroupId:
4361
+ - :string
4362
+ - :required
4363
+ SourceSecurityGroupName:
4364
+ - :string
4365
+ SourceSecurityGroupOwnerId:
4366
+ - :string
4367
+ IpProtocol:
4368
+ - :string
4369
+ FromPort:
4370
+ - :integer
4371
+ ToPort:
4372
+ - :integer
4373
+ CidrIp:
4374
+ - :string
4375
+ IpPermissions:
4376
+ - :list:
4377
+ - :structure:
4378
+ IpProtocol:
4379
+ - :string
4380
+ - :rename: IpProtocol
4381
+ FromPort:
4382
+ - :integer
4383
+ - :rename: FromPort
4384
+ ToPort:
4385
+ - :integer
4386
+ - :rename: ToPort
4387
+ Groups:
4388
+ - :list:
4389
+ - :structure:
4390
+ UserId:
4391
+ - :string
4392
+ - :rename: UserId
4393
+ GroupName:
4394
+ - :string
4395
+ - :rename: GroupName
4396
+ GroupId:
4397
+ - :string
4398
+ - :rename: GroupId
4399
+ - :rename: UserIdGroupPairs
4400
+ IpRanges:
4401
+ - :list:
4402
+ - :structure:
4403
+ CidrIp:
4404
+ - :string
4405
+ - :rename: CidrIp
4406
+ - :rename: IpRanges
4407
+ :outputs: {}
4408
+ - :name: RevokeSecurityGroupIngress
4409
+ :method: :revoke_security_group_ingress
4410
+ :inputs:
4411
+ DryRun:
4412
+ - :boolean
4413
+ GroupName:
4414
+ - :string
4415
+ GroupId:
4416
+ - :string
4417
+ SourceSecurityGroupName:
4418
+ - :string
4419
+ SourceSecurityGroupOwnerId:
4420
+ - :string
4421
+ IpProtocol:
4422
+ - :string
4423
+ FromPort:
4424
+ - :integer
4425
+ ToPort:
4426
+ - :integer
4427
+ CidrIp:
4428
+ - :string
4429
+ IpPermissions:
4430
+ - :list:
4431
+ - :structure:
4432
+ IpProtocol:
4433
+ - :string
4434
+ - :rename: IpProtocol
4435
+ FromPort:
4436
+ - :integer
4437
+ - :rename: FromPort
4438
+ ToPort:
4439
+ - :integer
4440
+ - :rename: ToPort
4441
+ Groups:
4442
+ - :list:
4443
+ - :structure:
4444
+ UserId:
4445
+ - :string
4446
+ - :rename: UserId
4447
+ GroupName:
4448
+ - :string
4449
+ - :rename: GroupName
4450
+ GroupId:
4451
+ - :string
4452
+ - :rename: GroupId
4453
+ - :rename: UserIdGroupPairs
4454
+ IpRanges:
4455
+ - :list:
4456
+ - :structure:
4457
+ CidrIp:
4458
+ - :string
4459
+ - :rename: CidrIp
4460
+ - :rename: IpRanges
4461
+ :outputs: {}
4462
+ - :name: RunInstances
4463
+ :method: :run_instances
4464
+ :inputs:
4465
+ DryRun:
4466
+ - :boolean
4467
+ ImageId:
4468
+ - :string
4469
+ - :required
4470
+ MinCount:
4471
+ - :integer
4472
+ - :required
4473
+ MaxCount:
4474
+ - :integer
4475
+ - :required
4476
+ KeyName:
4477
+ - :string
4478
+ SecurityGroup:
4479
+ - :list:
4480
+ - :string
4481
+ - :rename: SecurityGroups
4482
+ SecurityGroupId:
4483
+ - :list:
4484
+ - :string
4485
+ - :rename: SecurityGroupIds
4486
+ UserData:
4487
+ - :string
4488
+ InstanceType:
4489
+ - :string
4490
+ Placement:
4491
+ - :structure:
4492
+ AvailabilityZone:
4493
+ - :string
4494
+ - :rename: AvailabilityZone
4495
+ GroupName:
4496
+ - :string
4497
+ Tenancy:
4498
+ - :string
4499
+ KernelId:
4500
+ - :string
4501
+ RamdiskId:
4502
+ - :string
4503
+ BlockDeviceMapping:
4504
+ - :list:
4505
+ - :structure:
4506
+ VirtualName:
4507
+ - :string
4508
+ - :rename: VirtualName
4509
+ DeviceName:
4510
+ - :string
4511
+ - :rename: DeviceName
4512
+ Ebs:
4513
+ - :structure:
4514
+ SnapshotId:
4515
+ - :string
4516
+ VolumeSize:
4517
+ - :integer
4518
+ DeleteOnTermination:
4519
+ - :boolean
4520
+ VolumeType:
4521
+ - :string
4522
+ Iops:
4523
+ - :integer
4524
+ Encrypted:
4525
+ - :boolean
4526
+ - :rename: Encrypted
4527
+ NoDevice:
4528
+ - :string
4529
+ - :rename: BlockDeviceMappings
4530
+ Monitoring:
4531
+ - :structure:
4532
+ Enabled:
4533
+ - :boolean
4534
+ - :required
4535
+ SubnetId:
4536
+ - :string
4537
+ DisableApiTermination:
4538
+ - :boolean
4539
+ InstanceInitiatedShutdownBehavior:
4540
+ - :string
4541
+ PrivateIpAddress:
4542
+ - :string
4543
+ ClientToken:
4544
+ - :string
4545
+ AdditionalInfo:
4546
+ - :string
4547
+ NetworkInterface:
4548
+ - :list:
4549
+ - :structure:
4550
+ NetworkInterfaceId:
4551
+ - :string
4552
+ DeviceIndex:
4553
+ - :integer
4554
+ SubnetId:
4555
+ - :string
4556
+ Description:
4557
+ - :string
4558
+ PrivateIpAddress:
4559
+ - :string
4560
+ SecurityGroupId:
4561
+ - :list:
4562
+ - :string
4563
+ - :rename: groups
4564
+ DeleteOnTermination:
4565
+ - :boolean
4566
+ PrivateIpAddresses:
4567
+ - :list:
4568
+ - :structure:
4569
+ PrivateIpAddress:
4570
+ - :string
4571
+ - :required
4572
+ Primary:
4573
+ - :boolean
4574
+ - :rename: privateIpAddresses
4575
+ SecondaryPrivateIpAddressCount:
4576
+ - :integer
4577
+ AssociatePublicIpAddress:
4578
+ - :boolean
4579
+ - :rename: networkInterfaces
4580
+ IamInstanceProfile:
4581
+ - :structure:
4582
+ Arn:
4583
+ - :string
4584
+ Name:
4585
+ - :string
4586
+ EbsOptimized:
4587
+ - :boolean
4588
+ :outputs:
4589
+ :children:
4590
+ groupSet:
4591
+ :ignore: true
4592
+ :children:
4593
+ item:
4594
+ :rename: :group_set
4595
+ :list: true
4596
+ instancesSet:
4597
+ :ignore: true
4598
+ :children:
4599
+ item:
4600
+ :rename: :instances_set
4601
+ :list: true
4602
+ :children:
4603
+ instanceState:
4604
+ :children:
4605
+ code:
4606
+ :type: :integer
4607
+ amiLaunchIndex:
4608
+ :type: :integer
4609
+ productCodes:
4610
+ :ignore: true
4611
+ :children:
4612
+ item:
4613
+ :rename: :product_codes
4614
+ :list: true
4615
+ launchTime:
4616
+ :type: :time
4617
+ blockDeviceMapping:
4618
+ :ignore: true
4619
+ :children:
4620
+ item:
4621
+ :rename: :block_device_mapping
4622
+ :list: true
4623
+ :children:
4624
+ ebs:
4625
+ :children:
4626
+ attachTime:
4627
+ :type: :time
4628
+ deleteOnTermination:
4629
+ :type: :boolean
4630
+ tagSet:
4631
+ :ignore: true
4632
+ :children:
4633
+ item:
4634
+ :rename: :tag_set
4635
+ :list: true
4636
+ groupSet:
4637
+ :ignore: true
4638
+ :children:
4639
+ item:
4640
+ :rename: :group_set
4641
+ :list: true
4642
+ sourceDestCheck:
4643
+ :type: :boolean
4644
+ networkInterfaceSet:
4645
+ :ignore: true
4646
+ :children:
4647
+ item:
4648
+ :rename: :network_interface_set
4649
+ :list: true
4650
+ :children:
4651
+ sourceDestCheck:
4652
+ :type: :boolean
4653
+ groupSet:
4654
+ :ignore: true
4655
+ :children:
4656
+ item:
4657
+ :rename: :group_set
4658
+ :list: true
4659
+ attachment:
4660
+ :children:
4661
+ deviceIndex:
4662
+ :type: :integer
4663
+ attachTime:
4664
+ :type: :time
4665
+ deleteOnTermination:
4666
+ :type: :boolean
4667
+ privateIpAddressesSet:
4668
+ :ignore: true
4669
+ :children:
4670
+ item:
4671
+ :rename: :private_ip_addresses_set
4672
+ :list: true
4673
+ :children:
4674
+ primary:
4675
+ :type: :boolean
4676
+ ebsOptimized:
4677
+ :type: :boolean
4678
+ - :name: StartInstances
4679
+ :method: :start_instances
4680
+ :inputs:
4681
+ InstanceId:
4682
+ - :list:
4683
+ - :string
4684
+ - :required
4685
+ - :rename: InstanceIds
4686
+ AdditionalInfo:
4687
+ - :string
4688
+ DryRun:
4689
+ - :boolean
4690
+ :outputs:
4691
+ :children:
4692
+ instancesSet:
4693
+ :ignore: true
4694
+ :children:
4695
+ item:
4696
+ :rename: :instances_set
4697
+ :list: true
4698
+ :children:
4699
+ currentState:
4700
+ :children:
4701
+ code:
4702
+ :type: :integer
4703
+ previousState:
4704
+ :children:
4705
+ code:
4706
+ :type: :integer
4707
+ - :name: StopInstances
4708
+ :method: :stop_instances
4709
+ :inputs:
4710
+ DryRun:
4711
+ - :boolean
4712
+ InstanceId:
4713
+ - :list:
4714
+ - :string
4715
+ - :required
4716
+ - :rename: InstanceIds
4717
+ Force:
4718
+ - :boolean
4719
+ :outputs:
4720
+ :children:
4721
+ instancesSet:
4722
+ :ignore: true
4723
+ :children:
4724
+ item:
4725
+ :rename: :instances_set
4726
+ :list: true
4727
+ :children:
4728
+ currentState:
4729
+ :children:
4730
+ code:
4731
+ :type: :integer
4732
+ previousState:
4733
+ :children:
4734
+ code:
4735
+ :type: :integer
4736
+ - :name: TerminateInstances
4737
+ :method: :terminate_instances
4738
+ :inputs:
4739
+ DryRun:
4740
+ - :boolean
4741
+ InstanceId:
4742
+ - :list:
4743
+ - :string
4744
+ - :required
4745
+ - :rename: InstanceIds
4746
+ :outputs:
4747
+ :children:
4748
+ instancesSet:
4749
+ :ignore: true
4750
+ :children:
4751
+ item:
4752
+ :rename: :instances_set
4753
+ :list: true
4754
+ :children:
4755
+ currentState:
4756
+ :children:
4757
+ code:
4758
+ :type: :integer
4759
+ previousState:
4760
+ :children:
4761
+ code:
4762
+ :type: :integer
4763
+ - :name: UnassignPrivateIpAddresses
4764
+ :method: :unassign_private_ip_addresses
4765
+ :inputs:
4766
+ NetworkInterfaceId:
4767
+ - :string
4768
+ - :required
4769
+ PrivateIpAddress:
4770
+ - :list:
4771
+ - :string
4772
+ - :required
4773
+ - :rename: privateIpAddresses
4774
+ :outputs: {}
4775
+ - :name: UnmonitorInstances
4776
+ :method: :unmonitor_instances
4777
+ :inputs:
4778
+ DryRun:
4779
+ - :boolean
4780
+ InstanceId:
4781
+ - :list:
4782
+ - :string
4783
+ - :required
4784
+ - :rename: InstanceIds
4785
+ :outputs:
4786
+ :children:
4787
+ instancesSet:
4788
+ :ignore: true
4789
+ :children:
4790
+ item:
4791
+ :rename: :instances_set
4792
+ :list: true