aws-sdk-directconnect 1.78.0 → 1.79.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-directconnect/client.rb +7 -1
- data/lib/aws-sdk-directconnect.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: 59c65c4aee30371ffafa49faff46ed905ffe444c078a1b25c2a4533e376e4526
|
4
|
+
data.tar.gz: d8076d792bf463ef1924f84d0e6da6e55537f0de0f763d0aec8f040211df763f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60581b6997819df65e608a49be3439dbc7f586d1188b16d6a79cb9d49e92f7dbdea8ba3426e9fcdacc94abacaad8c5800943216b9cdb526a34c9f6f82718300a
|
7
|
+
data.tar.gz: 3c6246d69b172405d72ee29804c44075d3d0f1012929d93a20b66ab7b7e070ddc41c8b34a09ec0517979f5e73fc6a34b4d18b6083f5e2551d5a746cd7e1f94a9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.79.0
|
@@ -432,6 +432,12 @@ module Aws::DirectConnect
|
|
432
432
|
# @option options [String] :ssl_ca_store
|
433
433
|
# Sets the X509::Store to verify peer certificate.
|
434
434
|
#
|
435
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
436
|
+
# Sets a client certificate when creating http connections.
|
437
|
+
#
|
438
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
439
|
+
# Sets a client key when creating http connections.
|
440
|
+
#
|
435
441
|
# @option options [Float] :ssl_timeout
|
436
442
|
# Sets the SSL timeout in seconds
|
437
443
|
#
|
@@ -4999,7 +5005,7 @@ module Aws::DirectConnect
|
|
4999
5005
|
tracer: tracer
|
5000
5006
|
)
|
5001
5007
|
context[:gem_name] = 'aws-sdk-directconnect'
|
5002
|
-
context[:gem_version] = '1.
|
5008
|
+
context[:gem_version] = '1.79.0'
|
5003
5009
|
Seahorse::Client::Request.new(handlers, context)
|
5004
5010
|
end
|
5005
5011
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-directconnect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.79.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
|