aws-sdk 1.5.1 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3739 @@
1
+ # Copyright 2011-2012 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
+ :operations:
16
+ - :name: ActivateLicense
17
+ :method: :activate_license
18
+ :inputs:
19
+ LicenseId:
20
+ - :string
21
+ - :required
22
+ Capacity:
23
+ - :integer
24
+ - :required
25
+ :outputs: {}
26
+ - :name: AllocateAddress
27
+ :method: :allocate_address
28
+ :inputs:
29
+ Domain:
30
+ - :string
31
+ :outputs: {}
32
+ - :name: AssociateAddress
33
+ :method: :associate_address
34
+ :inputs:
35
+ InstanceId:
36
+ - :string
37
+ - :required
38
+ PublicIp:
39
+ - :string
40
+ AllocationId:
41
+ - :string
42
+ NetworkInterfaceId:
43
+ - :string
44
+ :outputs: {}
45
+ - :name: AssociateDhcpOptions
46
+ :method: :associate_dhcp_options
47
+ :inputs:
48
+ DhcpOptionsId:
49
+ - :string
50
+ - :required
51
+ VpcId:
52
+ - :string
53
+ - :required
54
+ :outputs: {}
55
+ - :name: AssociateRouteTable
56
+ :method: :associate_route_table
57
+ :inputs:
58
+ SubnetId:
59
+ - :string
60
+ - :required
61
+ RouteTableId:
62
+ - :string
63
+ - :required
64
+ :outputs: {}
65
+ - :name: AttachInternetGateway
66
+ :method: :attach_internet_gateway
67
+ :inputs:
68
+ InternetGatewayId:
69
+ - :string
70
+ - :required
71
+ VpcId:
72
+ - :string
73
+ - :required
74
+ :outputs: {}
75
+ - :name: AttachNetworkInterface
76
+ :method: :attach_network_interface
77
+ :inputs:
78
+ NetworkInterfaceId:
79
+ - :string
80
+ - :required
81
+ InstanceId:
82
+ - :string
83
+ - :required
84
+ DeviceIndex:
85
+ - :integer
86
+ - :required
87
+ :outputs: {}
88
+ - :name: AttachVolume
89
+ :method: :attach_volume
90
+ :inputs:
91
+ VolumeId:
92
+ - :string
93
+ - :required
94
+ InstanceId:
95
+ - :string
96
+ - :required
97
+ Device:
98
+ - :string
99
+ - :required
100
+ :outputs:
101
+ :children:
102
+ attachTime:
103
+ :type: :time
104
+ deleteOnTermination:
105
+ :type: :boolean
106
+ - :name: AttachVpnGateway
107
+ :method: :attach_vpn_gateway
108
+ :inputs:
109
+ VpnGatewayId:
110
+ - :string
111
+ - :required
112
+ VpcId:
113
+ - :string
114
+ - :required
115
+ :outputs: {}
116
+ - :name: AuthorizeSecurityGroupEgress
117
+ :method: :authorize_security_group_egress
118
+ :inputs:
119
+ GroupId:
120
+ - :string
121
+ - :required
122
+ SourceSecurityGroupName:
123
+ - :string
124
+ SourceSecurityGroupOwnerId:
125
+ - :string
126
+ IpProtocol:
127
+ - :string
128
+ FromPort:
129
+ - :integer
130
+ ToPort:
131
+ - :integer
132
+ CidrIp:
133
+ - :string
134
+ IpPermissions:
135
+ - :list:
136
+ - :structure:
137
+ IpProtocol:
138
+ - :string
139
+ - :rename: IpProtocol
140
+ FromPort:
141
+ - :integer
142
+ - :rename: FromPort
143
+ ToPort:
144
+ - :integer
145
+ - :rename: ToPort
146
+ Groups:
147
+ - :list:
148
+ - :structure:
149
+ UserId:
150
+ - :string
151
+ - :rename: UserId
152
+ GroupName:
153
+ - :string
154
+ - :rename: GroupName
155
+ GroupId:
156
+ - :string
157
+ - :rename: GroupId
158
+ - :rename: UserIdGroupPairs
159
+ IpRanges:
160
+ - :list:
161
+ - :structure:
162
+ CidrIp:
163
+ - :string
164
+ - :rename: CidrIp
165
+ - :rename: IpRanges
166
+ :outputs: {}
167
+ - :name: AuthorizeSecurityGroupIngress
168
+ :method: :authorize_security_group_ingress
169
+ :inputs:
170
+ GroupName:
171
+ - :string
172
+ GroupId:
173
+ - :string
174
+ SourceSecurityGroupName:
175
+ - :string
176
+ SourceSecurityGroupOwnerId:
177
+ - :string
178
+ IpProtocol:
179
+ - :string
180
+ FromPort:
181
+ - :integer
182
+ ToPort:
183
+ - :integer
184
+ CidrIp:
185
+ - :string
186
+ IpPermissions:
187
+ - :list:
188
+ - :structure:
189
+ IpProtocol:
190
+ - :string
191
+ - :rename: IpProtocol
192
+ FromPort:
193
+ - :integer
194
+ - :rename: FromPort
195
+ ToPort:
196
+ - :integer
197
+ - :rename: ToPort
198
+ Groups:
199
+ - :list:
200
+ - :structure:
201
+ UserId:
202
+ - :string
203
+ - :rename: UserId
204
+ GroupName:
205
+ - :string
206
+ - :rename: GroupName
207
+ GroupId:
208
+ - :string
209
+ - :rename: GroupId
210
+ - :rename: UserIdGroupPairs
211
+ IpRanges:
212
+ - :list:
213
+ - :structure:
214
+ CidrIp:
215
+ - :string
216
+ - :rename: CidrIp
217
+ - :rename: IpRanges
218
+ :outputs: {}
219
+ - :name: BundleInstance
220
+ :method: :bundle_instance
221
+ :inputs:
222
+ InstanceId:
223
+ - :string
224
+ - :required
225
+ Storage:
226
+ - :structure:
227
+ S3:
228
+ - :structure:
229
+ Bucket:
230
+ - :string
231
+ - :rename: Bucket
232
+ Prefix:
233
+ - :string
234
+ - :rename: Prefix
235
+ AWSAccessKeyId:
236
+ - :string
237
+ UploadPolicy:
238
+ - :string
239
+ - :rename: UploadPolicy
240
+ UploadPolicySignature:
241
+ - :string
242
+ - :rename: UploadPolicySignature
243
+ - :required
244
+ :outputs:
245
+ :children:
246
+ bundleInstanceTask:
247
+ :children:
248
+ startTime:
249
+ :type: :time
250
+ updateTime:
251
+ :type: :time
252
+ - :name: CancelBundleTask
253
+ :method: :cancel_bundle_task
254
+ :inputs:
255
+ BundleId:
256
+ - :string
257
+ - :required
258
+ :outputs:
259
+ :children:
260
+ bundleInstanceTask:
261
+ :children:
262
+ startTime:
263
+ :type: :time
264
+ updateTime:
265
+ :type: :time
266
+ - :name: CancelConversionTask
267
+ :method: :cancel_conversion_task
268
+ :inputs:
269
+ ConversionTaskId:
270
+ - :string
271
+ - :required
272
+ ReasonMessage:
273
+ - :string
274
+ :outputs: {}
275
+ - :name: CancelSpotInstanceRequests
276
+ :method: :cancel_spot_instance_requests
277
+ :inputs:
278
+ SpotInstanceRequestId:
279
+ - :list:
280
+ - :string
281
+ - :required
282
+ - :rename: spotInstanceRequestIds
283
+ :outputs:
284
+ :children:
285
+ spotInstanceRequestSet:
286
+ :ignore: true
287
+ :children:
288
+ item:
289
+ :rename: :spot_instance_request_set
290
+ :list: true
291
+ - :name: ConfirmProductInstance
292
+ :method: :confirm_product_instance
293
+ :inputs:
294
+ ProductCode:
295
+ - :string
296
+ - :required
297
+ InstanceId:
298
+ - :string
299
+ - :required
300
+ :outputs: {}
301
+ - :name: CreateCustomerGateway
302
+ :method: :create_customer_gateway
303
+ :inputs:
304
+ Type:
305
+ - :string
306
+ - :required
307
+ IpAddress:
308
+ - :string
309
+ - :required
310
+ - :rename: PublicIp
311
+ BgpAsn:
312
+ - :integer
313
+ - :required
314
+ :outputs:
315
+ :children:
316
+ customerGateway:
317
+ :children:
318
+ tagSet:
319
+ :ignore: true
320
+ :children:
321
+ item:
322
+ :rename: :tag_set
323
+ :list: true
324
+ - :name: CreateDhcpOptions
325
+ :method: :create_dhcp_options
326
+ :inputs:
327
+ DhcpConfiguration:
328
+ - :list:
329
+ - :structure:
330
+ Key:
331
+ - :string
332
+ - :rename: Key
333
+ Value:
334
+ - :list:
335
+ - :string
336
+ - :rename: Values
337
+ - :required
338
+ - :rename: DhcpConfigurations
339
+ :outputs:
340
+ :children:
341
+ dhcpOptions:
342
+ :children:
343
+ dhcpConfigurationSet:
344
+ :ignore: true
345
+ :children:
346
+ item:
347
+ :rename: :dhcp_configuration_set
348
+ :list: true
349
+ :children:
350
+ valueSet:
351
+ :ignore: true
352
+ :children:
353
+ item:
354
+ :rename: :value_set
355
+ :list: true
356
+ tagSet:
357
+ :ignore: true
358
+ :children:
359
+ item:
360
+ :rename: :tag_set
361
+ :list: true
362
+ - :name: CreateImage
363
+ :method: :create_image
364
+ :inputs:
365
+ InstanceId:
366
+ - :string
367
+ - :required
368
+ Name:
369
+ - :string
370
+ - :required
371
+ Description:
372
+ - :string
373
+ NoReboot:
374
+ - :boolean
375
+ :outputs: {}
376
+ - :name: CreateInternetGateway
377
+ :method: :create_internet_gateway
378
+ :inputs: {}
379
+ :outputs:
380
+ :children:
381
+ internetGateway:
382
+ :children:
383
+ attachmentSet:
384
+ :ignore: true
385
+ :children:
386
+ item:
387
+ :rename: :attachment_set
388
+ :list: true
389
+ tagSet:
390
+ :ignore: true
391
+ :children:
392
+ item:
393
+ :rename: :tag_set
394
+ :list: true
395
+ - :name: CreateKeyPair
396
+ :method: :create_key_pair
397
+ :inputs:
398
+ KeyName:
399
+ - :string
400
+ - :required
401
+ :outputs: {}
402
+ - :name: CreateNetworkAcl
403
+ :method: :create_network_acl
404
+ :inputs:
405
+ VpcId:
406
+ - :string
407
+ - :required
408
+ :outputs:
409
+ :children:
410
+ networkAcl:
411
+ :children:
412
+ default:
413
+ :type: :boolean
414
+ entrySet:
415
+ :ignore: true
416
+ :children:
417
+ item:
418
+ :rename: :entry_set
419
+ :list: true
420
+ :children:
421
+ ruleNumber:
422
+ :type: :integer
423
+ egress:
424
+ :type: :boolean
425
+ icmpTypeCode:
426
+ :children:
427
+ type:
428
+ :type: :integer
429
+ code:
430
+ :type: :integer
431
+ portRange:
432
+ :children:
433
+ from:
434
+ :type: :integer
435
+ to:
436
+ :type: :integer
437
+ associationSet:
438
+ :ignore: true
439
+ :children:
440
+ item:
441
+ :rename: :association_set
442
+ :list: true
443
+ tagSet:
444
+ :ignore: true
445
+ :children:
446
+ item:
447
+ :rename: :tag_set
448
+ :list: true
449
+ - :name: CreateNetworkAclEntry
450
+ :method: :create_network_acl_entry
451
+ :inputs:
452
+ NetworkAclId:
453
+ - :string
454
+ - :required
455
+ RuleNumber:
456
+ - :integer
457
+ - :required
458
+ Protocol:
459
+ - :string
460
+ - :required
461
+ RuleAction:
462
+ - :string
463
+ - :required
464
+ Egress:
465
+ - :boolean
466
+ - :required
467
+ CidrBlock:
468
+ - :string
469
+ - :required
470
+ Icmp:
471
+ - :structure:
472
+ Type:
473
+ - :integer
474
+ Code:
475
+ - :integer
476
+ - :rename: icmpTypeCode
477
+ PortRange:
478
+ - :structure:
479
+ From:
480
+ - :integer
481
+ To:
482
+ - :integer
483
+ :outputs: {}
484
+ - :name: CreateNetworkInterface
485
+ :method: :create_network_interface
486
+ :inputs:
487
+ SubnetId:
488
+ - :string
489
+ - :required
490
+ Description:
491
+ - :string
492
+ PrivateIpAddress:
493
+ - :string
494
+ SecurityGroupId:
495
+ - :list:
496
+ - :string
497
+ - :rename: groups
498
+ :outputs:
499
+ :children:
500
+ networkInterface:
501
+ :children:
502
+ requesterManaged:
503
+ :type: :boolean
504
+ sourceDestCheck:
505
+ :type: :boolean
506
+ groupSet:
507
+ :ignore: true
508
+ :children:
509
+ item:
510
+ :rename: :group_set
511
+ :list: true
512
+ attachment:
513
+ :children:
514
+ deviceIndex:
515
+ :type: :integer
516
+ attachTime:
517
+ :type: :time
518
+ deleteOnTermination:
519
+ :type: :boolean
520
+ tagSet:
521
+ :ignore: true
522
+ :children:
523
+ item:
524
+ :rename: :tag_set
525
+ :list: true
526
+ - :name: CreatePlacementGroup
527
+ :method: :create_placement_group
528
+ :inputs:
529
+ GroupName:
530
+ - :string
531
+ - :required
532
+ Strategy:
533
+ - :string
534
+ - :required
535
+ :outputs: {}
536
+ - :name: CreateRoute
537
+ :method: :create_route
538
+ :inputs:
539
+ RouteTableId:
540
+ - :string
541
+ - :required
542
+ DestinationCidrBlock:
543
+ - :string
544
+ - :required
545
+ GatewayId:
546
+ - :string
547
+ InstanceId:
548
+ - :string
549
+ NetworkInterfaceId:
550
+ - :string
551
+ :outputs: {}
552
+ - :name: CreateRouteTable
553
+ :method: :create_route_table
554
+ :inputs:
555
+ VpcId:
556
+ - :string
557
+ - :required
558
+ :outputs:
559
+ :children:
560
+ routeTable:
561
+ :children:
562
+ routeSet:
563
+ :ignore: true
564
+ :children:
565
+ item:
566
+ :rename: :route_set
567
+ :list: true
568
+ associationSet:
569
+ :ignore: true
570
+ :children:
571
+ item:
572
+ :rename: :association_set
573
+ :list: true
574
+ :children:
575
+ main:
576
+ :type: :boolean
577
+ tagSet:
578
+ :ignore: true
579
+ :children:
580
+ item:
581
+ :rename: :tag_set
582
+ :list: true
583
+ - :name: CreateSecurityGroup
584
+ :method: :create_security_group
585
+ :inputs:
586
+ GroupName:
587
+ - :string
588
+ - :required
589
+ GroupDescription:
590
+ - :string
591
+ - :required
592
+ - :rename: Description
593
+ VpcId:
594
+ - :string
595
+ :outputs: {}
596
+ - :name: CreateSnapshot
597
+ :method: :create_snapshot
598
+ :inputs:
599
+ VolumeId:
600
+ - :string
601
+ - :required
602
+ Description:
603
+ - :string
604
+ :outputs:
605
+ :children:
606
+ startTime:
607
+ :type: :time
608
+ volumeSize:
609
+ :type: :integer
610
+ tagSet:
611
+ :ignore: true
612
+ :children:
613
+ item:
614
+ :rename: :tag_set
615
+ :list: true
616
+ - :name: CreateSpotDatafeedSubscription
617
+ :method: :create_spot_datafeed_subscription
618
+ :inputs:
619
+ Bucket:
620
+ - :string
621
+ - :required
622
+ Prefix:
623
+ - :string
624
+ :outputs: {}
625
+ - :name: CreateSubnet
626
+ :method: :create_subnet
627
+ :inputs:
628
+ VpcId:
629
+ - :string
630
+ - :required
631
+ CidrBlock:
632
+ - :string
633
+ - :required
634
+ AvailabilityZone:
635
+ - :string
636
+ :outputs:
637
+ :children:
638
+ subnet:
639
+ :children:
640
+ availableIpAddressCount:
641
+ :type: :integer
642
+ tagSet:
643
+ :ignore: true
644
+ :children:
645
+ item:
646
+ :rename: :tag_set
647
+ :list: true
648
+ - :name: CreateTags
649
+ :method: :create_tags
650
+ :inputs:
651
+ ResourceId:
652
+ - :list:
653
+ - :string
654
+ - :required
655
+ - :rename: resources
656
+ Tag:
657
+ - :list:
658
+ - :structure:
659
+ Key:
660
+ - :string
661
+ Value:
662
+ - :string
663
+ - :required
664
+ - :rename: tags
665
+ :outputs: {}
666
+ - :name: CreateVolume
667
+ :method: :create_volume
668
+ :inputs:
669
+ Size:
670
+ - :integer
671
+ SnapshotId:
672
+ - :string
673
+ AvailabilityZone:
674
+ - :string
675
+ - :required
676
+ :outputs:
677
+ :children:
678
+ size:
679
+ :type: :integer
680
+ createTime:
681
+ :type: :time
682
+ attachmentSet:
683
+ :ignore: true
684
+ :children:
685
+ item:
686
+ :rename: :attachment_set
687
+ :list: true
688
+ :children:
689
+ attachTime:
690
+ :type: :time
691
+ deleteOnTermination:
692
+ :type: :boolean
693
+ tagSet:
694
+ :ignore: true
695
+ :children:
696
+ item:
697
+ :rename: :tag_set
698
+ :list: true
699
+ - :name: CreateVpc
700
+ :method: :create_vpc
701
+ :inputs:
702
+ CidrBlock:
703
+ - :string
704
+ - :required
705
+ InstanceTenancy:
706
+ - :string
707
+ :outputs:
708
+ :children:
709
+ vpc:
710
+ :children:
711
+ tagSet:
712
+ :ignore: true
713
+ :children:
714
+ item:
715
+ :rename: :tag_set
716
+ :list: true
717
+ - :name: CreateVpnConnection
718
+ :method: :create_vpn_connection
719
+ :inputs:
720
+ Type:
721
+ - :string
722
+ - :required
723
+ CustomerGatewayId:
724
+ - :string
725
+ - :required
726
+ VpnGatewayId:
727
+ - :string
728
+ - :required
729
+ :outputs:
730
+ :children:
731
+ vpnConnection:
732
+ :children:
733
+ tagSet:
734
+ :ignore: true
735
+ :children:
736
+ item:
737
+ :rename: :tag_set
738
+ :list: true
739
+ vgwTelemetry:
740
+ :ignore: true
741
+ :children:
742
+ item:
743
+ :rename: :vgw_telemetry
744
+ :list: true
745
+ :children:
746
+ lastStatusChange:
747
+ :type: :time
748
+ acceptedRouteCount:
749
+ :type: :integer
750
+ - :name: CreateVpnGateway
751
+ :method: :create_vpn_gateway
752
+ :inputs:
753
+ Type:
754
+ - :string
755
+ - :required
756
+ AvailabilityZone:
757
+ - :string
758
+ :outputs:
759
+ :children:
760
+ vpnGateway:
761
+ :children:
762
+ attachments:
763
+ :ignore: true
764
+ :children:
765
+ item:
766
+ :rename: :attachments
767
+ :list: true
768
+ tagSet:
769
+ :ignore: true
770
+ :children:
771
+ item:
772
+ :rename: :tag_set
773
+ :list: true
774
+ type:
775
+ :rename: :vpn_type
776
+ - :name: DeactivateLicense
777
+ :method: :deactivate_license
778
+ :inputs:
779
+ LicenseId:
780
+ - :string
781
+ - :required
782
+ Capacity:
783
+ - :integer
784
+ - :required
785
+ :outputs: {}
786
+ - :name: DeleteCustomerGateway
787
+ :method: :delete_customer_gateway
788
+ :inputs:
789
+ CustomerGatewayId:
790
+ - :string
791
+ - :required
792
+ :outputs: {}
793
+ - :name: DeleteDhcpOptions
794
+ :method: :delete_dhcp_options
795
+ :inputs:
796
+ DhcpOptionsId:
797
+ - :string
798
+ - :required
799
+ :outputs: {}
800
+ - :name: DeleteInternetGateway
801
+ :method: :delete_internet_gateway
802
+ :inputs:
803
+ InternetGatewayId:
804
+ - :string
805
+ - :required
806
+ :outputs: {}
807
+ - :name: DeleteKeyPair
808
+ :method: :delete_key_pair
809
+ :inputs:
810
+ KeyName:
811
+ - :string
812
+ - :required
813
+ :outputs: {}
814
+ - :name: DeleteNetworkAcl
815
+ :method: :delete_network_acl
816
+ :inputs:
817
+ NetworkAclId:
818
+ - :string
819
+ - :required
820
+ :outputs: {}
821
+ - :name: DeleteNetworkAclEntry
822
+ :method: :delete_network_acl_entry
823
+ :inputs:
824
+ NetworkAclId:
825
+ - :string
826
+ - :required
827
+ RuleNumber:
828
+ - :integer
829
+ - :required
830
+ Egress:
831
+ - :boolean
832
+ - :required
833
+ :outputs: {}
834
+ - :name: DeleteNetworkInterface
835
+ :method: :delete_network_interface
836
+ :inputs:
837
+ NetworkInterfaceId:
838
+ - :string
839
+ - :required
840
+ :outputs: {}
841
+ - :name: DeletePlacementGroup
842
+ :method: :delete_placement_group
843
+ :inputs:
844
+ GroupName:
845
+ - :string
846
+ - :required
847
+ :outputs: {}
848
+ - :name: DeleteRoute
849
+ :method: :delete_route
850
+ :inputs:
851
+ RouteTableId:
852
+ - :string
853
+ - :required
854
+ DestinationCidrBlock:
855
+ - :string
856
+ - :required
857
+ :outputs: {}
858
+ - :name: DeleteRouteTable
859
+ :method: :delete_route_table
860
+ :inputs:
861
+ RouteTableId:
862
+ - :string
863
+ - :required
864
+ :outputs: {}
865
+ - :name: DeleteSecurityGroup
866
+ :method: :delete_security_group
867
+ :inputs:
868
+ GroupName:
869
+ - :string
870
+ GroupId:
871
+ - :string
872
+ :outputs: {}
873
+ - :name: DeleteSnapshot
874
+ :method: :delete_snapshot
875
+ :inputs:
876
+ SnapshotId:
877
+ - :string
878
+ - :required
879
+ :outputs: {}
880
+ - :name: DeleteSpotDatafeedSubscription
881
+ :method: :delete_spot_datafeed_subscription
882
+ :inputs: {}
883
+ :outputs: {}
884
+ - :name: DeleteSubnet
885
+ :method: :delete_subnet
886
+ :inputs:
887
+ SubnetId:
888
+ - :string
889
+ - :required
890
+ :outputs: {}
891
+ - :name: DeleteTags
892
+ :method: :delete_tags
893
+ :inputs:
894
+ ResourceId:
895
+ - :list:
896
+ - :string
897
+ - :required
898
+ - :rename: resources
899
+ Tag:
900
+ - :list:
901
+ - :structure:
902
+ Key:
903
+ - :string
904
+ Value:
905
+ - :string
906
+ - :rename: tags
907
+ :outputs: {}
908
+ - :name: DeleteVolume
909
+ :method: :delete_volume
910
+ :inputs:
911
+ VolumeId:
912
+ - :string
913
+ - :required
914
+ :outputs: {}
915
+ - :name: DeleteVpc
916
+ :method: :delete_vpc
917
+ :inputs:
918
+ VpcId:
919
+ - :string
920
+ - :required
921
+ :outputs: {}
922
+ - :name: DeleteVpnConnection
923
+ :method: :delete_vpn_connection
924
+ :inputs:
925
+ VpnConnectionId:
926
+ - :string
927
+ - :required
928
+ :outputs: {}
929
+ - :name: DeleteVpnGateway
930
+ :method: :delete_vpn_gateway
931
+ :inputs:
932
+ VpnGatewayId:
933
+ - :string
934
+ - :required
935
+ :outputs: {}
936
+ - :name: DeregisterImage
937
+ :method: :deregister_image
938
+ :inputs:
939
+ ImageId:
940
+ - :string
941
+ - :required
942
+ :outputs: {}
943
+ - :name: DescribeAddresses
944
+ :method: :describe_addresses
945
+ :inputs:
946
+ PublicIp:
947
+ - :list:
948
+ - :string
949
+ - :rename: PublicIps
950
+ Filter:
951
+ - :list:
952
+ - :structure:
953
+ Name:
954
+ - :string
955
+ Value:
956
+ - :list:
957
+ - :string
958
+ - :rename: Values
959
+ - :rename: filters
960
+ AllocationId:
961
+ - :list:
962
+ - :string
963
+ - :rename: allocationIds
964
+ :outputs:
965
+ :children:
966
+ addressesSet:
967
+ :ignore: true
968
+ :children:
969
+ item:
970
+ :rename: :addresses_set
971
+ :list: true
972
+ :index:
973
+ :key: :public_ip
974
+ :name: :address_index
975
+ - :name: DescribeAvailabilityZones
976
+ :method: :describe_availability_zones
977
+ :inputs:
978
+ ZoneName:
979
+ - :list:
980
+ - :string
981
+ - :rename: ZoneNames
982
+ Filter:
983
+ - :list:
984
+ - :structure:
985
+ Name:
986
+ - :string
987
+ Value:
988
+ - :list:
989
+ - :string
990
+ - :rename: Values
991
+ - :rename: filters
992
+ :outputs:
993
+ :children:
994
+ availabilityZoneInfo:
995
+ :ignore: true
996
+ :children:
997
+ item:
998
+ :rename: :availability_zone_info
999
+ :list: true
1000
+ :children:
1001
+ messageSet:
1002
+ :ignore: true
1003
+ :children:
1004
+ item:
1005
+ :rename: :message_set
1006
+ :list: true
1007
+ - :name: DescribeBundleTasks
1008
+ :method: :describe_bundle_tasks
1009
+ :inputs:
1010
+ BundleId:
1011
+ - :list:
1012
+ - :string
1013
+ - :rename: BundleIds
1014
+ Filter:
1015
+ - :list:
1016
+ - :structure:
1017
+ Name:
1018
+ - :string
1019
+ Value:
1020
+ - :list:
1021
+ - :string
1022
+ - :rename: Values
1023
+ - :rename: filters
1024
+ :outputs:
1025
+ :children:
1026
+ bundleInstanceTasksSet:
1027
+ :ignore: true
1028
+ :children:
1029
+ item:
1030
+ :rename: :bundle_instance_tasks_set
1031
+ :list: true
1032
+ :children:
1033
+ startTime:
1034
+ :type: :time
1035
+ updateTime:
1036
+ :type: :time
1037
+ - :name: DescribeConversionTasks
1038
+ :method: :describe_conversion_tasks
1039
+ :inputs:
1040
+ Filter:
1041
+ - :list:
1042
+ - :structure:
1043
+ Name:
1044
+ - :string
1045
+ Value:
1046
+ - :list:
1047
+ - :string
1048
+ - :rename: Values
1049
+ - :rename: filters
1050
+ ConversionTaskId:
1051
+ - :list:
1052
+ - :string
1053
+ - :rename: conversionTaskIds
1054
+ :outputs:
1055
+ :children:
1056
+ conversionTasks:
1057
+ :ignore: true
1058
+ :children:
1059
+ item:
1060
+ :rename: :conversion_tasks
1061
+ :list: true
1062
+ :children:
1063
+ importInstance:
1064
+ :children:
1065
+ volumes:
1066
+ :ignore: true
1067
+ :children:
1068
+ item:
1069
+ :rename: :volumes
1070
+ :list: true
1071
+ :children:
1072
+ bytesConverted:
1073
+ :type: :integer
1074
+ image:
1075
+ :children:
1076
+ size:
1077
+ :type: :integer
1078
+ volume:
1079
+ :children:
1080
+ size:
1081
+ :type: :integer
1082
+ importVolume:
1083
+ :children:
1084
+ bytesConverted:
1085
+ :type: :integer
1086
+ image:
1087
+ :children:
1088
+ size:
1089
+ :type: :integer
1090
+ volume:
1091
+ :children:
1092
+ size:
1093
+ :type: :integer
1094
+ tagSet:
1095
+ :ignore: true
1096
+ :children:
1097
+ item:
1098
+ :rename: :tag_set
1099
+ :list: true
1100
+ - :name: DescribeCustomerGateways
1101
+ :method: :describe_customer_gateways
1102
+ :inputs:
1103
+ CustomerGatewayId:
1104
+ - :list:
1105
+ - :string
1106
+ - :rename: CustomerGatewayIds
1107
+ Filter:
1108
+ - :list:
1109
+ - :structure:
1110
+ Name:
1111
+ - :string
1112
+ Value:
1113
+ - :list:
1114
+ - :string
1115
+ - :rename: Values
1116
+ - :rename: Filters
1117
+ :outputs:
1118
+ :children:
1119
+ customerGatewaySet:
1120
+ :ignore: true
1121
+ :children:
1122
+ item:
1123
+ :rename: :customer_gateway_set
1124
+ :list: true
1125
+ :children:
1126
+ tagSet:
1127
+ :ignore: true
1128
+ :children:
1129
+ item:
1130
+ :rename: :tag_set
1131
+ :list: true
1132
+ type:
1133
+ :rename: :vpn_type
1134
+ - :name: DescribeDhcpOptions
1135
+ :method: :describe_dhcp_options
1136
+ :inputs:
1137
+ DhcpOptionsId:
1138
+ - :list:
1139
+ - :string
1140
+ - :rename: DhcpOptionsIds
1141
+ Filter:
1142
+ - :list:
1143
+ - :structure:
1144
+ Name:
1145
+ - :string
1146
+ Value:
1147
+ - :list:
1148
+ - :string
1149
+ - :rename: Values
1150
+ - :rename: filters
1151
+ :outputs:
1152
+ :children:
1153
+ dhcpOptionsSet:
1154
+ :ignore: true
1155
+ :children:
1156
+ item:
1157
+ :rename: :dhcp_options_set
1158
+ :list: true
1159
+ :children:
1160
+ dhcpConfigurationSet:
1161
+ :ignore: true
1162
+ :children:
1163
+ item:
1164
+ :rename: :dhcp_configuration_set
1165
+ :list: true
1166
+ :children:
1167
+ valueSet:
1168
+ :ignore: true
1169
+ :children:
1170
+ item:
1171
+ :rename: :value_set
1172
+ :list: true
1173
+ tagSet:
1174
+ :ignore: true
1175
+ :children:
1176
+ item:
1177
+ :rename: :tag_set
1178
+ :list: true
1179
+ - :name: DescribeImageAttribute
1180
+ :method: :describe_image_attribute
1181
+ :inputs:
1182
+ ImageId:
1183
+ - :string
1184
+ - :required
1185
+ Attribute:
1186
+ - :string
1187
+ - :required
1188
+ :outputs:
1189
+ :children:
1190
+ launchPermission:
1191
+ :ignore: true
1192
+ :children:
1193
+ item:
1194
+ :rename: :launch_permission
1195
+ :list: true
1196
+ productCodes:
1197
+ :ignore: true
1198
+ :children:
1199
+ item:
1200
+ :rename: :product_codes
1201
+ :list: true
1202
+ blockDeviceMapping:
1203
+ :ignore: true
1204
+ :children:
1205
+ item:
1206
+ :rename: :block_device_mapping
1207
+ :list: true
1208
+ :children:
1209
+ ebs:
1210
+ :children:
1211
+ volumeSize:
1212
+ :type: :integer
1213
+ deleteOnTermination:
1214
+ :type: :boolean
1215
+ - :name: DescribeImages
1216
+ :method: :describe_images
1217
+ :inputs:
1218
+ ImageId:
1219
+ - :list:
1220
+ - :string
1221
+ - :rename: ImageIds
1222
+ Owner:
1223
+ - :list:
1224
+ - :string
1225
+ - :rename: Owners
1226
+ ExecutableBy:
1227
+ - :list:
1228
+ - :string
1229
+ - :rename: ExecutableUsers
1230
+ Filter:
1231
+ - :list:
1232
+ - :structure:
1233
+ Name:
1234
+ - :string
1235
+ Value:
1236
+ - :list:
1237
+ - :string
1238
+ - :rename: Values
1239
+ - :rename: filters
1240
+ :outputs:
1241
+ :children:
1242
+ imagesSet:
1243
+ :ignore: true
1244
+ :children:
1245
+ item:
1246
+ :rename: :images_set
1247
+ :list: true
1248
+ :children:
1249
+ isPublic:
1250
+ :type: :boolean
1251
+ productCodes:
1252
+ :ignore: true
1253
+ :children:
1254
+ item:
1255
+ :rename: :product_codes
1256
+ :list: true
1257
+ blockDeviceMapping:
1258
+ :ignore: true
1259
+ :children:
1260
+ item:
1261
+ :rename: :block_device_mapping
1262
+ :list: true
1263
+ :children:
1264
+ ebs:
1265
+ :children:
1266
+ volumeSize:
1267
+ :type: :integer
1268
+ deleteOnTermination:
1269
+ :type: :boolean
1270
+ tagSet:
1271
+ :ignore: true
1272
+ :children:
1273
+ item:
1274
+ :rename: :tag_set
1275
+ :list: true
1276
+ :index:
1277
+ :key: :image_id
1278
+ :name: :image_index
1279
+ - :name: DescribeInstanceAttribute
1280
+ :method: :describe_instance_attribute
1281
+ :inputs:
1282
+ InstanceId:
1283
+ - :string
1284
+ - :required
1285
+ Attribute:
1286
+ - :string
1287
+ - :required
1288
+ :outputs:
1289
+ :children:
1290
+ disableApiTermination:
1291
+ :children:
1292
+ value:
1293
+ :type: :boolean
1294
+ blockDeviceMapping:
1295
+ :ignore: true
1296
+ :children:
1297
+ item:
1298
+ :rename: :block_device_mapping
1299
+ :list: true
1300
+ :children:
1301
+ ebs:
1302
+ :children:
1303
+ attachTime:
1304
+ :type: :time
1305
+ deleteOnTermination:
1306
+ :type: :boolean
1307
+ productCodes:
1308
+ :ignore: true
1309
+ :children:
1310
+ item:
1311
+ :rename: :product_codes
1312
+ :list: true
1313
+ - :name: DescribeInstanceStatus
1314
+ :method: :describe_instance_status
1315
+ :inputs:
1316
+ InstanceId:
1317
+ - :list:
1318
+ - :string
1319
+ - :rename: InstanceIds
1320
+ Filter:
1321
+ - :list:
1322
+ - :structure:
1323
+ Name:
1324
+ - :string
1325
+ Value:
1326
+ - :list:
1327
+ - :string
1328
+ - :rename: Values
1329
+ - :rename: filters
1330
+ NextToken:
1331
+ - :string
1332
+ MaxResults:
1333
+ - :integer
1334
+ :outputs:
1335
+ :children:
1336
+ instanceStatusSet:
1337
+ :ignore: true
1338
+ :children:
1339
+ item:
1340
+ :rename: :instance_status_set
1341
+ :list: true
1342
+ :children:
1343
+ eventsSet:
1344
+ :ignore: true
1345
+ :children:
1346
+ item:
1347
+ :rename: :events_set
1348
+ :list: true
1349
+ :children:
1350
+ notBefore:
1351
+ :type: :time
1352
+ notAfter:
1353
+ :type: :time
1354
+ instanceState:
1355
+ :children:
1356
+ code:
1357
+ :type: :integer
1358
+ systemStatus:
1359
+ :children:
1360
+ details:
1361
+ :ignore: true
1362
+ :children:
1363
+ item:
1364
+ :rename: :details
1365
+ :list: true
1366
+ instanceStatus:
1367
+ :children:
1368
+ details:
1369
+ :ignore: true
1370
+ :children:
1371
+ item:
1372
+ :rename: :details
1373
+ :list: true
1374
+ - :name: DescribeInstances
1375
+ :method: :describe_instances
1376
+ :inputs:
1377
+ InstanceId:
1378
+ - :list:
1379
+ - :string
1380
+ - :rename: InstanceIds
1381
+ Filter:
1382
+ - :list:
1383
+ - :structure:
1384
+ Name:
1385
+ - :string
1386
+ Value:
1387
+ - :list:
1388
+ - :string
1389
+ - :rename: Values
1390
+ - :rename: filters
1391
+ :outputs:
1392
+ :children:
1393
+ reservationSet:
1394
+ :ignore: true
1395
+ :children:
1396
+ item:
1397
+ :rename: :reservation_set
1398
+ :list: true
1399
+ :children:
1400
+ groupSet:
1401
+ :ignore: true
1402
+ :children:
1403
+ item:
1404
+ :rename: :group_set
1405
+ :list: true
1406
+ instancesSet:
1407
+ :ignore: true
1408
+ :children:
1409
+ item:
1410
+ :rename: :instances_set
1411
+ :list: true
1412
+ :children:
1413
+ instanceState:
1414
+ :children:
1415
+ code:
1416
+ :type: :integer
1417
+ amiLaunchIndex:
1418
+ :type: :integer
1419
+ productCodes:
1420
+ :ignore: true
1421
+ :children:
1422
+ item:
1423
+ :rename: :product_codes
1424
+ :list: true
1425
+ launchTime:
1426
+ :type: :time
1427
+ blockDeviceMapping:
1428
+ :ignore: true
1429
+ :children:
1430
+ item:
1431
+ :rename: :block_device_mapping
1432
+ :list: true
1433
+ :children:
1434
+ ebs:
1435
+ :children:
1436
+ attachTime:
1437
+ :type: :time
1438
+ deleteOnTermination:
1439
+ :type: :boolean
1440
+ tagSet:
1441
+ :ignore: true
1442
+ :children:
1443
+ item:
1444
+ :rename: :tag_set
1445
+ :list: true
1446
+ groupSet:
1447
+ :ignore: true
1448
+ :children:
1449
+ item:
1450
+ :rename: :group_set
1451
+ :list: true
1452
+ sourceDestCheck:
1453
+ :type: :boolean
1454
+ networkInterfaceSet:
1455
+ :ignore: true
1456
+ :children:
1457
+ item:
1458
+ :rename: :network_interface_set
1459
+ :list: true
1460
+ :children:
1461
+ sourceDestCheck:
1462
+ :type: :boolean
1463
+ groupSet:
1464
+ :ignore: true
1465
+ :children:
1466
+ item:
1467
+ :rename: :group_set
1468
+ :list: true
1469
+ attachment:
1470
+ :children:
1471
+ deviceIndex:
1472
+ :type: :integer
1473
+ attachTime:
1474
+ :type: :time
1475
+ deleteOnTermination:
1476
+ :type: :boolean
1477
+ :index:
1478
+ :key: :instance_id
1479
+ :name: :instance_index
1480
+ :index:
1481
+ :key_path:
1482
+ - :instances_set
1483
+ - :instance_id
1484
+ :name: :reservation_index
1485
+ - :name: DescribeInternetGateways
1486
+ :method: :describe_internet_gateways
1487
+ :inputs:
1488
+ InternetGatewayId:
1489
+ - :list:
1490
+ - :string
1491
+ - :rename: internetGatewayIds
1492
+ Filter:
1493
+ - :list:
1494
+ - :structure:
1495
+ Name:
1496
+ - :string
1497
+ Value:
1498
+ - :list:
1499
+ - :string
1500
+ - :rename: Values
1501
+ - :rename: filters
1502
+ :outputs:
1503
+ :children:
1504
+ internetGatewaySet:
1505
+ :ignore: true
1506
+ :children:
1507
+ item:
1508
+ :rename: :internet_gateway_set
1509
+ :list: true
1510
+ :children:
1511
+ attachmentSet:
1512
+ :ignore: true
1513
+ :children:
1514
+ item:
1515
+ :rename: :attachment_set
1516
+ :list: true
1517
+ tagSet:
1518
+ :ignore: true
1519
+ :children:
1520
+ item:
1521
+ :rename: :tag_set
1522
+ :list: true
1523
+ - :name: DescribeKeyPairs
1524
+ :method: :describe_key_pairs
1525
+ :inputs:
1526
+ KeyName:
1527
+ - :list:
1528
+ - :string
1529
+ - :rename: KeyNames
1530
+ Filter:
1531
+ - :list:
1532
+ - :structure:
1533
+ Name:
1534
+ - :string
1535
+ Value:
1536
+ - :list:
1537
+ - :string
1538
+ - :rename: Values
1539
+ - :rename: filters
1540
+ :outputs:
1541
+ :children:
1542
+ keySet:
1543
+ :ignore: true
1544
+ :children:
1545
+ item:
1546
+ :rename: :key_set
1547
+ :list: true
1548
+ :index:
1549
+ :key: :key_name
1550
+ :name: :key_index
1551
+ - :name: DescribeLicenses
1552
+ :method: :describe_licenses
1553
+ :inputs:
1554
+ LicenseId:
1555
+ - :list:
1556
+ - :string
1557
+ - :rename: licenseIds
1558
+ Filter:
1559
+ - :list:
1560
+ - :structure:
1561
+ Name:
1562
+ - :string
1563
+ Value:
1564
+ - :list:
1565
+ - :string
1566
+ - :rename: Values
1567
+ - :rename: filters
1568
+ :outputs:
1569
+ :children:
1570
+ licenseSet:
1571
+ :ignore: true
1572
+ :children:
1573
+ item:
1574
+ :rename: :license_set
1575
+ :list: true
1576
+ :children:
1577
+ capacitySet:
1578
+ :ignore: true
1579
+ :children:
1580
+ item:
1581
+ :rename: :capacity_set
1582
+ :list: true
1583
+ :children:
1584
+ capacity:
1585
+ :type: :integer
1586
+ instanceCapacity:
1587
+ :type: :integer
1588
+ earliestAllowedDeactivationTime:
1589
+ :type: :time
1590
+ tagSet:
1591
+ :ignore: true
1592
+ :children:
1593
+ item:
1594
+ :rename: :tag_set
1595
+ :list: true
1596
+ - :name: DescribeNetworkAcls
1597
+ :method: :describe_network_acls
1598
+ :inputs:
1599
+ NetworkAclId:
1600
+ - :list:
1601
+ - :string
1602
+ - :rename: networkAclIds
1603
+ Filter:
1604
+ - :list:
1605
+ - :structure:
1606
+ Name:
1607
+ - :string
1608
+ Value:
1609
+ - :list:
1610
+ - :string
1611
+ - :rename: Values
1612
+ - :rename: filters
1613
+ :outputs:
1614
+ :children:
1615
+ networkAclSet:
1616
+ :ignore: true
1617
+ :children:
1618
+ item:
1619
+ :rename: :network_acl_set
1620
+ :list: true
1621
+ :children:
1622
+ default:
1623
+ :type: :boolean
1624
+ entrySet:
1625
+ :ignore: true
1626
+ :children:
1627
+ item:
1628
+ :rename: :entry_set
1629
+ :list: true
1630
+ :children:
1631
+ ruleNumber:
1632
+ :type: :integer
1633
+ egress:
1634
+ :type: :boolean
1635
+ icmpTypeCode:
1636
+ :children:
1637
+ type:
1638
+ :type: :integer
1639
+ code:
1640
+ :type: :integer
1641
+ portRange:
1642
+ :children:
1643
+ from:
1644
+ :type: :integer
1645
+ to:
1646
+ :type: :integer
1647
+ associationSet:
1648
+ :ignore: true
1649
+ :children:
1650
+ item:
1651
+ :rename: :association_set
1652
+ :list: true
1653
+ tagSet:
1654
+ :ignore: true
1655
+ :children:
1656
+ item:
1657
+ :rename: :tag_set
1658
+ :list: true
1659
+ - :name: DescribeNetworkInterfaceAttribute
1660
+ :method: :describe_network_interface_attribute
1661
+ :inputs:
1662
+ NetworkInterfaceId:
1663
+ - :string
1664
+ - :required
1665
+ Description:
1666
+ - :string
1667
+ SourceDestCheck:
1668
+ - :string
1669
+ GroupSet:
1670
+ - :string
1671
+ - :rename: groups
1672
+ Attachment:
1673
+ - :string
1674
+ :outputs:
1675
+ :children:
1676
+ sourceDestCheck:
1677
+ :children:
1678
+ value:
1679
+ :type: :boolean
1680
+ groupSet:
1681
+ :ignore: true
1682
+ :children:
1683
+ item:
1684
+ :rename: :group_set
1685
+ :list: true
1686
+ attachment:
1687
+ :children:
1688
+ deviceIndex:
1689
+ :type: :integer
1690
+ attachTime:
1691
+ :type: :time
1692
+ deleteOnTermination:
1693
+ :type: :boolean
1694
+ - :name: DescribeNetworkInterfaces
1695
+ :method: :describe_network_interfaces
1696
+ :inputs:
1697
+ NetworkInterfaceId:
1698
+ - :list:
1699
+ - :string
1700
+ - :rename: networkInterfaceIds
1701
+ Filter:
1702
+ - :list:
1703
+ - :structure:
1704
+ Name:
1705
+ - :string
1706
+ Value:
1707
+ - :list:
1708
+ - :string
1709
+ - :rename: Values
1710
+ - :rename: filters
1711
+ :outputs:
1712
+ :children:
1713
+ networkInterfaceSet:
1714
+ :ignore: true
1715
+ :children:
1716
+ item:
1717
+ :rename: :network_interface_set
1718
+ :list: true
1719
+ :children:
1720
+ requesterManaged:
1721
+ :type: :boolean
1722
+ sourceDestCheck:
1723
+ :type: :boolean
1724
+ groupSet:
1725
+ :ignore: true
1726
+ :children:
1727
+ item:
1728
+ :rename: :groups
1729
+ :list: true
1730
+ attachment:
1731
+ :children:
1732
+ deviceIndex:
1733
+ :type: :integer
1734
+ attachTime:
1735
+ :type: :time
1736
+ deleteOnTermination:
1737
+ :type: :boolean
1738
+ tagSet:
1739
+ :ignore: true
1740
+ :children:
1741
+ item:
1742
+ :rename: :tag_set
1743
+ :list: true
1744
+ :rename: :set
1745
+ - :name: DescribePlacementGroups
1746
+ :method: :describe_placement_groups
1747
+ :inputs:
1748
+ GroupName:
1749
+ - :list:
1750
+ - :string
1751
+ - :rename: groupNames
1752
+ Filter:
1753
+ - :list:
1754
+ - :structure:
1755
+ Name:
1756
+ - :string
1757
+ Value:
1758
+ - :list:
1759
+ - :string
1760
+ - :rename: Values
1761
+ - :rename: filters
1762
+ :outputs:
1763
+ :children:
1764
+ placementGroupSet:
1765
+ :ignore: true
1766
+ :children:
1767
+ item:
1768
+ :rename: :placement_group_set
1769
+ :list: true
1770
+ - :name: DescribeRegions
1771
+ :method: :describe_regions
1772
+ :inputs:
1773
+ RegionName:
1774
+ - :list:
1775
+ - :string
1776
+ - :rename: RegionNames
1777
+ Filter:
1778
+ - :list:
1779
+ - :structure:
1780
+ Name:
1781
+ - :string
1782
+ Value:
1783
+ - :list:
1784
+ - :string
1785
+ - :rename: Values
1786
+ - :rename: filters
1787
+ :outputs:
1788
+ :children:
1789
+ regionInfo:
1790
+ :ignore: true
1791
+ :children:
1792
+ item:
1793
+ :rename: :region_info
1794
+ :list: true
1795
+ - :name: DescribeReservedInstances
1796
+ :method: :describe_reserved_instances
1797
+ :inputs:
1798
+ ReservedInstancesId:
1799
+ - :list:
1800
+ - :string
1801
+ - :rename: ReservedInstancesIds
1802
+ Filter:
1803
+ - :list:
1804
+ - :structure:
1805
+ Name:
1806
+ - :string
1807
+ Value:
1808
+ - :list:
1809
+ - :string
1810
+ - :rename: Values
1811
+ - :rename: filters
1812
+ OfferingType:
1813
+ - :string
1814
+ :outputs:
1815
+ :children:
1816
+ reservedInstancesSet:
1817
+ :ignore: true
1818
+ :children:
1819
+ item:
1820
+ :rename: :reserved_instances_set
1821
+ :list: true
1822
+ :children:
1823
+ start:
1824
+ :type: :time
1825
+ duration:
1826
+ :type: :integer
1827
+ usagePrice:
1828
+ :type: :float
1829
+ fixedPrice:
1830
+ :type: :float
1831
+ instanceCount:
1832
+ :type: :integer
1833
+ tagSet:
1834
+ :ignore: true
1835
+ :children:
1836
+ item:
1837
+ :rename: :tag_set
1838
+ :list: true
1839
+ recurringCharges:
1840
+ :ignore: true
1841
+ :children:
1842
+ item:
1843
+ :rename: :recurring_charges
1844
+ :list: true
1845
+ :children:
1846
+ amount:
1847
+ :type: :float
1848
+ - :name: DescribeReservedInstancesOfferings
1849
+ :method: :describe_reserved_instances_offerings
1850
+ :inputs:
1851
+ ReservedInstancesOfferingId:
1852
+ - :list:
1853
+ - :string
1854
+ - :rename: ReservedInstancesOfferingIds
1855
+ InstanceType:
1856
+ - :string
1857
+ AvailabilityZone:
1858
+ - :string
1859
+ ProductDescription:
1860
+ - :string
1861
+ Filter:
1862
+ - :list:
1863
+ - :structure:
1864
+ Name:
1865
+ - :string
1866
+ Value:
1867
+ - :list:
1868
+ - :string
1869
+ - :rename: Values
1870
+ - :rename: filters
1871
+ InstanceTenancy:
1872
+ - :string
1873
+ OfferingType:
1874
+ - :string
1875
+ :outputs:
1876
+ :children:
1877
+ reservedInstancesOfferingsSet:
1878
+ :ignore: true
1879
+ :children:
1880
+ item:
1881
+ :rename: :reserved_instances_offerings_set
1882
+ :list: true
1883
+ :children:
1884
+ duration:
1885
+ :type: :integer
1886
+ usagePrice:
1887
+ :type: :float
1888
+ fixedPrice:
1889
+ :type: :float
1890
+ recurringCharges:
1891
+ :ignore: true
1892
+ :children:
1893
+ item:
1894
+ :rename: :recurring_charges
1895
+ :list: true
1896
+ :children:
1897
+ amount:
1898
+ :type: :float
1899
+ - :name: DescribeRouteTables
1900
+ :method: :describe_route_tables
1901
+ :inputs:
1902
+ RouteTableId:
1903
+ - :list:
1904
+ - :string
1905
+ - :rename: routeTableIds
1906
+ Filter:
1907
+ - :list:
1908
+ - :structure:
1909
+ Name:
1910
+ - :string
1911
+ Value:
1912
+ - :list:
1913
+ - :string
1914
+ - :rename: Values
1915
+ - :rename: filters
1916
+ :outputs:
1917
+ :children:
1918
+ routeTableSet:
1919
+ :ignore: true
1920
+ :children:
1921
+ item:
1922
+ :rename: :route_table_set
1923
+ :list: true
1924
+ :children:
1925
+ routeSet:
1926
+ :ignore: true
1927
+ :children:
1928
+ item:
1929
+ :rename: :route_set
1930
+ :list: true
1931
+ associationSet:
1932
+ :ignore: true
1933
+ :children:
1934
+ item:
1935
+ :rename: :association_set
1936
+ :list: true
1937
+ :children:
1938
+ main:
1939
+ :type: :boolean
1940
+ tagSet:
1941
+ :ignore: true
1942
+ :children:
1943
+ item:
1944
+ :rename: :tag_set
1945
+ :list: true
1946
+ - :name: DescribeSecurityGroups
1947
+ :method: :describe_security_groups
1948
+ :inputs:
1949
+ GroupName:
1950
+ - :list:
1951
+ - :string
1952
+ - :rename: GroupNames
1953
+ GroupId:
1954
+ - :list:
1955
+ - :string
1956
+ - :rename: GroupIds
1957
+ Filter:
1958
+ - :list:
1959
+ - :structure:
1960
+ Name:
1961
+ - :string
1962
+ Value:
1963
+ - :list:
1964
+ - :string
1965
+ - :rename: Values
1966
+ - :rename: filters
1967
+ :outputs:
1968
+ :children:
1969
+ securityGroupInfo:
1970
+ :ignore: true
1971
+ :children:
1972
+ item:
1973
+ :rename: :security_group_info
1974
+ :list: true
1975
+ :children:
1976
+ ipPermissions:
1977
+ :ignore: true
1978
+ :children:
1979
+ item:
1980
+ :rename: :ip_permissions
1981
+ :list: true
1982
+ :children:
1983
+ fromPort:
1984
+ :type: :integer
1985
+ toPort:
1986
+ :type: :integer
1987
+ groups:
1988
+ :ignore: true
1989
+ :children:
1990
+ item:
1991
+ :rename: :groups
1992
+ :list: true
1993
+ ipRanges:
1994
+ :ignore: true
1995
+ :children:
1996
+ item:
1997
+ :rename: :ip_ranges
1998
+ :list: true
1999
+ ipProtocol:
2000
+ :type: :symbol
2001
+ ipPermissionsEgress:
2002
+ :ignore: true
2003
+ :children:
2004
+ item:
2005
+ :rename: :ip_permissions_egress
2006
+ :list: true
2007
+ :children:
2008
+ fromPort:
2009
+ :type: :integer
2010
+ toPort:
2011
+ :type: :integer
2012
+ groups:
2013
+ :ignore: true
2014
+ :children:
2015
+ item:
2016
+ :rename: :groups
2017
+ :list: true
2018
+ ipRanges:
2019
+ :ignore: true
2020
+ :children:
2021
+ item:
2022
+ :rename: :ip_ranges
2023
+ :list: true
2024
+ tagSet:
2025
+ :ignore: true
2026
+ :children:
2027
+ item:
2028
+ :rename: :tag_set
2029
+ :list: true
2030
+ :index:
2031
+ :key: :group_id
2032
+ :name: :security_group_index
2033
+ - :name: DescribeSnapshotAttribute
2034
+ :method: :describe_snapshot_attribute
2035
+ :inputs:
2036
+ SnapshotId:
2037
+ - :string
2038
+ - :required
2039
+ Attribute:
2040
+ - :string
2041
+ - :required
2042
+ :outputs:
2043
+ :children:
2044
+ createVolumePermission:
2045
+ :ignore: true
2046
+ :children:
2047
+ item:
2048
+ :rename: :create_volume_permission
2049
+ :list: true
2050
+ productCodes:
2051
+ :ignore: true
2052
+ :children:
2053
+ item:
2054
+ :rename: :product_codes
2055
+ :list: true
2056
+ - :name: DescribeSnapshots
2057
+ :method: :describe_snapshots
2058
+ :inputs:
2059
+ SnapshotId:
2060
+ - :list:
2061
+ - :string
2062
+ - :rename: SnapshotIds
2063
+ Owner:
2064
+ - :list:
2065
+ - :string
2066
+ - :rename: OwnerIds
2067
+ RestorableBy:
2068
+ - :list:
2069
+ - :string
2070
+ - :rename: RestorableByUserIds
2071
+ Filter:
2072
+ - :list:
2073
+ - :structure:
2074
+ Name:
2075
+ - :string
2076
+ Value:
2077
+ - :list:
2078
+ - :string
2079
+ - :rename: Values
2080
+ - :rename: filters
2081
+ :outputs:
2082
+ :children:
2083
+ snapshotSet:
2084
+ :ignore: true
2085
+ :children:
2086
+ item:
2087
+ :rename: :snapshot_set
2088
+ :list: true
2089
+ :children:
2090
+ startTime:
2091
+ :type: :time
2092
+ volumeSize:
2093
+ :type: :integer
2094
+ tagSet:
2095
+ :ignore: true
2096
+ :children:
2097
+ item:
2098
+ :rename: :tag_set
2099
+ :list: true
2100
+ :index:
2101
+ :key: :snapshot_id
2102
+ :name: :snapshot_index
2103
+ - :name: DescribeSpotDatafeedSubscription
2104
+ :method: :describe_spot_datafeed_subscription
2105
+ :inputs: {}
2106
+ :outputs: {}
2107
+ - :name: DescribeSpotInstanceRequests
2108
+ :method: :describe_spot_instance_requests
2109
+ :inputs:
2110
+ SpotInstanceRequestId:
2111
+ - :list:
2112
+ - :string
2113
+ - :rename: spotInstanceRequestIds
2114
+ Filter:
2115
+ - :list:
2116
+ - :structure:
2117
+ Name:
2118
+ - :string
2119
+ Value:
2120
+ - :list:
2121
+ - :string
2122
+ - :rename: Values
2123
+ - :rename: filters
2124
+ :outputs:
2125
+ :children:
2126
+ spotInstanceRequestSet:
2127
+ :ignore: true
2128
+ :children:
2129
+ item:
2130
+ :rename: :spot_instance_request_set
2131
+ :list: true
2132
+ :children:
2133
+ validFrom:
2134
+ :type: :time
2135
+ validUntil:
2136
+ :type: :time
2137
+ launchSpecification:
2138
+ :children:
2139
+ groupSet:
2140
+ :ignore: true
2141
+ :children:
2142
+ item:
2143
+ :rename: :group_set
2144
+ :list: true
2145
+ blockDeviceMapping:
2146
+ :ignore: true
2147
+ :children:
2148
+ item:
2149
+ :rename: :block_device_mapping
2150
+ :list: true
2151
+ :children:
2152
+ ebs:
2153
+ :children:
2154
+ volumeSize:
2155
+ :type: :integer
2156
+ deleteOnTermination:
2157
+ :type: :boolean
2158
+ monitoringEnabled:
2159
+ :type: :boolean
2160
+ networkInterfaceSet:
2161
+ :ignore: true
2162
+ :children:
2163
+ item:
2164
+ :rename: :network_interface_set
2165
+ :list: true
2166
+ :children:
2167
+ deviceIndex:
2168
+ :type: :integer
2169
+ SecurityGroupId:
2170
+ :ignore: true
2171
+ :children:
2172
+ SecurityGroupId:
2173
+ :rename: :security_group_id
2174
+ :list: true
2175
+ deleteOnTermination:
2176
+ :type: :boolean
2177
+ createTime:
2178
+ :type: :time
2179
+ tagSet:
2180
+ :ignore: true
2181
+ :children:
2182
+ item:
2183
+ :rename: :tag_set
2184
+ :list: true
2185
+ - :name: DescribeSpotPriceHistory
2186
+ :method: :describe_spot_price_history
2187
+ :inputs:
2188
+ StartTime:
2189
+ - :timestamp
2190
+ EndTime:
2191
+ - :timestamp
2192
+ InstanceType:
2193
+ - :list:
2194
+ - :string
2195
+ - :rename: instanceTypes
2196
+ ProductDescription:
2197
+ - :list:
2198
+ - :string
2199
+ - :rename: productDescriptions
2200
+ Filter:
2201
+ - :list:
2202
+ - :structure:
2203
+ Name:
2204
+ - :string
2205
+ Value:
2206
+ - :list:
2207
+ - :string
2208
+ - :rename: Values
2209
+ - :rename: filters
2210
+ AvailabilityZone:
2211
+ - :string
2212
+ MaxResults:
2213
+ - :integer
2214
+ NextToken:
2215
+ - :string
2216
+ :outputs:
2217
+ :children:
2218
+ spotPriceHistorySet:
2219
+ :ignore: true
2220
+ :children:
2221
+ item:
2222
+ :rename: :spot_price_history_set
2223
+ :list: true
2224
+ :children:
2225
+ timestamp:
2226
+ :type: :time
2227
+ - :name: DescribeSubnets
2228
+ :method: :describe_subnets
2229
+ :inputs:
2230
+ SubnetId:
2231
+ - :list:
2232
+ - :string
2233
+ - :rename: SubnetIds
2234
+ Filter:
2235
+ - :list:
2236
+ - :structure:
2237
+ Name:
2238
+ - :string
2239
+ Value:
2240
+ - :list:
2241
+ - :string
2242
+ - :rename: Values
2243
+ - :rename: Filters
2244
+ :outputs:
2245
+ :children:
2246
+ subnetSet:
2247
+ :ignore: true
2248
+ :children:
2249
+ item:
2250
+ :rename: :subnet_set
2251
+ :list: true
2252
+ :children:
2253
+ availableIpAddressCount:
2254
+ :type: :integer
2255
+ tagSet:
2256
+ :ignore: true
2257
+ :children:
2258
+ item:
2259
+ :rename: :tag_set
2260
+ :list: true
2261
+ - :name: DescribeTags
2262
+ :method: :describe_tags
2263
+ :inputs:
2264
+ Filter:
2265
+ - :list:
2266
+ - :structure:
2267
+ Name:
2268
+ - :string
2269
+ Value:
2270
+ - :list:
2271
+ - :string
2272
+ - :rename: Values
2273
+ - :rename: filters
2274
+ :outputs:
2275
+ :children:
2276
+ tagSet:
2277
+ :ignore: true
2278
+ :children:
2279
+ item:
2280
+ :rename: :tag_set
2281
+ :list: true
2282
+ :index:
2283
+ :keys:
2284
+ - :resource_type
2285
+ - :resource_id
2286
+ - :key
2287
+ :name: :tag_index
2288
+ - :name: DescribeVolumeAttribute
2289
+ :method: :describe_volume_attribute
2290
+ :inputs:
2291
+ VolumeId:
2292
+ - :string
2293
+ - :required
2294
+ Attribute:
2295
+ - :string
2296
+ :outputs:
2297
+ :children:
2298
+ autoEnableIO:
2299
+ :children:
2300
+ value:
2301
+ :type: :boolean
2302
+ productCodes:
2303
+ :ignore: true
2304
+ :children:
2305
+ item:
2306
+ :rename: :product_codes
2307
+ :list: true
2308
+ - :name: DescribeVolumeStatus
2309
+ :method: :describe_volume_status
2310
+ :inputs:
2311
+ VolumeId:
2312
+ - :list:
2313
+ - :string
2314
+ - :rename: VolumeIds
2315
+ Filter:
2316
+ - :list:
2317
+ - :structure:
2318
+ Name:
2319
+ - :string
2320
+ Value:
2321
+ - :list:
2322
+ - :string
2323
+ - :rename: Values
2324
+ - :rename: filters
2325
+ NextToken:
2326
+ - :string
2327
+ MaxResults:
2328
+ - :integer
2329
+ :outputs:
2330
+ :children:
2331
+ volumeStatusSet:
2332
+ :ignore: true
2333
+ :children:
2334
+ item:
2335
+ :rename: :volume_status_set
2336
+ :list: true
2337
+ :children:
2338
+ volumeStatus:
2339
+ :children:
2340
+ details:
2341
+ :ignore: true
2342
+ :children:
2343
+ item:
2344
+ :rename: :details
2345
+ :list: true
2346
+ eventsSet:
2347
+ :ignore: true
2348
+ :children:
2349
+ item:
2350
+ :rename: :events_set
2351
+ :list: true
2352
+ :children:
2353
+ notBefore:
2354
+ :type: :time
2355
+ notAfter:
2356
+ :type: :time
2357
+ actionsSet:
2358
+ :ignore: true
2359
+ :children:
2360
+ item:
2361
+ :rename: :actions_set
2362
+ :list: true
2363
+ - :name: DescribeVolumes
2364
+ :method: :describe_volumes
2365
+ :inputs:
2366
+ VolumeId:
2367
+ - :list:
2368
+ - :string
2369
+ - :rename: VolumeIds
2370
+ Filter:
2371
+ - :list:
2372
+ - :structure:
2373
+ Name:
2374
+ - :string
2375
+ Value:
2376
+ - :list:
2377
+ - :string
2378
+ - :rename: Values
2379
+ - :rename: filters
2380
+ :outputs:
2381
+ :children:
2382
+ volumeSet:
2383
+ :ignore: true
2384
+ :children:
2385
+ item:
2386
+ :rename: :volume_set
2387
+ :list: true
2388
+ :children:
2389
+ size:
2390
+ :type: :integer
2391
+ createTime:
2392
+ :type: :time
2393
+ attachmentSet:
2394
+ :ignore: true
2395
+ :children:
2396
+ item:
2397
+ :rename: :attachment_set
2398
+ :list: true
2399
+ :children:
2400
+ attachTime:
2401
+ :type: :time
2402
+ deleteOnTermination:
2403
+ :type: :boolean
2404
+ tagSet:
2405
+ :ignore: true
2406
+ :children:
2407
+ item:
2408
+ :rename: :tag_set
2409
+ :list: true
2410
+ :index:
2411
+ :key: :volume_id
2412
+ :name: :volume_index
2413
+ - :name: DescribeVpcs
2414
+ :method: :describe_vpcs
2415
+ :inputs:
2416
+ VpcId:
2417
+ - :list:
2418
+ - :string
2419
+ - :rename: VpcIds
2420
+ Filter:
2421
+ - :list:
2422
+ - :structure:
2423
+ Name:
2424
+ - :string
2425
+ Value:
2426
+ - :list:
2427
+ - :string
2428
+ - :rename: Values
2429
+ - :rename: Filters
2430
+ :outputs:
2431
+ :children:
2432
+ vpcSet:
2433
+ :ignore: true
2434
+ :children:
2435
+ item:
2436
+ :rename: :vpc_set
2437
+ :list: true
2438
+ :children:
2439
+ tagSet:
2440
+ :ignore: true
2441
+ :children:
2442
+ item:
2443
+ :rename: :tag_set
2444
+ :list: true
2445
+ - :name: DescribeVpnConnections
2446
+ :method: :describe_vpn_connections
2447
+ :inputs:
2448
+ VpnConnectionId:
2449
+ - :list:
2450
+ - :string
2451
+ - :rename: VpnConnectionIds
2452
+ Filter:
2453
+ - :list:
2454
+ - :structure:
2455
+ Name:
2456
+ - :string
2457
+ Value:
2458
+ - :list:
2459
+ - :string
2460
+ - :rename: Values
2461
+ - :rename: Filters
2462
+ :outputs:
2463
+ :children:
2464
+ vpnConnectionSet:
2465
+ :ignore: true
2466
+ :children:
2467
+ item:
2468
+ :rename: :vpn_connection_set
2469
+ :list: true
2470
+ :children:
2471
+ tagSet:
2472
+ :ignore: true
2473
+ :children:
2474
+ item:
2475
+ :rename: :tag_set
2476
+ :list: true
2477
+ vgwTelemetry:
2478
+ :ignore: true
2479
+ :children:
2480
+ item:
2481
+ :rename: :vgw_telemetry
2482
+ :list: true
2483
+ :children:
2484
+ lastStatusChange:
2485
+ :type: :time
2486
+ acceptedRouteCount:
2487
+ :type: :integer
2488
+ type:
2489
+ :rename: :vpn_type
2490
+ - :name: DescribeVpnGateways
2491
+ :method: :describe_vpn_gateways
2492
+ :inputs:
2493
+ VpnGatewayId:
2494
+ - :list:
2495
+ - :string
2496
+ - :rename: VpnGatewayIds
2497
+ Filter:
2498
+ - :list:
2499
+ - :structure:
2500
+ Name:
2501
+ - :string
2502
+ Value:
2503
+ - :list:
2504
+ - :string
2505
+ - :rename: Values
2506
+ - :rename: Filters
2507
+ :outputs:
2508
+ :children:
2509
+ vpnGatewaySet:
2510
+ :ignore: true
2511
+ :children:
2512
+ item:
2513
+ :rename: :vpn_gateway_set
2514
+ :list: true
2515
+ :children:
2516
+ attachments:
2517
+ :ignore: true
2518
+ :children:
2519
+ item:
2520
+ :rename: :attachments
2521
+ :list: true
2522
+ tagSet:
2523
+ :ignore: true
2524
+ :children:
2525
+ item:
2526
+ :rename: :tag_set
2527
+ :list: true
2528
+ type:
2529
+ :rename: :vpn_type
2530
+ - :name: DetachInternetGateway
2531
+ :method: :detach_internet_gateway
2532
+ :inputs:
2533
+ InternetGatewayId:
2534
+ - :string
2535
+ - :required
2536
+ VpcId:
2537
+ - :string
2538
+ - :required
2539
+ :outputs: {}
2540
+ - :name: DetachNetworkInterface
2541
+ :method: :detach_network_interface
2542
+ :inputs:
2543
+ AttachmentId:
2544
+ - :string
2545
+ - :required
2546
+ Force:
2547
+ - :boolean
2548
+ :outputs: {}
2549
+ - :name: DetachVolume
2550
+ :method: :detach_volume
2551
+ :inputs:
2552
+ VolumeId:
2553
+ - :string
2554
+ - :required
2555
+ InstanceId:
2556
+ - :string
2557
+ Device:
2558
+ - :string
2559
+ Force:
2560
+ - :boolean
2561
+ :outputs:
2562
+ :children:
2563
+ attachTime:
2564
+ :type: :time
2565
+ deleteOnTermination:
2566
+ :type: :boolean
2567
+ - :name: DetachVpnGateway
2568
+ :method: :detach_vpn_gateway
2569
+ :inputs:
2570
+ VpnGatewayId:
2571
+ - :string
2572
+ - :required
2573
+ VpcId:
2574
+ - :string
2575
+ - :required
2576
+ :outputs: {}
2577
+ - :name: DisassociateAddress
2578
+ :method: :disassociate_address
2579
+ :inputs:
2580
+ PublicIp:
2581
+ - :string
2582
+ AssociationId:
2583
+ - :string
2584
+ :outputs: {}
2585
+ - :name: DisassociateRouteTable
2586
+ :method: :disassociate_route_table
2587
+ :inputs:
2588
+ AssociationId:
2589
+ - :string
2590
+ - :required
2591
+ :outputs: {}
2592
+ - :name: EnableVolumeIO
2593
+ :method: :enable_volume_io
2594
+ :inputs:
2595
+ VolumeId:
2596
+ - :string
2597
+ - :required
2598
+ :outputs: {}
2599
+ - :name: GetConsoleOutput
2600
+ :method: :get_console_output
2601
+ :inputs:
2602
+ InstanceId:
2603
+ - :string
2604
+ - :required
2605
+ :outputs:
2606
+ :children:
2607
+ timestamp:
2608
+ :type: :time
2609
+ - :name: GetPasswordData
2610
+ :method: :get_password_data
2611
+ :inputs:
2612
+ InstanceId:
2613
+ - :string
2614
+ - :required
2615
+ :outputs:
2616
+ :children:
2617
+ timestamp:
2618
+ :type: :time
2619
+ - :name: ImportInstance
2620
+ :method: :import_instance
2621
+ :inputs:
2622
+ Description:
2623
+ - :string
2624
+ LaunchSpecification:
2625
+ - :structure:
2626
+ Architecture:
2627
+ - :string
2628
+ SecurityGroup:
2629
+ - :list:
2630
+ - :string
2631
+ - :rename: securityGroups
2632
+ AdditionalInfo:
2633
+ - :string
2634
+ UserData:
2635
+ - :string
2636
+ InstanceType:
2637
+ - :string
2638
+ Placement:
2639
+ - :structure:
2640
+ AvailabilityZone:
2641
+ - :string
2642
+ - :rename: AvailabilityZone
2643
+ GroupName:
2644
+ - :string
2645
+ Tenancy:
2646
+ - :string
2647
+ BlockDeviceMapping:
2648
+ - :list:
2649
+ - :structure:
2650
+ VirtualName:
2651
+ - :string
2652
+ - :rename: VirtualName
2653
+ DeviceName:
2654
+ - :string
2655
+ - :rename: DeviceName
2656
+ Ebs:
2657
+ - :structure:
2658
+ SnapshotId:
2659
+ - :string
2660
+ VolumeSize:
2661
+ - :integer
2662
+ DeleteOnTermination:
2663
+ - :boolean
2664
+ NoDevice:
2665
+ - :string
2666
+ - :rename: blockDeviceMappings
2667
+ Monitoring:
2668
+ - :boolean
2669
+ SubnetId:
2670
+ - :string
2671
+ DisableApiTermination:
2672
+ - :boolean
2673
+ InstanceInitiatedShutdownBehavior:
2674
+ - :string
2675
+ PrivateIpAddress:
2676
+ - :string
2677
+ DiskImage:
2678
+ - :list:
2679
+ - :structure:
2680
+ Image:
2681
+ - :structure:
2682
+ Format:
2683
+ - :string
2684
+ - :required
2685
+ Bytes:
2686
+ - :long
2687
+ - :required
2688
+ ImportManifestUrl:
2689
+ - :string
2690
+ - :required
2691
+ Description:
2692
+ - :string
2693
+ Volume:
2694
+ - :structure:
2695
+ Size:
2696
+ - :long
2697
+ - :required
2698
+ - :rename: diskImages
2699
+ Platform:
2700
+ - :string
2701
+ - :required
2702
+ :outputs:
2703
+ :children:
2704
+ conversionTask:
2705
+ :children:
2706
+ importInstance:
2707
+ :children:
2708
+ volumes:
2709
+ :ignore: true
2710
+ :children:
2711
+ item:
2712
+ :rename: :volumes
2713
+ :list: true
2714
+ :children:
2715
+ bytesConverted:
2716
+ :type: :integer
2717
+ image:
2718
+ :children:
2719
+ size:
2720
+ :type: :integer
2721
+ volume:
2722
+ :children:
2723
+ size:
2724
+ :type: :integer
2725
+ importVolume:
2726
+ :children:
2727
+ bytesConverted:
2728
+ :type: :integer
2729
+ image:
2730
+ :children:
2731
+ size:
2732
+ :type: :integer
2733
+ volume:
2734
+ :children:
2735
+ size:
2736
+ :type: :integer
2737
+ tagSet:
2738
+ :ignore: true
2739
+ :children:
2740
+ item:
2741
+ :rename: :tag_set
2742
+ :list: true
2743
+ - :name: ImportKeyPair
2744
+ :method: :import_key_pair
2745
+ :inputs:
2746
+ KeyName:
2747
+ - :string
2748
+ - :required
2749
+ PublicKeyMaterial:
2750
+ - :string
2751
+ - :required
2752
+ :outputs: {}
2753
+ - :name: ImportVolume
2754
+ :method: :import_volume
2755
+ :inputs:
2756
+ AvailabilityZone:
2757
+ - :string
2758
+ Image:
2759
+ - :structure:
2760
+ Format:
2761
+ - :string
2762
+ - :required
2763
+ Bytes:
2764
+ - :long
2765
+ - :required
2766
+ ImportManifestUrl:
2767
+ - :string
2768
+ - :required
2769
+ Description:
2770
+ - :string
2771
+ Volume:
2772
+ - :structure:
2773
+ Size:
2774
+ - :long
2775
+ - :required
2776
+ :outputs:
2777
+ :children:
2778
+ conversionTask:
2779
+ :children:
2780
+ importInstance:
2781
+ :children:
2782
+ volumes:
2783
+ :ignore: true
2784
+ :children:
2785
+ item:
2786
+ :rename: :volumes
2787
+ :list: true
2788
+ :children:
2789
+ bytesConverted:
2790
+ :type: :integer
2791
+ image:
2792
+ :children:
2793
+ size:
2794
+ :type: :integer
2795
+ volume:
2796
+ :children:
2797
+ size:
2798
+ :type: :integer
2799
+ importVolume:
2800
+ :children:
2801
+ bytesConverted:
2802
+ :type: :integer
2803
+ image:
2804
+ :children:
2805
+ size:
2806
+ :type: :integer
2807
+ volume:
2808
+ :children:
2809
+ size:
2810
+ :type: :integer
2811
+ tagSet:
2812
+ :ignore: true
2813
+ :children:
2814
+ item:
2815
+ :rename: :tag_set
2816
+ :list: true
2817
+ - :name: ModifyImageAttribute
2818
+ :method: :modify_image_attribute
2819
+ :inputs:
2820
+ ImageId:
2821
+ - :string
2822
+ - :required
2823
+ Attribute:
2824
+ - :string
2825
+ OperationType:
2826
+ - :string
2827
+ UserId:
2828
+ - :list:
2829
+ - :string
2830
+ - :rename: UserIds
2831
+ UserGroup:
2832
+ - :list:
2833
+ - :string
2834
+ - :rename: UserGroups
2835
+ ProductCode:
2836
+ - :list:
2837
+ - :string
2838
+ - :rename: ProductCodes
2839
+ Value:
2840
+ - :string
2841
+ LaunchPermission:
2842
+ - :structure:
2843
+ Add:
2844
+ - :list:
2845
+ - :structure:
2846
+ UserId:
2847
+ - :string
2848
+ - :rename: UserId
2849
+ Group:
2850
+ - :string
2851
+ - :rename: Group
2852
+ Remove:
2853
+ - :list:
2854
+ - :structure:
2855
+ UserId:
2856
+ - :string
2857
+ - :rename: UserId
2858
+ Group:
2859
+ - :string
2860
+ - :rename: Group
2861
+ Description:
2862
+ - :structure:
2863
+ Value:
2864
+ - :string
2865
+ :outputs: {}
2866
+ - :name: ModifyInstanceAttribute
2867
+ :method: :modify_instance_attribute
2868
+ :inputs:
2869
+ InstanceId:
2870
+ - :string
2871
+ - :required
2872
+ Attribute:
2873
+ - :string
2874
+ Value:
2875
+ - :string
2876
+ BlockDeviceMapping:
2877
+ - :list:
2878
+ - :structure:
2879
+ DeviceName:
2880
+ - :string
2881
+ Ebs:
2882
+ - :structure:
2883
+ VolumeId:
2884
+ - :string
2885
+ DeleteOnTermination:
2886
+ - :boolean
2887
+ VirtualName:
2888
+ - :string
2889
+ NoDevice:
2890
+ - :string
2891
+ - :rename: blockDeviceMappings
2892
+ SourceDestCheck:
2893
+ - :structure:
2894
+ Value:
2895
+ - :boolean
2896
+ DisableApiTermination:
2897
+ - :structure:
2898
+ Value:
2899
+ - :boolean
2900
+ InstanceType:
2901
+ - :structure:
2902
+ Value:
2903
+ - :string
2904
+ Kernel:
2905
+ - :structure:
2906
+ Value:
2907
+ - :string
2908
+ Ramdisk:
2909
+ - :structure:
2910
+ Value:
2911
+ - :string
2912
+ UserData:
2913
+ - :structure:
2914
+ Value:
2915
+ - :string
2916
+ InstanceInitiatedShutdownBehavior:
2917
+ - :structure:
2918
+ Value:
2919
+ - :string
2920
+ GroupId:
2921
+ - :list:
2922
+ - :string
2923
+ - :rename: groups
2924
+ :outputs: {}
2925
+ - :name: ModifyNetworkInterfaceAttribute
2926
+ :method: :modify_network_interface_attribute
2927
+ :inputs:
2928
+ NetworkInterfaceId:
2929
+ - :string
2930
+ - :required
2931
+ Description:
2932
+ - :structure:
2933
+ Value:
2934
+ - :string
2935
+ SourceDestCheck:
2936
+ - :structure:
2937
+ Value:
2938
+ - :boolean
2939
+ SecurityGroupId:
2940
+ - :list:
2941
+ - :string
2942
+ - :rename: groups
2943
+ Attachment:
2944
+ - :structure:
2945
+ AttachmentId:
2946
+ - :string
2947
+ DeleteOnTermination:
2948
+ - :boolean
2949
+ :outputs: {}
2950
+ - :name: ModifySnapshotAttribute
2951
+ :method: :modify_snapshot_attribute
2952
+ :inputs:
2953
+ SnapshotId:
2954
+ - :string
2955
+ - :required
2956
+ Attribute:
2957
+ - :string
2958
+ OperationType:
2959
+ - :string
2960
+ UserId:
2961
+ - :list:
2962
+ - :string
2963
+ - :rename: UserIds
2964
+ UserGroup:
2965
+ - :list:
2966
+ - :string
2967
+ - :rename: GroupNames
2968
+ CreateVolumePermission:
2969
+ - :structure:
2970
+ Add:
2971
+ - :list:
2972
+ - :structure:
2973
+ UserId:
2974
+ - :string
2975
+ - :rename: UserId
2976
+ Group:
2977
+ - :string
2978
+ - :rename: Group
2979
+ Remove:
2980
+ - :list:
2981
+ - :structure:
2982
+ UserId:
2983
+ - :string
2984
+ - :rename: UserId
2985
+ Group:
2986
+ - :string
2987
+ - :rename: Group
2988
+ :outputs: {}
2989
+ - :name: ModifyVolumeAttribute
2990
+ :method: :modify_volume_attribute
2991
+ :inputs:
2992
+ VolumeId:
2993
+ - :string
2994
+ - :required
2995
+ AutoEnableIO:
2996
+ - :boolean
2997
+ :outputs: {}
2998
+ - :name: MonitorInstances
2999
+ :method: :monitor_instances
3000
+ :inputs:
3001
+ InstanceId:
3002
+ - :list:
3003
+ - :string
3004
+ - :required
3005
+ - :rename: InstanceIds
3006
+ :outputs:
3007
+ :children:
3008
+ instancesSet:
3009
+ :ignore: true
3010
+ :children:
3011
+ item:
3012
+ :rename: :instances_set
3013
+ :list: true
3014
+ - :name: PurchaseReservedInstancesOffering
3015
+ :method: :purchase_reserved_instances_offering
3016
+ :inputs:
3017
+ ReservedInstancesOfferingId:
3018
+ - :string
3019
+ - :required
3020
+ InstanceCount:
3021
+ - :integer
3022
+ - :required
3023
+ :outputs: {}
3024
+ - :name: RebootInstances
3025
+ :method: :reboot_instances
3026
+ :inputs:
3027
+ InstanceId:
3028
+ - :list:
3029
+ - :string
3030
+ - :required
3031
+ - :rename: InstanceIds
3032
+ :outputs: {}
3033
+ - :name: RegisterImage
3034
+ :method: :register_image
3035
+ :inputs:
3036
+ ImageLocation:
3037
+ - :string
3038
+ Name:
3039
+ - :string
3040
+ Description:
3041
+ - :string
3042
+ Architecture:
3043
+ - :string
3044
+ KernelId:
3045
+ - :string
3046
+ RamdiskId:
3047
+ - :string
3048
+ RootDeviceName:
3049
+ - :string
3050
+ BlockDeviceMapping:
3051
+ - :list:
3052
+ - :structure:
3053
+ VirtualName:
3054
+ - :string
3055
+ - :rename: VirtualName
3056
+ DeviceName:
3057
+ - :string
3058
+ - :rename: DeviceName
3059
+ Ebs:
3060
+ - :structure:
3061
+ SnapshotId:
3062
+ - :string
3063
+ VolumeSize:
3064
+ - :integer
3065
+ DeleteOnTermination:
3066
+ - :boolean
3067
+ NoDevice:
3068
+ - :string
3069
+ - :rename: blockDeviceMappings
3070
+ :outputs: {}
3071
+ - :name: ReleaseAddress
3072
+ :method: :release_address
3073
+ :inputs:
3074
+ PublicIp:
3075
+ - :string
3076
+ AllocationId:
3077
+ - :string
3078
+ :outputs: {}
3079
+ - :name: ReplaceNetworkAclAssociation
3080
+ :method: :replace_network_acl_association
3081
+ :inputs:
3082
+ AssociationId:
3083
+ - :string
3084
+ - :required
3085
+ NetworkAclId:
3086
+ - :string
3087
+ - :required
3088
+ :outputs: {}
3089
+ - :name: ReplaceNetworkAclEntry
3090
+ :method: :replace_network_acl_entry
3091
+ :inputs:
3092
+ NetworkAclId:
3093
+ - :string
3094
+ - :required
3095
+ RuleNumber:
3096
+ - :integer
3097
+ - :required
3098
+ Protocol:
3099
+ - :string
3100
+ - :required
3101
+ RuleAction:
3102
+ - :string
3103
+ - :required
3104
+ Egress:
3105
+ - :boolean
3106
+ - :required
3107
+ CidrBlock:
3108
+ - :string
3109
+ - :required
3110
+ Icmp:
3111
+ - :structure:
3112
+ Type:
3113
+ - :integer
3114
+ Code:
3115
+ - :integer
3116
+ - :rename: icmpTypeCode
3117
+ PortRange:
3118
+ - :structure:
3119
+ From:
3120
+ - :integer
3121
+ To:
3122
+ - :integer
3123
+ :outputs: {}
3124
+ - :name: ReplaceRoute
3125
+ :method: :replace_route
3126
+ :inputs:
3127
+ RouteTableId:
3128
+ - :string
3129
+ - :required
3130
+ DestinationCidrBlock:
3131
+ - :string
3132
+ - :required
3133
+ GatewayId:
3134
+ - :string
3135
+ InstanceId:
3136
+ - :string
3137
+ NetworkInterfaceId:
3138
+ - :string
3139
+ :outputs: {}
3140
+ - :name: ReplaceRouteTableAssociation
3141
+ :method: :replace_route_table_association
3142
+ :inputs:
3143
+ AssociationId:
3144
+ - :string
3145
+ - :required
3146
+ RouteTableId:
3147
+ - :string
3148
+ - :required
3149
+ :outputs: {}
3150
+ - :name: ReportInstanceStatus
3151
+ :method: :report_instance_status
3152
+ :inputs:
3153
+ InstanceId:
3154
+ - :list:
3155
+ - :string
3156
+ - :rename: instances
3157
+ Status:
3158
+ - :string
3159
+ StartTime:
3160
+ - :timestamp
3161
+ EndTime:
3162
+ - :timestamp
3163
+ ReasonCode:
3164
+ - :list:
3165
+ - :string
3166
+ - :rename: reasonCodes
3167
+ Description:
3168
+ - :string
3169
+ :outputs: {}
3170
+ - :name: RequestSpotInstances
3171
+ :method: :request_spot_instances
3172
+ :inputs:
3173
+ SpotPrice:
3174
+ - :string
3175
+ - :required
3176
+ InstanceCount:
3177
+ - :integer
3178
+ Type:
3179
+ - :string
3180
+ ValidFrom:
3181
+ - :timestamp
3182
+ ValidUntil:
3183
+ - :timestamp
3184
+ LaunchGroup:
3185
+ - :string
3186
+ AvailabilityZoneGroup:
3187
+ - :string
3188
+ LaunchSpecification:
3189
+ - :structure:
3190
+ ImageId:
3191
+ - :string
3192
+ KeyName:
3193
+ - :string
3194
+ GroupSet:
3195
+ - :list:
3196
+ - :structure:
3197
+ GroupName:
3198
+ - :string
3199
+ - :rename: GroupName
3200
+ GroupId:
3201
+ - :string
3202
+ - :rename: SecurityGroups
3203
+ UserData:
3204
+ - :string
3205
+ AddressingType:
3206
+ - :string
3207
+ InstanceType:
3208
+ - :string
3209
+ Placement:
3210
+ - :structure:
3211
+ AvailabilityZone:
3212
+ - :string
3213
+ GroupName:
3214
+ - :string
3215
+ KernelId:
3216
+ - :string
3217
+ RamdiskId:
3218
+ - :string
3219
+ BlockDeviceMapping:
3220
+ - :list:
3221
+ - :structure:
3222
+ VirtualName:
3223
+ - :string
3224
+ - :rename: VirtualName
3225
+ DeviceName:
3226
+ - :string
3227
+ - :rename: DeviceName
3228
+ Ebs:
3229
+ - :structure:
3230
+ SnapshotId:
3231
+ - :string
3232
+ VolumeSize:
3233
+ - :integer
3234
+ DeleteOnTermination:
3235
+ - :boolean
3236
+ NoDevice:
3237
+ - :string
3238
+ - :rename: blockDeviceMappings
3239
+ MonitoringEnabled:
3240
+ - :boolean
3241
+ SubnetId:
3242
+ - :string
3243
+ NetworkInterfaceSet:
3244
+ - :list:
3245
+ - :structure:
3246
+ NetworkInterfaceId:
3247
+ - :string
3248
+ DeviceIndex:
3249
+ - :integer
3250
+ SubnetId:
3251
+ - :string
3252
+ Description:
3253
+ - :string
3254
+ PrivateIpAddress:
3255
+ - :string
3256
+ SecurityGroupId:
3257
+ - :list:
3258
+ - :string
3259
+ - :rename: groups
3260
+ DeleteOnTermination:
3261
+ - :boolean
3262
+ - :rename: networkInterfaces
3263
+ :outputs:
3264
+ :children:
3265
+ spotInstanceRequestSet:
3266
+ :ignore: true
3267
+ :children:
3268
+ item:
3269
+ :rename: :spot_instance_request_set
3270
+ :list: true
3271
+ :children:
3272
+ validFrom:
3273
+ :type: :time
3274
+ validUntil:
3275
+ :type: :time
3276
+ launchSpecification:
3277
+ :children:
3278
+ groupSet:
3279
+ :ignore: true
3280
+ :children:
3281
+ item:
3282
+ :rename: :group_set
3283
+ :list: true
3284
+ blockDeviceMapping:
3285
+ :ignore: true
3286
+ :children:
3287
+ item:
3288
+ :rename: :block_device_mapping
3289
+ :list: true
3290
+ :children:
3291
+ ebs:
3292
+ :children:
3293
+ volumeSize:
3294
+ :type: :integer
3295
+ deleteOnTermination:
3296
+ :type: :boolean
3297
+ monitoringEnabled:
3298
+ :type: :boolean
3299
+ networkInterfaceSet:
3300
+ :ignore: true
3301
+ :children:
3302
+ item:
3303
+ :rename: :network_interface_set
3304
+ :list: true
3305
+ :children:
3306
+ deviceIndex:
3307
+ :type: :integer
3308
+ SecurityGroupId:
3309
+ :ignore: true
3310
+ :children:
3311
+ SecurityGroupId:
3312
+ :rename: :security_group_id
3313
+ :list: true
3314
+ deleteOnTermination:
3315
+ :type: :boolean
3316
+ createTime:
3317
+ :type: :time
3318
+ tagSet:
3319
+ :ignore: true
3320
+ :children:
3321
+ item:
3322
+ :rename: :tag_set
3323
+ :list: true
3324
+ - :name: ResetImageAttribute
3325
+ :method: :reset_image_attribute
3326
+ :inputs:
3327
+ ImageId:
3328
+ - :string
3329
+ - :required
3330
+ Attribute:
3331
+ - :string
3332
+ - :required
3333
+ :outputs: {}
3334
+ - :name: ResetInstanceAttribute
3335
+ :method: :reset_instance_attribute
3336
+ :inputs:
3337
+ InstanceId:
3338
+ - :string
3339
+ - :required
3340
+ Attribute:
3341
+ - :string
3342
+ - :required
3343
+ :outputs: {}
3344
+ - :name: ResetNetworkInterfaceAttribute
3345
+ :method: :reset_network_interface_attribute
3346
+ :inputs:
3347
+ NetworkInterfaceId:
3348
+ - :string
3349
+ - :required
3350
+ SourceDestCheck:
3351
+ - :string
3352
+ :outputs: {}
3353
+ - :name: ResetSnapshotAttribute
3354
+ :method: :reset_snapshot_attribute
3355
+ :inputs:
3356
+ SnapshotId:
3357
+ - :string
3358
+ - :required
3359
+ Attribute:
3360
+ - :string
3361
+ - :required
3362
+ :outputs: {}
3363
+ - :name: RevokeSecurityGroupEgress
3364
+ :method: :revoke_security_group_egress
3365
+ :inputs:
3366
+ GroupId:
3367
+ - :string
3368
+ - :required
3369
+ SourceSecurityGroupName:
3370
+ - :string
3371
+ SourceSecurityGroupOwnerId:
3372
+ - :string
3373
+ IpProtocol:
3374
+ - :string
3375
+ FromPort:
3376
+ - :integer
3377
+ ToPort:
3378
+ - :integer
3379
+ CidrIp:
3380
+ - :string
3381
+ IpPermissions:
3382
+ - :list:
3383
+ - :structure:
3384
+ IpProtocol:
3385
+ - :string
3386
+ - :rename: IpProtocol
3387
+ FromPort:
3388
+ - :integer
3389
+ - :rename: FromPort
3390
+ ToPort:
3391
+ - :integer
3392
+ - :rename: ToPort
3393
+ Groups:
3394
+ - :list:
3395
+ - :structure:
3396
+ UserId:
3397
+ - :string
3398
+ - :rename: UserId
3399
+ GroupName:
3400
+ - :string
3401
+ - :rename: GroupName
3402
+ GroupId:
3403
+ - :string
3404
+ - :rename: GroupId
3405
+ - :rename: UserIdGroupPairs
3406
+ IpRanges:
3407
+ - :list:
3408
+ - :structure:
3409
+ CidrIp:
3410
+ - :string
3411
+ - :rename: CidrIp
3412
+ - :rename: IpRanges
3413
+ :outputs: {}
3414
+ - :name: RevokeSecurityGroupIngress
3415
+ :method: :revoke_security_group_ingress
3416
+ :inputs:
3417
+ GroupName:
3418
+ - :string
3419
+ GroupId:
3420
+ - :string
3421
+ SourceSecurityGroupName:
3422
+ - :string
3423
+ SourceSecurityGroupOwnerId:
3424
+ - :string
3425
+ IpProtocol:
3426
+ - :string
3427
+ FromPort:
3428
+ - :integer
3429
+ ToPort:
3430
+ - :integer
3431
+ CidrIp:
3432
+ - :string
3433
+ IpPermissions:
3434
+ - :list:
3435
+ - :structure:
3436
+ IpProtocol:
3437
+ - :string
3438
+ - :rename: IpProtocol
3439
+ FromPort:
3440
+ - :integer
3441
+ - :rename: FromPort
3442
+ ToPort:
3443
+ - :integer
3444
+ - :rename: ToPort
3445
+ Groups:
3446
+ - :list:
3447
+ - :structure:
3448
+ UserId:
3449
+ - :string
3450
+ - :rename: UserId
3451
+ GroupName:
3452
+ - :string
3453
+ - :rename: GroupName
3454
+ GroupId:
3455
+ - :string
3456
+ - :rename: GroupId
3457
+ - :rename: UserIdGroupPairs
3458
+ IpRanges:
3459
+ - :list:
3460
+ - :structure:
3461
+ CidrIp:
3462
+ - :string
3463
+ - :rename: CidrIp
3464
+ - :rename: IpRanges
3465
+ :outputs: {}
3466
+ - :name: RunInstances
3467
+ :method: :run_instances
3468
+ :inputs:
3469
+ ImageId:
3470
+ - :string
3471
+ - :required
3472
+ MinCount:
3473
+ - :integer
3474
+ - :required
3475
+ MaxCount:
3476
+ - :integer
3477
+ - :required
3478
+ KeyName:
3479
+ - :string
3480
+ SecurityGroup:
3481
+ - :list:
3482
+ - :string
3483
+ - :rename: SecurityGroups
3484
+ SecurityGroupId:
3485
+ - :list:
3486
+ - :string
3487
+ - :rename: SecurityGroupIds
3488
+ UserData:
3489
+ - :string
3490
+ AddressingType:
3491
+ - :string
3492
+ InstanceType:
3493
+ - :string
3494
+ Placement:
3495
+ - :structure:
3496
+ AvailabilityZone:
3497
+ - :string
3498
+ - :rename: AvailabilityZone
3499
+ GroupName:
3500
+ - :string
3501
+ Tenancy:
3502
+ - :string
3503
+ KernelId:
3504
+ - :string
3505
+ RamdiskId:
3506
+ - :string
3507
+ BlockDeviceMapping:
3508
+ - :list:
3509
+ - :structure:
3510
+ VirtualName:
3511
+ - :string
3512
+ - :rename: VirtualName
3513
+ DeviceName:
3514
+ - :string
3515
+ - :rename: DeviceName
3516
+ Ebs:
3517
+ - :structure:
3518
+ SnapshotId:
3519
+ - :string
3520
+ VolumeSize:
3521
+ - :integer
3522
+ DeleteOnTermination:
3523
+ - :boolean
3524
+ NoDevice:
3525
+ - :string
3526
+ - :rename: BlockDeviceMappings
3527
+ Monitoring:
3528
+ - :structure:
3529
+ Enabled:
3530
+ - :boolean
3531
+ - :required
3532
+ SubnetId:
3533
+ - :string
3534
+ DisableApiTermination:
3535
+ - :boolean
3536
+ InstanceInitiatedShutdownBehavior:
3537
+ - :string
3538
+ License:
3539
+ - :structure:
3540
+ Pool:
3541
+ - :string
3542
+ PrivateIpAddress:
3543
+ - :string
3544
+ ClientToken:
3545
+ - :string
3546
+ AdditionalInfo:
3547
+ - :string
3548
+ NetworkInterface:
3549
+ - :list:
3550
+ - :structure:
3551
+ NetworkInterfaceId:
3552
+ - :string
3553
+ DeviceIndex:
3554
+ - :integer
3555
+ SubnetId:
3556
+ - :string
3557
+ Description:
3558
+ - :string
3559
+ PrivateIpAddress:
3560
+ - :string
3561
+ SecurityGroupId:
3562
+ - :list:
3563
+ - :string
3564
+ - :rename: groups
3565
+ DeleteOnTermination:
3566
+ - :boolean
3567
+ - :rename: networkInterfaces
3568
+ :outputs:
3569
+ :children:
3570
+ groupSet:
3571
+ :ignore: true
3572
+ :children:
3573
+ item:
3574
+ :rename: :group_set
3575
+ :list: true
3576
+ instancesSet:
3577
+ :ignore: true
3578
+ :children:
3579
+ item:
3580
+ :rename: :instances_set
3581
+ :list: true
3582
+ :children:
3583
+ instanceState:
3584
+ :children:
3585
+ code:
3586
+ :type: :integer
3587
+ amiLaunchIndex:
3588
+ :type: :integer
3589
+ productCodes:
3590
+ :ignore: true
3591
+ :children:
3592
+ item:
3593
+ :rename: :product_codes
3594
+ :list: true
3595
+ launchTime:
3596
+ :type: :time
3597
+ blockDeviceMapping:
3598
+ :ignore: true
3599
+ :children:
3600
+ item:
3601
+ :rename: :block_device_mapping
3602
+ :list: true
3603
+ :children:
3604
+ ebs:
3605
+ :children:
3606
+ attachTime:
3607
+ :type: :time
3608
+ deleteOnTermination:
3609
+ :type: :boolean
3610
+ tagSet:
3611
+ :ignore: true
3612
+ :children:
3613
+ item:
3614
+ :rename: :tag_set
3615
+ :list: true
3616
+ groupSet:
3617
+ :ignore: true
3618
+ :children:
3619
+ item:
3620
+ :rename: :group_set
3621
+ :list: true
3622
+ sourceDestCheck:
3623
+ :type: :boolean
3624
+ networkInterfaceSet:
3625
+ :ignore: true
3626
+ :children:
3627
+ item:
3628
+ :rename: :network_interface_set
3629
+ :list: true
3630
+ :children:
3631
+ sourceDestCheck:
3632
+ :type: :boolean
3633
+ groupSet:
3634
+ :ignore: true
3635
+ :children:
3636
+ item:
3637
+ :rename: :group_set
3638
+ :list: true
3639
+ attachment:
3640
+ :children:
3641
+ deviceIndex:
3642
+ :type: :integer
3643
+ attachTime:
3644
+ :type: :time
3645
+ deleteOnTermination:
3646
+ :type: :boolean
3647
+ - :name: StartInstances
3648
+ :method: :start_instances
3649
+ :inputs:
3650
+ InstanceId:
3651
+ - :list:
3652
+ - :string
3653
+ - :required
3654
+ - :rename: InstanceIds
3655
+ :outputs:
3656
+ :children:
3657
+ instancesSet:
3658
+ :ignore: true
3659
+ :children:
3660
+ item:
3661
+ :rename: :instances_set
3662
+ :list: true
3663
+ :children:
3664
+ currentState:
3665
+ :children:
3666
+ code:
3667
+ :type: :integer
3668
+ previousState:
3669
+ :children:
3670
+ code:
3671
+ :type: :integer
3672
+ - :name: StopInstances
3673
+ :method: :stop_instances
3674
+ :inputs:
3675
+ InstanceId:
3676
+ - :list:
3677
+ - :string
3678
+ - :required
3679
+ - :rename: InstanceIds
3680
+ Force:
3681
+ - :boolean
3682
+ :outputs:
3683
+ :children:
3684
+ instancesSet:
3685
+ :ignore: true
3686
+ :children:
3687
+ item:
3688
+ :rename: :instances_set
3689
+ :list: true
3690
+ :children:
3691
+ currentState:
3692
+ :children:
3693
+ code:
3694
+ :type: :integer
3695
+ previousState:
3696
+ :children:
3697
+ code:
3698
+ :type: :integer
3699
+ - :name: TerminateInstances
3700
+ :method: :terminate_instances
3701
+ :inputs:
3702
+ InstanceId:
3703
+ - :list:
3704
+ - :string
3705
+ - :required
3706
+ - :rename: InstanceIds
3707
+ :outputs:
3708
+ :children:
3709
+ instancesSet:
3710
+ :ignore: true
3711
+ :children:
3712
+ item:
3713
+ :rename: :instances_set
3714
+ :list: true
3715
+ :children:
3716
+ currentState:
3717
+ :children:
3718
+ code:
3719
+ :type: :integer
3720
+ previousState:
3721
+ :children:
3722
+ code:
3723
+ :type: :integer
3724
+ - :name: UnmonitorInstances
3725
+ :method: :unmonitor_instances
3726
+ :inputs:
3727
+ InstanceId:
3728
+ - :list:
3729
+ - :string
3730
+ - :required
3731
+ - :rename: InstanceIds
3732
+ :outputs:
3733
+ :children:
3734
+ instancesSet:
3735
+ :ignore: true
3736
+ :children:
3737
+ item:
3738
+ :rename: :instances_set
3739
+ :list: true