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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62cd282a87580757cc775687f90b1ae4ae06716e654b371c070357b1d3e44b86
4
- data.tar.gz: 220109d1adbd17d5e3e68193e05e5d1b245c8f6a5257b57774e977fc9743e815
3
+ metadata.gz: 64ea19efc1f3ee7fe02706043c192a9bc4e0381015044d7b756ff6ce2c4af06e
4
+ data.tar.gz: d6f1777a5aaa0d0eca817f6b80bff28f41f9581c7095b3177f41640c61d90f16
5
5
  SHA512:
6
- metadata.gz: 989316363fe633637b7f46362b8c7ecc8f155ae00ad318bdfed0ef8ddab2a2249bbbf33838678318b2fc4b8d48b6db0f1bed95c0da4e2d4bd2f699866bd91449
7
- data.tar.gz: 6d82a8319958c0046758ca2f56c6d94fefa56697ba8582485c0a6569e54118c17472af5847982b784eed6312f7cbc0e1d94f5da45dddb1b662d831d9119de4b3
6
+ metadata.gz: 6f9e3faa2a8d3d362c180ae0a43ec40ebdeab47697da8c953f7c186affb0284a644afc830164dd7d6e15b8a54b9fd9fd627ce04c93f4409ead6070dbc6ea7863
7
+ data.tar.gz: 9cde8760e6394d6de78ac126762758c7a799f808d86c68b36495e64adef30e802d211f8b3a6c567f9b8e9e3d3c3e99c8a980a3c90d756debb711c7724b13f5bb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.70.0 (2021-11-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
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.70.0'
7025
+ context[:gem_version] = '1.71.0'
7024
7026
  Seahorse::Client::Request.new(handlers, context)
7025
7027
  end
7026
7028
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-apigateway/customizations'
48
48
  # @!group service
49
49
  module Aws::APIGateway
50
50
 
51
- GEM_VERSION = '1.70.0'
51
+ GEM_VERSION = '1.71.0'
52
52
 
53
53
  end
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.70.0
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-17 00:00:00.000000000 Z
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