aws-sdk-importexport 1.50.0 → 1.51.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-importexport/client.rb +7 -1
- data/lib/aws-sdk-importexport.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: d0fab0a214d6e0fd3deb2eceb65787433f8b56e6b288e887827a3c3f66feb479
|
|
4
|
+
data.tar.gz: ca1bfd248a64fa7057c1df090c1f3d36237c67358204ec057e478132b19353e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 52ca467eff113d85f6f06f75b8575cc256dfd0b63cc99ec8677e8b71336f2df8310054b0db819499e27159036edf076192dfea633ead7dd5b3d4566c512187a6
|
|
7
|
+
data.tar.gz: e0bab901fedf25fed5909dfe5c9b69a9474544604992c335e07f67fba54632aadafeddfc032e60b41928894183da7b6c6aa6fba444f2544399c1eb1949f6b6af
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.51.0
|
|
@@ -421,6 +421,12 @@ module Aws::ImportExport
|
|
|
421
421
|
# @option options [String] :ssl_ca_store
|
|
422
422
|
# Sets the X509::Store to verify peer certificate.
|
|
423
423
|
#
|
|
424
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
|
425
|
+
# Sets a client certificate when creating http connections.
|
|
426
|
+
#
|
|
427
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
|
428
|
+
# Sets a client key when creating http connections.
|
|
429
|
+
#
|
|
424
430
|
# @option options [Float] :ssl_timeout
|
|
425
431
|
# Sets the SSL timeout in seconds
|
|
426
432
|
#
|
|
@@ -789,7 +795,7 @@ module Aws::ImportExport
|
|
|
789
795
|
tracer: tracer
|
|
790
796
|
)
|
|
791
797
|
context[:gem_name] = 'aws-sdk-importexport'
|
|
792
|
-
context[:gem_version] = '1.
|
|
798
|
+
context[:gem_version] = '1.51.0'
|
|
793
799
|
Seahorse::Client::Request.new(handlers, context)
|
|
794
800
|
end
|
|
795
801
|
|
data/lib/aws-sdk-importexport.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-importexport
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.51.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
|