aws-sdk-apigateway 1.85.0 → 1.86.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 +5 -1
- 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: 470878bea5942564ffd38afee95630f1abc7ac580c3e9639d0ab72b7bc28c16c
|
|
4
|
+
data.tar.gz: 178aaf2d5df20b226874a5a0f6482f1ad12ff92fc8a603388be3d8fb2ac93982
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92c25f9b4a57e4c22bd6e1bf2e3fc18a52d1bb9f11f69a97eb612f3415ca812fbe5794c3a6810b1c784048b5b03eca80505f1c857b0b08537a8c3f6aba898b64
|
|
7
|
+
data.tar.gz: 121e7e49936f064aed4a66b7eed270897b84d2bef0aab5dd3ac13c047d04f5d5996136fea41011e4a9bf0521b2f2ef0eaa145090563ab8bbd221a037ed4c5749
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.86.0
|
|
@@ -218,6 +218,10 @@ module Aws::APIGateway
|
|
|
218
218
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
219
219
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
220
220
|
#
|
|
221
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
|
222
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
|
223
|
+
# variables and the shared configuration file.
|
|
224
|
+
#
|
|
221
225
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
222
226
|
# The log formatter.
|
|
223
227
|
#
|
|
@@ -7051,7 +7055,7 @@ module Aws::APIGateway
|
|
|
7051
7055
|
params: params,
|
|
7052
7056
|
config: config)
|
|
7053
7057
|
context[:gem_name] = 'aws-sdk-apigateway'
|
|
7054
|
-
context[:gem_version] = '1.
|
|
7058
|
+
context[:gem_version] = '1.86.0'
|
|
7055
7059
|
Seahorse::Client::Request.new(handlers, context)
|
|
7056
7060
|
end
|
|
7057
7061
|
|
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.86.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: 2023-07-
|
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|