aws-sdk 1.20.0 → 1.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e5d20d4f6f52f416b95d061863e59d574cfe1b4f
4
- data.tar.gz: 3043dbee646b1472ca347902fe10ca5ac927ff1e
3
+ metadata.gz: f4e142483cae17853cec669c05c157aa59f2cb12
4
+ data.tar.gz: 06ec405b48c55c6adecedd281d65ac15d3741de4
5
5
  SHA512:
6
- metadata.gz: aee425115642c6f01cfacc2e46d6949f54564810b9b78eb0aabf3f9b6bc94527c263543cca892d2635c9a0cb887cf223bda500d7f9ea5dc8fb0ced59a186e47e
7
- data.tar.gz: 3b545d3ba5aa194eef4926dd33a12deaded226b8450066151951b3cb33741948aa79e4b4e265b8cb7dac1efbc43fee706cecbe215d6737462b2e07a6ea0d6ea6
6
+ metadata.gz: 74539a0139534b5a84d170fdcc754ddb117b9b75303d9994e20e5ec791c5b059311897c41d0fcd453c4bc264467095b131e5dac8c80f2cd78e0e5f6dcce75169
7
+ data.tar.gz: d74dda9591b800d9f7ed2f793515bf6a827373f5e2ef0ee9d54faf3a9917a12ee3447ea6e7138362f049480c903675bb38bcd46ee30ada535dab3d2816c35980
@@ -0,0 +1,4707 @@
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-01'
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
+ :outputs:
1869
+ :children:
1870
+ reservationSet:
1871
+ :ignore: true
1872
+ :children:
1873
+ item:
1874
+ :rename: :reservation_set
1875
+ :list: true
1876
+ :children:
1877
+ groupSet:
1878
+ :ignore: true
1879
+ :children:
1880
+ item:
1881
+ :rename: :group_set
1882
+ :list: true
1883
+ instancesSet:
1884
+ :ignore: true
1885
+ :children:
1886
+ item:
1887
+ :rename: :instances_set
1888
+ :list: true
1889
+ :children:
1890
+ instanceState:
1891
+ :children:
1892
+ code:
1893
+ :type: :integer
1894
+ amiLaunchIndex:
1895
+ :type: :integer
1896
+ productCodes:
1897
+ :ignore: true
1898
+ :children:
1899
+ item:
1900
+ :rename: :product_codes
1901
+ :list: true
1902
+ launchTime:
1903
+ :type: :time
1904
+ blockDeviceMapping:
1905
+ :ignore: true
1906
+ :children:
1907
+ item:
1908
+ :rename: :block_device_mapping
1909
+ :list: true
1910
+ :children:
1911
+ ebs:
1912
+ :children:
1913
+ attachTime:
1914
+ :type: :time
1915
+ deleteOnTermination:
1916
+ :type: :boolean
1917
+ tagSet:
1918
+ :ignore: true
1919
+ :children:
1920
+ item:
1921
+ :rename: :tag_set
1922
+ :list: true
1923
+ groupSet:
1924
+ :ignore: true
1925
+ :children:
1926
+ item:
1927
+ :rename: :group_set
1928
+ :list: true
1929
+ sourceDestCheck:
1930
+ :type: :boolean
1931
+ networkInterfaceSet:
1932
+ :ignore: true
1933
+ :children:
1934
+ item:
1935
+ :rename: :network_interface_set
1936
+ :list: true
1937
+ :children:
1938
+ sourceDestCheck:
1939
+ :type: :boolean
1940
+ groupSet:
1941
+ :ignore: true
1942
+ :children:
1943
+ item:
1944
+ :rename: :group_set
1945
+ :list: true
1946
+ attachment:
1947
+ :children:
1948
+ deviceIndex:
1949
+ :type: :integer
1950
+ attachTime:
1951
+ :type: :time
1952
+ deleteOnTermination:
1953
+ :type: :boolean
1954
+ privateIpAddressesSet:
1955
+ :ignore: true
1956
+ :children:
1957
+ item:
1958
+ :rename: :private_ip_addresses_set
1959
+ :list: true
1960
+ :children:
1961
+ primary:
1962
+ :type: :boolean
1963
+ ebsOptimized:
1964
+ :type: :boolean
1965
+ :index:
1966
+ :key: :instance_id
1967
+ :name: :instance_index
1968
+ :index:
1969
+ :key_path:
1970
+ - :instances_set
1971
+ - :instance_id
1972
+ :name: :reservation_index
1973
+ - :name: DescribeInternetGateways
1974
+ :method: :describe_internet_gateways
1975
+ :inputs:
1976
+ DryRun:
1977
+ - :boolean
1978
+ InternetGatewayId:
1979
+ - :list:
1980
+ - :string
1981
+ - :rename: internetGatewayIds
1982
+ Filter:
1983
+ - :list:
1984
+ - :structure:
1985
+ Name:
1986
+ - :string
1987
+ Value:
1988
+ - :list:
1989
+ - :string
1990
+ - :rename: Values
1991
+ - :rename: filters
1992
+ :outputs:
1993
+ :children:
1994
+ internetGatewaySet:
1995
+ :ignore: true
1996
+ :children:
1997
+ item:
1998
+ :rename: :internet_gateway_set
1999
+ :list: true
2000
+ :children:
2001
+ attachmentSet:
2002
+ :ignore: true
2003
+ :children:
2004
+ item:
2005
+ :rename: :attachment_set
2006
+ :list: true
2007
+ tagSet:
2008
+ :ignore: true
2009
+ :children:
2010
+ item:
2011
+ :rename: :tag_set
2012
+ :list: true
2013
+ - :name: DescribeKeyPairs
2014
+ :method: :describe_key_pairs
2015
+ :inputs:
2016
+ DryRun:
2017
+ - :boolean
2018
+ KeyName:
2019
+ - :list:
2020
+ - :string
2021
+ - :rename: KeyNames
2022
+ Filter:
2023
+ - :list:
2024
+ - :structure:
2025
+ Name:
2026
+ - :string
2027
+ Value:
2028
+ - :list:
2029
+ - :string
2030
+ - :rename: Values
2031
+ - :rename: filters
2032
+ :outputs:
2033
+ :children:
2034
+ keySet:
2035
+ :ignore: true
2036
+ :children:
2037
+ item:
2038
+ :rename: :key_set
2039
+ :list: true
2040
+ :index:
2041
+ :key: :key_name
2042
+ :name: :key_index
2043
+ - :name: DescribeLicenses
2044
+ :method: :describe_licenses
2045
+ :inputs:
2046
+ DryRun:
2047
+ - :boolean
2048
+ LicenseId:
2049
+ - :list:
2050
+ - :string
2051
+ - :rename: licenseIds
2052
+ Filter:
2053
+ - :list:
2054
+ - :structure:
2055
+ Name:
2056
+ - :string
2057
+ Value:
2058
+ - :list:
2059
+ - :string
2060
+ - :rename: Values
2061
+ - :rename: filters
2062
+ :outputs:
2063
+ :children:
2064
+ licenseSet:
2065
+ :ignore: true
2066
+ :children:
2067
+ item:
2068
+ :rename: :license_set
2069
+ :list: true
2070
+ :children:
2071
+ capacitySet:
2072
+ :ignore: true
2073
+ :children:
2074
+ item:
2075
+ :rename: :capacity_set
2076
+ :list: true
2077
+ :children:
2078
+ capacity:
2079
+ :type: :integer
2080
+ instanceCapacity:
2081
+ :type: :integer
2082
+ earliestAllowedDeactivationTime:
2083
+ :type: :time
2084
+ tagSet:
2085
+ :ignore: true
2086
+ :children:
2087
+ item:
2088
+ :rename: :tag_set
2089
+ :list: true
2090
+ - :name: DescribeNetworkAcls
2091
+ :method: :describe_network_acls
2092
+ :inputs:
2093
+ DryRun:
2094
+ - :boolean
2095
+ NetworkAclId:
2096
+ - :list:
2097
+ - :string
2098
+ - :rename: networkAclIds
2099
+ Filter:
2100
+ - :list:
2101
+ - :structure:
2102
+ Name:
2103
+ - :string
2104
+ Value:
2105
+ - :list:
2106
+ - :string
2107
+ - :rename: Values
2108
+ - :rename: filters
2109
+ :outputs:
2110
+ :children:
2111
+ networkAclSet:
2112
+ :ignore: true
2113
+ :children:
2114
+ item:
2115
+ :rename: :network_acl_set
2116
+ :list: true
2117
+ :children:
2118
+ default:
2119
+ :type: :boolean
2120
+ entrySet:
2121
+ :ignore: true
2122
+ :children:
2123
+ item:
2124
+ :rename: :entry_set
2125
+ :list: true
2126
+ :children:
2127
+ ruleNumber:
2128
+ :type: :integer
2129
+ egress:
2130
+ :type: :boolean
2131
+ icmpTypeCode:
2132
+ :children:
2133
+ type:
2134
+ :type: :integer
2135
+ code:
2136
+ :type: :integer
2137
+ portRange:
2138
+ :children:
2139
+ from:
2140
+ :type: :integer
2141
+ to:
2142
+ :type: :integer
2143
+ associationSet:
2144
+ :ignore: true
2145
+ :children:
2146
+ item:
2147
+ :rename: :association_set
2148
+ :list: true
2149
+ tagSet:
2150
+ :ignore: true
2151
+ :children:
2152
+ item:
2153
+ :rename: :tag_set
2154
+ :list: true
2155
+ - :name: DescribeNetworkInterfaceAttribute
2156
+ :method: :describe_network_interface_attribute
2157
+ :inputs:
2158
+ DryRun:
2159
+ - :boolean
2160
+ NetworkInterfaceId:
2161
+ - :string
2162
+ - :required
2163
+ Description:
2164
+ - :string
2165
+ SourceDestCheck:
2166
+ - :string
2167
+ GroupSet:
2168
+ - :string
2169
+ - :rename: groups
2170
+ Attachment:
2171
+ - :string
2172
+ :outputs:
2173
+ :children:
2174
+ sourceDestCheck:
2175
+ :children:
2176
+ value:
2177
+ :type: :boolean
2178
+ groupSet:
2179
+ :ignore: true
2180
+ :children:
2181
+ item:
2182
+ :rename: :group_set
2183
+ :list: true
2184
+ attachment:
2185
+ :children:
2186
+ deviceIndex:
2187
+ :type: :integer
2188
+ attachTime:
2189
+ :type: :time
2190
+ deleteOnTermination:
2191
+ :type: :boolean
2192
+ - :name: DescribeNetworkInterfaces
2193
+ :method: :describe_network_interfaces
2194
+ :inputs:
2195
+ DryRun:
2196
+ - :boolean
2197
+ NetworkInterfaceId:
2198
+ - :list:
2199
+ - :string
2200
+ - :rename: networkInterfaceIds
2201
+ Filter:
2202
+ - :list:
2203
+ - :structure:
2204
+ Name:
2205
+ - :string
2206
+ Value:
2207
+ - :list:
2208
+ - :string
2209
+ - :rename: Values
2210
+ - :rename: filters
2211
+ :outputs:
2212
+ :children:
2213
+ networkInterfaceSet:
2214
+ :ignore: true
2215
+ :children:
2216
+ item:
2217
+ :rename: :network_interface_set
2218
+ :list: true
2219
+ :children:
2220
+ requesterManaged:
2221
+ :type: :boolean
2222
+ sourceDestCheck:
2223
+ :type: :boolean
2224
+ groupSet:
2225
+ :ignore: true
2226
+ :children:
2227
+ item:
2228
+ :rename: :groups
2229
+ :list: true
2230
+ attachment:
2231
+ :children:
2232
+ deviceIndex:
2233
+ :type: :integer
2234
+ attachTime:
2235
+ :type: :time
2236
+ deleteOnTermination:
2237
+ :type: :boolean
2238
+ tagSet:
2239
+ :ignore: true
2240
+ :children:
2241
+ item:
2242
+ :rename: :tag_set
2243
+ :list: true
2244
+ privateIpAddressesSet:
2245
+ :ignore: true
2246
+ :children:
2247
+ item:
2248
+ :rename: :private_ip_addresses_set
2249
+ :list: true
2250
+ :children:
2251
+ primary:
2252
+ :type: :boolean
2253
+ :rename: :set
2254
+ - :name: DescribePlacementGroups
2255
+ :method: :describe_placement_groups
2256
+ :inputs:
2257
+ DryRun:
2258
+ - :boolean
2259
+ GroupName:
2260
+ - :list:
2261
+ - :string
2262
+ - :rename: groupNames
2263
+ Filter:
2264
+ - :list:
2265
+ - :structure:
2266
+ Name:
2267
+ - :string
2268
+ Value:
2269
+ - :list:
2270
+ - :string
2271
+ - :rename: Values
2272
+ - :rename: filters
2273
+ :outputs:
2274
+ :children:
2275
+ placementGroupSet:
2276
+ :ignore: true
2277
+ :children:
2278
+ item:
2279
+ :rename: :placement_group_set
2280
+ :list: true
2281
+ - :name: DescribeRegions
2282
+ :method: :describe_regions
2283
+ :inputs:
2284
+ DryRun:
2285
+ - :boolean
2286
+ RegionName:
2287
+ - :list:
2288
+ - :string
2289
+ - :rename: RegionNames
2290
+ Filter:
2291
+ - :list:
2292
+ - :structure:
2293
+ Name:
2294
+ - :string
2295
+ Value:
2296
+ - :list:
2297
+ - :string
2298
+ - :rename: Values
2299
+ - :rename: filters
2300
+ :outputs:
2301
+ :children:
2302
+ regionInfo:
2303
+ :ignore: true
2304
+ :children:
2305
+ item:
2306
+ :rename: :region_info
2307
+ :list: true
2308
+ - :name: DescribeReservedInstances
2309
+ :method: :describe_reserved_instances
2310
+ :inputs:
2311
+ DryRun:
2312
+ - :boolean
2313
+ ReservedInstancesId:
2314
+ - :list:
2315
+ - :string
2316
+ - :rename: ReservedInstancesIds
2317
+ Filter:
2318
+ - :list:
2319
+ - :structure:
2320
+ Name:
2321
+ - :string
2322
+ Value:
2323
+ - :list:
2324
+ - :string
2325
+ - :rename: Values
2326
+ - :rename: filters
2327
+ OfferingType:
2328
+ - :string
2329
+ :outputs:
2330
+ :children:
2331
+ reservedInstancesSet:
2332
+ :ignore: true
2333
+ :children:
2334
+ item:
2335
+ :rename: :reserved_instances_set
2336
+ :list: true
2337
+ :children:
2338
+ start:
2339
+ :type: :time
2340
+ end:
2341
+ :type: :time
2342
+ duration:
2343
+ :type: :integer
2344
+ usagePrice:
2345
+ :type: :float
2346
+ fixedPrice:
2347
+ :type: :float
2348
+ instanceCount:
2349
+ :type: :integer
2350
+ tagSet:
2351
+ :ignore: true
2352
+ :children:
2353
+ item:
2354
+ :rename: :tag_set
2355
+ :list: true
2356
+ recurringCharges:
2357
+ :ignore: true
2358
+ :children:
2359
+ item:
2360
+ :rename: :recurring_charges
2361
+ :list: true
2362
+ :children:
2363
+ amount:
2364
+ :type: :float
2365
+ - :name: DescribeReservedInstancesListings
2366
+ :method: :describe_reserved_instances_listings
2367
+ :inputs:
2368
+ ReservedInstancesId:
2369
+ - :string
2370
+ ReservedInstancesListingId:
2371
+ - :string
2372
+ Filters:
2373
+ - :list:
2374
+ - :structure:
2375
+ Name:
2376
+ - :string
2377
+ Value:
2378
+ - :list:
2379
+ - :string
2380
+ - :rename: Values
2381
+ :outputs:
2382
+ :children:
2383
+ reservedInstancesListingsSet:
2384
+ :ignore: true
2385
+ :children:
2386
+ item:
2387
+ :rename: :reserved_instances_listings_set
2388
+ :list: true
2389
+ :children:
2390
+ createDate:
2391
+ :type: :time
2392
+ updateDate:
2393
+ :type: :time
2394
+ instanceCounts:
2395
+ :ignore: true
2396
+ :children:
2397
+ item:
2398
+ :rename: :instance_counts
2399
+ :list: true
2400
+ :children:
2401
+ instanceCount:
2402
+ :type: :integer
2403
+ priceSchedules:
2404
+ :ignore: true
2405
+ :children:
2406
+ item:
2407
+ :rename: :price_schedules
2408
+ :list: true
2409
+ :children:
2410
+ term:
2411
+ :type: :integer
2412
+ price:
2413
+ :type: :float
2414
+ active:
2415
+ :type: :boolean
2416
+ tagSet:
2417
+ :ignore: true
2418
+ :children:
2419
+ item:
2420
+ :rename: :tag_set
2421
+ :list: true
2422
+ - :name: DescribeReservedInstancesModifications
2423
+ :method: :describe_reserved_instances_modifications
2424
+ :inputs:
2425
+ ReservedInstancesModificationId:
2426
+ - :list:
2427
+ - :string
2428
+ - :rename: ReservedInstancesModificationIds
2429
+ NextToken:
2430
+ - :string
2431
+ Filter:
2432
+ - :list:
2433
+ - :structure:
2434
+ Name:
2435
+ - :string
2436
+ Value:
2437
+ - :list:
2438
+ - :string
2439
+ - :rename: Values
2440
+ - :rename: filters
2441
+ :outputs:
2442
+ :children:
2443
+ reservedInstancesModificationsSet:
2444
+ :ignore: true
2445
+ :children:
2446
+ item:
2447
+ :rename: :reserved_instances_modifications_set
2448
+ :list: true
2449
+ :children:
2450
+ reservedInstancesSet:
2451
+ :ignore: true
2452
+ :children:
2453
+ item:
2454
+ :rename: :reserved_instances_set
2455
+ :list: true
2456
+ modificationResultSet:
2457
+ :ignore: true
2458
+ :children:
2459
+ item:
2460
+ :rename: :modification_result_set
2461
+ :list: true
2462
+ :children:
2463
+ targetConfiguration:
2464
+ :children:
2465
+ instanceCount:
2466
+ :type: :integer
2467
+ createDate:
2468
+ :type: :time
2469
+ updateDate:
2470
+ :type: :time
2471
+ effectiveDate:
2472
+ :type: :time
2473
+ - :name: DescribeReservedInstancesOfferings
2474
+ :method: :describe_reserved_instances_offerings
2475
+ :inputs:
2476
+ DryRun:
2477
+ - :boolean
2478
+ ReservedInstancesOfferingId:
2479
+ - :list:
2480
+ - :string
2481
+ - :rename: ReservedInstancesOfferingIds
2482
+ InstanceType:
2483
+ - :string
2484
+ AvailabilityZone:
2485
+ - :string
2486
+ ProductDescription:
2487
+ - :string
2488
+ Filter:
2489
+ - :list:
2490
+ - :structure:
2491
+ Name:
2492
+ - :string
2493
+ Value:
2494
+ - :list:
2495
+ - :string
2496
+ - :rename: Values
2497
+ - :rename: filters
2498
+ InstanceTenancy:
2499
+ - :string
2500
+ OfferingType:
2501
+ - :string
2502
+ NextToken:
2503
+ - :string
2504
+ MaxResults:
2505
+ - :integer
2506
+ IncludeMarketplace:
2507
+ - :boolean
2508
+ MinDuration:
2509
+ - :long
2510
+ MaxDuration:
2511
+ - :long
2512
+ MaxInstanceCount:
2513
+ - :integer
2514
+ :outputs:
2515
+ :children:
2516
+ reservedInstancesOfferingsSet:
2517
+ :ignore: true
2518
+ :children:
2519
+ item:
2520
+ :rename: :reserved_instances_offerings_set
2521
+ :list: true
2522
+ :children:
2523
+ duration:
2524
+ :type: :integer
2525
+ usagePrice:
2526
+ :type: :float
2527
+ fixedPrice:
2528
+ :type: :float
2529
+ recurringCharges:
2530
+ :ignore: true
2531
+ :children:
2532
+ item:
2533
+ :rename: :recurring_charges
2534
+ :list: true
2535
+ :children:
2536
+ amount:
2537
+ :type: :float
2538
+ marketplace:
2539
+ :type: :boolean
2540
+ pricingDetailsSet:
2541
+ :ignore: true
2542
+ :children:
2543
+ item:
2544
+ :rename: :pricing_details_set
2545
+ :list: true
2546
+ :children:
2547
+ price:
2548
+ :type: :float
2549
+ count:
2550
+ :type: :integer
2551
+ - :name: DescribeRouteTables
2552
+ :method: :describe_route_tables
2553
+ :inputs:
2554
+ DryRun:
2555
+ - :boolean
2556
+ RouteTableId:
2557
+ - :list:
2558
+ - :string
2559
+ - :rename: routeTableIds
2560
+ Filter:
2561
+ - :list:
2562
+ - :structure:
2563
+ Name:
2564
+ - :string
2565
+ Value:
2566
+ - :list:
2567
+ - :string
2568
+ - :rename: Values
2569
+ - :rename: filters
2570
+ :outputs:
2571
+ :children:
2572
+ routeTableSet:
2573
+ :ignore: true
2574
+ :children:
2575
+ item:
2576
+ :rename: :route_table_set
2577
+ :list: true
2578
+ :children:
2579
+ routeSet:
2580
+ :ignore: true
2581
+ :children:
2582
+ item:
2583
+ :rename: :route_set
2584
+ :list: true
2585
+ associationSet:
2586
+ :ignore: true
2587
+ :children:
2588
+ item:
2589
+ :rename: :association_set
2590
+ :list: true
2591
+ :children:
2592
+ main:
2593
+ :type: :boolean
2594
+ tagSet:
2595
+ :ignore: true
2596
+ :children:
2597
+ item:
2598
+ :rename: :tag_set
2599
+ :list: true
2600
+ propagatingVgwSet:
2601
+ :ignore: true
2602
+ :children:
2603
+ item:
2604
+ :rename: :propagating_vgw_set
2605
+ :list: true
2606
+ - :name: DescribeSecurityGroups
2607
+ :method: :describe_security_groups
2608
+ :inputs:
2609
+ DryRun:
2610
+ - :boolean
2611
+ GroupName:
2612
+ - :list:
2613
+ - :string
2614
+ - :rename: GroupNames
2615
+ GroupId:
2616
+ - :list:
2617
+ - :string
2618
+ - :rename: GroupIds
2619
+ Filter:
2620
+ - :list:
2621
+ - :structure:
2622
+ Name:
2623
+ - :string
2624
+ Value:
2625
+ - :list:
2626
+ - :string
2627
+ - :rename: Values
2628
+ - :rename: filters
2629
+ :outputs:
2630
+ :children:
2631
+ securityGroupInfo:
2632
+ :ignore: true
2633
+ :children:
2634
+ item:
2635
+ :rename: :security_group_info
2636
+ :list: true
2637
+ :children:
2638
+ ipPermissions:
2639
+ :ignore: true
2640
+ :children:
2641
+ item:
2642
+ :rename: :ip_permissions
2643
+ :list: true
2644
+ :children:
2645
+ fromPort:
2646
+ :type: :integer
2647
+ toPort:
2648
+ :type: :integer
2649
+ groups:
2650
+ :ignore: true
2651
+ :children:
2652
+ item:
2653
+ :rename: :groups
2654
+ :list: true
2655
+ ipRanges:
2656
+ :ignore: true
2657
+ :children:
2658
+ item:
2659
+ :rename: :ip_ranges
2660
+ :list: true
2661
+ ipPermissionsEgress:
2662
+ :ignore: true
2663
+ :children:
2664
+ item:
2665
+ :rename: :ip_permissions_egress
2666
+ :list: true
2667
+ :children:
2668
+ fromPort:
2669
+ :type: :integer
2670
+ toPort:
2671
+ :type: :integer
2672
+ groups:
2673
+ :ignore: true
2674
+ :children:
2675
+ item:
2676
+ :rename: :groups
2677
+ :list: true
2678
+ ipRanges:
2679
+ :ignore: true
2680
+ :children:
2681
+ item:
2682
+ :rename: :ip_ranges
2683
+ :list: true
2684
+ tagSet:
2685
+ :ignore: true
2686
+ :children:
2687
+ item:
2688
+ :rename: :tag_set
2689
+ :list: true
2690
+ :index:
2691
+ :key: :group_id
2692
+ :name: :security_group_index
2693
+ - :name: DescribeSnapshotAttribute
2694
+ :method: :describe_snapshot_attribute
2695
+ :inputs:
2696
+ DryRun:
2697
+ - :boolean
2698
+ SnapshotId:
2699
+ - :string
2700
+ - :required
2701
+ Attribute:
2702
+ - :string
2703
+ - :required
2704
+ :outputs:
2705
+ :children:
2706
+ createVolumePermission:
2707
+ :ignore: true
2708
+ :children:
2709
+ item:
2710
+ :rename: :create_volume_permission
2711
+ :list: true
2712
+ productCodes:
2713
+ :ignore: true
2714
+ :children:
2715
+ item:
2716
+ :rename: :product_codes
2717
+ :list: true
2718
+ - :name: DescribeSnapshots
2719
+ :method: :describe_snapshots
2720
+ :inputs:
2721
+ DryRun:
2722
+ - :boolean
2723
+ SnapshotId:
2724
+ - :list:
2725
+ - :string
2726
+ - :rename: SnapshotIds
2727
+ Owner:
2728
+ - :list:
2729
+ - :string
2730
+ - :rename: OwnerIds
2731
+ RestorableBy:
2732
+ - :list:
2733
+ - :string
2734
+ - :rename: RestorableByUserIds
2735
+ Filter:
2736
+ - :list:
2737
+ - :structure:
2738
+ Name:
2739
+ - :string
2740
+ Value:
2741
+ - :list:
2742
+ - :string
2743
+ - :rename: Values
2744
+ - :rename: filters
2745
+ :outputs:
2746
+ :children:
2747
+ snapshotSet:
2748
+ :ignore: true
2749
+ :children:
2750
+ item:
2751
+ :rename: :snapshot_set
2752
+ :list: true
2753
+ :children:
2754
+ startTime:
2755
+ :type: :time
2756
+ volumeSize:
2757
+ :type: :integer
2758
+ tagSet:
2759
+ :ignore: true
2760
+ :children:
2761
+ item:
2762
+ :rename: :tag_set
2763
+ :list: true
2764
+ :index:
2765
+ :key: :snapshot_id
2766
+ :name: :snapshot_index
2767
+ - :name: DescribeSpotDatafeedSubscription
2768
+ :method: :describe_spot_datafeed_subscription
2769
+ :inputs:
2770
+ DryRun:
2771
+ - :boolean
2772
+ :outputs: {}
2773
+ - :name: DescribeSpotInstanceRequests
2774
+ :method: :describe_spot_instance_requests
2775
+ :inputs:
2776
+ DryRun:
2777
+ - :boolean
2778
+ SpotInstanceRequestId:
2779
+ - :list:
2780
+ - :string
2781
+ - :rename: spotInstanceRequestIds
2782
+ Filter:
2783
+ - :list:
2784
+ - :structure:
2785
+ Name:
2786
+ - :string
2787
+ Value:
2788
+ - :list:
2789
+ - :string
2790
+ - :rename: Values
2791
+ - :rename: filters
2792
+ :outputs:
2793
+ :children:
2794
+ spotInstanceRequestSet:
2795
+ :ignore: true
2796
+ :children:
2797
+ item:
2798
+ :rename: :spot_instance_request_set
2799
+ :list: true
2800
+ :children:
2801
+ status:
2802
+ :children:
2803
+ updateTime:
2804
+ :type: :time
2805
+ validFrom:
2806
+ :type: :time
2807
+ validUntil:
2808
+ :type: :time
2809
+ launchSpecification:
2810
+ :children:
2811
+ groupSet:
2812
+ :ignore: true
2813
+ :children:
2814
+ item:
2815
+ :rename: :group_set
2816
+ :list: true
2817
+ blockDeviceMapping:
2818
+ :ignore: true
2819
+ :children:
2820
+ item:
2821
+ :rename: :block_device_mapping
2822
+ :list: true
2823
+ :children:
2824
+ ebs:
2825
+ :children:
2826
+ volumeSize:
2827
+ :type: :integer
2828
+ deleteOnTermination:
2829
+ :type: :boolean
2830
+ iops:
2831
+ :type: :integer
2832
+ monitoringEnabled:
2833
+ :type: :boolean
2834
+ networkInterfaceSet:
2835
+ :ignore: true
2836
+ :children:
2837
+ item:
2838
+ :rename: :network_interface_set
2839
+ :list: true
2840
+ :children:
2841
+ deviceIndex:
2842
+ :type: :integer
2843
+ SecurityGroupId:
2844
+ :ignore: true
2845
+ :children:
2846
+ SecurityGroupId:
2847
+ :rename: :security_group_id
2848
+ :list: true
2849
+ deleteOnTermination:
2850
+ :type: :boolean
2851
+ privateIpAddressesSet:
2852
+ :ignore: true
2853
+ :children:
2854
+ item:
2855
+ :rename: :private_ip_addresses_set
2856
+ :list: true
2857
+ :children:
2858
+ primary:
2859
+ :type: :boolean
2860
+ secondaryPrivateIpAddressCount:
2861
+ :type: :integer
2862
+ associatePublicIpAddress:
2863
+ :type: :boolean
2864
+ ebsOptimized:
2865
+ :type: :boolean
2866
+ createTime:
2867
+ :type: :time
2868
+ tagSet:
2869
+ :ignore: true
2870
+ :children:
2871
+ item:
2872
+ :rename: :tag_set
2873
+ :list: true
2874
+ - :name: DescribeSpotPriceHistory
2875
+ :method: :describe_spot_price_history
2876
+ :inputs:
2877
+ DryRun:
2878
+ - :boolean
2879
+ StartTime:
2880
+ - :timestamp
2881
+ EndTime:
2882
+ - :timestamp
2883
+ InstanceType:
2884
+ - :list:
2885
+ - :string
2886
+ - :rename: instanceTypes
2887
+ ProductDescription:
2888
+ - :list:
2889
+ - :string
2890
+ - :rename: productDescriptions
2891
+ Filter:
2892
+ - :list:
2893
+ - :structure:
2894
+ Name:
2895
+ - :string
2896
+ Value:
2897
+ - :list:
2898
+ - :string
2899
+ - :rename: Values
2900
+ - :rename: filters
2901
+ AvailabilityZone:
2902
+ - :string
2903
+ MaxResults:
2904
+ - :integer
2905
+ NextToken:
2906
+ - :string
2907
+ :outputs:
2908
+ :children:
2909
+ spotPriceHistorySet:
2910
+ :ignore: true
2911
+ :children:
2912
+ item:
2913
+ :rename: :spot_price_history_set
2914
+ :list: true
2915
+ :children:
2916
+ timestamp:
2917
+ :type: :time
2918
+ - :name: DescribeSubnets
2919
+ :method: :describe_subnets
2920
+ :inputs:
2921
+ DryRun:
2922
+ - :boolean
2923
+ SubnetId:
2924
+ - :list:
2925
+ - :string
2926
+ - :rename: SubnetIds
2927
+ Filter:
2928
+ - :list:
2929
+ - :structure:
2930
+ Name:
2931
+ - :string
2932
+ Value:
2933
+ - :list:
2934
+ - :string
2935
+ - :rename: Values
2936
+ - :rename: Filters
2937
+ :outputs:
2938
+ :children:
2939
+ subnetSet:
2940
+ :ignore: true
2941
+ :children:
2942
+ item:
2943
+ :rename: :subnet_set
2944
+ :list: true
2945
+ :children:
2946
+ availableIpAddressCount:
2947
+ :type: :integer
2948
+ defaultForAz:
2949
+ :type: :boolean
2950
+ mapPublicIpOnLaunch:
2951
+ :type: :boolean
2952
+ tagSet:
2953
+ :ignore: true
2954
+ :children:
2955
+ item:
2956
+ :rename: :tag_set
2957
+ :list: true
2958
+ - :name: DescribeTags
2959
+ :method: :describe_tags
2960
+ :inputs:
2961
+ DryRun:
2962
+ - :boolean
2963
+ Filter:
2964
+ - :list:
2965
+ - :structure:
2966
+ Name:
2967
+ - :string
2968
+ Value:
2969
+ - :list:
2970
+ - :string
2971
+ - :rename: Values
2972
+ - :rename: filters
2973
+ :outputs:
2974
+ :children:
2975
+ tagSet:
2976
+ :ignore: true
2977
+ :children:
2978
+ item:
2979
+ :rename: :tag_set
2980
+ :list: true
2981
+ :index:
2982
+ :keys:
2983
+ - :resource_type
2984
+ - :resource_id
2985
+ - :key
2986
+ :name: :tag_index
2987
+ - :name: DescribeVolumeAttribute
2988
+ :method: :describe_volume_attribute
2989
+ :inputs:
2990
+ DryRun:
2991
+ - :boolean
2992
+ VolumeId:
2993
+ - :string
2994
+ - :required
2995
+ Attribute:
2996
+ - :string
2997
+ :outputs:
2998
+ :children:
2999
+ autoEnableIO:
3000
+ :children:
3001
+ value:
3002
+ :type: :boolean
3003
+ productCodes:
3004
+ :ignore: true
3005
+ :children:
3006
+ item:
3007
+ :rename: :product_codes
3008
+ :list: true
3009
+ - :name: DescribeVolumeStatus
3010
+ :method: :describe_volume_status
3011
+ :inputs:
3012
+ DryRun:
3013
+ - :boolean
3014
+ VolumeId:
3015
+ - :list:
3016
+ - :string
3017
+ - :rename: VolumeIds
3018
+ Filter:
3019
+ - :list:
3020
+ - :structure:
3021
+ Name:
3022
+ - :string
3023
+ Value:
3024
+ - :list:
3025
+ - :string
3026
+ - :rename: Values
3027
+ - :rename: filters
3028
+ NextToken:
3029
+ - :string
3030
+ MaxResults:
3031
+ - :integer
3032
+ :outputs:
3033
+ :children:
3034
+ volumeStatusSet:
3035
+ :ignore: true
3036
+ :children:
3037
+ item:
3038
+ :rename: :volume_status_set
3039
+ :list: true
3040
+ :children:
3041
+ volumeStatus:
3042
+ :children:
3043
+ details:
3044
+ :ignore: true
3045
+ :children:
3046
+ item:
3047
+ :rename: :details
3048
+ :list: true
3049
+ eventsSet:
3050
+ :ignore: true
3051
+ :children:
3052
+ item:
3053
+ :rename: :events_set
3054
+ :list: true
3055
+ :children:
3056
+ notBefore:
3057
+ :type: :time
3058
+ notAfter:
3059
+ :type: :time
3060
+ actionsSet:
3061
+ :ignore: true
3062
+ :children:
3063
+ item:
3064
+ :rename: :actions_set
3065
+ :list: true
3066
+ - :name: DescribeVolumes
3067
+ :method: :describe_volumes
3068
+ :inputs:
3069
+ DryRun:
3070
+ - :boolean
3071
+ VolumeId:
3072
+ - :list:
3073
+ - :string
3074
+ - :rename: VolumeIds
3075
+ Filter:
3076
+ - :list:
3077
+ - :structure:
3078
+ Name:
3079
+ - :string
3080
+ Value:
3081
+ - :list:
3082
+ - :string
3083
+ - :rename: Values
3084
+ - :rename: filters
3085
+ :outputs:
3086
+ :children:
3087
+ volumeSet:
3088
+ :ignore: true
3089
+ :children:
3090
+ item:
3091
+ :rename: :volume_set
3092
+ :list: true
3093
+ :children:
3094
+ size:
3095
+ :type: :integer
3096
+ createTime:
3097
+ :type: :time
3098
+ attachmentSet:
3099
+ :ignore: true
3100
+ :children:
3101
+ item:
3102
+ :rename: :attachment_set
3103
+ :list: true
3104
+ :children:
3105
+ attachTime:
3106
+ :type: :time
3107
+ deleteOnTermination:
3108
+ :type: :boolean
3109
+ tagSet:
3110
+ :ignore: true
3111
+ :children:
3112
+ item:
3113
+ :rename: :tag_set
3114
+ :list: true
3115
+ iops:
3116
+ :type: :integer
3117
+ :index:
3118
+ :key: :volume_id
3119
+ :name: :volume_index
3120
+ - :name: DescribeVpcAttribute
3121
+ :method: :describe_vpc_attribute
3122
+ :inputs:
3123
+ DryRun:
3124
+ - :boolean
3125
+ VpcId:
3126
+ - :string
3127
+ - :required
3128
+ Attribute:
3129
+ - :string
3130
+ :outputs:
3131
+ :children:
3132
+ enableDnsSupport:
3133
+ :children:
3134
+ value:
3135
+ :type: :boolean
3136
+ enableDnsHostnames:
3137
+ :children:
3138
+ value:
3139
+ :type: :boolean
3140
+ - :name: DescribeVpcs
3141
+ :method: :describe_vpcs
3142
+ :inputs:
3143
+ DryRun:
3144
+ - :boolean
3145
+ VpcId:
3146
+ - :list:
3147
+ - :string
3148
+ - :rename: VpcIds
3149
+ Filter:
3150
+ - :list:
3151
+ - :structure:
3152
+ Name:
3153
+ - :string
3154
+ Value:
3155
+ - :list:
3156
+ - :string
3157
+ - :rename: Values
3158
+ - :rename: Filters
3159
+ :outputs:
3160
+ :children:
3161
+ vpcSet:
3162
+ :ignore: true
3163
+ :children:
3164
+ item:
3165
+ :rename: :vpc_set
3166
+ :list: true
3167
+ :children:
3168
+ tagSet:
3169
+ :ignore: true
3170
+ :children:
3171
+ item:
3172
+ :rename: :tag_set
3173
+ :list: true
3174
+ isDefault:
3175
+ :type: :boolean
3176
+ - :name: DescribeVpnConnections
3177
+ :method: :describe_vpn_connections
3178
+ :inputs:
3179
+ DryRun:
3180
+ - :boolean
3181
+ VpnConnectionId:
3182
+ - :list:
3183
+ - :string
3184
+ - :rename: VpnConnectionIds
3185
+ Filter:
3186
+ - :list:
3187
+ - :structure:
3188
+ Name:
3189
+ - :string
3190
+ Value:
3191
+ - :list:
3192
+ - :string
3193
+ - :rename: Values
3194
+ - :rename: Filters
3195
+ :outputs:
3196
+ :children:
3197
+ vpnConnectionSet:
3198
+ :ignore: true
3199
+ :children:
3200
+ item:
3201
+ :rename: :vpn_connection_set
3202
+ :list: true
3203
+ :children:
3204
+ tagSet:
3205
+ :ignore: true
3206
+ :children:
3207
+ item:
3208
+ :rename: :tag_set
3209
+ :list: true
3210
+ vgwTelemetry:
3211
+ :ignore: true
3212
+ :children:
3213
+ item:
3214
+ :rename: :vgw_telemetry
3215
+ :list: true
3216
+ :children:
3217
+ lastStatusChange:
3218
+ :type: :time
3219
+ acceptedRouteCount:
3220
+ :type: :integer
3221
+ options:
3222
+ :children:
3223
+ staticRoutesOnly:
3224
+ :type: :boolean
3225
+ routes:
3226
+ :ignore: true
3227
+ :children:
3228
+ item:
3229
+ :rename: :routes
3230
+ :list: true
3231
+ type:
3232
+ :rename: :vpn_type
3233
+ - :name: DescribeVpnGateways
3234
+ :method: :describe_vpn_gateways
3235
+ :inputs:
3236
+ DryRun:
3237
+ - :boolean
3238
+ VpnGatewayId:
3239
+ - :list:
3240
+ - :string
3241
+ - :rename: VpnGatewayIds
3242
+ Filter:
3243
+ - :list:
3244
+ - :structure:
3245
+ Name:
3246
+ - :string
3247
+ Value:
3248
+ - :list:
3249
+ - :string
3250
+ - :rename: Values
3251
+ - :rename: Filters
3252
+ :outputs:
3253
+ :children:
3254
+ vpnGatewaySet:
3255
+ :ignore: true
3256
+ :children:
3257
+ item:
3258
+ :rename: :vpn_gateway_set
3259
+ :list: true
3260
+ :children:
3261
+ attachments:
3262
+ :ignore: true
3263
+ :children:
3264
+ item:
3265
+ :rename: :attachments
3266
+ :list: true
3267
+ tagSet:
3268
+ :ignore: true
3269
+ :children:
3270
+ item:
3271
+ :rename: :tag_set
3272
+ :list: true
3273
+ type:
3274
+ :rename: :vpn_type
3275
+ - :name: DetachInternetGateway
3276
+ :method: :detach_internet_gateway
3277
+ :inputs:
3278
+ DryRun:
3279
+ - :boolean
3280
+ InternetGatewayId:
3281
+ - :string
3282
+ - :required
3283
+ VpcId:
3284
+ - :string
3285
+ - :required
3286
+ :outputs: {}
3287
+ - :name: DetachNetworkInterface
3288
+ :method: :detach_network_interface
3289
+ :inputs:
3290
+ DryRun:
3291
+ - :boolean
3292
+ AttachmentId:
3293
+ - :string
3294
+ - :required
3295
+ Force:
3296
+ - :boolean
3297
+ :outputs: {}
3298
+ - :name: DetachVolume
3299
+ :method: :detach_volume
3300
+ :inputs:
3301
+ DryRun:
3302
+ - :boolean
3303
+ VolumeId:
3304
+ - :string
3305
+ - :required
3306
+ InstanceId:
3307
+ - :string
3308
+ Device:
3309
+ - :string
3310
+ Force:
3311
+ - :boolean
3312
+ :outputs:
3313
+ :children:
3314
+ attachTime:
3315
+ :type: :time
3316
+ deleteOnTermination:
3317
+ :type: :boolean
3318
+ - :name: DetachVpnGateway
3319
+ :method: :detach_vpn_gateway
3320
+ :inputs:
3321
+ DryRun:
3322
+ - :boolean
3323
+ VpnGatewayId:
3324
+ - :string
3325
+ - :required
3326
+ VpcId:
3327
+ - :string
3328
+ - :required
3329
+ :outputs: {}
3330
+ - :name: DisableVgwRoutePropagation
3331
+ :method: :disable_vgw_route_propagation
3332
+ :inputs:
3333
+ RouteTableId:
3334
+ - :string
3335
+ - :required
3336
+ GatewayId:
3337
+ - :string
3338
+ - :required
3339
+ :outputs: {}
3340
+ - :name: DisassociateAddress
3341
+ :method: :disassociate_address
3342
+ :inputs:
3343
+ DryRun:
3344
+ - :boolean
3345
+ PublicIp:
3346
+ - :string
3347
+ AssociationId:
3348
+ - :string
3349
+ :outputs: {}
3350
+ - :name: DisassociateRouteTable
3351
+ :method: :disassociate_route_table
3352
+ :inputs:
3353
+ DryRun:
3354
+ - :boolean
3355
+ AssociationId:
3356
+ - :string
3357
+ - :required
3358
+ :outputs: {}
3359
+ - :name: EnableVgwRoutePropagation
3360
+ :method: :enable_vgw_route_propagation
3361
+ :inputs:
3362
+ RouteTableId:
3363
+ - :string
3364
+ - :required
3365
+ GatewayId:
3366
+ - :string
3367
+ - :required
3368
+ :outputs: {}
3369
+ - :name: EnableVolumeIO
3370
+ :method: :enable_volume_io
3371
+ :inputs:
3372
+ DryRun:
3373
+ - :boolean
3374
+ VolumeId:
3375
+ - :string
3376
+ - :required
3377
+ :outputs: {}
3378
+ - :name: GetConsoleOutput
3379
+ :method: :get_console_output
3380
+ :inputs:
3381
+ DryRun:
3382
+ - :boolean
3383
+ InstanceId:
3384
+ - :string
3385
+ - :required
3386
+ :outputs:
3387
+ :children:
3388
+ timestamp:
3389
+ :type: :time
3390
+ - :name: GetPasswordData
3391
+ :method: :get_password_data
3392
+ :inputs:
3393
+ DryRun:
3394
+ - :boolean
3395
+ InstanceId:
3396
+ - :string
3397
+ - :required
3398
+ :outputs:
3399
+ :children:
3400
+ timestamp:
3401
+ :type: :time
3402
+ - :name: ImportInstance
3403
+ :method: :import_instance
3404
+ :inputs:
3405
+ DryRun:
3406
+ - :boolean
3407
+ Description:
3408
+ - :string
3409
+ LaunchSpecification:
3410
+ - :structure:
3411
+ Architecture:
3412
+ - :string
3413
+ GroupName:
3414
+ - :list:
3415
+ - :string
3416
+ - :rename: groupNames
3417
+ AdditionalInfo:
3418
+ - :string
3419
+ UserData:
3420
+ - :string
3421
+ InstanceType:
3422
+ - :string
3423
+ Placement:
3424
+ - :structure:
3425
+ AvailabilityZone:
3426
+ - :string
3427
+ - :rename: AvailabilityZone
3428
+ GroupName:
3429
+ - :string
3430
+ Tenancy:
3431
+ - :string
3432
+ Monitoring:
3433
+ - :boolean
3434
+ SubnetId:
3435
+ - :string
3436
+ InstanceInitiatedShutdownBehavior:
3437
+ - :string
3438
+ PrivateIpAddress:
3439
+ - :string
3440
+ DiskImage:
3441
+ - :list:
3442
+ - :structure:
3443
+ Image:
3444
+ - :structure:
3445
+ Format:
3446
+ - :string
3447
+ - :required
3448
+ Bytes:
3449
+ - :long
3450
+ - :required
3451
+ ImportManifestUrl:
3452
+ - :string
3453
+ - :required
3454
+ Description:
3455
+ - :string
3456
+ Volume:
3457
+ - :structure:
3458
+ Size:
3459
+ - :long
3460
+ - :required
3461
+ - :rename: diskImages
3462
+ Platform:
3463
+ - :string
3464
+ - :required
3465
+ :outputs:
3466
+ :children:
3467
+ conversionTask:
3468
+ :children:
3469
+ importInstance:
3470
+ :children:
3471
+ volumes:
3472
+ :ignore: true
3473
+ :children:
3474
+ item:
3475
+ :rename: :volumes
3476
+ :list: true
3477
+ :children:
3478
+ bytesConverted:
3479
+ :type: :integer
3480
+ image:
3481
+ :children:
3482
+ size:
3483
+ :type: :integer
3484
+ volume:
3485
+ :children:
3486
+ size:
3487
+ :type: :integer
3488
+ importVolume:
3489
+ :children:
3490
+ bytesConverted:
3491
+ :type: :integer
3492
+ image:
3493
+ :children:
3494
+ size:
3495
+ :type: :integer
3496
+ volume:
3497
+ :children:
3498
+ size:
3499
+ :type: :integer
3500
+ tagSet:
3501
+ :ignore: true
3502
+ :children:
3503
+ item:
3504
+ :rename: :tag_set
3505
+ :list: true
3506
+ - :name: ImportKeyPair
3507
+ :method: :import_key_pair
3508
+ :inputs:
3509
+ DryRun:
3510
+ - :boolean
3511
+ KeyName:
3512
+ - :string
3513
+ - :required
3514
+ PublicKeyMaterial:
3515
+ - :string
3516
+ - :required
3517
+ :outputs: {}
3518
+ - :name: ImportVolume
3519
+ :method: :import_volume
3520
+ :inputs:
3521
+ DryRun:
3522
+ - :boolean
3523
+ AvailabilityZone:
3524
+ - :string
3525
+ Image:
3526
+ - :structure:
3527
+ Format:
3528
+ - :string
3529
+ - :required
3530
+ Bytes:
3531
+ - :long
3532
+ - :required
3533
+ ImportManifestUrl:
3534
+ - :string
3535
+ - :required
3536
+ Description:
3537
+ - :string
3538
+ Volume:
3539
+ - :structure:
3540
+ Size:
3541
+ - :long
3542
+ - :required
3543
+ :outputs:
3544
+ :children:
3545
+ conversionTask:
3546
+ :children:
3547
+ importInstance:
3548
+ :children:
3549
+ volumes:
3550
+ :ignore: true
3551
+ :children:
3552
+ item:
3553
+ :rename: :volumes
3554
+ :list: true
3555
+ :children:
3556
+ bytesConverted:
3557
+ :type: :integer
3558
+ image:
3559
+ :children:
3560
+ size:
3561
+ :type: :integer
3562
+ volume:
3563
+ :children:
3564
+ size:
3565
+ :type: :integer
3566
+ importVolume:
3567
+ :children:
3568
+ bytesConverted:
3569
+ :type: :integer
3570
+ image:
3571
+ :children:
3572
+ size:
3573
+ :type: :integer
3574
+ volume:
3575
+ :children:
3576
+ size:
3577
+ :type: :integer
3578
+ tagSet:
3579
+ :ignore: true
3580
+ :children:
3581
+ item:
3582
+ :rename: :tag_set
3583
+ :list: true
3584
+ - :name: ModifyImageAttribute
3585
+ :method: :modify_image_attribute
3586
+ :inputs:
3587
+ DryRun:
3588
+ - :boolean
3589
+ ImageId:
3590
+ - :string
3591
+ - :required
3592
+ Attribute:
3593
+ - :string
3594
+ OperationType:
3595
+ - :string
3596
+ UserId:
3597
+ - :list:
3598
+ - :string
3599
+ - :rename: UserIds
3600
+ UserGroup:
3601
+ - :list:
3602
+ - :string
3603
+ - :rename: UserGroups
3604
+ ProductCode:
3605
+ - :list:
3606
+ - :string
3607
+ - :rename: ProductCodes
3608
+ Value:
3609
+ - :string
3610
+ LaunchPermission:
3611
+ - :structure:
3612
+ Add:
3613
+ - :list:
3614
+ - :structure:
3615
+ UserId:
3616
+ - :string
3617
+ - :rename: UserId
3618
+ Group:
3619
+ - :string
3620
+ - :rename: Group
3621
+ Remove:
3622
+ - :list:
3623
+ - :structure:
3624
+ UserId:
3625
+ - :string
3626
+ - :rename: UserId
3627
+ Group:
3628
+ - :string
3629
+ - :rename: Group
3630
+ Description:
3631
+ - :structure:
3632
+ Value:
3633
+ - :string
3634
+ :outputs: {}
3635
+ - :name: ModifyInstanceAttribute
3636
+ :method: :modify_instance_attribute
3637
+ :inputs:
3638
+ DryRun:
3639
+ - :boolean
3640
+ InstanceId:
3641
+ - :string
3642
+ - :required
3643
+ Attribute:
3644
+ - :string
3645
+ Value:
3646
+ - :string
3647
+ BlockDeviceMapping:
3648
+ - :list:
3649
+ - :structure:
3650
+ DeviceName:
3651
+ - :string
3652
+ Ebs:
3653
+ - :structure:
3654
+ VolumeId:
3655
+ - :string
3656
+ DeleteOnTermination:
3657
+ - :boolean
3658
+ VirtualName:
3659
+ - :string
3660
+ NoDevice:
3661
+ - :string
3662
+ - :rename: blockDeviceMappings
3663
+ SourceDestCheck:
3664
+ - :structure:
3665
+ Value:
3666
+ - :boolean
3667
+ DisableApiTermination:
3668
+ - :structure:
3669
+ Value:
3670
+ - :boolean
3671
+ InstanceType:
3672
+ - :structure:
3673
+ Value:
3674
+ - :string
3675
+ Kernel:
3676
+ - :structure:
3677
+ Value:
3678
+ - :string
3679
+ Ramdisk:
3680
+ - :structure:
3681
+ Value:
3682
+ - :string
3683
+ UserData:
3684
+ - :structure:
3685
+ Value:
3686
+ - :string
3687
+ InstanceInitiatedShutdownBehavior:
3688
+ - :structure:
3689
+ Value:
3690
+ - :string
3691
+ GroupId:
3692
+ - :list:
3693
+ - :string
3694
+ - :rename: groups
3695
+ EbsOptimized:
3696
+ - :structure:
3697
+ Value:
3698
+ - :boolean
3699
+ :outputs: {}
3700
+ - :name: ModifyNetworkInterfaceAttribute
3701
+ :method: :modify_network_interface_attribute
3702
+ :inputs:
3703
+ DryRun:
3704
+ - :boolean
3705
+ NetworkInterfaceId:
3706
+ - :string
3707
+ - :required
3708
+ Description:
3709
+ - :structure:
3710
+ Value:
3711
+ - :string
3712
+ SourceDestCheck:
3713
+ - :structure:
3714
+ Value:
3715
+ - :boolean
3716
+ SecurityGroupId:
3717
+ - :list:
3718
+ - :string
3719
+ - :rename: groups
3720
+ Attachment:
3721
+ - :structure:
3722
+ AttachmentId:
3723
+ - :string
3724
+ DeleteOnTermination:
3725
+ - :boolean
3726
+ :outputs: {}
3727
+ - :name: ModifyReservedInstances
3728
+ :method: :modify_reserved_instances
3729
+ :inputs:
3730
+ ClientToken:
3731
+ - :string
3732
+ ReservedInstancesId:
3733
+ - :list:
3734
+ - :string
3735
+ - :required
3736
+ - :rename: ReservedInstancesIds
3737
+ ReservedInstancesConfigurationSetItemType:
3738
+ - :list:
3739
+ - :structure:
3740
+ AvailabilityZone:
3741
+ - :string
3742
+ Platform:
3743
+ - :string
3744
+ InstanceCount:
3745
+ - :integer
3746
+ InstanceType:
3747
+ - :string
3748
+ - :required
3749
+ - :rename: targetConfigurations
3750
+ :outputs: {}
3751
+ - :name: ModifySnapshotAttribute
3752
+ :method: :modify_snapshot_attribute
3753
+ :inputs:
3754
+ DryRun:
3755
+ - :boolean
3756
+ SnapshotId:
3757
+ - :string
3758
+ - :required
3759
+ Attribute:
3760
+ - :string
3761
+ OperationType:
3762
+ - :string
3763
+ UserId:
3764
+ - :list:
3765
+ - :string
3766
+ - :rename: UserIds
3767
+ UserGroup:
3768
+ - :list:
3769
+ - :string
3770
+ - :rename: GroupNames
3771
+ CreateVolumePermission:
3772
+ - :structure:
3773
+ Add:
3774
+ - :list:
3775
+ - :structure:
3776
+ UserId:
3777
+ - :string
3778
+ - :rename: UserId
3779
+ Group:
3780
+ - :string
3781
+ - :rename: Group
3782
+ Remove:
3783
+ - :list:
3784
+ - :structure:
3785
+ UserId:
3786
+ - :string
3787
+ - :rename: UserId
3788
+ Group:
3789
+ - :string
3790
+ - :rename: Group
3791
+ :outputs: {}
3792
+ - :name: ModifyVolumeAttribute
3793
+ :method: :modify_volume_attribute
3794
+ :inputs:
3795
+ DryRun:
3796
+ - :boolean
3797
+ VolumeId:
3798
+ - :string
3799
+ - :required
3800
+ AutoEnableIO:
3801
+ - :boolean
3802
+ :outputs: {}
3803
+ - :name: ModifyVpcAttribute
3804
+ :method: :modify_vpc_attribute
3805
+ :inputs:
3806
+ VpcId:
3807
+ - :string
3808
+ - :required
3809
+ - :rename: VpcId
3810
+ EnableDnsSupport:
3811
+ - :structure:
3812
+ Value:
3813
+ - :boolean
3814
+ EnableDnsHostnames:
3815
+ - :structure:
3816
+ Value:
3817
+ - :boolean
3818
+ :outputs: {}
3819
+ - :name: MonitorInstances
3820
+ :method: :monitor_instances
3821
+ :inputs:
3822
+ DryRun:
3823
+ - :boolean
3824
+ InstanceId:
3825
+ - :list:
3826
+ - :string
3827
+ - :required
3828
+ - :rename: InstanceIds
3829
+ :outputs:
3830
+ :children:
3831
+ instancesSet:
3832
+ :ignore: true
3833
+ :children:
3834
+ item:
3835
+ :rename: :instances_set
3836
+ :list: true
3837
+ - :name: PurchaseReservedInstancesOffering
3838
+ :method: :purchase_reserved_instances_offering
3839
+ :inputs:
3840
+ DryRun:
3841
+ - :boolean
3842
+ ReservedInstancesOfferingId:
3843
+ - :string
3844
+ - :required
3845
+ InstanceCount:
3846
+ - :integer
3847
+ - :required
3848
+ LimitPrice:
3849
+ - :structure:
3850
+ Amount:
3851
+ - :double
3852
+ CurrencyCode:
3853
+ - :string
3854
+ :outputs: {}
3855
+ - :name: RebootInstances
3856
+ :method: :reboot_instances
3857
+ :inputs:
3858
+ DryRun:
3859
+ - :boolean
3860
+ InstanceId:
3861
+ - :list:
3862
+ - :string
3863
+ - :required
3864
+ - :rename: InstanceIds
3865
+ :outputs: {}
3866
+ - :name: RegisterImage
3867
+ :method: :register_image
3868
+ :inputs:
3869
+ DryRun:
3870
+ - :boolean
3871
+ ImageLocation:
3872
+ - :string
3873
+ Name:
3874
+ - :string
3875
+ Description:
3876
+ - :string
3877
+ Architecture:
3878
+ - :string
3879
+ KernelId:
3880
+ - :string
3881
+ RamdiskId:
3882
+ - :string
3883
+ RootDeviceName:
3884
+ - :string
3885
+ BlockDeviceMapping:
3886
+ - :list:
3887
+ - :structure:
3888
+ VirtualName:
3889
+ - :string
3890
+ - :rename: VirtualName
3891
+ DeviceName:
3892
+ - :string
3893
+ - :rename: DeviceName
3894
+ Ebs:
3895
+ - :structure:
3896
+ SnapshotId:
3897
+ - :string
3898
+ VolumeSize:
3899
+ - :integer
3900
+ DeleteOnTermination:
3901
+ - :boolean
3902
+ VolumeType:
3903
+ - :string
3904
+ Iops:
3905
+ - :integer
3906
+ NoDevice:
3907
+ - :string
3908
+ - :rename: blockDeviceMappings
3909
+ :outputs: {}
3910
+ - :name: ReleaseAddress
3911
+ :method: :release_address
3912
+ :inputs:
3913
+ DryRun:
3914
+ - :boolean
3915
+ PublicIp:
3916
+ - :string
3917
+ AllocationId:
3918
+ - :string
3919
+ :outputs: {}
3920
+ - :name: ReplaceNetworkAclAssociation
3921
+ :method: :replace_network_acl_association
3922
+ :inputs:
3923
+ DryRun:
3924
+ - :boolean
3925
+ AssociationId:
3926
+ - :string
3927
+ - :required
3928
+ NetworkAclId:
3929
+ - :string
3930
+ - :required
3931
+ :outputs: {}
3932
+ - :name: ReplaceNetworkAclEntry
3933
+ :method: :replace_network_acl_entry
3934
+ :inputs:
3935
+ DryRun:
3936
+ - :boolean
3937
+ NetworkAclId:
3938
+ - :string
3939
+ - :required
3940
+ RuleNumber:
3941
+ - :integer
3942
+ - :required
3943
+ Protocol:
3944
+ - :string
3945
+ - :required
3946
+ RuleAction:
3947
+ - :string
3948
+ - :required
3949
+ Egress:
3950
+ - :boolean
3951
+ - :required
3952
+ CidrBlock:
3953
+ - :string
3954
+ - :required
3955
+ Icmp:
3956
+ - :structure:
3957
+ Type:
3958
+ - :integer
3959
+ Code:
3960
+ - :integer
3961
+ - :rename: icmpTypeCode
3962
+ PortRange:
3963
+ - :structure:
3964
+ From:
3965
+ - :integer
3966
+ To:
3967
+ - :integer
3968
+ :outputs: {}
3969
+ - :name: ReplaceRoute
3970
+ :method: :replace_route
3971
+ :inputs:
3972
+ DryRun:
3973
+ - :boolean
3974
+ RouteTableId:
3975
+ - :string
3976
+ - :required
3977
+ DestinationCidrBlock:
3978
+ - :string
3979
+ - :required
3980
+ GatewayId:
3981
+ - :string
3982
+ InstanceId:
3983
+ - :string
3984
+ NetworkInterfaceId:
3985
+ - :string
3986
+ :outputs: {}
3987
+ - :name: ReplaceRouteTableAssociation
3988
+ :method: :replace_route_table_association
3989
+ :inputs:
3990
+ DryRun:
3991
+ - :boolean
3992
+ AssociationId:
3993
+ - :string
3994
+ - :required
3995
+ RouteTableId:
3996
+ - :string
3997
+ - :required
3998
+ :outputs: {}
3999
+ - :name: ReportInstanceStatus
4000
+ :method: :report_instance_status
4001
+ :inputs:
4002
+ DryRun:
4003
+ - :boolean
4004
+ InstanceId:
4005
+ - :list:
4006
+ - :string
4007
+ - :rename: instances
4008
+ Status:
4009
+ - :string
4010
+ StartTime:
4011
+ - :timestamp
4012
+ EndTime:
4013
+ - :timestamp
4014
+ ReasonCode:
4015
+ - :list:
4016
+ - :string
4017
+ - :rename: reasonCodes
4018
+ Description:
4019
+ - :string
4020
+ :outputs: {}
4021
+ - :name: RequestSpotInstances
4022
+ :method: :request_spot_instances
4023
+ :inputs:
4024
+ DryRun:
4025
+ - :boolean
4026
+ SpotPrice:
4027
+ - :string
4028
+ - :required
4029
+ InstanceCount:
4030
+ - :integer
4031
+ Type:
4032
+ - :string
4033
+ ValidFrom:
4034
+ - :timestamp
4035
+ ValidUntil:
4036
+ - :timestamp
4037
+ LaunchGroup:
4038
+ - :string
4039
+ AvailabilityZoneGroup:
4040
+ - :string
4041
+ LaunchSpecification:
4042
+ - :structure:
4043
+ ImageId:
4044
+ - :string
4045
+ KeyName:
4046
+ - :string
4047
+ UserData:
4048
+ - :string
4049
+ AddressingType:
4050
+ - :string
4051
+ InstanceType:
4052
+ - :string
4053
+ Placement:
4054
+ - :structure:
4055
+ AvailabilityZone:
4056
+ - :string
4057
+ GroupName:
4058
+ - :string
4059
+ KernelId:
4060
+ - :string
4061
+ RamdiskId:
4062
+ - :string
4063
+ BlockDeviceMapping:
4064
+ - :list:
4065
+ - :structure:
4066
+ VirtualName:
4067
+ - :string
4068
+ - :rename: VirtualName
4069
+ DeviceName:
4070
+ - :string
4071
+ - :rename: DeviceName
4072
+ Ebs:
4073
+ - :structure:
4074
+ SnapshotId:
4075
+ - :string
4076
+ VolumeSize:
4077
+ - :integer
4078
+ DeleteOnTermination:
4079
+ - :boolean
4080
+ VolumeType:
4081
+ - :string
4082
+ Iops:
4083
+ - :integer
4084
+ NoDevice:
4085
+ - :string
4086
+ - :rename: blockDeviceMappings
4087
+ MonitoringEnabled:
4088
+ - :boolean
4089
+ SubnetId:
4090
+ - :string
4091
+ NetworkInterface:
4092
+ - :list:
4093
+ - :structure:
4094
+ NetworkInterfaceId:
4095
+ - :string
4096
+ DeviceIndex:
4097
+ - :integer
4098
+ SubnetId:
4099
+ - :string
4100
+ Description:
4101
+ - :string
4102
+ PrivateIpAddress:
4103
+ - :string
4104
+ SecurityGroupId:
4105
+ - :list:
4106
+ - :string
4107
+ - :rename: groups
4108
+ DeleteOnTermination:
4109
+ - :boolean
4110
+ PrivateIpAddressesSet:
4111
+ - :list:
4112
+ - :structure:
4113
+ PrivateIpAddress:
4114
+ - :string
4115
+ - :required
4116
+ Primary:
4117
+ - :boolean
4118
+ - :rename: privateIpAddresses
4119
+ SecondaryPrivateIpAddressCount:
4120
+ - :integer
4121
+ AssociatePublicIpAddress:
4122
+ - :boolean
4123
+ - :rename: networkInterfaces
4124
+ IamInstanceProfile:
4125
+ - :structure:
4126
+ Arn:
4127
+ - :string
4128
+ Name:
4129
+ - :string
4130
+ EbsOptimized:
4131
+ - :boolean
4132
+ SecurityGroup:
4133
+ - :list:
4134
+ - :string
4135
+ - :rename: SecurityGroups
4136
+ SecurityGroupId:
4137
+ - :list:
4138
+ - :string
4139
+ - :rename: SecurityGroupIds
4140
+ :outputs:
4141
+ :children:
4142
+ spotInstanceRequestSet:
4143
+ :ignore: true
4144
+ :children:
4145
+ item:
4146
+ :rename: :spot_instance_request_set
4147
+ :list: true
4148
+ :children:
4149
+ status:
4150
+ :children:
4151
+ updateTime:
4152
+ :type: :time
4153
+ validFrom:
4154
+ :type: :time
4155
+ validUntil:
4156
+ :type: :time
4157
+ launchSpecification:
4158
+ :children:
4159
+ groupSet:
4160
+ :ignore: true
4161
+ :children:
4162
+ item:
4163
+ :rename: :group_set
4164
+ :list: true
4165
+ blockDeviceMapping:
4166
+ :ignore: true
4167
+ :children:
4168
+ item:
4169
+ :rename: :block_device_mapping
4170
+ :list: true
4171
+ :children:
4172
+ ebs:
4173
+ :children:
4174
+ volumeSize:
4175
+ :type: :integer
4176
+ deleteOnTermination:
4177
+ :type: :boolean
4178
+ iops:
4179
+ :type: :integer
4180
+ monitoringEnabled:
4181
+ :type: :boolean
4182
+ networkInterfaceSet:
4183
+ :ignore: true
4184
+ :children:
4185
+ item:
4186
+ :rename: :network_interface_set
4187
+ :list: true
4188
+ :children:
4189
+ deviceIndex:
4190
+ :type: :integer
4191
+ SecurityGroupId:
4192
+ :ignore: true
4193
+ :children:
4194
+ SecurityGroupId:
4195
+ :rename: :security_group_id
4196
+ :list: true
4197
+ deleteOnTermination:
4198
+ :type: :boolean
4199
+ privateIpAddressesSet:
4200
+ :ignore: true
4201
+ :children:
4202
+ item:
4203
+ :rename: :private_ip_addresses_set
4204
+ :list: true
4205
+ :children:
4206
+ primary:
4207
+ :type: :boolean
4208
+ secondaryPrivateIpAddressCount:
4209
+ :type: :integer
4210
+ associatePublicIpAddress:
4211
+ :type: :boolean
4212
+ ebsOptimized:
4213
+ :type: :boolean
4214
+ createTime:
4215
+ :type: :time
4216
+ tagSet:
4217
+ :ignore: true
4218
+ :children:
4219
+ item:
4220
+ :rename: :tag_set
4221
+ :list: true
4222
+ - :name: ResetImageAttribute
4223
+ :method: :reset_image_attribute
4224
+ :inputs:
4225
+ DryRun:
4226
+ - :boolean
4227
+ ImageId:
4228
+ - :string
4229
+ - :required
4230
+ Attribute:
4231
+ - :string
4232
+ - :required
4233
+ :outputs: {}
4234
+ - :name: ResetInstanceAttribute
4235
+ :method: :reset_instance_attribute
4236
+ :inputs:
4237
+ DryRun:
4238
+ - :boolean
4239
+ InstanceId:
4240
+ - :string
4241
+ - :required
4242
+ Attribute:
4243
+ - :string
4244
+ - :required
4245
+ :outputs: {}
4246
+ - :name: ResetNetworkInterfaceAttribute
4247
+ :method: :reset_network_interface_attribute
4248
+ :inputs:
4249
+ DryRun:
4250
+ - :boolean
4251
+ NetworkInterfaceId:
4252
+ - :string
4253
+ - :required
4254
+ SourceDestCheck:
4255
+ - :string
4256
+ :outputs: {}
4257
+ - :name: ResetSnapshotAttribute
4258
+ :method: :reset_snapshot_attribute
4259
+ :inputs:
4260
+ DryRun:
4261
+ - :boolean
4262
+ SnapshotId:
4263
+ - :string
4264
+ - :required
4265
+ Attribute:
4266
+ - :string
4267
+ - :required
4268
+ :outputs: {}
4269
+ - :name: RevokeSecurityGroupEgress
4270
+ :method: :revoke_security_group_egress
4271
+ :inputs:
4272
+ DryRun:
4273
+ - :boolean
4274
+ GroupId:
4275
+ - :string
4276
+ - :required
4277
+ SourceSecurityGroupName:
4278
+ - :string
4279
+ SourceSecurityGroupOwnerId:
4280
+ - :string
4281
+ IpProtocol:
4282
+ - :string
4283
+ FromPort:
4284
+ - :integer
4285
+ ToPort:
4286
+ - :integer
4287
+ CidrIp:
4288
+ - :string
4289
+ IpPermissions:
4290
+ - :list:
4291
+ - :structure:
4292
+ IpProtocol:
4293
+ - :string
4294
+ - :rename: IpProtocol
4295
+ FromPort:
4296
+ - :integer
4297
+ - :rename: FromPort
4298
+ ToPort:
4299
+ - :integer
4300
+ - :rename: ToPort
4301
+ Groups:
4302
+ - :list:
4303
+ - :structure:
4304
+ UserId:
4305
+ - :string
4306
+ - :rename: UserId
4307
+ GroupName:
4308
+ - :string
4309
+ - :rename: GroupName
4310
+ GroupId:
4311
+ - :string
4312
+ - :rename: GroupId
4313
+ - :rename: UserIdGroupPairs
4314
+ IpRanges:
4315
+ - :list:
4316
+ - :structure:
4317
+ CidrIp:
4318
+ - :string
4319
+ - :rename: CidrIp
4320
+ - :rename: IpRanges
4321
+ :outputs: {}
4322
+ - :name: RevokeSecurityGroupIngress
4323
+ :method: :revoke_security_group_ingress
4324
+ :inputs:
4325
+ DryRun:
4326
+ - :boolean
4327
+ GroupName:
4328
+ - :string
4329
+ GroupId:
4330
+ - :string
4331
+ SourceSecurityGroupName:
4332
+ - :string
4333
+ SourceSecurityGroupOwnerId:
4334
+ - :string
4335
+ IpProtocol:
4336
+ - :string
4337
+ FromPort:
4338
+ - :integer
4339
+ ToPort:
4340
+ - :integer
4341
+ CidrIp:
4342
+ - :string
4343
+ IpPermissions:
4344
+ - :list:
4345
+ - :structure:
4346
+ IpProtocol:
4347
+ - :string
4348
+ - :rename: IpProtocol
4349
+ FromPort:
4350
+ - :integer
4351
+ - :rename: FromPort
4352
+ ToPort:
4353
+ - :integer
4354
+ - :rename: ToPort
4355
+ Groups:
4356
+ - :list:
4357
+ - :structure:
4358
+ UserId:
4359
+ - :string
4360
+ - :rename: UserId
4361
+ GroupName:
4362
+ - :string
4363
+ - :rename: GroupName
4364
+ GroupId:
4365
+ - :string
4366
+ - :rename: GroupId
4367
+ - :rename: UserIdGroupPairs
4368
+ IpRanges:
4369
+ - :list:
4370
+ - :structure:
4371
+ CidrIp:
4372
+ - :string
4373
+ - :rename: CidrIp
4374
+ - :rename: IpRanges
4375
+ :outputs: {}
4376
+ - :name: RunInstances
4377
+ :method: :run_instances
4378
+ :inputs:
4379
+ DryRun:
4380
+ - :boolean
4381
+ ImageId:
4382
+ - :string
4383
+ - :required
4384
+ MinCount:
4385
+ - :integer
4386
+ - :required
4387
+ MaxCount:
4388
+ - :integer
4389
+ - :required
4390
+ KeyName:
4391
+ - :string
4392
+ SecurityGroup:
4393
+ - :list:
4394
+ - :string
4395
+ - :rename: SecurityGroups
4396
+ SecurityGroupId:
4397
+ - :list:
4398
+ - :string
4399
+ - :rename: SecurityGroupIds
4400
+ UserData:
4401
+ - :string
4402
+ InstanceType:
4403
+ - :string
4404
+ Placement:
4405
+ - :structure:
4406
+ AvailabilityZone:
4407
+ - :string
4408
+ - :rename: AvailabilityZone
4409
+ GroupName:
4410
+ - :string
4411
+ Tenancy:
4412
+ - :string
4413
+ KernelId:
4414
+ - :string
4415
+ RamdiskId:
4416
+ - :string
4417
+ BlockDeviceMapping:
4418
+ - :list:
4419
+ - :structure:
4420
+ VirtualName:
4421
+ - :string
4422
+ - :rename: VirtualName
4423
+ DeviceName:
4424
+ - :string
4425
+ - :rename: DeviceName
4426
+ Ebs:
4427
+ - :structure:
4428
+ SnapshotId:
4429
+ - :string
4430
+ VolumeSize:
4431
+ - :integer
4432
+ DeleteOnTermination:
4433
+ - :boolean
4434
+ VolumeType:
4435
+ - :string
4436
+ Iops:
4437
+ - :integer
4438
+ NoDevice:
4439
+ - :string
4440
+ - :rename: BlockDeviceMappings
4441
+ Monitoring:
4442
+ - :structure:
4443
+ Enabled:
4444
+ - :boolean
4445
+ - :required
4446
+ SubnetId:
4447
+ - :string
4448
+ DisableApiTermination:
4449
+ - :boolean
4450
+ InstanceInitiatedShutdownBehavior:
4451
+ - :string
4452
+ License:
4453
+ - :structure:
4454
+ Pool:
4455
+ - :string
4456
+ PrivateIpAddress:
4457
+ - :string
4458
+ ClientToken:
4459
+ - :string
4460
+ AdditionalInfo:
4461
+ - :string
4462
+ NetworkInterface:
4463
+ - :list:
4464
+ - :structure:
4465
+ NetworkInterfaceId:
4466
+ - :string
4467
+ DeviceIndex:
4468
+ - :integer
4469
+ SubnetId:
4470
+ - :string
4471
+ Description:
4472
+ - :string
4473
+ PrivateIpAddress:
4474
+ - :string
4475
+ SecurityGroupId:
4476
+ - :list:
4477
+ - :string
4478
+ - :rename: groups
4479
+ DeleteOnTermination:
4480
+ - :boolean
4481
+ PrivateIpAddressesSet:
4482
+ - :list:
4483
+ - :structure:
4484
+ PrivateIpAddress:
4485
+ - :string
4486
+ - :required
4487
+ Primary:
4488
+ - :boolean
4489
+ - :rename: privateIpAddresses
4490
+ SecondaryPrivateIpAddressCount:
4491
+ - :integer
4492
+ AssociatePublicIpAddress:
4493
+ - :boolean
4494
+ - :rename: networkInterfaces
4495
+ IamInstanceProfile:
4496
+ - :structure:
4497
+ Arn:
4498
+ - :string
4499
+ Name:
4500
+ - :string
4501
+ EbsOptimized:
4502
+ - :boolean
4503
+ :outputs:
4504
+ :children:
4505
+ groupSet:
4506
+ :ignore: true
4507
+ :children:
4508
+ item:
4509
+ :rename: :group_set
4510
+ :list: true
4511
+ instancesSet:
4512
+ :ignore: true
4513
+ :children:
4514
+ item:
4515
+ :rename: :instances_set
4516
+ :list: true
4517
+ :children:
4518
+ instanceState:
4519
+ :children:
4520
+ code:
4521
+ :type: :integer
4522
+ amiLaunchIndex:
4523
+ :type: :integer
4524
+ productCodes:
4525
+ :ignore: true
4526
+ :children:
4527
+ item:
4528
+ :rename: :product_codes
4529
+ :list: true
4530
+ launchTime:
4531
+ :type: :time
4532
+ blockDeviceMapping:
4533
+ :ignore: true
4534
+ :children:
4535
+ item:
4536
+ :rename: :block_device_mapping
4537
+ :list: true
4538
+ :children:
4539
+ ebs:
4540
+ :children:
4541
+ attachTime:
4542
+ :type: :time
4543
+ deleteOnTermination:
4544
+ :type: :boolean
4545
+ tagSet:
4546
+ :ignore: true
4547
+ :children:
4548
+ item:
4549
+ :rename: :tag_set
4550
+ :list: true
4551
+ groupSet:
4552
+ :ignore: true
4553
+ :children:
4554
+ item:
4555
+ :rename: :group_set
4556
+ :list: true
4557
+ sourceDestCheck:
4558
+ :type: :boolean
4559
+ networkInterfaceSet:
4560
+ :ignore: true
4561
+ :children:
4562
+ item:
4563
+ :rename: :network_interface_set
4564
+ :list: true
4565
+ :children:
4566
+ sourceDestCheck:
4567
+ :type: :boolean
4568
+ groupSet:
4569
+ :ignore: true
4570
+ :children:
4571
+ item:
4572
+ :rename: :group_set
4573
+ :list: true
4574
+ attachment:
4575
+ :children:
4576
+ deviceIndex:
4577
+ :type: :integer
4578
+ attachTime:
4579
+ :type: :time
4580
+ deleteOnTermination:
4581
+ :type: :boolean
4582
+ privateIpAddressesSet:
4583
+ :ignore: true
4584
+ :children:
4585
+ item:
4586
+ :rename: :private_ip_addresses_set
4587
+ :list: true
4588
+ :children:
4589
+ primary:
4590
+ :type: :boolean
4591
+ ebsOptimized:
4592
+ :type: :boolean
4593
+ - :name: StartInstances
4594
+ :method: :start_instances
4595
+ :inputs:
4596
+ InstanceId:
4597
+ - :list:
4598
+ - :string
4599
+ - :required
4600
+ - :rename: InstanceIds
4601
+ AdditionalInfo:
4602
+ - :string
4603
+ DryRun:
4604
+ - :boolean
4605
+ :outputs:
4606
+ :children:
4607
+ instancesSet:
4608
+ :ignore: true
4609
+ :children:
4610
+ item:
4611
+ :rename: :instances_set
4612
+ :list: true
4613
+ :children:
4614
+ currentState:
4615
+ :children:
4616
+ code:
4617
+ :type: :integer
4618
+ previousState:
4619
+ :children:
4620
+ code:
4621
+ :type: :integer
4622
+ - :name: StopInstances
4623
+ :method: :stop_instances
4624
+ :inputs:
4625
+ DryRun:
4626
+ - :boolean
4627
+ InstanceId:
4628
+ - :list:
4629
+ - :string
4630
+ - :required
4631
+ - :rename: InstanceIds
4632
+ Force:
4633
+ - :boolean
4634
+ :outputs:
4635
+ :children:
4636
+ instancesSet:
4637
+ :ignore: true
4638
+ :children:
4639
+ item:
4640
+ :rename: :instances_set
4641
+ :list: true
4642
+ :children:
4643
+ currentState:
4644
+ :children:
4645
+ code:
4646
+ :type: :integer
4647
+ previousState:
4648
+ :children:
4649
+ code:
4650
+ :type: :integer
4651
+ - :name: TerminateInstances
4652
+ :method: :terminate_instances
4653
+ :inputs:
4654
+ DryRun:
4655
+ - :boolean
4656
+ InstanceId:
4657
+ - :list:
4658
+ - :string
4659
+ - :required
4660
+ - :rename: InstanceIds
4661
+ :outputs:
4662
+ :children:
4663
+ instancesSet:
4664
+ :ignore: true
4665
+ :children:
4666
+ item:
4667
+ :rename: :instances_set
4668
+ :list: true
4669
+ :children:
4670
+ currentState:
4671
+ :children:
4672
+ code:
4673
+ :type: :integer
4674
+ previousState:
4675
+ :children:
4676
+ code:
4677
+ :type: :integer
4678
+ - :name: UnassignPrivateIpAddresses
4679
+ :method: :unassign_private_ip_addresses
4680
+ :inputs:
4681
+ NetworkInterfaceId:
4682
+ - :string
4683
+ - :required
4684
+ PrivateIpAddress:
4685
+ - :list:
4686
+ - :string
4687
+ - :required
4688
+ - :rename: privateIpAddresses
4689
+ :outputs: {}
4690
+ - :name: UnmonitorInstances
4691
+ :method: :unmonitor_instances
4692
+ :inputs:
4693
+ DryRun:
4694
+ - :boolean
4695
+ InstanceId:
4696
+ - :list:
4697
+ - :string
4698
+ - :required
4699
+ - :rename: InstanceIds
4700
+ :outputs:
4701
+ :children:
4702
+ instancesSet:
4703
+ :ignore: true
4704
+ :children:
4705
+ item:
4706
+ :rename: :instances_set
4707
+ :list: true