aws-sdk 1.15.0 → 1.16.0
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.
- checksums.yaml +4 -4
- data/lib/aws/api_config/EC2-2013-02-01.yml +293 -31
- data/lib/aws/core.rb +5 -1
- data/lib/aws/core/configuration.rb +17 -4
- data/lib/aws/core/xml/sax_handlers/nokogiri.rb +1 -0
- data/lib/aws/dynamo_db.rb +8 -0
- data/lib/aws/dynamo_db/table.rb +8 -0
- data/lib/aws/s3/client.rb +84 -0
- data/lib/aws/s3/client/xml.rb +18 -0
- data/lib/aws/s3/object_metadata.rb +7 -0
- data/lib/aws/s3/s3_object.rb +2 -0
- data/lib/aws/simple_workflow/request.rb +5 -1
- data/lib/aws/sqs/config.rb +2 -0
- data/lib/aws/sqs/errors.rb +23 -0
- data/lib/aws/sqs/queue.rb +75 -3
- data/lib/aws/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2501229aa3db0521f52494abe0ccff97b33e4c4b
|
4
|
+
data.tar.gz: 36dc7213d433ad814553eb45749e53ead69db606
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 938f94ac9421493d09d22dfb6525878dcaa130d06b10f116978ced315a8ab08634164c888da30b551c84cd0f97769f3c21de7f306864a12e57d05cbb128fc837
|
7
|
+
data.tar.gz: 2fdfc3ae054f52a7de5adc9d5854efd0d7e5361f49c878ebd195d77baea09fec478a06c96ea4b775524aca92e07d28705f5629348197d8578cac9dc562b733d9
|
@@ -17,6 +17,8 @@
|
|
17
17
|
- :name: ActivateLicense
|
18
18
|
:method: :activate_license
|
19
19
|
:inputs:
|
20
|
+
DryRun:
|
21
|
+
- :boolean
|
20
22
|
LicenseId:
|
21
23
|
- :string
|
22
24
|
- :required
|
@@ -27,6 +29,8 @@
|
|
27
29
|
- :name: AllocateAddress
|
28
30
|
:method: :allocate_address
|
29
31
|
:inputs:
|
32
|
+
DryRun:
|
33
|
+
- :boolean
|
30
34
|
Domain:
|
31
35
|
- :string
|
32
36
|
:outputs: {}
|
@@ -48,6 +52,8 @@
|
|
48
52
|
- :name: AssociateAddress
|
49
53
|
:method: :associate_address
|
50
54
|
:inputs:
|
55
|
+
DryRun:
|
56
|
+
- :boolean
|
51
57
|
InstanceId:
|
52
58
|
- :string
|
53
59
|
PublicIp:
|
@@ -64,6 +70,8 @@
|
|
64
70
|
- :name: AssociateDhcpOptions
|
65
71
|
:method: :associate_dhcp_options
|
66
72
|
:inputs:
|
73
|
+
DryRun:
|
74
|
+
- :boolean
|
67
75
|
DhcpOptionsId:
|
68
76
|
- :string
|
69
77
|
- :required
|
@@ -74,6 +82,8 @@
|
|
74
82
|
- :name: AssociateRouteTable
|
75
83
|
:method: :associate_route_table
|
76
84
|
:inputs:
|
85
|
+
DryRun:
|
86
|
+
- :boolean
|
77
87
|
SubnetId:
|
78
88
|
- :string
|
79
89
|
- :required
|
@@ -84,6 +94,8 @@
|
|
84
94
|
- :name: AttachInternetGateway
|
85
95
|
:method: :attach_internet_gateway
|
86
96
|
:inputs:
|
97
|
+
DryRun:
|
98
|
+
- :boolean
|
87
99
|
InternetGatewayId:
|
88
100
|
- :string
|
89
101
|
- :required
|
@@ -94,6 +106,8 @@
|
|
94
106
|
- :name: AttachNetworkInterface
|
95
107
|
:method: :attach_network_interface
|
96
108
|
:inputs:
|
109
|
+
DryRun:
|
110
|
+
- :boolean
|
97
111
|
NetworkInterfaceId:
|
98
112
|
- :string
|
99
113
|
- :required
|
@@ -107,6 +121,8 @@
|
|
107
121
|
- :name: AttachVolume
|
108
122
|
:method: :attach_volume
|
109
123
|
:inputs:
|
124
|
+
DryRun:
|
125
|
+
- :boolean
|
110
126
|
VolumeId:
|
111
127
|
- :string
|
112
128
|
- :required
|
@@ -125,6 +141,8 @@
|
|
125
141
|
- :name: AttachVpnGateway
|
126
142
|
:method: :attach_vpn_gateway
|
127
143
|
:inputs:
|
144
|
+
DryRun:
|
145
|
+
- :boolean
|
128
146
|
VpnGatewayId:
|
129
147
|
- :string
|
130
148
|
- :required
|
@@ -135,6 +153,8 @@
|
|
135
153
|
- :name: AuthorizeSecurityGroupEgress
|
136
154
|
:method: :authorize_security_group_egress
|
137
155
|
:inputs:
|
156
|
+
DryRun:
|
157
|
+
- :boolean
|
138
158
|
GroupId:
|
139
159
|
- :string
|
140
160
|
- :required
|
@@ -186,6 +206,8 @@
|
|
186
206
|
- :name: AuthorizeSecurityGroupIngress
|
187
207
|
:method: :authorize_security_group_ingress
|
188
208
|
:inputs:
|
209
|
+
DryRun:
|
210
|
+
- :boolean
|
189
211
|
GroupName:
|
190
212
|
- :string
|
191
213
|
GroupId:
|
@@ -238,6 +260,8 @@
|
|
238
260
|
- :name: BundleInstance
|
239
261
|
:method: :bundle_instance
|
240
262
|
:inputs:
|
263
|
+
DryRun:
|
264
|
+
- :boolean
|
241
265
|
InstanceId:
|
242
266
|
- :string
|
243
267
|
- :required
|
@@ -271,6 +295,8 @@
|
|
271
295
|
- :name: CancelBundleTask
|
272
296
|
:method: :cancel_bundle_task
|
273
297
|
:inputs:
|
298
|
+
DryRun:
|
299
|
+
- :boolean
|
274
300
|
BundleId:
|
275
301
|
- :string
|
276
302
|
- :required
|
@@ -285,6 +311,8 @@
|
|
285
311
|
- :name: CancelConversionTask
|
286
312
|
:method: :cancel_conversion_task
|
287
313
|
:inputs:
|
314
|
+
DryRun:
|
315
|
+
- :boolean
|
288
316
|
ConversionTaskId:
|
289
317
|
- :string
|
290
318
|
- :required
|
@@ -348,6 +376,8 @@
|
|
348
376
|
- :name: CancelSpotInstanceRequests
|
349
377
|
:method: :cancel_spot_instance_requests
|
350
378
|
:inputs:
|
379
|
+
DryRun:
|
380
|
+
- :boolean
|
351
381
|
SpotInstanceRequestId:
|
352
382
|
- :list:
|
353
383
|
- :string
|
@@ -364,6 +394,8 @@
|
|
364
394
|
- :name: ConfirmProductInstance
|
365
395
|
:method: :confirm_product_instance
|
366
396
|
:inputs:
|
397
|
+
DryRun:
|
398
|
+
- :boolean
|
367
399
|
ProductCode:
|
368
400
|
- :string
|
369
401
|
- :required
|
@@ -374,6 +406,8 @@
|
|
374
406
|
- :name: CopyImage
|
375
407
|
:method: :copy_image
|
376
408
|
:inputs:
|
409
|
+
DryRun:
|
410
|
+
- :boolean
|
377
411
|
SourceRegion:
|
378
412
|
- :string
|
379
413
|
- :required
|
@@ -391,6 +425,8 @@
|
|
391
425
|
- :name: CopySnapshot
|
392
426
|
:method: :copy_snapshot
|
393
427
|
:inputs:
|
428
|
+
DryRun:
|
429
|
+
- :boolean
|
394
430
|
SourceRegion:
|
395
431
|
- :string
|
396
432
|
- :required
|
@@ -403,6 +439,8 @@
|
|
403
439
|
- :name: CreateCustomerGateway
|
404
440
|
:method: :create_customer_gateway
|
405
441
|
:inputs:
|
442
|
+
DryRun:
|
443
|
+
- :boolean
|
406
444
|
Type:
|
407
445
|
- :string
|
408
446
|
- :required
|
@@ -426,6 +464,8 @@
|
|
426
464
|
- :name: CreateDhcpOptions
|
427
465
|
:method: :create_dhcp_options
|
428
466
|
:inputs:
|
467
|
+
DryRun:
|
468
|
+
- :boolean
|
429
469
|
DhcpConfiguration:
|
430
470
|
- :list:
|
431
471
|
- :structure:
|
@@ -464,6 +504,8 @@
|
|
464
504
|
- :name: CreateImage
|
465
505
|
:method: :create_image
|
466
506
|
:inputs:
|
507
|
+
DryRun:
|
508
|
+
- :boolean
|
467
509
|
InstanceId:
|
468
510
|
- :string
|
469
511
|
- :required
|
@@ -523,7 +565,9 @@
|
|
523
565
|
:outputs: {}
|
524
566
|
- :name: CreateInternetGateway
|
525
567
|
:method: :create_internet_gateway
|
526
|
-
:inputs:
|
568
|
+
:inputs:
|
569
|
+
DryRun:
|
570
|
+
- :boolean
|
527
571
|
:outputs:
|
528
572
|
:children:
|
529
573
|
internetGateway:
|
@@ -543,6 +587,8 @@
|
|
543
587
|
- :name: CreateKeyPair
|
544
588
|
:method: :create_key_pair
|
545
589
|
:inputs:
|
590
|
+
DryRun:
|
591
|
+
- :boolean
|
546
592
|
KeyName:
|
547
593
|
- :string
|
548
594
|
- :required
|
@@ -550,6 +596,8 @@
|
|
550
596
|
- :name: CreateNetworkAcl
|
551
597
|
:method: :create_network_acl
|
552
598
|
:inputs:
|
599
|
+
DryRun:
|
600
|
+
- :boolean
|
553
601
|
VpcId:
|
554
602
|
- :string
|
555
603
|
- :required
|
@@ -597,6 +645,8 @@
|
|
597
645
|
- :name: CreateNetworkAclEntry
|
598
646
|
:method: :create_network_acl_entry
|
599
647
|
:inputs:
|
648
|
+
DryRun:
|
649
|
+
- :boolean
|
600
650
|
NetworkAclId:
|
601
651
|
- :string
|
602
652
|
- :required
|
@@ -653,6 +703,8 @@
|
|
653
703
|
- :boolean
|
654
704
|
SecondaryPrivateIpAddressCount:
|
655
705
|
- :integer
|
706
|
+
DryRun:
|
707
|
+
- :boolean
|
656
708
|
:outputs:
|
657
709
|
:children:
|
658
710
|
networkInterface:
|
@@ -693,6 +745,8 @@
|
|
693
745
|
- :name: CreatePlacementGroup
|
694
746
|
:method: :create_placement_group
|
695
747
|
:inputs:
|
748
|
+
DryRun:
|
749
|
+
- :boolean
|
696
750
|
GroupName:
|
697
751
|
- :string
|
698
752
|
- :required
|
@@ -766,6 +820,8 @@
|
|
766
820
|
- :name: CreateRoute
|
767
821
|
:method: :create_route
|
768
822
|
:inputs:
|
823
|
+
DryRun:
|
824
|
+
- :boolean
|
769
825
|
RouteTableId:
|
770
826
|
- :string
|
771
827
|
- :required
|
@@ -782,6 +838,8 @@
|
|
782
838
|
- :name: CreateRouteTable
|
783
839
|
:method: :create_route_table
|
784
840
|
:inputs:
|
841
|
+
DryRun:
|
842
|
+
- :boolean
|
785
843
|
VpcId:
|
786
844
|
- :string
|
787
845
|
- :required
|
@@ -819,6 +877,8 @@
|
|
819
877
|
- :name: CreateSecurityGroup
|
820
878
|
:method: :create_security_group
|
821
879
|
:inputs:
|
880
|
+
DryRun:
|
881
|
+
- :boolean
|
822
882
|
GroupName:
|
823
883
|
- :string
|
824
884
|
- :required
|
@@ -832,6 +892,8 @@
|
|
832
892
|
- :name: CreateSnapshot
|
833
893
|
:method: :create_snapshot
|
834
894
|
:inputs:
|
895
|
+
DryRun:
|
896
|
+
- :boolean
|
835
897
|
VolumeId:
|
836
898
|
- :string
|
837
899
|
- :required
|
@@ -852,6 +914,8 @@
|
|
852
914
|
- :name: CreateSpotDatafeedSubscription
|
853
915
|
:method: :create_spot_datafeed_subscription
|
854
916
|
:inputs:
|
917
|
+
DryRun:
|
918
|
+
- :boolean
|
855
919
|
Bucket:
|
856
920
|
- :string
|
857
921
|
- :required
|
@@ -861,6 +925,8 @@
|
|
861
925
|
- :name: CreateSubnet
|
862
926
|
:method: :create_subnet
|
863
927
|
:inputs:
|
928
|
+
DryRun:
|
929
|
+
- :boolean
|
864
930
|
VpcId:
|
865
931
|
- :string
|
866
932
|
- :required
|
@@ -888,6 +954,8 @@
|
|
888
954
|
- :name: CreateTags
|
889
955
|
:method: :create_tags
|
890
956
|
:inputs:
|
957
|
+
DryRun:
|
958
|
+
- :boolean
|
891
959
|
ResourceId:
|
892
960
|
- :list:
|
893
961
|
- :string
|
@@ -906,6 +974,8 @@
|
|
906
974
|
- :name: CreateVolume
|
907
975
|
:method: :create_volume
|
908
976
|
:inputs:
|
977
|
+
DryRun:
|
978
|
+
- :boolean
|
909
979
|
Size:
|
910
980
|
- :integer
|
911
981
|
SnapshotId:
|
@@ -945,6 +1015,8 @@
|
|
945
1015
|
- :name: CreateVpc
|
946
1016
|
:method: :create_vpc
|
947
1017
|
:inputs:
|
1018
|
+
DryRun:
|
1019
|
+
- :boolean
|
948
1020
|
CidrBlock:
|
949
1021
|
- :string
|
950
1022
|
- :required
|
@@ -965,6 +1037,8 @@
|
|
965
1037
|
- :name: CreateVpnConnection
|
966
1038
|
:method: :create_vpn_connection
|
967
1039
|
:inputs:
|
1040
|
+
DryRun:
|
1041
|
+
- :boolean
|
968
1042
|
Type:
|
969
1043
|
- :string
|
970
1044
|
- :required
|
@@ -1022,6 +1096,8 @@
|
|
1022
1096
|
- :name: CreateVpnGateway
|
1023
1097
|
:method: :create_vpn_gateway
|
1024
1098
|
:inputs:
|
1099
|
+
DryRun:
|
1100
|
+
- :boolean
|
1025
1101
|
Type:
|
1026
1102
|
- :string
|
1027
1103
|
- :required
|
@@ -1048,6 +1124,8 @@
|
|
1048
1124
|
- :name: DeactivateLicense
|
1049
1125
|
:method: :deactivate_license
|
1050
1126
|
:inputs:
|
1127
|
+
DryRun:
|
1128
|
+
- :boolean
|
1051
1129
|
LicenseId:
|
1052
1130
|
- :string
|
1053
1131
|
- :required
|
@@ -1058,6 +1136,8 @@
|
|
1058
1136
|
- :name: DeleteCustomerGateway
|
1059
1137
|
:method: :delete_customer_gateway
|
1060
1138
|
:inputs:
|
1139
|
+
DryRun:
|
1140
|
+
- :boolean
|
1061
1141
|
CustomerGatewayId:
|
1062
1142
|
- :string
|
1063
1143
|
- :required
|
@@ -1065,6 +1145,8 @@
|
|
1065
1145
|
- :name: DeleteDhcpOptions
|
1066
1146
|
:method: :delete_dhcp_options
|
1067
1147
|
:inputs:
|
1148
|
+
DryRun:
|
1149
|
+
- :boolean
|
1068
1150
|
DhcpOptionsId:
|
1069
1151
|
- :string
|
1070
1152
|
- :required
|
@@ -1072,6 +1154,8 @@
|
|
1072
1154
|
- :name: DeleteInternetGateway
|
1073
1155
|
:method: :delete_internet_gateway
|
1074
1156
|
:inputs:
|
1157
|
+
DryRun:
|
1158
|
+
- :boolean
|
1075
1159
|
InternetGatewayId:
|
1076
1160
|
- :string
|
1077
1161
|
- :required
|
@@ -1079,6 +1163,8 @@
|
|
1079
1163
|
- :name: DeleteKeyPair
|
1080
1164
|
:method: :delete_key_pair
|
1081
1165
|
:inputs:
|
1166
|
+
DryRun:
|
1167
|
+
- :boolean
|
1082
1168
|
KeyName:
|
1083
1169
|
- :string
|
1084
1170
|
- :required
|
@@ -1086,6 +1172,8 @@
|
|
1086
1172
|
- :name: DeleteNetworkAcl
|
1087
1173
|
:method: :delete_network_acl
|
1088
1174
|
:inputs:
|
1175
|
+
DryRun:
|
1176
|
+
- :boolean
|
1089
1177
|
NetworkAclId:
|
1090
1178
|
- :string
|
1091
1179
|
- :required
|
@@ -1093,6 +1181,8 @@
|
|
1093
1181
|
- :name: DeleteNetworkAclEntry
|
1094
1182
|
:method: :delete_network_acl_entry
|
1095
1183
|
:inputs:
|
1184
|
+
DryRun:
|
1185
|
+
- :boolean
|
1096
1186
|
NetworkAclId:
|
1097
1187
|
- :string
|
1098
1188
|
- :required
|
@@ -1106,6 +1196,8 @@
|
|
1106
1196
|
- :name: DeleteNetworkInterface
|
1107
1197
|
:method: :delete_network_interface
|
1108
1198
|
:inputs:
|
1199
|
+
DryRun:
|
1200
|
+
- :boolean
|
1109
1201
|
NetworkInterfaceId:
|
1110
1202
|
- :string
|
1111
1203
|
- :required
|
@@ -1113,6 +1205,8 @@
|
|
1113
1205
|
- :name: DeletePlacementGroup
|
1114
1206
|
:method: :delete_placement_group
|
1115
1207
|
:inputs:
|
1208
|
+
DryRun:
|
1209
|
+
- :boolean
|
1116
1210
|
GroupName:
|
1117
1211
|
- :string
|
1118
1212
|
- :required
|
@@ -1120,6 +1214,8 @@
|
|
1120
1214
|
- :name: DeleteRoute
|
1121
1215
|
:method: :delete_route
|
1122
1216
|
:inputs:
|
1217
|
+
DryRun:
|
1218
|
+
- :boolean
|
1123
1219
|
RouteTableId:
|
1124
1220
|
- :string
|
1125
1221
|
- :required
|
@@ -1130,6 +1226,8 @@
|
|
1130
1226
|
- :name: DeleteRouteTable
|
1131
1227
|
:method: :delete_route_table
|
1132
1228
|
:inputs:
|
1229
|
+
DryRun:
|
1230
|
+
- :boolean
|
1133
1231
|
RouteTableId:
|
1134
1232
|
- :string
|
1135
1233
|
- :required
|
@@ -1137,6 +1235,8 @@
|
|
1137
1235
|
- :name: DeleteSecurityGroup
|
1138
1236
|
:method: :delete_security_group
|
1139
1237
|
:inputs:
|
1238
|
+
DryRun:
|
1239
|
+
- :boolean
|
1140
1240
|
GroupName:
|
1141
1241
|
- :string
|
1142
1242
|
GroupId:
|
@@ -1145,17 +1245,23 @@
|
|
1145
1245
|
- :name: DeleteSnapshot
|
1146
1246
|
:method: :delete_snapshot
|
1147
1247
|
:inputs:
|
1248
|
+
DryRun:
|
1249
|
+
- :boolean
|
1148
1250
|
SnapshotId:
|
1149
1251
|
- :string
|
1150
1252
|
- :required
|
1151
1253
|
:outputs: {}
|
1152
1254
|
- :name: DeleteSpotDatafeedSubscription
|
1153
1255
|
:method: :delete_spot_datafeed_subscription
|
1154
|
-
:inputs:
|
1256
|
+
:inputs:
|
1257
|
+
DryRun:
|
1258
|
+
- :boolean
|
1155
1259
|
:outputs: {}
|
1156
1260
|
- :name: DeleteSubnet
|
1157
1261
|
:method: :delete_subnet
|
1158
1262
|
:inputs:
|
1263
|
+
DryRun:
|
1264
|
+
- :boolean
|
1159
1265
|
SubnetId:
|
1160
1266
|
- :string
|
1161
1267
|
- :required
|
@@ -1163,6 +1269,8 @@
|
|
1163
1269
|
- :name: DeleteTags
|
1164
1270
|
:method: :delete_tags
|
1165
1271
|
:inputs:
|
1272
|
+
DryRun:
|
1273
|
+
- :boolean
|
1166
1274
|
ResourceId:
|
1167
1275
|
- :list:
|
1168
1276
|
- :string
|
@@ -1180,6 +1288,8 @@
|
|
1180
1288
|
- :name: DeleteVolume
|
1181
1289
|
:method: :delete_volume
|
1182
1290
|
:inputs:
|
1291
|
+
DryRun:
|
1292
|
+
- :boolean
|
1183
1293
|
VolumeId:
|
1184
1294
|
- :string
|
1185
1295
|
- :required
|
@@ -1187,6 +1297,8 @@
|
|
1187
1297
|
- :name: DeleteVpc
|
1188
1298
|
:method: :delete_vpc
|
1189
1299
|
:inputs:
|
1300
|
+
DryRun:
|
1301
|
+
- :boolean
|
1190
1302
|
VpcId:
|
1191
1303
|
- :string
|
1192
1304
|
- :required
|
@@ -1194,6 +1306,8 @@
|
|
1194
1306
|
- :name: DeleteVpnConnection
|
1195
1307
|
:method: :delete_vpn_connection
|
1196
1308
|
:inputs:
|
1309
|
+
DryRun:
|
1310
|
+
- :boolean
|
1197
1311
|
VpnConnectionId:
|
1198
1312
|
- :string
|
1199
1313
|
- :required
|
@@ -1211,6 +1325,8 @@
|
|
1211
1325
|
- :name: DeleteVpnGateway
|
1212
1326
|
:method: :delete_vpn_gateway
|
1213
1327
|
:inputs:
|
1328
|
+
DryRun:
|
1329
|
+
- :boolean
|
1214
1330
|
VpnGatewayId:
|
1215
1331
|
- :string
|
1216
1332
|
- :required
|
@@ -1218,6 +1334,8 @@
|
|
1218
1334
|
- :name: DeregisterImage
|
1219
1335
|
:method: :deregister_image
|
1220
1336
|
:inputs:
|
1337
|
+
DryRun:
|
1338
|
+
- :boolean
|
1221
1339
|
ImageId:
|
1222
1340
|
- :string
|
1223
1341
|
- :required
|
@@ -1225,6 +1343,8 @@
|
|
1225
1343
|
- :name: DescribeAccountAttributes
|
1226
1344
|
:method: :describe_account_attributes
|
1227
1345
|
:inputs:
|
1346
|
+
DryRun:
|
1347
|
+
- :boolean
|
1228
1348
|
AttributeName:
|
1229
1349
|
- :list:
|
1230
1350
|
- :string
|
@@ -1247,6 +1367,8 @@
|
|
1247
1367
|
- :name: DescribeAddresses
|
1248
1368
|
:method: :describe_addresses
|
1249
1369
|
:inputs:
|
1370
|
+
DryRun:
|
1371
|
+
- :boolean
|
1250
1372
|
PublicIp:
|
1251
1373
|
- :list:
|
1252
1374
|
- :string
|
@@ -1279,6 +1401,8 @@
|
|
1279
1401
|
- :name: DescribeAvailabilityZones
|
1280
1402
|
:method: :describe_availability_zones
|
1281
1403
|
:inputs:
|
1404
|
+
DryRun:
|
1405
|
+
- :boolean
|
1282
1406
|
ZoneName:
|
1283
1407
|
- :list:
|
1284
1408
|
- :string
|
@@ -1311,6 +1435,8 @@
|
|
1311
1435
|
- :name: DescribeBundleTasks
|
1312
1436
|
:method: :describe_bundle_tasks
|
1313
1437
|
:inputs:
|
1438
|
+
DryRun:
|
1439
|
+
- :boolean
|
1314
1440
|
BundleId:
|
1315
1441
|
- :list:
|
1316
1442
|
- :string
|
@@ -1341,6 +1467,8 @@
|
|
1341
1467
|
- :name: DescribeConversionTasks
|
1342
1468
|
:method: :describe_conversion_tasks
|
1343
1469
|
:inputs:
|
1470
|
+
DryRun:
|
1471
|
+
- :boolean
|
1344
1472
|
Filter:
|
1345
1473
|
- :list:
|
1346
1474
|
- :structure:
|
@@ -1404,6 +1532,8 @@
|
|
1404
1532
|
- :name: DescribeCustomerGateways
|
1405
1533
|
:method: :describe_customer_gateways
|
1406
1534
|
:inputs:
|
1535
|
+
DryRun:
|
1536
|
+
- :boolean
|
1407
1537
|
CustomerGatewayId:
|
1408
1538
|
- :list:
|
1409
1539
|
- :string
|
@@ -1438,6 +1568,8 @@
|
|
1438
1568
|
- :name: DescribeDhcpOptions
|
1439
1569
|
:method: :describe_dhcp_options
|
1440
1570
|
:inputs:
|
1571
|
+
DryRun:
|
1572
|
+
- :boolean
|
1441
1573
|
DhcpOptionsId:
|
1442
1574
|
- :list:
|
1443
1575
|
- :string
|
@@ -1498,6 +1630,8 @@
|
|
1498
1630
|
- :name: DescribeImageAttribute
|
1499
1631
|
:method: :describe_image_attribute
|
1500
1632
|
:inputs:
|
1633
|
+
DryRun:
|
1634
|
+
- :boolean
|
1501
1635
|
ImageId:
|
1502
1636
|
- :string
|
1503
1637
|
- :required
|
@@ -1536,6 +1670,8 @@
|
|
1536
1670
|
- :name: DescribeImages
|
1537
1671
|
:method: :describe_images
|
1538
1672
|
:inputs:
|
1673
|
+
DryRun:
|
1674
|
+
- :boolean
|
1539
1675
|
ImageId:
|
1540
1676
|
- :list:
|
1541
1677
|
- :string
|
@@ -1602,6 +1738,8 @@
|
|
1602
1738
|
- :name: DescribeInstanceAttribute
|
1603
1739
|
:method: :describe_instance_attribute
|
1604
1740
|
:inputs:
|
1741
|
+
DryRun:
|
1742
|
+
- :boolean
|
1605
1743
|
InstanceId:
|
1606
1744
|
- :string
|
1607
1745
|
- :required
|
@@ -1640,6 +1778,8 @@
|
|
1640
1778
|
- :name: DescribeInstanceStatus
|
1641
1779
|
:method: :describe_instance_status
|
1642
1780
|
:inputs:
|
1781
|
+
DryRun:
|
1782
|
+
- :boolean
|
1643
1783
|
InstanceId:
|
1644
1784
|
- :list:
|
1645
1785
|
- :string
|
@@ -1709,6 +1849,8 @@
|
|
1709
1849
|
- :name: DescribeInstances
|
1710
1850
|
:method: :describe_instances
|
1711
1851
|
:inputs:
|
1852
|
+
DryRun:
|
1853
|
+
- :boolean
|
1712
1854
|
InstanceId:
|
1713
1855
|
- :list:
|
1714
1856
|
- :string
|
@@ -1831,6 +1973,8 @@
|
|
1831
1973
|
- :name: DescribeInternetGateways
|
1832
1974
|
:method: :describe_internet_gateways
|
1833
1975
|
:inputs:
|
1976
|
+
DryRun:
|
1977
|
+
- :boolean
|
1834
1978
|
InternetGatewayId:
|
1835
1979
|
- :list:
|
1836
1980
|
- :string
|
@@ -1869,6 +2013,8 @@
|
|
1869
2013
|
- :name: DescribeKeyPairs
|
1870
2014
|
:method: :describe_key_pairs
|
1871
2015
|
:inputs:
|
2016
|
+
DryRun:
|
2017
|
+
- :boolean
|
1872
2018
|
KeyName:
|
1873
2019
|
- :list:
|
1874
2020
|
- :string
|
@@ -1897,6 +2043,8 @@
|
|
1897
2043
|
- :name: DescribeLicenses
|
1898
2044
|
:method: :describe_licenses
|
1899
2045
|
:inputs:
|
2046
|
+
DryRun:
|
2047
|
+
- :boolean
|
1900
2048
|
LicenseId:
|
1901
2049
|
- :list:
|
1902
2050
|
- :string
|
@@ -1942,6 +2090,8 @@
|
|
1942
2090
|
- :name: DescribeNetworkAcls
|
1943
2091
|
:method: :describe_network_acls
|
1944
2092
|
:inputs:
|
2093
|
+
DryRun:
|
2094
|
+
- :boolean
|
1945
2095
|
NetworkAclId:
|
1946
2096
|
- :list:
|
1947
2097
|
- :string
|
@@ -2005,6 +2155,8 @@
|
|
2005
2155
|
- :name: DescribeNetworkInterfaceAttribute
|
2006
2156
|
:method: :describe_network_interface_attribute
|
2007
2157
|
:inputs:
|
2158
|
+
DryRun:
|
2159
|
+
- :boolean
|
2008
2160
|
NetworkInterfaceId:
|
2009
2161
|
- :string
|
2010
2162
|
- :required
|
@@ -2040,6 +2192,8 @@
|
|
2040
2192
|
- :name: DescribeNetworkInterfaces
|
2041
2193
|
:method: :describe_network_interfaces
|
2042
2194
|
:inputs:
|
2195
|
+
DryRun:
|
2196
|
+
- :boolean
|
2043
2197
|
NetworkInterfaceId:
|
2044
2198
|
- :list:
|
2045
2199
|
- :string
|
@@ -2100,6 +2254,8 @@
|
|
2100
2254
|
- :name: DescribePlacementGroups
|
2101
2255
|
:method: :describe_placement_groups
|
2102
2256
|
:inputs:
|
2257
|
+
DryRun:
|
2258
|
+
- :boolean
|
2103
2259
|
GroupName:
|
2104
2260
|
- :list:
|
2105
2261
|
- :string
|
@@ -2125,6 +2281,8 @@
|
|
2125
2281
|
- :name: DescribeRegions
|
2126
2282
|
:method: :describe_regions
|
2127
2283
|
:inputs:
|
2284
|
+
DryRun:
|
2285
|
+
- :boolean
|
2128
2286
|
RegionName:
|
2129
2287
|
- :list:
|
2130
2288
|
- :string
|
@@ -2150,6 +2308,8 @@
|
|
2150
2308
|
- :name: DescribeReservedInstances
|
2151
2309
|
:method: :describe_reserved_instances
|
2152
2310
|
:inputs:
|
2311
|
+
DryRun:
|
2312
|
+
- :boolean
|
2153
2313
|
ReservedInstancesId:
|
2154
2314
|
- :list:
|
2155
2315
|
- :string
|
@@ -2260,6 +2420,8 @@
|
|
2260
2420
|
- :name: DescribeReservedInstancesOfferings
|
2261
2421
|
:method: :describe_reserved_instances_offerings
|
2262
2422
|
:inputs:
|
2423
|
+
DryRun:
|
2424
|
+
- :boolean
|
2263
2425
|
ReservedInstancesOfferingId:
|
2264
2426
|
- :list:
|
2265
2427
|
- :string
|
@@ -2288,6 +2450,14 @@
|
|
2288
2450
|
- :string
|
2289
2451
|
MaxResults:
|
2290
2452
|
- :integer
|
2453
|
+
IncludeMarketplace:
|
2454
|
+
- :boolean
|
2455
|
+
MinDuration:
|
2456
|
+
- :long
|
2457
|
+
MaxDuration:
|
2458
|
+
- :long
|
2459
|
+
MaxInstanceCount:
|
2460
|
+
- :integer
|
2291
2461
|
:outputs:
|
2292
2462
|
:children:
|
2293
2463
|
reservedInstancesOfferingsSet:
|
@@ -2328,6 +2498,8 @@
|
|
2328
2498
|
- :name: DescribeRouteTables
|
2329
2499
|
:method: :describe_route_tables
|
2330
2500
|
:inputs:
|
2501
|
+
DryRun:
|
2502
|
+
- :boolean
|
2331
2503
|
RouteTableId:
|
2332
2504
|
- :list:
|
2333
2505
|
- :string
|
@@ -2381,6 +2553,8 @@
|
|
2381
2553
|
- :name: DescribeSecurityGroups
|
2382
2554
|
:method: :describe_security_groups
|
2383
2555
|
:inputs:
|
2556
|
+
DryRun:
|
2557
|
+
- :boolean
|
2384
2558
|
GroupName:
|
2385
2559
|
- :list:
|
2386
2560
|
- :string
|
@@ -2466,6 +2640,8 @@
|
|
2466
2640
|
- :name: DescribeSnapshotAttribute
|
2467
2641
|
:method: :describe_snapshot_attribute
|
2468
2642
|
:inputs:
|
2643
|
+
DryRun:
|
2644
|
+
- :boolean
|
2469
2645
|
SnapshotId:
|
2470
2646
|
- :string
|
2471
2647
|
- :required
|
@@ -2489,6 +2665,8 @@
|
|
2489
2665
|
- :name: DescribeSnapshots
|
2490
2666
|
:method: :describe_snapshots
|
2491
2667
|
:inputs:
|
2668
|
+
DryRun:
|
2669
|
+
- :boolean
|
2492
2670
|
SnapshotId:
|
2493
2671
|
- :list:
|
2494
2672
|
- :string
|
@@ -2535,11 +2713,15 @@
|
|
2535
2713
|
:name: :snapshot_index
|
2536
2714
|
- :name: DescribeSpotDatafeedSubscription
|
2537
2715
|
:method: :describe_spot_datafeed_subscription
|
2538
|
-
:inputs:
|
2716
|
+
:inputs:
|
2717
|
+
DryRun:
|
2718
|
+
- :boolean
|
2539
2719
|
:outputs: {}
|
2540
2720
|
- :name: DescribeSpotInstanceRequests
|
2541
2721
|
:method: :describe_spot_instance_requests
|
2542
2722
|
:inputs:
|
2723
|
+
DryRun:
|
2724
|
+
- :boolean
|
2543
2725
|
SpotInstanceRequestId:
|
2544
2726
|
- :list:
|
2545
2727
|
- :string
|
@@ -2624,6 +2806,8 @@
|
|
2624
2806
|
:type: :boolean
|
2625
2807
|
secondaryPrivateIpAddressCount:
|
2626
2808
|
:type: :integer
|
2809
|
+
associatePublicIpAddress:
|
2810
|
+
:type: :boolean
|
2627
2811
|
ebsOptimized:
|
2628
2812
|
:type: :boolean
|
2629
2813
|
createTime:
|
@@ -2637,6 +2821,8 @@
|
|
2637
2821
|
- :name: DescribeSpotPriceHistory
|
2638
2822
|
:method: :describe_spot_price_history
|
2639
2823
|
:inputs:
|
2824
|
+
DryRun:
|
2825
|
+
- :boolean
|
2640
2826
|
StartTime:
|
2641
2827
|
- :timestamp
|
2642
2828
|
EndTime:
|
@@ -2679,6 +2865,8 @@
|
|
2679
2865
|
- :name: DescribeSubnets
|
2680
2866
|
:method: :describe_subnets
|
2681
2867
|
:inputs:
|
2868
|
+
DryRun:
|
2869
|
+
- :boolean
|
2682
2870
|
SubnetId:
|
2683
2871
|
- :list:
|
2684
2872
|
- :string
|
@@ -2717,6 +2905,8 @@
|
|
2717
2905
|
- :name: DescribeTags
|
2718
2906
|
:method: :describe_tags
|
2719
2907
|
:inputs:
|
2908
|
+
DryRun:
|
2909
|
+
- :boolean
|
2720
2910
|
Filter:
|
2721
2911
|
- :list:
|
2722
2912
|
- :structure:
|
@@ -2744,6 +2934,8 @@
|
|
2744
2934
|
- :name: DescribeVolumeAttribute
|
2745
2935
|
:method: :describe_volume_attribute
|
2746
2936
|
:inputs:
|
2937
|
+
DryRun:
|
2938
|
+
- :boolean
|
2747
2939
|
VolumeId:
|
2748
2940
|
- :string
|
2749
2941
|
- :required
|
@@ -2764,6 +2956,8 @@
|
|
2764
2956
|
- :name: DescribeVolumeStatus
|
2765
2957
|
:method: :describe_volume_status
|
2766
2958
|
:inputs:
|
2959
|
+
DryRun:
|
2960
|
+
- :boolean
|
2767
2961
|
VolumeId:
|
2768
2962
|
- :list:
|
2769
2963
|
- :string
|
@@ -2819,6 +3013,8 @@
|
|
2819
3013
|
- :name: DescribeVolumes
|
2820
3014
|
:method: :describe_volumes
|
2821
3015
|
:inputs:
|
3016
|
+
DryRun:
|
3017
|
+
- :boolean
|
2822
3018
|
VolumeId:
|
2823
3019
|
- :list:
|
2824
3020
|
- :string
|
@@ -2871,6 +3067,8 @@
|
|
2871
3067
|
- :name: DescribeVpcAttribute
|
2872
3068
|
:method: :describe_vpc_attribute
|
2873
3069
|
:inputs:
|
3070
|
+
DryRun:
|
3071
|
+
- :boolean
|
2874
3072
|
VpcId:
|
2875
3073
|
- :string
|
2876
3074
|
- :required
|
@@ -2889,6 +3087,8 @@
|
|
2889
3087
|
- :name: DescribeVpcs
|
2890
3088
|
:method: :describe_vpcs
|
2891
3089
|
:inputs:
|
3090
|
+
DryRun:
|
3091
|
+
- :boolean
|
2892
3092
|
VpcId:
|
2893
3093
|
- :list:
|
2894
3094
|
- :string
|
@@ -2923,6 +3123,8 @@
|
|
2923
3123
|
- :name: DescribeVpnConnections
|
2924
3124
|
:method: :describe_vpn_connections
|
2925
3125
|
:inputs:
|
3126
|
+
DryRun:
|
3127
|
+
- :boolean
|
2926
3128
|
VpnConnectionId:
|
2927
3129
|
- :list:
|
2928
3130
|
- :string
|
@@ -2978,6 +3180,8 @@
|
|
2978
3180
|
- :name: DescribeVpnGateways
|
2979
3181
|
:method: :describe_vpn_gateways
|
2980
3182
|
:inputs:
|
3183
|
+
DryRun:
|
3184
|
+
- :boolean
|
2981
3185
|
VpnGatewayId:
|
2982
3186
|
- :list:
|
2983
3187
|
- :string
|
@@ -3018,6 +3222,8 @@
|
|
3018
3222
|
- :name: DetachInternetGateway
|
3019
3223
|
:method: :detach_internet_gateway
|
3020
3224
|
:inputs:
|
3225
|
+
DryRun:
|
3226
|
+
- :boolean
|
3021
3227
|
InternetGatewayId:
|
3022
3228
|
- :string
|
3023
3229
|
- :required
|
@@ -3028,6 +3234,8 @@
|
|
3028
3234
|
- :name: DetachNetworkInterface
|
3029
3235
|
:method: :detach_network_interface
|
3030
3236
|
:inputs:
|
3237
|
+
DryRun:
|
3238
|
+
- :boolean
|
3031
3239
|
AttachmentId:
|
3032
3240
|
- :string
|
3033
3241
|
- :required
|
@@ -3037,6 +3245,8 @@
|
|
3037
3245
|
- :name: DetachVolume
|
3038
3246
|
:method: :detach_volume
|
3039
3247
|
:inputs:
|
3248
|
+
DryRun:
|
3249
|
+
- :boolean
|
3040
3250
|
VolumeId:
|
3041
3251
|
- :string
|
3042
3252
|
- :required
|
@@ -3055,6 +3265,8 @@
|
|
3055
3265
|
- :name: DetachVpnGateway
|
3056
3266
|
:method: :detach_vpn_gateway
|
3057
3267
|
:inputs:
|
3268
|
+
DryRun:
|
3269
|
+
- :boolean
|
3058
3270
|
VpnGatewayId:
|
3059
3271
|
- :string
|
3060
3272
|
- :required
|
@@ -3075,6 +3287,8 @@
|
|
3075
3287
|
- :name: DisassociateAddress
|
3076
3288
|
:method: :disassociate_address
|
3077
3289
|
:inputs:
|
3290
|
+
DryRun:
|
3291
|
+
- :boolean
|
3078
3292
|
PublicIp:
|
3079
3293
|
- :string
|
3080
3294
|
AssociationId:
|
@@ -3083,6 +3297,8 @@
|
|
3083
3297
|
- :name: DisassociateRouteTable
|
3084
3298
|
:method: :disassociate_route_table
|
3085
3299
|
:inputs:
|
3300
|
+
DryRun:
|
3301
|
+
- :boolean
|
3086
3302
|
AssociationId:
|
3087
3303
|
- :string
|
3088
3304
|
- :required
|
@@ -3100,6 +3316,8 @@
|
|
3100
3316
|
- :name: EnableVolumeIO
|
3101
3317
|
:method: :enable_volume_io
|
3102
3318
|
:inputs:
|
3319
|
+
DryRun:
|
3320
|
+
- :boolean
|
3103
3321
|
VolumeId:
|
3104
3322
|
- :string
|
3105
3323
|
- :required
|
@@ -3107,6 +3325,8 @@
|
|
3107
3325
|
- :name: GetConsoleOutput
|
3108
3326
|
:method: :get_console_output
|
3109
3327
|
:inputs:
|
3328
|
+
DryRun:
|
3329
|
+
- :boolean
|
3110
3330
|
InstanceId:
|
3111
3331
|
- :string
|
3112
3332
|
- :required
|
@@ -3117,6 +3337,8 @@
|
|
3117
3337
|
- :name: GetPasswordData
|
3118
3338
|
:method: :get_password_data
|
3119
3339
|
:inputs:
|
3340
|
+
DryRun:
|
3341
|
+
- :boolean
|
3120
3342
|
InstanceId:
|
3121
3343
|
- :string
|
3122
3344
|
- :required
|
@@ -3127,16 +3349,18 @@
|
|
3127
3349
|
- :name: ImportInstance
|
3128
3350
|
:method: :import_instance
|
3129
3351
|
:inputs:
|
3352
|
+
DryRun:
|
3353
|
+
- :boolean
|
3130
3354
|
Description:
|
3131
3355
|
- :string
|
3132
3356
|
LaunchSpecification:
|
3133
3357
|
- :structure:
|
3134
3358
|
Architecture:
|
3135
3359
|
- :string
|
3136
|
-
|
3360
|
+
GroupName:
|
3137
3361
|
- :list:
|
3138
3362
|
- :string
|
3139
|
-
- :rename:
|
3363
|
+
- :rename: groupNames
|
3140
3364
|
AdditionalInfo:
|
3141
3365
|
- :string
|
3142
3366
|
UserData:
|
@@ -3152,36 +3376,10 @@
|
|
3152
3376
|
- :string
|
3153
3377
|
Tenancy:
|
3154
3378
|
- :string
|
3155
|
-
BlockDeviceMapping:
|
3156
|
-
- :list:
|
3157
|
-
- :structure:
|
3158
|
-
VirtualName:
|
3159
|
-
- :string
|
3160
|
-
- :rename: VirtualName
|
3161
|
-
DeviceName:
|
3162
|
-
- :string
|
3163
|
-
- :rename: DeviceName
|
3164
|
-
Ebs:
|
3165
|
-
- :structure:
|
3166
|
-
SnapshotId:
|
3167
|
-
- :string
|
3168
|
-
VolumeSize:
|
3169
|
-
- :integer
|
3170
|
-
DeleteOnTermination:
|
3171
|
-
- :boolean
|
3172
|
-
VolumeType:
|
3173
|
-
- :string
|
3174
|
-
Iops:
|
3175
|
-
- :integer
|
3176
|
-
NoDevice:
|
3177
|
-
- :string
|
3178
|
-
- :rename: blockDeviceMappings
|
3179
3379
|
Monitoring:
|
3180
3380
|
- :boolean
|
3181
3381
|
SubnetId:
|
3182
3382
|
- :string
|
3183
|
-
DisableApiTermination:
|
3184
|
-
- :boolean
|
3185
3383
|
InstanceInitiatedShutdownBehavior:
|
3186
3384
|
- :string
|
3187
3385
|
PrivateIpAddress:
|
@@ -3255,6 +3453,8 @@
|
|
3255
3453
|
- :name: ImportKeyPair
|
3256
3454
|
:method: :import_key_pair
|
3257
3455
|
:inputs:
|
3456
|
+
DryRun:
|
3457
|
+
- :boolean
|
3258
3458
|
KeyName:
|
3259
3459
|
- :string
|
3260
3460
|
- :required
|
@@ -3265,6 +3465,8 @@
|
|
3265
3465
|
- :name: ImportVolume
|
3266
3466
|
:method: :import_volume
|
3267
3467
|
:inputs:
|
3468
|
+
DryRun:
|
3469
|
+
- :boolean
|
3268
3470
|
AvailabilityZone:
|
3269
3471
|
- :string
|
3270
3472
|
Image:
|
@@ -3329,6 +3531,8 @@
|
|
3329
3531
|
- :name: ModifyImageAttribute
|
3330
3532
|
:method: :modify_image_attribute
|
3331
3533
|
:inputs:
|
3534
|
+
DryRun:
|
3535
|
+
- :boolean
|
3332
3536
|
ImageId:
|
3333
3537
|
- :string
|
3334
3538
|
- :required
|
@@ -3378,6 +3582,8 @@
|
|
3378
3582
|
- :name: ModifyInstanceAttribute
|
3379
3583
|
:method: :modify_instance_attribute
|
3380
3584
|
:inputs:
|
3585
|
+
DryRun:
|
3586
|
+
- :boolean
|
3381
3587
|
InstanceId:
|
3382
3588
|
- :string
|
3383
3589
|
- :required
|
@@ -3441,6 +3647,8 @@
|
|
3441
3647
|
- :name: ModifyNetworkInterfaceAttribute
|
3442
3648
|
:method: :modify_network_interface_attribute
|
3443
3649
|
:inputs:
|
3650
|
+
DryRun:
|
3651
|
+
- :boolean
|
3444
3652
|
NetworkInterfaceId:
|
3445
3653
|
- :string
|
3446
3654
|
- :required
|
@@ -3466,6 +3674,8 @@
|
|
3466
3674
|
- :name: ModifySnapshotAttribute
|
3467
3675
|
:method: :modify_snapshot_attribute
|
3468
3676
|
:inputs:
|
3677
|
+
DryRun:
|
3678
|
+
- :boolean
|
3469
3679
|
SnapshotId:
|
3470
3680
|
- :string
|
3471
3681
|
- :required
|
@@ -3505,6 +3715,8 @@
|
|
3505
3715
|
- :name: ModifyVolumeAttribute
|
3506
3716
|
:method: :modify_volume_attribute
|
3507
3717
|
:inputs:
|
3718
|
+
DryRun:
|
3719
|
+
- :boolean
|
3508
3720
|
VolumeId:
|
3509
3721
|
- :string
|
3510
3722
|
- :required
|
@@ -3530,6 +3742,8 @@
|
|
3530
3742
|
- :name: MonitorInstances
|
3531
3743
|
:method: :monitor_instances
|
3532
3744
|
:inputs:
|
3745
|
+
DryRun:
|
3746
|
+
- :boolean
|
3533
3747
|
InstanceId:
|
3534
3748
|
- :list:
|
3535
3749
|
- :string
|
@@ -3546,6 +3760,8 @@
|
|
3546
3760
|
- :name: PurchaseReservedInstancesOffering
|
3547
3761
|
:method: :purchase_reserved_instances_offering
|
3548
3762
|
:inputs:
|
3763
|
+
DryRun:
|
3764
|
+
- :boolean
|
3549
3765
|
ReservedInstancesOfferingId:
|
3550
3766
|
- :string
|
3551
3767
|
- :required
|
@@ -3562,6 +3778,8 @@
|
|
3562
3778
|
- :name: RebootInstances
|
3563
3779
|
:method: :reboot_instances
|
3564
3780
|
:inputs:
|
3781
|
+
DryRun:
|
3782
|
+
- :boolean
|
3565
3783
|
InstanceId:
|
3566
3784
|
- :list:
|
3567
3785
|
- :string
|
@@ -3571,6 +3789,8 @@
|
|
3571
3789
|
- :name: RegisterImage
|
3572
3790
|
:method: :register_image
|
3573
3791
|
:inputs:
|
3792
|
+
DryRun:
|
3793
|
+
- :boolean
|
3574
3794
|
ImageLocation:
|
3575
3795
|
- :string
|
3576
3796
|
Name:
|
@@ -3613,6 +3833,8 @@
|
|
3613
3833
|
- :name: ReleaseAddress
|
3614
3834
|
:method: :release_address
|
3615
3835
|
:inputs:
|
3836
|
+
DryRun:
|
3837
|
+
- :boolean
|
3616
3838
|
PublicIp:
|
3617
3839
|
- :string
|
3618
3840
|
AllocationId:
|
@@ -3621,6 +3843,8 @@
|
|
3621
3843
|
- :name: ReplaceNetworkAclAssociation
|
3622
3844
|
:method: :replace_network_acl_association
|
3623
3845
|
:inputs:
|
3846
|
+
DryRun:
|
3847
|
+
- :boolean
|
3624
3848
|
AssociationId:
|
3625
3849
|
- :string
|
3626
3850
|
- :required
|
@@ -3631,6 +3855,8 @@
|
|
3631
3855
|
- :name: ReplaceNetworkAclEntry
|
3632
3856
|
:method: :replace_network_acl_entry
|
3633
3857
|
:inputs:
|
3858
|
+
DryRun:
|
3859
|
+
- :boolean
|
3634
3860
|
NetworkAclId:
|
3635
3861
|
- :string
|
3636
3862
|
- :required
|
@@ -3666,6 +3892,8 @@
|
|
3666
3892
|
- :name: ReplaceRoute
|
3667
3893
|
:method: :replace_route
|
3668
3894
|
:inputs:
|
3895
|
+
DryRun:
|
3896
|
+
- :boolean
|
3669
3897
|
RouteTableId:
|
3670
3898
|
- :string
|
3671
3899
|
- :required
|
@@ -3682,6 +3910,8 @@
|
|
3682
3910
|
- :name: ReplaceRouteTableAssociation
|
3683
3911
|
:method: :replace_route_table_association
|
3684
3912
|
:inputs:
|
3913
|
+
DryRun:
|
3914
|
+
- :boolean
|
3685
3915
|
AssociationId:
|
3686
3916
|
- :string
|
3687
3917
|
- :required
|
@@ -3692,6 +3922,8 @@
|
|
3692
3922
|
- :name: ReportInstanceStatus
|
3693
3923
|
:method: :report_instance_status
|
3694
3924
|
:inputs:
|
3925
|
+
DryRun:
|
3926
|
+
- :boolean
|
3695
3927
|
InstanceId:
|
3696
3928
|
- :list:
|
3697
3929
|
- :string
|
@@ -3712,6 +3944,8 @@
|
|
3712
3944
|
- :name: RequestSpotInstances
|
3713
3945
|
:method: :request_spot_instances
|
3714
3946
|
:inputs:
|
3947
|
+
DryRun:
|
3948
|
+
- :boolean
|
3715
3949
|
SpotPrice:
|
3716
3950
|
- :string
|
3717
3951
|
- :required
|
@@ -3807,6 +4041,8 @@
|
|
3807
4041
|
- :rename: privateIpAddresses
|
3808
4042
|
SecondaryPrivateIpAddressCount:
|
3809
4043
|
- :integer
|
4044
|
+
AssociatePublicIpAddress:
|
4045
|
+
- :boolean
|
3810
4046
|
- :rename: networkInterfaces
|
3811
4047
|
IamInstanceProfile:
|
3812
4048
|
- :structure:
|
@@ -3894,6 +4130,8 @@
|
|
3894
4130
|
:type: :boolean
|
3895
4131
|
secondaryPrivateIpAddressCount:
|
3896
4132
|
:type: :integer
|
4133
|
+
associatePublicIpAddress:
|
4134
|
+
:type: :boolean
|
3897
4135
|
ebsOptimized:
|
3898
4136
|
:type: :boolean
|
3899
4137
|
createTime:
|
@@ -3907,6 +4145,8 @@
|
|
3907
4145
|
- :name: ResetImageAttribute
|
3908
4146
|
:method: :reset_image_attribute
|
3909
4147
|
:inputs:
|
4148
|
+
DryRun:
|
4149
|
+
- :boolean
|
3910
4150
|
ImageId:
|
3911
4151
|
- :string
|
3912
4152
|
- :required
|
@@ -3917,6 +4157,8 @@
|
|
3917
4157
|
- :name: ResetInstanceAttribute
|
3918
4158
|
:method: :reset_instance_attribute
|
3919
4159
|
:inputs:
|
4160
|
+
DryRun:
|
4161
|
+
- :boolean
|
3920
4162
|
InstanceId:
|
3921
4163
|
- :string
|
3922
4164
|
- :required
|
@@ -3927,6 +4169,8 @@
|
|
3927
4169
|
- :name: ResetNetworkInterfaceAttribute
|
3928
4170
|
:method: :reset_network_interface_attribute
|
3929
4171
|
:inputs:
|
4172
|
+
DryRun:
|
4173
|
+
- :boolean
|
3930
4174
|
NetworkInterfaceId:
|
3931
4175
|
- :string
|
3932
4176
|
- :required
|
@@ -3936,6 +4180,8 @@
|
|
3936
4180
|
- :name: ResetSnapshotAttribute
|
3937
4181
|
:method: :reset_snapshot_attribute
|
3938
4182
|
:inputs:
|
4183
|
+
DryRun:
|
4184
|
+
- :boolean
|
3939
4185
|
SnapshotId:
|
3940
4186
|
- :string
|
3941
4187
|
- :required
|
@@ -3946,6 +4192,8 @@
|
|
3946
4192
|
- :name: RevokeSecurityGroupEgress
|
3947
4193
|
:method: :revoke_security_group_egress
|
3948
4194
|
:inputs:
|
4195
|
+
DryRun:
|
4196
|
+
- :boolean
|
3949
4197
|
GroupId:
|
3950
4198
|
- :string
|
3951
4199
|
- :required
|
@@ -3997,6 +4245,8 @@
|
|
3997
4245
|
- :name: RevokeSecurityGroupIngress
|
3998
4246
|
:method: :revoke_security_group_ingress
|
3999
4247
|
:inputs:
|
4248
|
+
DryRun:
|
4249
|
+
- :boolean
|
4000
4250
|
GroupName:
|
4001
4251
|
- :string
|
4002
4252
|
GroupId:
|
@@ -4049,6 +4299,8 @@
|
|
4049
4299
|
- :name: RunInstances
|
4050
4300
|
:method: :run_instances
|
4051
4301
|
:inputs:
|
4302
|
+
DryRun:
|
4303
|
+
- :boolean
|
4052
4304
|
ImageId:
|
4053
4305
|
- :string
|
4054
4306
|
- :required
|
@@ -4160,6 +4412,8 @@
|
|
4160
4412
|
- :rename: privateIpAddresses
|
4161
4413
|
SecondaryPrivateIpAddressCount:
|
4162
4414
|
- :integer
|
4415
|
+
AssociatePublicIpAddress:
|
4416
|
+
- :boolean
|
4163
4417
|
- :rename: networkInterfaces
|
4164
4418
|
IamInstanceProfile:
|
4165
4419
|
- :structure:
|
@@ -4269,6 +4523,8 @@
|
|
4269
4523
|
- :rename: InstanceIds
|
4270
4524
|
AdditionalInfo:
|
4271
4525
|
- :string
|
4526
|
+
DryRun:
|
4527
|
+
- :boolean
|
4272
4528
|
:outputs:
|
4273
4529
|
:children:
|
4274
4530
|
instancesSet:
|
@@ -4289,6 +4545,8 @@
|
|
4289
4545
|
- :name: StopInstances
|
4290
4546
|
:method: :stop_instances
|
4291
4547
|
:inputs:
|
4548
|
+
DryRun:
|
4549
|
+
- :boolean
|
4292
4550
|
InstanceId:
|
4293
4551
|
- :list:
|
4294
4552
|
- :string
|
@@ -4316,6 +4574,8 @@
|
|
4316
4574
|
- :name: TerminateInstances
|
4317
4575
|
:method: :terminate_instances
|
4318
4576
|
:inputs:
|
4577
|
+
DryRun:
|
4578
|
+
- :boolean
|
4319
4579
|
InstanceId:
|
4320
4580
|
- :list:
|
4321
4581
|
- :string
|
@@ -4353,6 +4613,8 @@
|
|
4353
4613
|
- :name: UnmonitorInstances
|
4354
4614
|
:method: :unmonitor_instances
|
4355
4615
|
:inputs:
|
4616
|
+
DryRun:
|
4617
|
+
- :boolean
|
4356
4618
|
InstanceId:
|
4357
4619
|
- :list:
|
4358
4620
|
- :string
|