aws-sdk 1.37.0 → 1.38.0

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