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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-apigateway/client.rb +6 -8
- data/lib/aws-sdk-apigateway.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a253d4701794cc0d4cf27fa69403d3c62a576e628743ef67b3bed89b2a4ddcf5
|
|
4
|
+
data.tar.gz: eecf25d0145ee4fe58ba60268ea50f4cf8d557d27612a5e9bbfb759610a42ff2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5eba6c83ee0fdff226b510b3df2f431d6d4deb608a37558ef7da2e90bf730133f7d3e569a3b34c41ffa63e79dc2f12274cc0c7eaeb04af93128fe92ba213270
|
|
7
|
+
data.tar.gz: b3900da8a54b08283f829895034721f3c97d61dcc5e80e714467970b36cf88e437c7e6c367d59c98943d492ce74beb105a7cde720b59f4552f222a1e4f874fb7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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` -
|
|
336
|
-
#
|
|
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.
|
|
7511
|
+
context[:gem_version] = '1.136.0'
|
|
7514
7512
|
Seahorse::Client::Request.new(handlers, context)
|
|
7515
7513
|
end
|
|
7516
7514
|
|
data/lib/aws-sdk-apigateway.rb
CHANGED
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.
|
|
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.
|
|
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.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|