aws-sdk-marketplacecommerceanalytics 1.62.0 → 1.63.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-marketplacecommerceanalytics/client.rb +7 -1
- data/lib/aws-sdk-marketplacecommerceanalytics.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: 82c0557df647c26eb3929e1305fc4481d2f76e5038e6102effaa2a1129bf3433
|
4
|
+
data.tar.gz: 10db5a58759dd3bc3abf72ad16b1b76cc5f45fe555ff2e7c1f43428439912d20
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8fe288295f35ca7b0a2872f925243326e71ac284d6b3881be2091c01cb81e180519dd6d23f613e2cd92f2b03889fa012d0dfb81b41bc821fc9affaad480f174d
|
7
|
+
data.tar.gz: 7e51ef5bddc25b273325edddd4592adf50c893a18d1b10abff7e0f9b0d7a9ca8759035a98f524b345e01873a3f6e959e69fed436a73e61cb68ed847734e632fe
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.63.0
|
@@ -432,6 +432,12 @@ module Aws::MarketplaceCommerceAnalytics
|
|
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
|
#
|
@@ -703,7 +709,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
703
709
|
tracer: tracer
|
704
710
|
)
|
705
711
|
context[:gem_name] = 'aws-sdk-marketplacecommerceanalytics'
|
706
|
-
context[:gem_version] = '1.
|
712
|
+
context[:gem_version] = '1.63.0'
|
707
713
|
Seahorse::Client::Request.new(handlers, context)
|
708
714
|
end
|
709
715
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-marketplacecommerceanalytics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.63.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
|