aws-sdk-fsx 1.135.0 → 1.136.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: ea893e6f7268c7d9038e7bc8b5b244aee76e9adbe420ef20ec984fd737a33e09
4
- data.tar.gz: 1e87cb80354da89c97ffea469186a1b9c959cc591e2181afde9771cb5d2c4bf6
3
+ metadata.gz: 2bad0bae34f4484cdab65da983c3c91bde75213a254d2a4c0aa8ba4736aac26c
4
+ data.tar.gz: de4d119292775186b17b7b4d8411e9ecc6b8e71b1c210db9707446b6937153dd
5
5
  SHA512:
6
- metadata.gz: bdc134a322729d4d9e5f8869d342e45072dbd4a7947e465a3b8ff95a2e8a00be462c53c444e73ddeff9f26b38a4aacf8d2786c3afec9a9e62e144f8083d2cac2
7
- data.tar.gz: 71a004aeaf3f4b5541c03cb7a2587b8bea583ae1c98c8efee88b0eaa53aadb90182d7c4dabd93578fb3c00530c3019a648d6a7168afd2379d6d59a474a5d93fb
6
+ metadata.gz: b3179adf3e3b903a3ae4621132507bba6d9837fd1ff7ceaba7269f8b226a392edd2b4b5e15860c0ee63cdf38f85579a19f47937dd70fab848bca1e2ced4b5168
7
+ data.tar.gz: ec915b860630a0d71337305391ccbf30dd0cb32007b8c3449a30142c641884226aadffc5205011aa5812e4c254d966213986eaaae2ed214c2620226134c91bad
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.136.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.135.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.135.0
1
+ 1.136.0
@@ -199,7 +199,7 @@ module Aws::FSx
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::FSx
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
@@ -10162,7 +10160,7 @@ module Aws::FSx
10162
10160
  tracer: tracer
10163
10161
  )
10164
10162
  context[:gem_name] = 'aws-sdk-fsx'
10165
- context[:gem_version] = '1.135.0'
10163
+ context[:gem_version] = '1.136.0'
10166
10164
  Seahorse::Client::Request.new(handlers, context)
10167
10165
  end
10168
10166
 
data/lib/aws-sdk-fsx.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::FSx
54
54
  autoload :EndpointProvider, 'aws-sdk-fsx/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-fsx/endpoints'
56
56
 
57
- GEM_VERSION = '1.135.0'
57
+ GEM_VERSION = '1.136.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-fsx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.135.0
4
+ version: 1.136.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