aws-sdk-apigateway 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: fca920ba6b30c6ba71964d97cfc8a7f2b09b6ac23707757041620322c0a3f5e7
4
- data.tar.gz: 86a252c4b3d0f443b91d977843c1ac0c1adb4fb42bd62c31c9c1037e3672a899
3
+ metadata.gz: a253d4701794cc0d4cf27fa69403d3c62a576e628743ef67b3bed89b2a4ddcf5
4
+ data.tar.gz: eecf25d0145ee4fe58ba60268ea50f4cf8d557d27612a5e9bbfb759610a42ff2
5
5
  SHA512:
6
- metadata.gz: d8172af43d658ad9861e3d0651aa06e9c8e0bd0c8063534fc3b3cfc33e4b70316899422bff3311207acafddd25b9c36e8e46c9f38960d7039d2ec3f8025ada8c
7
- data.tar.gz: 886f3d982c4cdb43a3e39c71edb33594eb9258a902cdec31758bb70290c9d6b052c38c75d9f03a7a9da8bcf9fe974b390b784b9c36d815aeebc7103f97748e4c
6
+ metadata.gz: c5eba6c83ee0fdff226b510b3df2f431d6d4deb608a37558ef7da2e90bf730133f7d3e569a3b34c41ffa63e79dc2f12274cc0c7eaeb04af93128fe92ba213270
7
+ data.tar.gz: b3900da8a54b08283f829895034721f3c97d61dcc5e80e714467970b36cf88e437c7e6c367d59c98943d492ce74beb105a7cde720b59f4552f222a1e4f874fb7
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
@@ -201,7 +201,7 @@ module Aws::APIGateway
201
201
  # the required types.
202
202
  #
203
203
  # @option options [Boolean] :correct_clock_skew (true)
204
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
204
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
205
205
  # a clock skew correction and retry requests with skewed client clocks.
206
206
  #
207
207
  # @option options [String] :defaults_mode ("legacy")
@@ -325,17 +325,15 @@ module Aws::APIGateway
325
325
  # @option options [String] :retry_mode ("legacy")
326
326
  # Specifies which retry algorithm to use. Values are:
327
327
  #
328
- # * `legacy` - The pre-existing retry behavior. This is default value if
329
- # no retry mode is provided.
328
+ # * `legacy` - The pre-existing retry behavior. This is the default
329
+ # value if no retry mode is provided.
330
330
  #
331
331
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
332
332
  # This includes support for retry quotas, which limit the number of
333
333
  # unsuccessful retries a client can make.
334
334
  #
335
- # * `adaptive` - An experimental retry mode that includes all the
336
- # functionality of `standard` mode along with automatic client side
337
- # throttling. This is a provisional mode that may change behavior
338
- # in the future.
335
+ # * `adaptive` - A retry mode that includes all the functionality of
336
+ # `standard` mode along with automatic client side throttling.
339
337
  #
340
338
  # @option options [String] :sdk_ua_app_id
341
339
  # A unique and opaque application ID that is appended to the
@@ -7510,7 +7508,7 @@ module Aws::APIGateway
7510
7508
  tracer: tracer
7511
7509
  )
7512
7510
  context[:gem_name] = 'aws-sdk-apigateway'
7513
- context[:gem_version] = '1.135.0'
7511
+ context[:gem_version] = '1.136.0'
7514
7512
  Seahorse::Client::Request.new(handlers, context)
7515
7513
  end
7516
7514
 
@@ -54,7 +54,7 @@ module Aws::APIGateway
54
54
  autoload :EndpointProvider, 'aws-sdk-apigateway/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-apigateway/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-apigateway
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