aws-sdk-marketplaceagreement 1.8.0 → 1.9.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-marketplaceagreement/client.rb +7 -1
- data/lib/aws-sdk-marketplaceagreement.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: b929701a798388d6d611f67e8fe9fad76abbe4991a6365bb6c871c5dc2ec063b
|
4
|
+
data.tar.gz: d24b6beec50e17b2137cc42e3d179377213d839a845bee006abdfbfd4fd967f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2defec5ee53586a5b9c4251e7cabe4b9fa077a5a80d1e9ab1c1feda9df4b57e592eb399b7b9568c1af933a54d834f95a44fb24a01be4b8d8f4141bdcee63ed7
|
7
|
+
data.tar.gz: cc210ca92c67788a53c0e89ab0d40abc1b0239caf7bf02809dd8842ac36250968cd7b675aeaeff457ff7a11a13e77551e75651e9aca745e93f369ef0d2ce8dc4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.9.0
|
@@ -432,6 +432,12 @@ module Aws::MarketplaceAgreement
|
|
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
|
#
|
@@ -770,7 +776,7 @@ module Aws::MarketplaceAgreement
|
|
770
776
|
tracer: tracer
|
771
777
|
)
|
772
778
|
context[:gem_name] = 'aws-sdk-marketplaceagreement'
|
773
|
-
context[:gem_version] = '1.
|
779
|
+
context[:gem_version] = '1.9.0'
|
774
780
|
Seahorse::Client::Request.new(handlers, context)
|
775
781
|
end
|
776
782
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-marketplaceagreement
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.9.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
|