aws-sdk-apigateway 1.68.0 → 1.69.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 +10 -1
- data/lib/aws-sdk-apigateway.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c97c8c35076fa12890a863b86f0f436d329f32b5507fcfab7187fe409e153557
|
|
4
|
+
data.tar.gz: d468ecf48e59b2321eb176ccc328da4f3b104e8546dc81eba7c4431aff5cb81d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f57ac60b993d6ace2b4242f6c9e6c34b2f6d5cb0e8d8139490550662a110ecfb61f1faf9bde528b8308f7f653ec9637eb404c53634a037fd77625273007eb78a
|
|
7
|
+
data.tar.gz: e01ee18c0f4129a90ba4069101d5ab0f9b51f8a0756db8d47cf05ca55f9b8c4348f3522cf3151bf703750f41e72fad0b650cc1578b2751980af0c6ec4a1bb4bf
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.69.0
|
|
@@ -277,6 +277,15 @@ module Aws::APIGateway
|
|
|
277
277
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
|
278
278
|
# requests are made, and retries are disabled.
|
|
279
279
|
#
|
|
280
|
+
# @option options [Boolean] :use_dualstack_endpoint
|
|
281
|
+
# When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
|
|
282
|
+
# will be used if available.
|
|
283
|
+
#
|
|
284
|
+
# @option options [Boolean] :use_fips_endpoint
|
|
285
|
+
# When set to `true`, fips compatible endpoints will be used if available.
|
|
286
|
+
# When a `fips` region is used, the region is normalized and this config
|
|
287
|
+
# is set to `true`.
|
|
288
|
+
#
|
|
280
289
|
# @option options [Boolean] :validate_params (true)
|
|
281
290
|
# When `true`, request parameters are validated before
|
|
282
291
|
# sending the request.
|
|
@@ -7011,7 +7020,7 @@ module Aws::APIGateway
|
|
|
7011
7020
|
params: params,
|
|
7012
7021
|
config: config)
|
|
7013
7022
|
context[:gem_name] = 'aws-sdk-apigateway'
|
|
7014
|
-
context[:gem_version] = '1.
|
|
7023
|
+
context[:gem_version] = '1.69.0'
|
|
7015
7024
|
Seahorse::Client::Request.new(handlers, context)
|
|
7016
7025
|
end
|
|
7017
7026
|
|
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.69.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
|
+
date: 2021-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.122.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.122.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|