aws-sdk-apigateway 1.102.0 → 1.103.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 +7 -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: e7533e5e5002f88d9f98350d901be7258444310de7628376e020a64e767e0e90
|
|
4
|
+
data.tar.gz: 11b9fa39dc6a2f9a8c8d189904ea11ab95a7943e46f6696339094677d15d76f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb80f40af6994a43ee8536eb550090ab6c453638df03e2472f35d3108047427d4c7f35f9af7331b0197f187b6aaf34cae7c19fc569bff94ed0bce45307518242
|
|
7
|
+
data.tar.gz: 915c70a8e3874e785559d6620aeb179ac5c3644a8d68061841a4f1a6be3d1b45a6c776bd5a1778a4b7c8cf7dbb153755f420b646cbbe5b2623d26ab597a7f994
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.103.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.103.0'
|
|
7119
7125
|
Seahorse::Client::Request.new(handlers, context)
|
|
7120
7126
|
end
|
|
7121
7127
|
|
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.103.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: 2024-09-
|
|
11
|
+
date: 2024-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|