aws-sdk-acm 1.104.0 → 1.105.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: a2a7ae634209d1a9a8f503bbe2fd9824f3eaff8f731d41d7c59566e1e67a97fb
4
- data.tar.gz: 4254d682f0ab86a27453cdc751cb67fc65596f1d2cccf9ef077b9b24d0a92801
3
+ metadata.gz: b52f5e0fad0ea8f791db7856403980a38a31eed44339227cd0f6bc77189fd6f8
4
+ data.tar.gz: 856ec95cc8f50d435f11c846e28c14a5cacea4418254ada4e494d1b2b70eb42e
5
5
  SHA512:
6
- metadata.gz: 2b4aef04ebbd022ee0551c3458fba55262b724f2f3b5850a2d796ff1b520f3ab017d98dcddbaf1b17890c835ea9b5034e7ed7d8d5b65336b474659168460abe8
7
- data.tar.gz: 6041e938a1fbd85c62fd48ab7696d5e2c7001d960fe58e17a280524f6533f6dde13674d2fd2b7f668e01784ecc6cbcb81489de051d5d4581c10057c346f5dd52
6
+ metadata.gz: c61cdd282bb8a0ddacd9be6ad58f99d79b39e4bb9b64a8fa5834c134b0988d4dbe879700029bf606681a5d844fd208204b96cd08b600180b91a05c0cafab1d5a
7
+ data.tar.gz: e6e4088b19c890430fb2d43a7b9fabef69be2a355264f49997d5ea67bf00362ed0d0c32f1d93ea142493211bc8e03cd3f619db7b7219ed364e4e60c1e4c3fa96
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.105.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.104.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.104.0
1
+ 1.105.0
@@ -199,7 +199,7 @@ module Aws::ACM
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::ACM
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
@@ -1829,7 +1827,7 @@ module Aws::ACM
1829
1827
  tracer: tracer
1830
1828
  )
1831
1829
  context[:gem_name] = 'aws-sdk-acm'
1832
- context[:gem_version] = '1.104.0'
1830
+ context[:gem_version] = '1.105.0'
1833
1831
  Seahorse::Client::Request.new(handlers, context)
1834
1832
  end
1835
1833
 
data/lib/aws-sdk-acm.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::ACM
55
55
  autoload :EndpointProvider, 'aws-sdk-acm/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-acm/endpoints'
57
57
 
58
- GEM_VERSION = '1.104.0'
58
+ GEM_VERSION = '1.105.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-acm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.104.0
4
+ version: 1.105.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