aws-sdk-ec2 1.434.0 → 1.436.0

Sign up to get free protection for your applications and to get access to all the features.
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
+ ?filters: Array[
19
+ {
20
+ name: ::String?,
21
+ values: Array[::String]?
22
+ },
23
+ ],
24
+ ?dry_run: bool
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
+ ?conversion_task_ids: Array[::String],
35
+ ?dry_run: bool
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
+ ?conversion_task_ids: Array[::String],
46
+ ?dry_run: bool
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
+ ?conversion_task_ids: Array[::String],
57
+ ?dry_run: bool
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
+ ?export_task_ids: Array[::String],
85
+ ?filters: Array[
86
+ {
87
+ name: ::String?,
88
+ values: Array[::String]?
89
+ },
90
+ ]
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
+ ?export_task_ids: Array[::String],
101
+ ?filters: Array[
102
+ {
103
+ name: ::String?,
104
+ values: Array[::String]?
105
+ },
106
+ ]
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
+ ?filters: Array[
118
+ {
119
+ name: ::String?,
120
+ values: Array[::String]?
121
+ },
122
+ ],
123
+ ?image_ids: Array[::String],
124
+ ?owners: Array[::String],
125
+ ?include_deprecated: bool,
126
+ ?include_disabled: bool,
127
+ ?dry_run: bool,
128
+ ?max_results: ::Integer,
129
+ ?next_token: ::String
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
+ ?filters: Array[
141
+ {
142
+ name: ::String?,
143
+ values: Array[::String]?
144
+ },
145
+ ],
146
+ ?image_ids: Array[::String],
147
+ ?owners: Array[::String],
148
+ ?include_deprecated: bool,
149
+ ?include_disabled: bool,
150
+ ?dry_run: bool,
151
+ ?max_results: ::Integer,
152
+ ?next_token: ::String
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
+ ?filters: Array[
163
+ {
164
+ name: ::String?,
165
+ values: Array[::String]?
166
+ },
167
+ ],
168
+ ?instance_ids: Array[::String],
169
+ ?dry_run: bool,
170
+ ?max_results: ::Integer,
171
+ ?next_token: ::String
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
+ ?filters: Array[
182
+ {
183
+ name: ::String?,
184
+ values: Array[::String]?
185
+ },
186
+ ],
187
+ ?instance_ids: Array[::String],
188
+ ?dry_run: bool,
189
+ ?max_results: ::Integer,
190
+ ?next_token: ::String
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
+ ?filters: Array[
201
+ {
202
+ name: ::String?,
203
+ values: Array[::String]?
204
+ },
205
+ ],
206
+ ?instance_ids: Array[::String],
207
+ ?max_results: ::Integer,
208
+ ?next_token: ::String,
209
+ ?dry_run: bool,
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
+ ?filters: Array[
221
+ {
222
+ name: ::String?,
223
+ values: Array[::String]?
224
+ },
225
+ ],
226
+ ?instance_ids: Array[::String],
227
+ ?dry_run: bool,
228
+ ?max_results: ::Integer,
229
+ ?next_token: ::String
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
+ ?filters: Array[
240
+ {
241
+ name: ::String?,
242
+ values: Array[::String]?
243
+ },
244
+ ],
245
+ ?instance_ids: Array[::String],
246
+ ?dry_run: bool,
247
+ ?max_results: ::Integer,
248
+ ?next_token: ::String
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
+ ?filters: Array[
259
+ {
260
+ name: ::String?,
261
+ values: Array[::String]?
262
+ },
263
+ ],
264
+ ?dry_run: bool,
265
+ ?internet_gateway_ids: Array[::String],
266
+ ?next_token: ::String,
267
+ ?max_results: ::Integer
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
+ ?filters: Array[
278
+ {
279
+ name: ::String?,
280
+ values: Array[::String]?
281
+ },
282
+ ],
283
+ ?key_names: Array[::String],
284
+ ?key_pair_ids: Array[::String],
285
+ ?dry_run: bool,
286
+ ?include_public_key: bool
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
+ ?filters: Array[
335
+ {
336
+ name: ::String?,
337
+ values: Array[::String]?
338
+ },
339
+ ],
340
+ ?dry_run: bool,
341
+ ?network_interface_ids: Array[::String],
342
+ ?next_token: ::String,
343
+ ?max_results: ::Integer
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
+ ?filters: Array[
365
+ {
366
+ name: ::String?,
367
+ values: Array[::String]?
368
+ },
369
+ ],
370
+ ?group_ids: Array[::String],
371
+ ?group_names: Array[::String],
372
+ ?dry_run: bool,
373
+ ?next_token: ::String,
374
+ ?max_results: ::Integer
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
+ ?filters: Array[
385
+ {
386
+ name: ::String?,
387
+ values: Array[::String]?
388
+ },
389
+ ],
390
+ ?max_results: ::Integer,
391
+ ?next_token: ::String,
392
+ ?owner_ids: Array[::String],
393
+ ?restorable_by_user_ids: Array[::String],
394
+ ?snapshot_ids: Array[::String],
395
+ ?dry_run: bool
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
+ ?filters: Array[
425
+ {
426
+ name: ::String?,
427
+ values: Array[::String]?
428
+ },
429
+ ],
430
+ ?dry_run: bool,
431
+ ?spot_instance_request_ids: Array[::String],
432
+ ?next_token: ::String,
433
+ ?max_results: ::Integer
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
+ ?dry_run: bool,
470
+ ?next_token: ::String,
471
+ ?max_results: ::Integer
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
+ ?filters: Array[
482
+ {
483
+ name: ::String?,
484
+ values: Array[::String]?
485
+ },
486
+ ],
487
+ ?instance_ids: Array[::String],
488
+ ?max_results: ::Integer,
489
+ ?next_token: ::String,
490
+ ?dry_run: bool,
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
+ ?filters: Array[
502
+ {
503
+ name: ::String?,
504
+ values: Array[::String]?
505
+ },
506
+ ],
507
+ ?volume_ids: Array[::String],
508
+ ?dry_run: bool,
509
+ ?max_results: ::Integer,
510
+ ?next_token: ::String
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
+ ?filters: Array[
521
+ {
522
+ name: ::String?,
523
+ values: Array[::String]?
524
+ },
525
+ ],
526
+ ?volume_ids: Array[::String],
527
+ ?dry_run: bool,
528
+ ?max_results: ::Integer,
529
+ ?next_token: ::String
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
+ ?filters: Array[
540
+ {
541
+ name: ::String?,
542
+ values: Array[::String]?
543
+ },
544
+ ],
545
+ ?volume_ids: Array[::String],
546
+ ?dry_run: bool,
547
+ ?max_results: ::Integer,
548
+ ?next_token: ::String
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
+ ?dry_run: bool,
566
+ ?next_token: ::String,
567
+ ?max_results: ::Integer
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
+ ?dry_run: bool,
585
+ ?next_token: ::String,
586
+ ?max_results: ::Integer
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
+ ?filters: Array[
597
+ {
598
+ name: ::String?,
599
+ values: Array[::String]?
600
+ },
601
+ ],
602
+ ?dry_run: bool,
603
+ ?vpc_peering_connection_ids: Array[::String],
604
+ ?next_token: ::String,
605
+ ?max_results: ::Integer
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
+ ?filters: Array[
616
+ {
617
+ name: ::String?,
618
+ values: Array[::String]?
619
+ },
620
+ ],
621
+ ?dry_run: bool,
622
+ ?vpc_peering_connection_ids: Array[::String],
623
+ ?next_token: ::String,
624
+ ?max_results: ::Integer
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