aws-sdk-ec2 1.402.0 → 1.547.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.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +735 -0
  3. data/VERSION +1 -1
  4. data/lib/aws-sdk-ec2/classic_address.rb +32 -20
  5. data/lib/aws-sdk-ec2/client.rb +14212 -4429
  6. data/lib/aws-sdk-ec2/client_api.rb +4004 -515
  7. data/lib/aws-sdk-ec2/customizations/instance.rb +18 -1
  8. data/lib/aws-sdk-ec2/customizations/resource.rb +46 -3
  9. data/lib/aws-sdk-ec2/customizations/tag.rb +13 -0
  10. data/lib/aws-sdk-ec2/customizations.rb +0 -22
  11. data/lib/aws-sdk-ec2/dhcp_options.rb +12 -12
  12. data/lib/aws-sdk-ec2/endpoint_parameters.rb +9 -6
  13. data/lib/aws-sdk-ec2/endpoint_provider.rb +16 -20
  14. data/lib/aws-sdk-ec2/endpoints.rb +2 -8314
  15. data/lib/aws-sdk-ec2/image.rb +207 -98
  16. data/lib/aws-sdk-ec2/instance.rb +514 -348
  17. data/lib/aws-sdk-ec2/internet_gateway.rb +7 -7
  18. data/lib/aws-sdk-ec2/key_pair.rb +14 -14
  19. data/lib/aws-sdk-ec2/key_pair_info.rb +30 -30
  20. data/lib/aws-sdk-ec2/nat_gateway.rb +7 -8
  21. data/lib/aws-sdk-ec2/network_acl.rb +70 -70
  22. data/lib/aws-sdk-ec2/network_interface.rb +150 -78
  23. data/lib/aws-sdk-ec2/network_interface_association.rb +3 -3
  24. data/lib/aws-sdk-ec2/placement_group.rb +123 -42
  25. data/lib/aws-sdk-ec2/plugins/endpoints.rb +23 -1202
  26. data/lib/aws-sdk-ec2/resource.rb +1118 -864
  27. data/lib/aws-sdk-ec2/route.rb +50 -34
  28. data/lib/aws-sdk-ec2/route_table.rb +47 -44
  29. data/lib/aws-sdk-ec2/route_table_association.rb +3 -3
  30. data/lib/aws-sdk-ec2/security_group.rb +212 -201
  31. data/lib/aws-sdk-ec2/snapshot.rb +169 -105
  32. data/lib/aws-sdk-ec2/subnet.rb +534 -406
  33. data/lib/aws-sdk-ec2/tag.rb +7 -4
  34. data/lib/aws-sdk-ec2/types.rb +18252 -4766
  35. data/lib/aws-sdk-ec2/volume.rb +160 -116
  36. data/lib/aws-sdk-ec2/vpc.rb +387 -262
  37. data/lib/aws-sdk-ec2/vpc_address.rb +37 -25
  38. data/lib/aws-sdk-ec2/vpc_peering_connection.rb +6 -6
  39. data/lib/aws-sdk-ec2/waiters.rb +146 -38
  40. data/lib/aws-sdk-ec2.rb +40 -36
  41. data/sig/classic_address.rbs +108 -0
  42. data/sig/client.rbs +14833 -0
  43. data/sig/dhcp_options.rbs +84 -0
  44. data/sig/errors.rbs +16 -0
  45. data/sig/image.rbs +232 -0
  46. data/sig/instance.rbs +576 -0
  47. data/sig/internet_gateway.rbs +91 -0
  48. data/sig/key_pair.rbs +54 -0
  49. data/sig/key_pair_info.rbs +63 -0
  50. data/sig/nat_gateway.rbs +107 -0
  51. data/sig/network_acl.rbs +144 -0
  52. data/sig/network_interface.rbs +249 -0
  53. data/sig/network_interface_association.rbs +62 -0
  54. data/sig/placement_group.rbs +78 -0
  55. data/sig/resource.rbs +1049 -0
  56. data/sig/route.rbs +120 -0
  57. data/sig/route_table.rbs +118 -0
  58. data/sig/route_table_association.rbs +69 -0
  59. data/sig/security_group.rbs +311 -0
  60. data/sig/snapshot.rbs +204 -0
  61. data/sig/subnet.rbs +442 -0
  62. data/sig/tag.rbs +63 -0
  63. data/sig/types.rbs +17078 -0
  64. data/sig/volume.rbs +213 -0
  65. data/sig/vpc.rbs +404 -0
  66. data/sig/vpc_address.rbs +104 -0
  67. data/sig/vpc_peering_connection.rbs +84 -0
  68. data/sig/waiters.rbs +700 -0
  69. metadata +45 -19
data/sig/waiters.rbs ADDED
@@ -0,0 +1,700 @@
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 SecurityGroupVpcAssociationAssociated
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
+ ?filters: Array[
385
+ {
386
+ name: ::String?,
387
+ values: Array[::String]?
388
+ },
389
+ ],
390
+ ?next_token: ::String,
391
+ ?max_results: ::Integer,
392
+ ?dry_run: bool
393
+ ) -> Client::_DescribeSecurityGroupVpcAssociationsResponseSuccess
394
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeSecurityGroupVpcAssociationsResponseSuccess
395
+ end
396
+
397
+ class SecurityGroupVpcAssociationDisassociated
398
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
399
+ | (?Hash[Symbol, untyped]) -> void
400
+
401
+ def wait: (
402
+ ?filters: Array[
403
+ {
404
+ name: ::String?,
405
+ values: Array[::String]?
406
+ },
407
+ ],
408
+ ?next_token: ::String,
409
+ ?max_results: ::Integer,
410
+ ?dry_run: bool
411
+ ) -> Client::_DescribeSecurityGroupVpcAssociationsResponseSuccess
412
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeSecurityGroupVpcAssociationsResponseSuccess
413
+ end
414
+
415
+ class SnapshotCompleted
416
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
417
+ | (?Hash[Symbol, untyped]) -> void
418
+
419
+ def wait: (
420
+ ?max_results: ::Integer,
421
+ ?next_token: ::String,
422
+ ?owner_ids: Array[::String],
423
+ ?restorable_by_user_ids: Array[::String],
424
+ ?snapshot_ids: Array[::String],
425
+ ?dry_run: bool,
426
+ ?filters: Array[
427
+ {
428
+ name: ::String?,
429
+ values: Array[::String]?
430
+ },
431
+ ]
432
+ ) -> Client::_DescribeSnapshotsResponseSuccess
433
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeSnapshotsResponseSuccess
434
+ end
435
+
436
+ class SnapshotImported
437
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
438
+ | (?Hash[Symbol, untyped]) -> void
439
+
440
+ def wait: (
441
+ ?dry_run: bool,
442
+ ?filters: Array[
443
+ {
444
+ name: ::String?,
445
+ values: Array[::String]?
446
+ },
447
+ ],
448
+ ?import_task_ids: Array[::String],
449
+ ?max_results: ::Integer,
450
+ ?next_token: ::String
451
+ ) -> Client::_DescribeImportSnapshotTasksResponseSuccess
452
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeImportSnapshotTasksResponseSuccess
453
+ end
454
+
455
+ class SpotInstanceRequestFulfilled
456
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
457
+ | (?Hash[Symbol, untyped]) -> void
458
+
459
+ def wait: (
460
+ ?next_token: ::String,
461
+ ?max_results: ::Integer,
462
+ ?dry_run: bool,
463
+ ?spot_instance_request_ids: Array[::String],
464
+ ?filters: Array[
465
+ {
466
+ name: ::String?,
467
+ values: Array[::String]?
468
+ },
469
+ ]
470
+ ) -> Client::_DescribeSpotInstanceRequestsResponseSuccess
471
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeSpotInstanceRequestsResponseSuccess
472
+ end
473
+
474
+ class StoreImageTaskComplete
475
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
476
+ | (?Hash[Symbol, untyped]) -> void
477
+
478
+ def wait: (
479
+ ?image_ids: Array[::String],
480
+ ?dry_run: bool,
481
+ ?filters: Array[
482
+ {
483
+ name: ::String?,
484
+ values: Array[::String]?
485
+ },
486
+ ],
487
+ ?next_token: ::String,
488
+ ?max_results: ::Integer
489
+ ) -> Client::_DescribeStoreImageTasksResponseSuccess
490
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeStoreImageTasksResponseSuccess
491
+ end
492
+
493
+ class SubnetAvailable
494
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
495
+ | (?Hash[Symbol, untyped]) -> void
496
+
497
+ def wait: (
498
+ ?filters: Array[
499
+ {
500
+ name: ::String?,
501
+ values: Array[::String]?
502
+ },
503
+ ],
504
+ ?subnet_ids: Array[::String],
505
+ ?next_token: ::String,
506
+ ?max_results: ::Integer,
507
+ ?dry_run: bool
508
+ ) -> Client::_DescribeSubnetsResponseSuccess
509
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeSubnetsResponseSuccess
510
+ end
511
+
512
+ class SystemStatusOk
513
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
514
+ | (?Hash[Symbol, untyped]) -> void
515
+
516
+ def wait: (
517
+ ?instance_ids: Array[::String],
518
+ ?max_results: ::Integer,
519
+ ?next_token: ::String,
520
+ ?dry_run: bool,
521
+ ?filters: Array[
522
+ {
523
+ name: ::String?,
524
+ values: Array[::String]?
525
+ },
526
+ ],
527
+ ?include_all_instances: bool
528
+ ) -> Client::_DescribeInstanceStatusResponseSuccess
529
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeInstanceStatusResponseSuccess
530
+ end
531
+
532
+ class VolumeAvailable
533
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
534
+ | (?Hash[Symbol, untyped]) -> void
535
+
536
+ def wait: (
537
+ ?volume_ids: Array[::String],
538
+ ?dry_run: bool,
539
+ ?filters: Array[
540
+ {
541
+ name: ::String?,
542
+ values: Array[::String]?
543
+ },
544
+ ],
545
+ ?next_token: ::String,
546
+ ?max_results: ::Integer
547
+ ) -> Client::_DescribeVolumesResponseSuccess
548
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeVolumesResponseSuccess
549
+ end
550
+
551
+ class VolumeDeleted
552
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
553
+ | (?Hash[Symbol, untyped]) -> void
554
+
555
+ def wait: (
556
+ ?volume_ids: Array[::String],
557
+ ?dry_run: bool,
558
+ ?filters: Array[
559
+ {
560
+ name: ::String?,
561
+ values: Array[::String]?
562
+ },
563
+ ],
564
+ ?next_token: ::String,
565
+ ?max_results: ::Integer
566
+ ) -> Client::_DescribeVolumesResponseSuccess
567
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeVolumesResponseSuccess
568
+ end
569
+
570
+ class VolumeInUse
571
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
572
+ | (?Hash[Symbol, untyped]) -> void
573
+
574
+ def wait: (
575
+ ?volume_ids: Array[::String],
576
+ ?dry_run: bool,
577
+ ?filters: Array[
578
+ {
579
+ name: ::String?,
580
+ values: Array[::String]?
581
+ },
582
+ ],
583
+ ?next_token: ::String,
584
+ ?max_results: ::Integer
585
+ ) -> Client::_DescribeVolumesResponseSuccess
586
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeVolumesResponseSuccess
587
+ end
588
+
589
+ class VpcAvailable
590
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
591
+ | (?Hash[Symbol, untyped]) -> void
592
+
593
+ def wait: (
594
+ ?filters: Array[
595
+ {
596
+ name: ::String?,
597
+ values: Array[::String]?
598
+ },
599
+ ],
600
+ ?vpc_ids: Array[::String],
601
+ ?next_token: ::String,
602
+ ?max_results: ::Integer,
603
+ ?dry_run: bool
604
+ ) -> Client::_DescribeVpcsResponseSuccess
605
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeVpcsResponseSuccess
606
+ end
607
+
608
+ class VpcExists
609
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
610
+ | (?Hash[Symbol, untyped]) -> void
611
+
612
+ def wait: (
613
+ ?filters: Array[
614
+ {
615
+ name: ::String?,
616
+ values: Array[::String]?
617
+ },
618
+ ],
619
+ ?vpc_ids: Array[::String],
620
+ ?next_token: ::String,
621
+ ?max_results: ::Integer,
622
+ ?dry_run: bool
623
+ ) -> Client::_DescribeVpcsResponseSuccess
624
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeVpcsResponseSuccess
625
+ end
626
+
627
+ class VpcPeeringConnectionDeleted
628
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
629
+ | (?Hash[Symbol, untyped]) -> void
630
+
631
+ def wait: (
632
+ ?next_token: ::String,
633
+ ?max_results: ::Integer,
634
+ ?dry_run: bool,
635
+ ?vpc_peering_connection_ids: Array[::String],
636
+ ?filters: Array[
637
+ {
638
+ name: ::String?,
639
+ values: Array[::String]?
640
+ },
641
+ ]
642
+ ) -> Client::_DescribeVpcPeeringConnectionsResponseSuccess
643
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeVpcPeeringConnectionsResponseSuccess
644
+ end
645
+
646
+ class VpcPeeringConnectionExists
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
+ ?next_token: ::String,
652
+ ?max_results: ::Integer,
653
+ ?dry_run: bool,
654
+ ?vpc_peering_connection_ids: Array[::String],
655
+ ?filters: Array[
656
+ {
657
+ name: ::String?,
658
+ values: Array[::String]?
659
+ },
660
+ ]
661
+ ) -> Client::_DescribeVpcPeeringConnectionsResponseSuccess
662
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeVpcPeeringConnectionsResponseSuccess
663
+ end
664
+
665
+ class VpnConnectionAvailable
666
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
667
+ | (?Hash[Symbol, untyped]) -> void
668
+
669
+ def wait: (
670
+ ?filters: Array[
671
+ {
672
+ name: ::String?,
673
+ values: Array[::String]?
674
+ },
675
+ ],
676
+ ?vpn_connection_ids: Array[::String],
677
+ ?dry_run: bool
678
+ ) -> Client::_DescribeVpnConnectionsResponseSuccess
679
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeVpnConnectionsResponseSuccess
680
+ end
681
+
682
+ class VpnConnectionDeleted
683
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
684
+ | (?Hash[Symbol, untyped]) -> void
685
+
686
+ def wait: (
687
+ ?filters: Array[
688
+ {
689
+ name: ::String?,
690
+ values: Array[::String]?
691
+ },
692
+ ],
693
+ ?vpn_connection_ids: Array[::String],
694
+ ?dry_run: bool
695
+ ) -> Client::_DescribeVpnConnectionsResponseSuccess
696
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeVpnConnectionsResponseSuccess
697
+ end
698
+ end
699
+ end
700
+ end