aws-sdk-datasync 1.84.0 → 1.85.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-datasync/client.rb +7 -1
- data/lib/aws-sdk-datasync.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: '000556728e39bc8784b6273529e8a7027482650355ea59aa0246055eb3cb13e1'
|
4
|
+
data.tar.gz: add5ec5a88453489cbf85eea4630231e13c863af71f160c3dd0c8a937caf534a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d25909aec8596e7632b7a5224981ff4dc99089a6e0f75971a177dd86857a84f5dadfd0f1ff8ee0adf572afcfc577cd92a763200f76c1823833f0b05a84fd0d1b
|
7
|
+
data.tar.gz: 0616e38451efec94ec31702b4b9970970be87f00d26fd05279c6a33642b6fc070be0fc8a242a84da282859a0528de79652c1264f02a2c2f3e00feb93fc85c997
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.85.0
|
@@ -432,6 +432,12 @@ module Aws::DataSync
|
|
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
|
#
|
@@ -4679,7 +4685,7 @@ module Aws::DataSync
|
|
4679
4685
|
tracer: tracer
|
4680
4686
|
)
|
4681
4687
|
context[:gem_name] = 'aws-sdk-datasync'
|
4682
|
-
context[:gem_version] = '1.
|
4688
|
+
context[:gem_version] = '1.85.0'
|
4683
4689
|
Seahorse::Client::Request.new(handlers, context)
|
4684
4690
|
end
|
4685
4691
|
|
data/lib/aws-sdk-datasync.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-datasync
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.85.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
|