aws-sdk-apigateway 1.39.0 → 1.40.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-apigateway.rb +1 -1
- data/lib/aws-sdk-apigateway/client.rb +3 -3
- 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: 7ab9f5c06321bd766c3070aacb03a04e5fe1478baeda2aa2444412d589cb08a0
|
4
|
+
data.tar.gz: e871a4e068b267f3391c215e3bf1cb7c9c1dec94aea3e999e3e8dd927bff61b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a399ec6379ae11f602cdbfd025fdfd1a913171ec0bad01062eeca76be62b336f1c67109d7ca69b34a43360c4652dd05c79d805870c577f72ded025411bb0cd15
|
7
|
+
data.tar.gz: 881f4290f6ca22256ddc16c5bc0b7a895826968d26679a166775414508276ffb968d8561b351c4663686f0b164c88bf954d64ee5375b7fb25f801b673d071d99
|
data/lib/aws-sdk-apigateway.rb
CHANGED
@@ -107,7 +107,7 @@ module Aws::APIGateway
|
|
107
107
|
# @option options [required, String] :region
|
108
108
|
# The AWS region to connect to. The configured `:region` is
|
109
109
|
# used to determine the service `:endpoint`. When not passed,
|
110
|
-
# a default `:region` is
|
110
|
+
# a default `:region` is searched for in the following locations:
|
111
111
|
#
|
112
112
|
# * `Aws.config[:region]`
|
113
113
|
# * `ENV['AWS_REGION']`
|
@@ -163,7 +163,7 @@ module Aws::APIGateway
|
|
163
163
|
# @option options [String] :endpoint
|
164
164
|
# The client endpoint is normally constructed from the `:region`
|
165
165
|
# option. You should only configure an `:endpoint` when connecting
|
166
|
-
# to test endpoints. This should be
|
166
|
+
# to test endpoints. This should be a valid HTTP(S) URI.
|
167
167
|
#
|
168
168
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
169
169
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -6991,7 +6991,7 @@ module Aws::APIGateway
|
|
6991
6991
|
params: params,
|
6992
6992
|
config: config)
|
6993
6993
|
context[:gem_name] = 'aws-sdk-apigateway'
|
6994
|
-
context[:gem_version] = '1.
|
6994
|
+
context[:gem_version] = '1.40.0'
|
6995
6995
|
Seahorse::Client::Request.new(handlers, context)
|
6996
6996
|
end
|
6997
6997
|
|
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.40.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: 2020-05-
|
11
|
+
date: 2020-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|