aws-sdk-fsx 1.95.0 → 1.96.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-fsx/client.rb +7 -1
- data/lib/aws-sdk-fsx.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: 8e479d32991703e4a0755bbc50a4494548c90183e63602526a9159d9960d2ce3
|
|
4
|
+
data.tar.gz: 75d949d2a7c73bbb0b074918e5f9042496be97d234219bb3ae8000e35a548e31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af078ea056966ae98917e69c3fada738b0932322c0ab50aab124afc69783fbb36df477abffb4e8cf9f8089487ea039188c9e5be5679577a3304b7f5a4c505978
|
|
7
|
+
data.tar.gz: 163145e07463c412c41c66debc67cd3a074e78896bcc8e55db744c609e1f6bead2bb0ee8b110302c942c4250ad31259a0911c80ad7ff24c6d6a0eb1ea0350067
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.96.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
|
@@ -432,6 +432,12 @@ module Aws::FSx
|
|
|
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
|
#
|
|
@@ -9320,7 +9326,7 @@ module Aws::FSx
|
|
|
9320
9326
|
tracer: tracer
|
|
9321
9327
|
)
|
|
9322
9328
|
context[:gem_name] = 'aws-sdk-fsx'
|
|
9323
|
-
context[:gem_version] = '1.
|
|
9329
|
+
context[:gem_version] = '1.96.0'
|
|
9324
9330
|
Seahorse::Client::Request.new(handlers, context)
|
|
9325
9331
|
end
|
|
9326
9332
|
|
data/lib/aws-sdk-fsx.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-fsx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.96.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
|