aws-sdk-v1 1.60.2 → 1.61.0

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