aws-sdk-appmesh 1.92.0 → 1.93.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: e5c629e2140eee0d9a61476215a49198a4c3b83da612182bc564c93c3b09290f
4
- data.tar.gz: c63870d12fd69a560f4e8d1b54cea2017c73f66774337142b1133f230b2f008b
3
+ metadata.gz: f6f3aad4974b4eb88cbb20b48618b7764ad8c31caf7a61d38daa49ec083abd19
4
+ data.tar.gz: 83322991a932605090f9f0d6698193426ad21c23a7df6ce7f335314bb14f0ca7
5
5
  SHA512:
6
- metadata.gz: 03cd12af59ff8528be04f1fc77c2dc35b000c84f3d1ac64d813caf0708531c9fb05787e8921f019136e9e0211053b3859833925d95755b8ef36eade1f66693bb
7
- data.tar.gz: efcd7c80236a32564ded68bf67ef679131ab4bbb3603556ed2a2913e42213b7beb7bf5632a7bf4d8f52739558f980a58e7e19eaeb822aeba1ce2e445cd48b470
6
+ metadata.gz: ebb988e5c00ae012f2bc9cc574b8e0d1f093d5f23033c399971356cb6a9e1d5ac5ad24529f3b4342da59402cf3719d466c852a1c0673e1bf4b053a1f966a7439
7
+ data.tar.gz: 4a3506f692eb0286acaad7e9e03db835fbd1e302eef3da9aca2c7813f62a4332146d135a13338bd2ac0b278c75854c0e4faf0f4a333cd7b2963d68944b6df0de
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.93.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.92.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.92.0
1
+ 1.93.0
@@ -199,7 +199,7 @@ module Aws::AppMesh
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::AppMesh
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
@@ -5591,7 +5589,7 @@ module Aws::AppMesh
5591
5589
  tracer: tracer
5592
5590
  )
5593
5591
  context[:gem_name] = 'aws-sdk-appmesh'
5594
- context[:gem_version] = '1.92.0'
5592
+ context[:gem_version] = '1.93.0'
5595
5593
  Seahorse::Client::Request.new(handlers, context)
5596
5594
  end
5597
5595
 
@@ -54,7 +54,7 @@ module Aws::AppMesh
54
54
  autoload :EndpointProvider, 'aws-sdk-appmesh/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-appmesh/endpoints'
56
56
 
57
- GEM_VERSION = '1.92.0'
57
+ GEM_VERSION = '1.93.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appmesh
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.92.0
4
+ version: 1.93.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