aws-sdk-proton 1.69.0 → 1.70.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: e7e17e173a4c40e23a7a0ffc277358d8fea5da1f6cac227891715956e88d55f2
4
- data.tar.gz: dd89ca83985925fd46f8c34da4f98c690bdb1e58f0a07f7bdc05aca60f5382d8
3
+ metadata.gz: 9d8c430fed3da39bb4d32779ca09858e0c8870769251342c90aa91c83f9f81c4
4
+ data.tar.gz: a05c9bf474e3b67e80c5fc6bfe5cda1444efb3ece2a8263c8c01cfdef435a1b7
5
5
  SHA512:
6
- metadata.gz: e9b53efa1e730b381d766a20ffd084fd1f884da3a3209f49533ee1c01fec169c69c10dab652ac3e00f233ae56404effe935f90ab67ce3db0f1a0963023b5a7f5
7
- data.tar.gz: 27aae540361cc4879503d576246d446e6179d59f191e161d746bbbb8f774eb62559328702ff414df78cde0518887f0f023a7622827e8afff1dddd33cdc0e023c
6
+ metadata.gz: 474361665c96a79957e4f199745abc7b029cfb81cc3e56b1219fce9520570bf12d43dd666d0c91cca10ef57257c97df56825192ce07d3bf552853dc6a0298459
7
+ data.tar.gz: d21236e64fddd9608e7fcd115d0c9bfe9f2841c3fb9bf2712a6c4bf2b6fad9b7ffd34c5bcb1fa8a8695e54472bfea6ff348d988194d6c25bccaccef483d278d3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.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.69.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.70.0
@@ -199,7 +199,7 @@ module Aws::Proton
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::Proton
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
@@ -6186,7 +6184,7 @@ module Aws::Proton
6186
6184
  tracer: tracer
6187
6185
  )
6188
6186
  context[:gem_name] = 'aws-sdk-proton'
6189
- context[:gem_version] = '1.69.0'
6187
+ context[:gem_version] = '1.70.0'
6190
6188
  Seahorse::Client::Request.new(handlers, context)
6191
6189
  end
6192
6190
 
@@ -55,7 +55,7 @@ module Aws::Proton
55
55
  autoload :EndpointProvider, 'aws-sdk-proton/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-proton/endpoints'
57
57
 
58
- GEM_VERSION = '1.69.0'
58
+ GEM_VERSION = '1.70.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-proton
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.69.0
4
+ version: 1.70.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