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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 949244b879acfc151d50ce0d0ecf462060fffc345ea10ce8a5e1e95f9a6d30fb
4
- data.tar.gz: ebf523a34ad46249d60af2b9124f7e73b67525279c35c430be40429c03dbbcc7
3
+ metadata.gz: 470878bea5942564ffd38afee95630f1abc7ac580c3e9639d0ab72b7bc28c16c
4
+ data.tar.gz: 178aaf2d5df20b226874a5a0f6482f1ad12ff92fc8a603388be3d8fb2ac93982
5
5
  SHA512:
6
- metadata.gz: 8fbe38b84f312abfb7f65d0d3c8a55444b393cbf534c1863ca22940a08613798a13036d2aed4907161a185ef286570163dfe5e0cb19a372c929e80df8d9e4791
7
- data.tar.gz: a372aedaef5a425ba9c5dc736170d3e8592d8e45c486e5081a351028713a3641a8d1bca5ff9fc6d2090b274cf1b501900aa2ae81a7b6dcba84601614e9aaa956
6
+ metadata.gz: 92c25f9b4a57e4c22bd6e1bf2e3fc18a52d1bb9f11f69a97eb612f3415ca812fbe5794c3a6810b1c784048b5b03eca80505f1c857b0b08537a8c3f6aba898b64
7
+ data.tar.gz: 121e7e49936f064aed4a66b7eed270897b84d2bef0aab5dd3ac13c047d04f5d5996136fea41011e4a9bf0521b2f2ef0eaa145090563ab8bbd221a037ed4c5749
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.85.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
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.85.0'
7058
+ context[:gem_version] = '1.86.0'
7055
7059
  Seahorse::Client::Request.new(handlers, context)
7056
7060
  end
7057
7061
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-apigateway/customizations'
52
52
  # @!group service
53
53
  module Aws::APIGateway
54
54
 
55
- GEM_VERSION = '1.85.0'
55
+ GEM_VERSION = '1.86.0'
56
56
 
57
57
  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.85.0
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-06 00:00:00.000000000 Z
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