aws-sdk-elasticloadbalancing 1.88.0 → 1.89.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticloadbalancing/client.rb +1 -1
- data/lib/aws-sdk-elasticloadbalancing.rb +1 -1
- data/sig/client.rbs +13 -13
- data/sig/waiters.rbs +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50648074dc75dd864d6b1f7fa1dce6c8bdccf563f5f53860a982e42b8983e231
|
|
4
|
+
data.tar.gz: 725425b7d86f52e6200cdd364131855c7173f520b85bcffeab366a3e977f0fd4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a0cb2e03351be7161970e1c3069e3cea76588ae44a1dbfd1f88a4fb61395faeaa3408820857463c3768ccd75fd1024a9e861152dfb3ddd27ae437f4157ece26
|
|
7
|
+
data.tar.gz: 0e00dd4bdf2147cfa961a839c7c77653cd8431a3808bf2b9c655ffdc49e30c74690d096260058882865f02c9cb713e859f1073fc2c792a8517c1f1bf8abf4786
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.89.0
|
|
@@ -2766,7 +2766,7 @@ module Aws::ElasticLoadBalancing
|
|
|
2766
2766
|
tracer: tracer
|
|
2767
2767
|
)
|
|
2768
2768
|
context[:gem_name] = 'aws-sdk-elasticloadbalancing'
|
|
2769
|
-
context[:gem_version] = '1.
|
|
2769
|
+
context[:gem_version] = '1.89.0'
|
|
2770
2770
|
Seahorse::Client::Request.new(handlers, context)
|
|
2771
2771
|
end
|
|
2772
2772
|
|
data/sig/client.rbs
CHANGED
|
@@ -88,7 +88,7 @@ module Aws
|
|
|
88
88
|
{
|
|
89
89
|
key: ::String,
|
|
90
90
|
value: ::String?
|
|
91
|
-
}
|
|
91
|
+
}
|
|
92
92
|
]
|
|
93
93
|
) -> _AddTagsResponseSuccess
|
|
94
94
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddTagsResponseSuccess
|
|
@@ -168,7 +168,7 @@ module Aws
|
|
|
168
168
|
instance_protocol: ::String?,
|
|
169
169
|
instance_port: ::Integer,
|
|
170
170
|
ssl_certificate_id: ::String?
|
|
171
|
-
}
|
|
171
|
+
}
|
|
172
172
|
],
|
|
173
173
|
?availability_zones: Array[::String],
|
|
174
174
|
?subnets: Array[::String],
|
|
@@ -178,7 +178,7 @@ module Aws
|
|
|
178
178
|
{
|
|
179
179
|
key: ::String,
|
|
180
180
|
value: ::String?
|
|
181
|
-
}
|
|
181
|
+
}
|
|
182
182
|
]
|
|
183
183
|
) -> _CreateLoadBalancerResponseSuccess
|
|
184
184
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLoadBalancerResponseSuccess
|
|
@@ -196,7 +196,7 @@ module Aws
|
|
|
196
196
|
instance_protocol: ::String?,
|
|
197
197
|
instance_port: ::Integer,
|
|
198
198
|
ssl_certificate_id: ::String?
|
|
199
|
-
}
|
|
199
|
+
}
|
|
200
200
|
]
|
|
201
201
|
) -> _CreateLoadBalancerListenersResponseSuccess
|
|
202
202
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLoadBalancerListenersResponseSuccess
|
|
@@ -213,7 +213,7 @@ module Aws
|
|
|
213
213
|
{
|
|
214
214
|
attribute_name: ::String?,
|
|
215
215
|
attribute_value: ::String?
|
|
216
|
-
}
|
|
216
|
+
}
|
|
217
217
|
]
|
|
218
218
|
) -> _CreateLoadBalancerPolicyResponseSuccess
|
|
219
219
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLoadBalancerPolicyResponseSuccess
|
|
@@ -257,7 +257,7 @@ module Aws
|
|
|
257
257
|
instances: Array[
|
|
258
258
|
{
|
|
259
259
|
instance_id: ::String?
|
|
260
|
-
}
|
|
260
|
+
}
|
|
261
261
|
]
|
|
262
262
|
) -> _DeregisterInstancesFromLoadBalancerResponseSuccess
|
|
263
263
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterInstancesFromLoadBalancerResponseSuccess
|
|
@@ -284,7 +284,7 @@ module Aws
|
|
|
284
284
|
?instances: Array[
|
|
285
285
|
{
|
|
286
286
|
instance_id: ::String?
|
|
287
|
-
}
|
|
287
|
+
}
|
|
288
288
|
]
|
|
289
289
|
) -> _DescribeInstanceHealthResponseSuccess
|
|
290
290
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInstanceHealthResponseSuccess
|
|
@@ -405,7 +405,7 @@ module Aws
|
|
|
405
405
|
{
|
|
406
406
|
key: ::String?,
|
|
407
407
|
value: ::String?
|
|
408
|
-
}
|
|
408
|
+
}
|
|
409
409
|
]?
|
|
410
410
|
}
|
|
411
411
|
) -> _ModifyLoadBalancerAttributesResponseSuccess
|
|
@@ -421,7 +421,7 @@ module Aws
|
|
|
421
421
|
instances: Array[
|
|
422
422
|
{
|
|
423
423
|
instance_id: ::String?
|
|
424
|
-
}
|
|
424
|
+
}
|
|
425
425
|
]
|
|
426
426
|
) -> _RegisterInstancesWithLoadBalancerResponseSuccess
|
|
427
427
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterInstancesWithLoadBalancerResponseSuccess
|
|
@@ -435,7 +435,7 @@ module Aws
|
|
|
435
435
|
tags: Array[
|
|
436
436
|
{
|
|
437
437
|
key: ::String?
|
|
438
|
-
}
|
|
438
|
+
}
|
|
439
439
|
]
|
|
440
440
|
) -> _RemoveTagsResponseSuccess
|
|
441
441
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveTagsResponseSuccess
|
|
@@ -479,7 +479,7 @@ module Aws
|
|
|
479
479
|
?instances: Array[
|
|
480
480
|
{
|
|
481
481
|
instance_id: ::String?
|
|
482
|
-
}
|
|
482
|
+
}
|
|
483
483
|
]
|
|
484
484
|
) -> Client::_DescribeInstanceHealthResponseSuccess
|
|
485
485
|
| (:any_instance_in_service waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeInstanceHealthResponseSuccess
|
|
@@ -488,7 +488,7 @@ module Aws
|
|
|
488
488
|
?instances: Array[
|
|
489
489
|
{
|
|
490
490
|
instance_id: ::String?
|
|
491
|
-
}
|
|
491
|
+
}
|
|
492
492
|
]
|
|
493
493
|
) -> Client::_DescribeInstanceHealthResponseSuccess
|
|
494
494
|
| (:instance_deregistered waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeInstanceHealthResponseSuccess
|
|
@@ -497,7 +497,7 @@ module Aws
|
|
|
497
497
|
?instances: Array[
|
|
498
498
|
{
|
|
499
499
|
instance_id: ::String?
|
|
500
|
-
}
|
|
500
|
+
}
|
|
501
501
|
]
|
|
502
502
|
) -> Client::_DescribeInstanceHealthResponseSuccess
|
|
503
503
|
| (:instance_in_service waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeInstanceHealthResponseSuccess
|
data/sig/waiters.rbs
CHANGED
|
@@ -18,7 +18,7 @@ module Aws
|
|
|
18
18
|
?instances: Array[
|
|
19
19
|
{
|
|
20
20
|
instance_id: ::String?
|
|
21
|
-
}
|
|
21
|
+
}
|
|
22
22
|
]
|
|
23
23
|
) -> Client::_DescribeInstanceHealthResponseSuccess
|
|
24
24
|
| (Hash[Symbol, untyped]) -> Client::_DescribeInstanceHealthResponseSuccess
|
|
@@ -33,7 +33,7 @@ module Aws
|
|
|
33
33
|
?instances: Array[
|
|
34
34
|
{
|
|
35
35
|
instance_id: ::String?
|
|
36
|
-
}
|
|
36
|
+
}
|
|
37
37
|
]
|
|
38
38
|
) -> Client::_DescribeInstanceHealthResponseSuccess
|
|
39
39
|
| (Hash[Symbol, untyped]) -> Client::_DescribeInstanceHealthResponseSuccess
|
|
@@ -48,7 +48,7 @@ module Aws
|
|
|
48
48
|
?instances: Array[
|
|
49
49
|
{
|
|
50
50
|
instance_id: ::String?
|
|
51
|
-
}
|
|
51
|
+
}
|
|
52
52
|
]
|
|
53
53
|
) -> Client::_DescribeInstanceHealthResponseSuccess
|
|
54
54
|
| (Hash[Symbol, untyped]) -> Client::_DescribeInstanceHealthResponseSuccess
|