aws-sdk-marketplacemetering 1.64.0 → 1.65.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-marketplacemetering/client.rb +7 -1
- data/lib/aws-sdk-marketplacemetering.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: f365c7dfc8322a6e0593c1c219578797b119492c1a3e24f8bf7abf6d886fa55e
|
4
|
+
data.tar.gz: e0f7a4a6b7edd2c4d5051370905221757f7d46c51b618c50309a45f4a5dd37f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8bbfcc1ae0a165f8cafd3314c880c73ea0fa357e5ddc835a1e1bab69384d8b8fa8018248d5529a5261e5439cc4e49079348ad56933b062b6453a57359e8c2d1
|
7
|
+
data.tar.gz: 0ef8a21c8e8bd69d8fc7d69bcffe463371fc485d10ff5df713b213c668265d90c9995c02cc7ec1cebccdfaa93949440fcde656047d267badbff070653a78a28f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.65.0
|
@@ -432,6 +432,12 @@ module Aws::MarketplaceMetering
|
|
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
|
#
|
@@ -781,7 +787,7 @@ module Aws::MarketplaceMetering
|
|
781
787
|
tracer: tracer
|
782
788
|
)
|
783
789
|
context[:gem_name] = 'aws-sdk-marketplacemetering'
|
784
|
-
context[:gem_version] = '1.
|
790
|
+
context[:gem_version] = '1.65.0'
|
785
791
|
Seahorse::Client::Request.new(handlers, context)
|
786
792
|
end
|
787
793
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-marketplacemetering
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.65.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
|