aws-sdk-apigateway 1.70.0 → 1.71.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-apigateway/client.rb +4 -2
- data/lib/aws-sdk-apigateway.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64ea19efc1f3ee7fe02706043c192a9bc4e0381015044d7b756ff6ce2c4af06e
|
4
|
+
data.tar.gz: d6f1777a5aaa0d0eca817f6b80bff28f41f9581c7095b3177f41640c61d90f16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f9e3faa2a8d3d362c180ae0a43ec40ebdeab47697da8c953f7c186affb0284a644afc830164dd7d6e15b8a54b9fd9fd627ce04c93f4409ead6070dbc6ea7863
|
7
|
+
data.tar.gz: 9cde8760e6394d6de78ac126762758c7a799f808d86c68b36495e64adef30e802d211f8b3a6c567f9b8e9e3d3c3e99c8a980a3c90d756debb711c7724b13f5bb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.71.0
|
@@ -121,7 +121,9 @@ module Aws::APIGateway
|
|
121
121
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
122
122
|
# are very aggressive. Construct and pass an instance of
|
123
123
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
124
|
-
# enable retries and extended timeouts.
|
124
|
+
# enable retries and extended timeouts. Instance profile credential
|
125
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
126
|
+
# to true.
|
125
127
|
#
|
126
128
|
# @option options [required, String] :region
|
127
129
|
# The AWS region to connect to. The configured `:region` is
|
@@ -7020,7 +7022,7 @@ module Aws::APIGateway
|
|
7020
7022
|
params: params,
|
7021
7023
|
config: config)
|
7022
7024
|
context[:gem_name] = 'aws-sdk-apigateway'
|
7023
|
-
context[:gem_version] = '1.
|
7025
|
+
context[:gem_version] = '1.71.0'
|
7024
7026
|
Seahorse::Client::Request.new(handlers, context)
|
7025
7027
|
end
|
7026
7028
|
|
data/lib/aws-sdk-apigateway.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.71.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-11-
|
11
|
+
date: 2021-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|