aws-sdk 1.29.0 → 1.29.1

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