aws-sdk-apigateway 1.102.0 → 1.104.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-apigateway/client.rb +7 -1
- data/lib/aws-sdk-apigateway/endpoints.rb +120 -480
- data/lib/aws-sdk-apigateway/plugins/endpoints.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: efcbbba58d819ae705ea9cb6d164f4be3467c452b6e634649aa9e0022eef74f5
|
4
|
+
data.tar.gz: 3a47c5fa6e37d973fb83ef63956fee63fabccd92966997fb263221d7f96df93c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '013054694e3915d9b84fa0f267b5c52be00b667b7c9243349710517119615dabd05c6fb47dcd21e55aefc2f98a974048b4aa8a2e06b39817d4788c920fea27fc'
|
7
|
+
data.tar.gz: 0ab8bfb1180abe5a58c5767d8c4e87e8cfe7b2cf7e9f903e95ab2cbc618ea6d26f3a07eeeda78be7245f2bb88dcef5ccf007f27ad87a5d11387dc289299bbf93
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.104.0 (2024-09-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.103.0 (2024-09-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.102.0 (2024-09-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.104.0
|
@@ -427,6 +427,12 @@ module Aws::APIGateway
|
|
427
427
|
# @option options [String] :ssl_ca_store
|
428
428
|
# Sets the X509::Store to verify peer certificate.
|
429
429
|
#
|
430
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
431
|
+
# Sets a client certificate when creating http connections.
|
432
|
+
#
|
433
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
434
|
+
# Sets a client key when creating http connections.
|
435
|
+
#
|
430
436
|
# @option options [Float] :ssl_timeout
|
431
437
|
# Sets the SSL timeout in seconds
|
432
438
|
#
|
@@ -7115,7 +7121,7 @@ module Aws::APIGateway
|
|
7115
7121
|
tracer: tracer
|
7116
7122
|
)
|
7117
7123
|
context[:gem_name] = 'aws-sdk-apigateway'
|
7118
|
-
context[:gem_version] = '1.
|
7124
|
+
context[:gem_version] = '1.104.0'
|
7119
7125
|
Seahorse::Client::Request.new(handlers, context)
|
7120
7126
|
end
|
7121
7127
|
|