aws-sdk-bcmdataexports 1.9.0 → 1.10.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-bcmdataexports/client.rb +7 -1
- data/lib/aws-sdk-bcmdataexports.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: e7b55c6b4767cde4ddb4f23ac34bb7ef5ef3eb3fd88294ef229477d3f5004253
|
|
4
|
+
data.tar.gz: ab4cc2e2b7bc3a72853bfae1dbc7466fe48d75e683049e33cd010c222539831e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4bcf9cf8ef783cfbbdbf71eb63e2b52924c841a643562965259a924eaa6fadbffb0c0b3d903d4469c93dc219692bb4ff8cbcb20242f6774427cbf4e7e6f9f0aa
|
|
7
|
+
data.tar.gz: b4555038477b10f9aff07f480be8f813542b8715d1e5a13959a12e910913bedeb6dfc59f326e1b377bba0bffc3d41d7ad0cbc2c9268b3d6886ec5d5d707d7a55
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.10.0
|
|
@@ -432,6 +432,12 @@ module Aws::BCMDataExports
|
|
|
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
|
#
|
|
@@ -1029,7 +1035,7 @@ module Aws::BCMDataExports
|
|
|
1029
1035
|
tracer: tracer
|
|
1030
1036
|
)
|
|
1031
1037
|
context[:gem_name] = 'aws-sdk-bcmdataexports'
|
|
1032
|
-
context[:gem_version] = '1.
|
|
1038
|
+
context[:gem_version] = '1.10.0'
|
|
1033
1039
|
Seahorse::Client::Request.new(handlers, context)
|
|
1034
1040
|
end
|
|
1035
1041
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-bcmdataexports
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.10.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
|