aws-sdk-elasticloadbalancing 1.50.0 → 1.52.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.
data/sig/resource.rbs ADDED
@@ -0,0 +1,79 @@
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 ElasticLoadBalancing
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticLoadBalancing/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticLoadBalancing/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> void
72
+ | (?Hash[Symbol, untyped]) -> void
73
+
74
+ def client: () -> Client
75
+
76
+
77
+ end
78
+ end
79
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,569 @@
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::ElasticLoadBalancing
9
+ module Types
10
+
11
+ class AccessLog
12
+ attr_accessor enabled: bool
13
+ attr_accessor s3_bucket_name: ::String
14
+ attr_accessor emit_interval: ::Integer
15
+ attr_accessor s3_bucket_prefix: ::String
16
+ SENSITIVE: []
17
+ end
18
+
19
+ class AccessPointNotFoundException < Aws::EmptyStructure
20
+ end
21
+
22
+ class AddAvailabilityZonesInput
23
+ attr_accessor load_balancer_name: ::String
24
+ attr_accessor availability_zones: ::Array[::String]
25
+ SENSITIVE: []
26
+ end
27
+
28
+ class AddAvailabilityZonesOutput
29
+ attr_accessor availability_zones: ::Array[::String]
30
+ SENSITIVE: []
31
+ end
32
+
33
+ class AddTagsInput
34
+ attr_accessor load_balancer_names: ::Array[::String]
35
+ attr_accessor tags: ::Array[Types::Tag]
36
+ SENSITIVE: []
37
+ end
38
+
39
+ class AddTagsOutput < Aws::EmptyStructure
40
+ end
41
+
42
+ class AdditionalAttribute
43
+ attr_accessor key: ::String
44
+ attr_accessor value: ::String
45
+ SENSITIVE: []
46
+ end
47
+
48
+ class AppCookieStickinessPolicy
49
+ attr_accessor policy_name: ::String
50
+ attr_accessor cookie_name: ::String
51
+ SENSITIVE: []
52
+ end
53
+
54
+ class ApplySecurityGroupsToLoadBalancerInput
55
+ attr_accessor load_balancer_name: ::String
56
+ attr_accessor security_groups: ::Array[::String]
57
+ SENSITIVE: []
58
+ end
59
+
60
+ class ApplySecurityGroupsToLoadBalancerOutput
61
+ attr_accessor security_groups: ::Array[::String]
62
+ SENSITIVE: []
63
+ end
64
+
65
+ class AttachLoadBalancerToSubnetsInput
66
+ attr_accessor load_balancer_name: ::String
67
+ attr_accessor subnets: ::Array[::String]
68
+ SENSITIVE: []
69
+ end
70
+
71
+ class AttachLoadBalancerToSubnetsOutput
72
+ attr_accessor subnets: ::Array[::String]
73
+ SENSITIVE: []
74
+ end
75
+
76
+ class BackendServerDescription
77
+ attr_accessor instance_port: ::Integer
78
+ attr_accessor policy_names: ::Array[::String]
79
+ SENSITIVE: []
80
+ end
81
+
82
+ class CertificateNotFoundException < Aws::EmptyStructure
83
+ end
84
+
85
+ class ConfigureHealthCheckInput
86
+ attr_accessor load_balancer_name: ::String
87
+ attr_accessor health_check: Types::HealthCheck
88
+ SENSITIVE: []
89
+ end
90
+
91
+ class ConfigureHealthCheckOutput
92
+ attr_accessor health_check: Types::HealthCheck
93
+ SENSITIVE: []
94
+ end
95
+
96
+ class ConnectionDraining
97
+ attr_accessor enabled: bool
98
+ attr_accessor timeout: ::Integer
99
+ SENSITIVE: []
100
+ end
101
+
102
+ class ConnectionSettings
103
+ attr_accessor idle_timeout: ::Integer
104
+ SENSITIVE: []
105
+ end
106
+
107
+ class CreateAccessPointInput
108
+ attr_accessor load_balancer_name: ::String
109
+ attr_accessor listeners: ::Array[Types::Listener]
110
+ attr_accessor availability_zones: ::Array[::String]
111
+ attr_accessor subnets: ::Array[::String]
112
+ attr_accessor security_groups: ::Array[::String]
113
+ attr_accessor scheme: ::String
114
+ attr_accessor tags: ::Array[Types::Tag]
115
+ SENSITIVE: []
116
+ end
117
+
118
+ class CreateAccessPointOutput
119
+ attr_accessor dns_name: ::String
120
+ SENSITIVE: []
121
+ end
122
+
123
+ class CreateAppCookieStickinessPolicyInput
124
+ attr_accessor load_balancer_name: ::String
125
+ attr_accessor policy_name: ::String
126
+ attr_accessor cookie_name: ::String
127
+ SENSITIVE: []
128
+ end
129
+
130
+ class CreateAppCookieStickinessPolicyOutput < Aws::EmptyStructure
131
+ end
132
+
133
+ class CreateLBCookieStickinessPolicyInput
134
+ attr_accessor load_balancer_name: ::String
135
+ attr_accessor policy_name: ::String
136
+ attr_accessor cookie_expiration_period: ::Integer
137
+ SENSITIVE: []
138
+ end
139
+
140
+ class CreateLBCookieStickinessPolicyOutput < Aws::EmptyStructure
141
+ end
142
+
143
+ class CreateLoadBalancerListenerInput
144
+ attr_accessor load_balancer_name: ::String
145
+ attr_accessor listeners: ::Array[Types::Listener]
146
+ SENSITIVE: []
147
+ end
148
+
149
+ class CreateLoadBalancerListenerOutput < Aws::EmptyStructure
150
+ end
151
+
152
+ class CreateLoadBalancerPolicyInput
153
+ attr_accessor load_balancer_name: ::String
154
+ attr_accessor policy_name: ::String
155
+ attr_accessor policy_type_name: ::String
156
+ attr_accessor policy_attributes: ::Array[Types::PolicyAttribute]
157
+ SENSITIVE: []
158
+ end
159
+
160
+ class CreateLoadBalancerPolicyOutput < Aws::EmptyStructure
161
+ end
162
+
163
+ class CrossZoneLoadBalancing
164
+ attr_accessor enabled: bool
165
+ SENSITIVE: []
166
+ end
167
+
168
+ class DeleteAccessPointInput
169
+ attr_accessor load_balancer_name: ::String
170
+ SENSITIVE: []
171
+ end
172
+
173
+ class DeleteAccessPointOutput < Aws::EmptyStructure
174
+ end
175
+
176
+ class DeleteLoadBalancerListenerInput
177
+ attr_accessor load_balancer_name: ::String
178
+ attr_accessor load_balancer_ports: ::Array[::Integer]
179
+ SENSITIVE: []
180
+ end
181
+
182
+ class DeleteLoadBalancerListenerOutput < Aws::EmptyStructure
183
+ end
184
+
185
+ class DeleteLoadBalancerPolicyInput
186
+ attr_accessor load_balancer_name: ::String
187
+ attr_accessor policy_name: ::String
188
+ SENSITIVE: []
189
+ end
190
+
191
+ class DeleteLoadBalancerPolicyOutput < Aws::EmptyStructure
192
+ end
193
+
194
+ class DependencyThrottleException < Aws::EmptyStructure
195
+ end
196
+
197
+ class DeregisterEndPointsInput
198
+ attr_accessor load_balancer_name: ::String
199
+ attr_accessor instances: ::Array[Types::Instance]
200
+ SENSITIVE: []
201
+ end
202
+
203
+ class DeregisterEndPointsOutput
204
+ attr_accessor instances: ::Array[Types::Instance]
205
+ SENSITIVE: []
206
+ end
207
+
208
+ class DescribeAccessPointsInput
209
+ attr_accessor load_balancer_names: ::Array[::String]
210
+ attr_accessor marker: ::String
211
+ attr_accessor page_size: ::Integer
212
+ SENSITIVE: []
213
+ end
214
+
215
+ class DescribeAccessPointsOutput
216
+ attr_accessor load_balancer_descriptions: ::Array[Types::LoadBalancerDescription]
217
+ attr_accessor next_marker: ::String
218
+ SENSITIVE: []
219
+ end
220
+
221
+ class DescribeAccountLimitsInput
222
+ attr_accessor marker: ::String
223
+ attr_accessor page_size: ::Integer
224
+ SENSITIVE: []
225
+ end
226
+
227
+ class DescribeAccountLimitsOutput
228
+ attr_accessor limits: ::Array[Types::Limit]
229
+ attr_accessor next_marker: ::String
230
+ SENSITIVE: []
231
+ end
232
+
233
+ class DescribeEndPointStateInput
234
+ attr_accessor load_balancer_name: ::String
235
+ attr_accessor instances: ::Array[Types::Instance]
236
+ SENSITIVE: []
237
+ end
238
+
239
+ class DescribeEndPointStateOutput
240
+ attr_accessor instance_states: ::Array[Types::InstanceState]
241
+ SENSITIVE: []
242
+ end
243
+
244
+ class DescribeLoadBalancerAttributesInput
245
+ attr_accessor load_balancer_name: ::String
246
+ SENSITIVE: []
247
+ end
248
+
249
+ class DescribeLoadBalancerAttributesOutput
250
+ attr_accessor load_balancer_attributes: Types::LoadBalancerAttributes
251
+ SENSITIVE: []
252
+ end
253
+
254
+ class DescribeLoadBalancerPoliciesInput
255
+ attr_accessor load_balancer_name: ::String
256
+ attr_accessor policy_names: ::Array[::String]
257
+ SENSITIVE: []
258
+ end
259
+
260
+ class DescribeLoadBalancerPoliciesOutput
261
+ attr_accessor policy_descriptions: ::Array[Types::PolicyDescription]
262
+ SENSITIVE: []
263
+ end
264
+
265
+ class DescribeLoadBalancerPolicyTypesInput
266
+ attr_accessor policy_type_names: ::Array[::String]
267
+ SENSITIVE: []
268
+ end
269
+
270
+ class DescribeLoadBalancerPolicyTypesOutput
271
+ attr_accessor policy_type_descriptions: ::Array[Types::PolicyTypeDescription]
272
+ SENSITIVE: []
273
+ end
274
+
275
+ class DescribeTagsInput
276
+ attr_accessor load_balancer_names: ::Array[::String]
277
+ SENSITIVE: []
278
+ end
279
+
280
+ class DescribeTagsOutput
281
+ attr_accessor tag_descriptions: ::Array[Types::TagDescription]
282
+ SENSITIVE: []
283
+ end
284
+
285
+ class DetachLoadBalancerFromSubnetsInput
286
+ attr_accessor load_balancer_name: ::String
287
+ attr_accessor subnets: ::Array[::String]
288
+ SENSITIVE: []
289
+ end
290
+
291
+ class DetachLoadBalancerFromSubnetsOutput
292
+ attr_accessor subnets: ::Array[::String]
293
+ SENSITIVE: []
294
+ end
295
+
296
+ class DuplicateAccessPointNameException < Aws::EmptyStructure
297
+ end
298
+
299
+ class DuplicateListenerException < Aws::EmptyStructure
300
+ end
301
+
302
+ class DuplicatePolicyNameException < Aws::EmptyStructure
303
+ end
304
+
305
+ class DuplicateTagKeysException < Aws::EmptyStructure
306
+ end
307
+
308
+ class HealthCheck
309
+ attr_accessor target: ::String
310
+ attr_accessor interval: ::Integer
311
+ attr_accessor timeout: ::Integer
312
+ attr_accessor unhealthy_threshold: ::Integer
313
+ attr_accessor healthy_threshold: ::Integer
314
+ SENSITIVE: []
315
+ end
316
+
317
+ class Instance
318
+ attr_accessor instance_id: ::String
319
+ SENSITIVE: []
320
+ end
321
+
322
+ class InstanceState
323
+ attr_accessor instance_id: ::String
324
+ attr_accessor state: ::String
325
+ attr_accessor reason_code: ::String
326
+ attr_accessor description: ::String
327
+ SENSITIVE: []
328
+ end
329
+
330
+ class InvalidConfigurationRequestException < Aws::EmptyStructure
331
+ end
332
+
333
+ class InvalidEndPointException < Aws::EmptyStructure
334
+ end
335
+
336
+ class InvalidSchemeException < Aws::EmptyStructure
337
+ end
338
+
339
+ class InvalidSecurityGroupException < Aws::EmptyStructure
340
+ end
341
+
342
+ class InvalidSubnetException < Aws::EmptyStructure
343
+ end
344
+
345
+ class LBCookieStickinessPolicy
346
+ attr_accessor policy_name: ::String
347
+ attr_accessor cookie_expiration_period: ::Integer
348
+ SENSITIVE: []
349
+ end
350
+
351
+ class Limit
352
+ attr_accessor name: ::String
353
+ attr_accessor max: ::String
354
+ SENSITIVE: []
355
+ end
356
+
357
+ class Listener
358
+ attr_accessor protocol: ::String
359
+ attr_accessor load_balancer_port: ::Integer
360
+ attr_accessor instance_protocol: ::String
361
+ attr_accessor instance_port: ::Integer
362
+ attr_accessor ssl_certificate_id: ::String
363
+ SENSITIVE: []
364
+ end
365
+
366
+ class ListenerDescription
367
+ attr_accessor listener: Types::Listener
368
+ attr_accessor policy_names: ::Array[::String]
369
+ SENSITIVE: []
370
+ end
371
+
372
+ class ListenerNotFoundException < Aws::EmptyStructure
373
+ end
374
+
375
+ class LoadBalancerAttributeNotFoundException < Aws::EmptyStructure
376
+ end
377
+
378
+ class LoadBalancerAttributes
379
+ attr_accessor cross_zone_load_balancing: Types::CrossZoneLoadBalancing
380
+ attr_accessor access_log: Types::AccessLog
381
+ attr_accessor connection_draining: Types::ConnectionDraining
382
+ attr_accessor connection_settings: Types::ConnectionSettings
383
+ attr_accessor additional_attributes: ::Array[Types::AdditionalAttribute]
384
+ SENSITIVE: []
385
+ end
386
+
387
+ class LoadBalancerDescription
388
+ attr_accessor load_balancer_name: ::String
389
+ attr_accessor dns_name: ::String
390
+ attr_accessor canonical_hosted_zone_name: ::String
391
+ attr_accessor canonical_hosted_zone_name_id: ::String
392
+ attr_accessor listener_descriptions: ::Array[Types::ListenerDescription]
393
+ attr_accessor policies: Types::Policies
394
+ attr_accessor backend_server_descriptions: ::Array[Types::BackendServerDescription]
395
+ attr_accessor availability_zones: ::Array[::String]
396
+ attr_accessor subnets: ::Array[::String]
397
+ attr_accessor vpc_id: ::String
398
+ attr_accessor instances: ::Array[Types::Instance]
399
+ attr_accessor health_check: Types::HealthCheck
400
+ attr_accessor source_security_group: Types::SourceSecurityGroup
401
+ attr_accessor security_groups: ::Array[::String]
402
+ attr_accessor created_time: ::Time
403
+ attr_accessor scheme: ::String
404
+ SENSITIVE: []
405
+ end
406
+
407
+ class ModifyLoadBalancerAttributesInput
408
+ attr_accessor load_balancer_name: ::String
409
+ attr_accessor load_balancer_attributes: Types::LoadBalancerAttributes
410
+ SENSITIVE: []
411
+ end
412
+
413
+ class ModifyLoadBalancerAttributesOutput
414
+ attr_accessor load_balancer_name: ::String
415
+ attr_accessor load_balancer_attributes: Types::LoadBalancerAttributes
416
+ SENSITIVE: []
417
+ end
418
+
419
+ class OperationNotPermittedException < Aws::EmptyStructure
420
+ end
421
+
422
+ class Policies
423
+ attr_accessor app_cookie_stickiness_policies: ::Array[Types::AppCookieStickinessPolicy]
424
+ attr_accessor lb_cookie_stickiness_policies: ::Array[Types::LBCookieStickinessPolicy]
425
+ attr_accessor other_policies: ::Array[::String]
426
+ SENSITIVE: []
427
+ end
428
+
429
+ class PolicyAttribute
430
+ attr_accessor attribute_name: ::String
431
+ attr_accessor attribute_value: ::String
432
+ SENSITIVE: []
433
+ end
434
+
435
+ class PolicyAttributeDescription
436
+ attr_accessor attribute_name: ::String
437
+ attr_accessor attribute_value: ::String
438
+ SENSITIVE: []
439
+ end
440
+
441
+ class PolicyAttributeTypeDescription
442
+ attr_accessor attribute_name: ::String
443
+ attr_accessor attribute_type: ::String
444
+ attr_accessor description: ::String
445
+ attr_accessor default_value: ::String
446
+ attr_accessor cardinality: ::String
447
+ SENSITIVE: []
448
+ end
449
+
450
+ class PolicyDescription
451
+ attr_accessor policy_name: ::String
452
+ attr_accessor policy_type_name: ::String
453
+ attr_accessor policy_attribute_descriptions: ::Array[Types::PolicyAttributeDescription]
454
+ SENSITIVE: []
455
+ end
456
+
457
+ class PolicyNotFoundException < Aws::EmptyStructure
458
+ end
459
+
460
+ class PolicyTypeDescription
461
+ attr_accessor policy_type_name: ::String
462
+ attr_accessor description: ::String
463
+ attr_accessor policy_attribute_type_descriptions: ::Array[Types::PolicyAttributeTypeDescription]
464
+ SENSITIVE: []
465
+ end
466
+
467
+ class PolicyTypeNotFoundException < Aws::EmptyStructure
468
+ end
469
+
470
+ class RegisterEndPointsInput
471
+ attr_accessor load_balancer_name: ::String
472
+ attr_accessor instances: ::Array[Types::Instance]
473
+ SENSITIVE: []
474
+ end
475
+
476
+ class RegisterEndPointsOutput
477
+ attr_accessor instances: ::Array[Types::Instance]
478
+ SENSITIVE: []
479
+ end
480
+
481
+ class RemoveAvailabilityZonesInput
482
+ attr_accessor load_balancer_name: ::String
483
+ attr_accessor availability_zones: ::Array[::String]
484
+ SENSITIVE: []
485
+ end
486
+
487
+ class RemoveAvailabilityZonesOutput
488
+ attr_accessor availability_zones: ::Array[::String]
489
+ SENSITIVE: []
490
+ end
491
+
492
+ class RemoveTagsInput
493
+ attr_accessor load_balancer_names: ::Array[::String]
494
+ attr_accessor tags: ::Array[Types::TagKeyOnly]
495
+ SENSITIVE: []
496
+ end
497
+
498
+ class RemoveTagsOutput < Aws::EmptyStructure
499
+ end
500
+
501
+ class SetLoadBalancerListenerSSLCertificateInput
502
+ attr_accessor load_balancer_name: ::String
503
+ attr_accessor load_balancer_port: ::Integer
504
+ attr_accessor ssl_certificate_id: ::String
505
+ SENSITIVE: []
506
+ end
507
+
508
+ class SetLoadBalancerListenerSSLCertificateOutput < Aws::EmptyStructure
509
+ end
510
+
511
+ class SetLoadBalancerPoliciesForBackendServerInput
512
+ attr_accessor load_balancer_name: ::String
513
+ attr_accessor instance_port: ::Integer
514
+ attr_accessor policy_names: ::Array[::String]
515
+ SENSITIVE: []
516
+ end
517
+
518
+ class SetLoadBalancerPoliciesForBackendServerOutput < Aws::EmptyStructure
519
+ end
520
+
521
+ class SetLoadBalancerPoliciesOfListenerInput
522
+ attr_accessor load_balancer_name: ::String
523
+ attr_accessor load_balancer_port: ::Integer
524
+ attr_accessor policy_names: ::Array[::String]
525
+ SENSITIVE: []
526
+ end
527
+
528
+ class SetLoadBalancerPoliciesOfListenerOutput < Aws::EmptyStructure
529
+ end
530
+
531
+ class SourceSecurityGroup
532
+ attr_accessor owner_alias: ::String
533
+ attr_accessor group_name: ::String
534
+ SENSITIVE: []
535
+ end
536
+
537
+ class SubnetNotFoundException < Aws::EmptyStructure
538
+ end
539
+
540
+ class Tag
541
+ attr_accessor key: ::String
542
+ attr_accessor value: ::String
543
+ SENSITIVE: []
544
+ end
545
+
546
+ class TagDescription
547
+ attr_accessor load_balancer_name: ::String
548
+ attr_accessor tags: ::Array[Types::Tag]
549
+ SENSITIVE: []
550
+ end
551
+
552
+ class TagKeyOnly
553
+ attr_accessor key: ::String
554
+ SENSITIVE: []
555
+ end
556
+
557
+ class TooManyAccessPointsException < Aws::EmptyStructure
558
+ end
559
+
560
+ class TooManyPoliciesException < Aws::EmptyStructure
561
+ end
562
+
563
+ class TooManyTagsException < Aws::EmptyStructure
564
+ end
565
+
566
+ class UnsupportedProtocolException < Aws::EmptyStructure
567
+ end
568
+ end
569
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,58 @@
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 ElasticLoadBalancing
10
+ module Waiters
11
+
12
+ class AnyInstanceInService
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
+ load_balancer_name: ::String,
18
+ ?instances: Array[
19
+ {
20
+ instance_id: ::String?
21
+ },
22
+ ]
23
+ ) -> Client::_DescribeInstanceHealthResponseSuccess
24
+ | (Hash[Symbol, untyped]) -> Client::_DescribeInstanceHealthResponseSuccess
25
+ end
26
+
27
+ class InstanceDeregistered
28
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
29
+ | (?Hash[Symbol, untyped]) -> void
30
+
31
+ def wait: (
32
+ load_balancer_name: ::String,
33
+ ?instances: Array[
34
+ {
35
+ instance_id: ::String?
36
+ },
37
+ ]
38
+ ) -> Client::_DescribeInstanceHealthResponseSuccess
39
+ | (Hash[Symbol, untyped]) -> Client::_DescribeInstanceHealthResponseSuccess
40
+ end
41
+
42
+ class InstanceInService
43
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
44
+ | (?Hash[Symbol, untyped]) -> void
45
+
46
+ def wait: (
47
+ load_balancer_name: ::String,
48
+ ?instances: Array[
49
+ {
50
+ instance_id: ::String?
51
+ },
52
+ ]
53
+ ) -> Client::_DescribeInstanceHealthResponseSuccess
54
+ | (Hash[Symbol, untyped]) -> Client::_DescribeInstanceHealthResponseSuccess
55
+ end
56
+ end
57
+ end
58
+ end