aws-sdk-elasticloadbalancing 1.89.0 → 1.90.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 50648074dc75dd864d6b1f7fa1dce6c8bdccf563f5f53860a982e42b8983e231
4
- data.tar.gz: 725425b7d86f52e6200cdd364131855c7173f520b85bcffeab366a3e977f0fd4
3
+ metadata.gz: 6ac48131230b5eeacf2d6c359fb2f516c211acc8a67798bfbec7b86606d061f5
4
+ data.tar.gz: adfbd5987d1d87f22bbe209ef454e1c5bd577818173c0748fc839c6ee87147b1
5
5
  SHA512:
6
- metadata.gz: 6a0cb2e03351be7161970e1c3069e3cea76588ae44a1dbfd1f88a4fb61395faeaa3408820857463c3768ccd75fd1024a9e861152dfb3ddd27ae437f4157ece26
7
- data.tar.gz: 0e00dd4bdf2147cfa961a839c7c77653cd8431a3808bf2b9c655ffdc49e30c74690d096260058882865f02c9cb713e859f1073fc2c792a8517c1f1bf8abf4786
6
+ metadata.gz: 02613a257a19bb8c08e93e71925fe82933387dbfa193a740b7cbcfed091ccd6325621cc3dce1e6604fea63103a4569d8560438c9da0ae3632ea22be55b3cd5fe
7
+ data.tar.gz: 910120e46608e9c67ea8a89d772af5fd0c6af48e37a03ec8d2ad738f1f5c2dcf2903b33652ac4b91f7e4df85ab42239d93d20ab2e12847c8c505a231627964c2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.89.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.0
1
+ 1.90.0
@@ -199,7 +199,7 @@ module Aws::ElasticLoadBalancing
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::ElasticLoadBalancing
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -2766,7 +2764,7 @@ module Aws::ElasticLoadBalancing
2766
2764
  tracer: tracer
2767
2765
  )
2768
2766
  context[:gem_name] = 'aws-sdk-elasticloadbalancing'
2769
- context[:gem_version] = '1.89.0'
2767
+ context[:gem_version] = '1.90.0'
2770
2768
  Seahorse::Client::Request.new(handlers, context)
2771
2769
  end
2772
2770
 
@@ -55,7 +55,7 @@ module Aws::ElasticLoadBalancing
55
55
  autoload :EndpointProvider, 'aws-sdk-elasticloadbalancing/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-elasticloadbalancing/endpoints'
57
57
 
58
- GEM_VERSION = '1.89.0'
58
+ GEM_VERSION = '1.90.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.89.0
4
+ version: 1.90.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement