aws-sdk-storagegateway 1.92.0 → 1.93.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-storagegateway/client.rb +7 -1
- data/lib/aws-sdk-storagegateway.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: b9f7cb336c3d3add26372fc3a59f33f7a232ede21ffca8e46eee91e7afdaf96f
|
4
|
+
data.tar.gz: 1c8d54ce56f62a7d760f5741f3ee282a8024dcaaa8819964a83ef66cb2bdd60c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ecdc5a4447cf5845fce08a17cf62e71bf6f28b9e997203200fb58c6137006e0094f1559266204bccecbbbb9211b6bb11d87243738867def52480fe8563c06f00
|
7
|
+
data.tar.gz: 5ad2e8f0c0febaf65f0c934ea552751a8dfddc1e73a125e410fe60430b55f8cc08874812b886bb5a42ed60410e5bfca47d142caddc7080f1e4d7cf3ddec52758
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.93.0
|
@@ -432,6 +432,12 @@ module Aws::StorageGateway
|
|
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
|
#
|
@@ -7397,7 +7403,7 @@ module Aws::StorageGateway
|
|
7397
7403
|
tracer: tracer
|
7398
7404
|
)
|
7399
7405
|
context[:gem_name] = 'aws-sdk-storagegateway'
|
7400
|
-
context[:gem_version] = '1.
|
7406
|
+
context[:gem_version] = '1.93.0'
|
7401
7407
|
Seahorse::Client::Request.new(handlers, context)
|
7402
7408
|
end
|
7403
7409
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-storagegateway
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.93.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
|