aws-sdk-storagegateway 1.92.0 → 1.94.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-storagegateway/client.rb +7 -1
- data/lib/aws-sdk-storagegateway/endpoints.rb +90 -360
- data/lib/aws-sdk-storagegateway/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-storagegateway.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: 5f0914d8108f99e02db2962ae9d05525593f72784519f13d2bac0c6e1d6f0a02
|
4
|
+
data.tar.gz: 327a40525e4d2092aa34b6e7de591341244d99cea09e5386fbec22683a86beca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c78804bd83742f8b98fc92d7e229d692ea49c27e2e34fd043f9e8e617207f162b7dadc8a8d26b29b52cda9a8f1288cf5c502df9ba2a4314edc2e0eed888b9fc
|
7
|
+
data.tar.gz: 0ddd9087bc3fce04133c61703941db3e84e907e2e60959adaab85fa10c8086414468d2ecde84a57b174f93d1bdc5e882e80f79c61b2f862014f3f245be488ffb
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.94.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.93.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.92.0 (2024-09-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.94.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.94.0'
|
7401
7407
|
Seahorse::Client::Request.new(handlers, context)
|
7402
7408
|
end
|
7403
7409
|
|