aws-sdk-ec2 1.431.0 → 1.522.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/CHANGELOG.md +465 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/classic_address.rb +26 -16
- data/lib/aws-sdk-ec2/client.rb +10867 -4155
- data/lib/aws-sdk-ec2/client_api.rb +2924 -510
- data/lib/aws-sdk-ec2/customizations/instance.rb +18 -1
- data/lib/aws-sdk-ec2/customizations/resource.rb +46 -3
- data/lib/aws-sdk-ec2/customizations/tag.rb +13 -0
- data/lib/aws-sdk-ec2/customizations.rb +0 -22
- data/lib/aws-sdk-ec2/dhcp_options.rb +12 -12
- data/lib/aws-sdk-ec2/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-ec2/endpoint_provider.rb +14 -18
- data/lib/aws-sdk-ec2/endpoints.rb +2 -8608
- data/lib/aws-sdk-ec2/image.rb +166 -95
- data/lib/aws-sdk-ec2/instance.rb +425 -356
- data/lib/aws-sdk-ec2/internet_gateway.rb +7 -7
- data/lib/aws-sdk-ec2/key_pair.rb +14 -14
- data/lib/aws-sdk-ec2/key_pair_info.rb +30 -30
- data/lib/aws-sdk-ec2/nat_gateway.rb +7 -8
- data/lib/aws-sdk-ec2/network_acl.rb +70 -70
- data/lib/aws-sdk-ec2/network_interface.rb +94 -78
- data/lib/aws-sdk-ec2/network_interface_association.rb +3 -3
- data/lib/aws-sdk-ec2/placement_group.rb +37 -19
- data/lib/aws-sdk-ec2/plugins/endpoints.rb +20 -1242
- data/lib/aws-sdk-ec2/resource.rb +944 -811
- data/lib/aws-sdk-ec2/route.rb +34 -34
- data/lib/aws-sdk-ec2/route_table.rb +44 -44
- data/lib/aws-sdk-ec2/route_table_association.rb +3 -3
- data/lib/aws-sdk-ec2/security_group.rb +212 -201
- data/lib/aws-sdk-ec2/snapshot.rb +169 -105
- data/lib/aws-sdk-ec2/subnet.rb +391 -359
- data/lib/aws-sdk-ec2/tag.rb +7 -4
- data/lib/aws-sdk-ec2/types.rb +13807 -4774
- data/lib/aws-sdk-ec2/volume.rb +157 -119
- data/lib/aws-sdk-ec2/vpc.rb +278 -224
- data/lib/aws-sdk-ec2/vpc_address.rb +31 -21
- data/lib/aws-sdk-ec2/vpc_peering_connection.rb +6 -6
- data/lib/aws-sdk-ec2.rb +40 -36
- data/sig/classic_address.rbs +105 -0
- data/sig/client.rbs +14622 -0
- data/sig/dhcp_options.rbs +84 -0
- data/sig/errors.rbs +16 -0
- data/sig/image.rbs +228 -0
- data/sig/instance.rbs +564 -0
- data/sig/internet_gateway.rbs +91 -0
- data/sig/key_pair.rbs +54 -0
- data/sig/key_pair_info.rbs +63 -0
- data/sig/nat_gateway.rbs +107 -0
- data/sig/network_acl.rbs +144 -0
- data/sig/network_interface.rbs +239 -0
- data/sig/network_interface_association.rbs +62 -0
- data/sig/placement_group.rbs +78 -0
- data/sig/resource.rbs +1042 -0
- data/sig/route.rbs +113 -0
- data/sig/route_table.rbs +117 -0
- data/sig/route_table_association.rbs +69 -0
- data/sig/security_group.rbs +311 -0
- data/sig/snapshot.rbs +204 -0
- data/sig/subnet.rbs +436 -0
- data/sig/tag.rbs +63 -0
- data/sig/types.rbs +16812 -0
- data/sig/volume.rbs +210 -0
- data/sig/vpc.rbs +404 -0
- data/sig/vpc_address.rbs +101 -0
- data/sig/vpc_peering_connection.rbs +84 -0
- data/sig/waiters.rbs +664 -0
- metadata +44 -18
data/sig/waiters.rbs
ADDED
|
@@ -0,0 +1,664 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module EC2
|
|
10
|
+
module Waiters
|
|
11
|
+
|
|
12
|
+
class BundleTaskComplete
|
|
13
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
14
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
15
|
+
|
|
16
|
+
def wait: (
|
|
17
|
+
?bundle_ids: Array[::String],
|
|
18
|
+
?dry_run: bool,
|
|
19
|
+
?filters: Array[
|
|
20
|
+
{
|
|
21
|
+
name: ::String?,
|
|
22
|
+
values: Array[::String]?
|
|
23
|
+
},
|
|
24
|
+
]
|
|
25
|
+
) -> Client::_DescribeBundleTasksResponseSuccess
|
|
26
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeBundleTasksResponseSuccess
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
class ConversionTaskCancelled
|
|
30
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
31
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
32
|
+
|
|
33
|
+
def wait: (
|
|
34
|
+
?dry_run: bool,
|
|
35
|
+
?conversion_task_ids: Array[::String]
|
|
36
|
+
) -> Client::_DescribeConversionTasksResponseSuccess
|
|
37
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeConversionTasksResponseSuccess
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
class ConversionTaskCompleted
|
|
41
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
42
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
43
|
+
|
|
44
|
+
def wait: (
|
|
45
|
+
?dry_run: bool,
|
|
46
|
+
?conversion_task_ids: Array[::String]
|
|
47
|
+
) -> Client::_DescribeConversionTasksResponseSuccess
|
|
48
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeConversionTasksResponseSuccess
|
|
49
|
+
end
|
|
50
|
+
|
|
51
|
+
class ConversionTaskDeleted
|
|
52
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
53
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
54
|
+
|
|
55
|
+
def wait: (
|
|
56
|
+
?dry_run: bool,
|
|
57
|
+
?conversion_task_ids: Array[::String]
|
|
58
|
+
) -> Client::_DescribeConversionTasksResponseSuccess
|
|
59
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeConversionTasksResponseSuccess
|
|
60
|
+
end
|
|
61
|
+
|
|
62
|
+
class CustomerGatewayAvailable
|
|
63
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
64
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
65
|
+
|
|
66
|
+
def wait: (
|
|
67
|
+
?customer_gateway_ids: Array[::String],
|
|
68
|
+
?filters: Array[
|
|
69
|
+
{
|
|
70
|
+
name: ::String?,
|
|
71
|
+
values: Array[::String]?
|
|
72
|
+
},
|
|
73
|
+
],
|
|
74
|
+
?dry_run: bool
|
|
75
|
+
) -> Client::_DescribeCustomerGatewaysResponseSuccess
|
|
76
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeCustomerGatewaysResponseSuccess
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
class ExportTaskCancelled
|
|
80
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
81
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
82
|
+
|
|
83
|
+
def wait: (
|
|
84
|
+
?filters: Array[
|
|
85
|
+
{
|
|
86
|
+
name: ::String?,
|
|
87
|
+
values: Array[::String]?
|
|
88
|
+
},
|
|
89
|
+
],
|
|
90
|
+
?export_task_ids: Array[::String]
|
|
91
|
+
) -> Client::_DescribeExportTasksResponseSuccess
|
|
92
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeExportTasksResponseSuccess
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
class ExportTaskCompleted
|
|
96
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
97
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
98
|
+
|
|
99
|
+
def wait: (
|
|
100
|
+
?filters: Array[
|
|
101
|
+
{
|
|
102
|
+
name: ::String?,
|
|
103
|
+
values: Array[::String]?
|
|
104
|
+
},
|
|
105
|
+
],
|
|
106
|
+
?export_task_ids: Array[::String]
|
|
107
|
+
) -> Client::_DescribeExportTasksResponseSuccess
|
|
108
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeExportTasksResponseSuccess
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
class ImageAvailable
|
|
112
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
113
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
114
|
+
|
|
115
|
+
def wait: (
|
|
116
|
+
?executable_users: Array[::String],
|
|
117
|
+
?image_ids: Array[::String],
|
|
118
|
+
?owners: Array[::String],
|
|
119
|
+
?include_deprecated: bool,
|
|
120
|
+
?include_disabled: bool,
|
|
121
|
+
?max_results: ::Integer,
|
|
122
|
+
?next_token: ::String,
|
|
123
|
+
?dry_run: bool,
|
|
124
|
+
?filters: Array[
|
|
125
|
+
{
|
|
126
|
+
name: ::String?,
|
|
127
|
+
values: Array[::String]?
|
|
128
|
+
},
|
|
129
|
+
]
|
|
130
|
+
) -> Client::_DescribeImagesResponseSuccess
|
|
131
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeImagesResponseSuccess
|
|
132
|
+
end
|
|
133
|
+
|
|
134
|
+
class ImageExists
|
|
135
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
136
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
137
|
+
|
|
138
|
+
def wait: (
|
|
139
|
+
?executable_users: Array[::String],
|
|
140
|
+
?image_ids: Array[::String],
|
|
141
|
+
?owners: Array[::String],
|
|
142
|
+
?include_deprecated: bool,
|
|
143
|
+
?include_disabled: bool,
|
|
144
|
+
?max_results: ::Integer,
|
|
145
|
+
?next_token: ::String,
|
|
146
|
+
?dry_run: bool,
|
|
147
|
+
?filters: Array[
|
|
148
|
+
{
|
|
149
|
+
name: ::String?,
|
|
150
|
+
values: Array[::String]?
|
|
151
|
+
},
|
|
152
|
+
]
|
|
153
|
+
) -> Client::_DescribeImagesResponseSuccess
|
|
154
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeImagesResponseSuccess
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
class InstanceExists
|
|
158
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
159
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
160
|
+
|
|
161
|
+
def wait: (
|
|
162
|
+
?instance_ids: Array[::String],
|
|
163
|
+
?dry_run: bool,
|
|
164
|
+
?filters: Array[
|
|
165
|
+
{
|
|
166
|
+
name: ::String?,
|
|
167
|
+
values: Array[::String]?
|
|
168
|
+
},
|
|
169
|
+
],
|
|
170
|
+
?next_token: ::String,
|
|
171
|
+
?max_results: ::Integer
|
|
172
|
+
) -> Client::_DescribeInstancesResponseSuccess
|
|
173
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeInstancesResponseSuccess
|
|
174
|
+
end
|
|
175
|
+
|
|
176
|
+
class InstanceRunning
|
|
177
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
178
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
179
|
+
|
|
180
|
+
def wait: (
|
|
181
|
+
?instance_ids: Array[::String],
|
|
182
|
+
?dry_run: bool,
|
|
183
|
+
?filters: Array[
|
|
184
|
+
{
|
|
185
|
+
name: ::String?,
|
|
186
|
+
values: Array[::String]?
|
|
187
|
+
},
|
|
188
|
+
],
|
|
189
|
+
?next_token: ::String,
|
|
190
|
+
?max_results: ::Integer
|
|
191
|
+
) -> Client::_DescribeInstancesResponseSuccess
|
|
192
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeInstancesResponseSuccess
|
|
193
|
+
end
|
|
194
|
+
|
|
195
|
+
class InstanceStatusOk
|
|
196
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
197
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
198
|
+
|
|
199
|
+
def wait: (
|
|
200
|
+
?instance_ids: Array[::String],
|
|
201
|
+
?max_results: ::Integer,
|
|
202
|
+
?next_token: ::String,
|
|
203
|
+
?dry_run: bool,
|
|
204
|
+
?filters: Array[
|
|
205
|
+
{
|
|
206
|
+
name: ::String?,
|
|
207
|
+
values: Array[::String]?
|
|
208
|
+
},
|
|
209
|
+
],
|
|
210
|
+
?include_all_instances: bool
|
|
211
|
+
) -> Client::_DescribeInstanceStatusResponseSuccess
|
|
212
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeInstanceStatusResponseSuccess
|
|
213
|
+
end
|
|
214
|
+
|
|
215
|
+
class InstanceStopped
|
|
216
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
217
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
218
|
+
|
|
219
|
+
def wait: (
|
|
220
|
+
?instance_ids: Array[::String],
|
|
221
|
+
?dry_run: bool,
|
|
222
|
+
?filters: Array[
|
|
223
|
+
{
|
|
224
|
+
name: ::String?,
|
|
225
|
+
values: Array[::String]?
|
|
226
|
+
},
|
|
227
|
+
],
|
|
228
|
+
?next_token: ::String,
|
|
229
|
+
?max_results: ::Integer
|
|
230
|
+
) -> Client::_DescribeInstancesResponseSuccess
|
|
231
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeInstancesResponseSuccess
|
|
232
|
+
end
|
|
233
|
+
|
|
234
|
+
class InstanceTerminated
|
|
235
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
236
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
237
|
+
|
|
238
|
+
def wait: (
|
|
239
|
+
?instance_ids: Array[::String],
|
|
240
|
+
?dry_run: bool,
|
|
241
|
+
?filters: Array[
|
|
242
|
+
{
|
|
243
|
+
name: ::String?,
|
|
244
|
+
values: Array[::String]?
|
|
245
|
+
},
|
|
246
|
+
],
|
|
247
|
+
?next_token: ::String,
|
|
248
|
+
?max_results: ::Integer
|
|
249
|
+
) -> Client::_DescribeInstancesResponseSuccess
|
|
250
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeInstancesResponseSuccess
|
|
251
|
+
end
|
|
252
|
+
|
|
253
|
+
class InternetGatewayExists
|
|
254
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
255
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
256
|
+
|
|
257
|
+
def wait: (
|
|
258
|
+
?next_token: ::String,
|
|
259
|
+
?max_results: ::Integer,
|
|
260
|
+
?dry_run: bool,
|
|
261
|
+
?internet_gateway_ids: Array[::String],
|
|
262
|
+
?filters: Array[
|
|
263
|
+
{
|
|
264
|
+
name: ::String?,
|
|
265
|
+
values: Array[::String]?
|
|
266
|
+
},
|
|
267
|
+
]
|
|
268
|
+
) -> Client::_DescribeInternetGatewaysResponseSuccess
|
|
269
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeInternetGatewaysResponseSuccess
|
|
270
|
+
end
|
|
271
|
+
|
|
272
|
+
class KeyPairExists
|
|
273
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
274
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
275
|
+
|
|
276
|
+
def wait: (
|
|
277
|
+
?key_names: Array[::String],
|
|
278
|
+
?key_pair_ids: Array[::String],
|
|
279
|
+
?include_public_key: bool,
|
|
280
|
+
?dry_run: bool,
|
|
281
|
+
?filters: Array[
|
|
282
|
+
{
|
|
283
|
+
name: ::String?,
|
|
284
|
+
values: Array[::String]?
|
|
285
|
+
},
|
|
286
|
+
]
|
|
287
|
+
) -> Client::_DescribeKeyPairsResponseSuccess
|
|
288
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeKeyPairsResponseSuccess
|
|
289
|
+
end
|
|
290
|
+
|
|
291
|
+
class NatGatewayAvailable
|
|
292
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
293
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
294
|
+
|
|
295
|
+
def wait: (
|
|
296
|
+
?dry_run: bool,
|
|
297
|
+
?filter: Array[
|
|
298
|
+
{
|
|
299
|
+
name: ::String?,
|
|
300
|
+
values: Array[::String]?
|
|
301
|
+
},
|
|
302
|
+
],
|
|
303
|
+
?max_results: ::Integer,
|
|
304
|
+
?nat_gateway_ids: Array[::String],
|
|
305
|
+
?next_token: ::String
|
|
306
|
+
) -> Client::_DescribeNatGatewaysResponseSuccess
|
|
307
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeNatGatewaysResponseSuccess
|
|
308
|
+
end
|
|
309
|
+
|
|
310
|
+
class NatGatewayDeleted
|
|
311
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
312
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
313
|
+
|
|
314
|
+
def wait: (
|
|
315
|
+
?dry_run: bool,
|
|
316
|
+
?filter: Array[
|
|
317
|
+
{
|
|
318
|
+
name: ::String?,
|
|
319
|
+
values: Array[::String]?
|
|
320
|
+
},
|
|
321
|
+
],
|
|
322
|
+
?max_results: ::Integer,
|
|
323
|
+
?nat_gateway_ids: Array[::String],
|
|
324
|
+
?next_token: ::String
|
|
325
|
+
) -> Client::_DescribeNatGatewaysResponseSuccess
|
|
326
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeNatGatewaysResponseSuccess
|
|
327
|
+
end
|
|
328
|
+
|
|
329
|
+
class NetworkInterfaceAvailable
|
|
330
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
331
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
332
|
+
|
|
333
|
+
def wait: (
|
|
334
|
+
?next_token: ::String,
|
|
335
|
+
?max_results: ::Integer,
|
|
336
|
+
?dry_run: bool,
|
|
337
|
+
?network_interface_ids: Array[::String],
|
|
338
|
+
?filters: Array[
|
|
339
|
+
{
|
|
340
|
+
name: ::String?,
|
|
341
|
+
values: Array[::String]?
|
|
342
|
+
},
|
|
343
|
+
]
|
|
344
|
+
) -> Client::_DescribeNetworkInterfacesResponseSuccess
|
|
345
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeNetworkInterfacesResponseSuccess
|
|
346
|
+
end
|
|
347
|
+
|
|
348
|
+
class PasswordDataAvailable
|
|
349
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
350
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
351
|
+
|
|
352
|
+
def wait: (
|
|
353
|
+
instance_id: ::String,
|
|
354
|
+
?dry_run: bool
|
|
355
|
+
) -> Client::_GetPasswordDataResponseSuccess
|
|
356
|
+
| (Hash[Symbol, untyped]) -> Client::_GetPasswordDataResponseSuccess
|
|
357
|
+
end
|
|
358
|
+
|
|
359
|
+
class SecurityGroupExists
|
|
360
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
361
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
362
|
+
|
|
363
|
+
def wait: (
|
|
364
|
+
?group_ids: Array[::String],
|
|
365
|
+
?group_names: Array[::String],
|
|
366
|
+
?next_token: ::String,
|
|
367
|
+
?max_results: ::Integer,
|
|
368
|
+
?dry_run: bool,
|
|
369
|
+
?filters: Array[
|
|
370
|
+
{
|
|
371
|
+
name: ::String?,
|
|
372
|
+
values: Array[::String]?
|
|
373
|
+
},
|
|
374
|
+
]
|
|
375
|
+
) -> Client::_DescribeSecurityGroupsResponseSuccess
|
|
376
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeSecurityGroupsResponseSuccess
|
|
377
|
+
end
|
|
378
|
+
|
|
379
|
+
class SnapshotCompleted
|
|
380
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
381
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
382
|
+
|
|
383
|
+
def wait: (
|
|
384
|
+
?max_results: ::Integer,
|
|
385
|
+
?next_token: ::String,
|
|
386
|
+
?owner_ids: Array[::String],
|
|
387
|
+
?restorable_by_user_ids: Array[::String],
|
|
388
|
+
?snapshot_ids: Array[::String],
|
|
389
|
+
?dry_run: bool,
|
|
390
|
+
?filters: Array[
|
|
391
|
+
{
|
|
392
|
+
name: ::String?,
|
|
393
|
+
values: Array[::String]?
|
|
394
|
+
},
|
|
395
|
+
]
|
|
396
|
+
) -> Client::_DescribeSnapshotsResponseSuccess
|
|
397
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeSnapshotsResponseSuccess
|
|
398
|
+
end
|
|
399
|
+
|
|
400
|
+
class SnapshotImported
|
|
401
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
402
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
403
|
+
|
|
404
|
+
def wait: (
|
|
405
|
+
?dry_run: bool,
|
|
406
|
+
?filters: Array[
|
|
407
|
+
{
|
|
408
|
+
name: ::String?,
|
|
409
|
+
values: Array[::String]?
|
|
410
|
+
},
|
|
411
|
+
],
|
|
412
|
+
?import_task_ids: Array[::String],
|
|
413
|
+
?max_results: ::Integer,
|
|
414
|
+
?next_token: ::String
|
|
415
|
+
) -> Client::_DescribeImportSnapshotTasksResponseSuccess
|
|
416
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeImportSnapshotTasksResponseSuccess
|
|
417
|
+
end
|
|
418
|
+
|
|
419
|
+
class SpotInstanceRequestFulfilled
|
|
420
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
421
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
422
|
+
|
|
423
|
+
def wait: (
|
|
424
|
+
?next_token: ::String,
|
|
425
|
+
?max_results: ::Integer,
|
|
426
|
+
?dry_run: bool,
|
|
427
|
+
?spot_instance_request_ids: Array[::String],
|
|
428
|
+
?filters: Array[
|
|
429
|
+
{
|
|
430
|
+
name: ::String?,
|
|
431
|
+
values: Array[::String]?
|
|
432
|
+
},
|
|
433
|
+
]
|
|
434
|
+
) -> Client::_DescribeSpotInstanceRequestsResponseSuccess
|
|
435
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeSpotInstanceRequestsResponseSuccess
|
|
436
|
+
end
|
|
437
|
+
|
|
438
|
+
class StoreImageTaskComplete
|
|
439
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
440
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
441
|
+
|
|
442
|
+
def wait: (
|
|
443
|
+
?image_ids: Array[::String],
|
|
444
|
+
?dry_run: bool,
|
|
445
|
+
?filters: Array[
|
|
446
|
+
{
|
|
447
|
+
name: ::String?,
|
|
448
|
+
values: Array[::String]?
|
|
449
|
+
},
|
|
450
|
+
],
|
|
451
|
+
?next_token: ::String,
|
|
452
|
+
?max_results: ::Integer
|
|
453
|
+
) -> Client::_DescribeStoreImageTasksResponseSuccess
|
|
454
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeStoreImageTasksResponseSuccess
|
|
455
|
+
end
|
|
456
|
+
|
|
457
|
+
class SubnetAvailable
|
|
458
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
459
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
460
|
+
|
|
461
|
+
def wait: (
|
|
462
|
+
?filters: Array[
|
|
463
|
+
{
|
|
464
|
+
name: ::String?,
|
|
465
|
+
values: Array[::String]?
|
|
466
|
+
},
|
|
467
|
+
],
|
|
468
|
+
?subnet_ids: Array[::String],
|
|
469
|
+
?next_token: ::String,
|
|
470
|
+
?max_results: ::Integer,
|
|
471
|
+
?dry_run: bool
|
|
472
|
+
) -> Client::_DescribeSubnetsResponseSuccess
|
|
473
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeSubnetsResponseSuccess
|
|
474
|
+
end
|
|
475
|
+
|
|
476
|
+
class SystemStatusOk
|
|
477
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
478
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
479
|
+
|
|
480
|
+
def wait: (
|
|
481
|
+
?instance_ids: Array[::String],
|
|
482
|
+
?max_results: ::Integer,
|
|
483
|
+
?next_token: ::String,
|
|
484
|
+
?dry_run: bool,
|
|
485
|
+
?filters: Array[
|
|
486
|
+
{
|
|
487
|
+
name: ::String?,
|
|
488
|
+
values: Array[::String]?
|
|
489
|
+
},
|
|
490
|
+
],
|
|
491
|
+
?include_all_instances: bool
|
|
492
|
+
) -> Client::_DescribeInstanceStatusResponseSuccess
|
|
493
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeInstanceStatusResponseSuccess
|
|
494
|
+
end
|
|
495
|
+
|
|
496
|
+
class VolumeAvailable
|
|
497
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
498
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
499
|
+
|
|
500
|
+
def wait: (
|
|
501
|
+
?volume_ids: Array[::String],
|
|
502
|
+
?dry_run: bool,
|
|
503
|
+
?filters: Array[
|
|
504
|
+
{
|
|
505
|
+
name: ::String?,
|
|
506
|
+
values: Array[::String]?
|
|
507
|
+
},
|
|
508
|
+
],
|
|
509
|
+
?next_token: ::String,
|
|
510
|
+
?max_results: ::Integer
|
|
511
|
+
) -> Client::_DescribeVolumesResponseSuccess
|
|
512
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeVolumesResponseSuccess
|
|
513
|
+
end
|
|
514
|
+
|
|
515
|
+
class VolumeDeleted
|
|
516
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
517
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
518
|
+
|
|
519
|
+
def wait: (
|
|
520
|
+
?volume_ids: Array[::String],
|
|
521
|
+
?dry_run: bool,
|
|
522
|
+
?filters: Array[
|
|
523
|
+
{
|
|
524
|
+
name: ::String?,
|
|
525
|
+
values: Array[::String]?
|
|
526
|
+
},
|
|
527
|
+
],
|
|
528
|
+
?next_token: ::String,
|
|
529
|
+
?max_results: ::Integer
|
|
530
|
+
) -> Client::_DescribeVolumesResponseSuccess
|
|
531
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeVolumesResponseSuccess
|
|
532
|
+
end
|
|
533
|
+
|
|
534
|
+
class VolumeInUse
|
|
535
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
536
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
537
|
+
|
|
538
|
+
def wait: (
|
|
539
|
+
?volume_ids: Array[::String],
|
|
540
|
+
?dry_run: bool,
|
|
541
|
+
?filters: Array[
|
|
542
|
+
{
|
|
543
|
+
name: ::String?,
|
|
544
|
+
values: Array[::String]?
|
|
545
|
+
},
|
|
546
|
+
],
|
|
547
|
+
?next_token: ::String,
|
|
548
|
+
?max_results: ::Integer
|
|
549
|
+
) -> Client::_DescribeVolumesResponseSuccess
|
|
550
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeVolumesResponseSuccess
|
|
551
|
+
end
|
|
552
|
+
|
|
553
|
+
class VpcAvailable
|
|
554
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
555
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
556
|
+
|
|
557
|
+
def wait: (
|
|
558
|
+
?filters: Array[
|
|
559
|
+
{
|
|
560
|
+
name: ::String?,
|
|
561
|
+
values: Array[::String]?
|
|
562
|
+
},
|
|
563
|
+
],
|
|
564
|
+
?vpc_ids: Array[::String],
|
|
565
|
+
?next_token: ::String,
|
|
566
|
+
?max_results: ::Integer,
|
|
567
|
+
?dry_run: bool
|
|
568
|
+
) -> Client::_DescribeVpcsResponseSuccess
|
|
569
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeVpcsResponseSuccess
|
|
570
|
+
end
|
|
571
|
+
|
|
572
|
+
class VpcExists
|
|
573
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
574
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
575
|
+
|
|
576
|
+
def wait: (
|
|
577
|
+
?filters: Array[
|
|
578
|
+
{
|
|
579
|
+
name: ::String?,
|
|
580
|
+
values: Array[::String]?
|
|
581
|
+
},
|
|
582
|
+
],
|
|
583
|
+
?vpc_ids: Array[::String],
|
|
584
|
+
?next_token: ::String,
|
|
585
|
+
?max_results: ::Integer,
|
|
586
|
+
?dry_run: bool
|
|
587
|
+
) -> Client::_DescribeVpcsResponseSuccess
|
|
588
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeVpcsResponseSuccess
|
|
589
|
+
end
|
|
590
|
+
|
|
591
|
+
class VpcPeeringConnectionDeleted
|
|
592
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
593
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
594
|
+
|
|
595
|
+
def wait: (
|
|
596
|
+
?next_token: ::String,
|
|
597
|
+
?max_results: ::Integer,
|
|
598
|
+
?dry_run: bool,
|
|
599
|
+
?vpc_peering_connection_ids: Array[::String],
|
|
600
|
+
?filters: Array[
|
|
601
|
+
{
|
|
602
|
+
name: ::String?,
|
|
603
|
+
values: Array[::String]?
|
|
604
|
+
},
|
|
605
|
+
]
|
|
606
|
+
) -> Client::_DescribeVpcPeeringConnectionsResponseSuccess
|
|
607
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeVpcPeeringConnectionsResponseSuccess
|
|
608
|
+
end
|
|
609
|
+
|
|
610
|
+
class VpcPeeringConnectionExists
|
|
611
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
612
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
613
|
+
|
|
614
|
+
def wait: (
|
|
615
|
+
?next_token: ::String,
|
|
616
|
+
?max_results: ::Integer,
|
|
617
|
+
?dry_run: bool,
|
|
618
|
+
?vpc_peering_connection_ids: Array[::String],
|
|
619
|
+
?filters: Array[
|
|
620
|
+
{
|
|
621
|
+
name: ::String?,
|
|
622
|
+
values: Array[::String]?
|
|
623
|
+
},
|
|
624
|
+
]
|
|
625
|
+
) -> Client::_DescribeVpcPeeringConnectionsResponseSuccess
|
|
626
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeVpcPeeringConnectionsResponseSuccess
|
|
627
|
+
end
|
|
628
|
+
|
|
629
|
+
class VpnConnectionAvailable
|
|
630
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
631
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
632
|
+
|
|
633
|
+
def wait: (
|
|
634
|
+
?filters: Array[
|
|
635
|
+
{
|
|
636
|
+
name: ::String?,
|
|
637
|
+
values: Array[::String]?
|
|
638
|
+
},
|
|
639
|
+
],
|
|
640
|
+
?vpn_connection_ids: Array[::String],
|
|
641
|
+
?dry_run: bool
|
|
642
|
+
) -> Client::_DescribeVpnConnectionsResponseSuccess
|
|
643
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeVpnConnectionsResponseSuccess
|
|
644
|
+
end
|
|
645
|
+
|
|
646
|
+
class VpnConnectionDeleted
|
|
647
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
|
648
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
649
|
+
|
|
650
|
+
def wait: (
|
|
651
|
+
?filters: Array[
|
|
652
|
+
{
|
|
653
|
+
name: ::String?,
|
|
654
|
+
values: Array[::String]?
|
|
655
|
+
},
|
|
656
|
+
],
|
|
657
|
+
?vpn_connection_ids: Array[::String],
|
|
658
|
+
?dry_run: bool
|
|
659
|
+
) -> Client::_DescribeVpnConnectionsResponseSuccess
|
|
660
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeVpnConnectionsResponseSuccess
|
|
661
|
+
end
|
|
662
|
+
end
|
|
663
|
+
end
|
|
664
|
+
end
|