aws-sdk-iotsecuretunneling 1.41.0 → 1.42.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-iotsecuretunneling/client.rb +7 -1
- data/lib/aws-sdk-iotsecuretunneling.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: 3b8d2e678b989c04b09b77a234d209e5dadb728d327eb8a782653d4c79a6d390
|
4
|
+
data.tar.gz: a2974e6890de46547dc8d56b9d7f1a247b2fbe913c30532852dfbdb336127de4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70b9ac7b9028849995155d728e10405e2595aa293ceaab349e0b514c8b091fcbe3238caae0af0130c14501c620c5a393df1c1faae2c7180006a05eb2fd2d3fb3
|
7
|
+
data.tar.gz: 2e1f4b0efcc9352c98c982d37cc19387ebe68755b941582f6fa7fb83ce26cb51ee8f77d48429c0424ed6cdd102ff163dd79faa6b424b21198b3d1dd71d7ae619
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.42.0
|
@@ -432,6 +432,12 @@ module Aws::IoTSecureTunneling
|
|
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
|
#
|
@@ -795,7 +801,7 @@ module Aws::IoTSecureTunneling
|
|
795
801
|
tracer: tracer
|
796
802
|
)
|
797
803
|
context[:gem_name] = 'aws-sdk-iotsecuretunneling'
|
798
|
-
context[:gem_version] = '1.
|
804
|
+
context[:gem_version] = '1.42.0'
|
799
805
|
Seahorse::Client::Request.new(handlers, context)
|
800
806
|
end
|
801
807
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-iotsecuretunneling
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.42.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
|