aws-sdk-paymentcryptography 1.20.0 → 1.21.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-paymentcryptography/client.rb +7 -1
- data/lib/aws-sdk-paymentcryptography.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: abe67d4c65d2d5db1c6c56f1112a4fe7844d84ffb1876153705c832b5b28a4dc
|
4
|
+
data.tar.gz: f58170a2d0500355bb5d601efd879e3fcd7354e1d27ad6152e0c266ed912b926
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6497bd83c5c784899358fc4ac78e9093255411e644c9eb855cd0f8d9feae40179e8e6184d7465f9a3611b5404b2f55a8004fdb369f87a515665b527c2d3287f
|
7
|
+
data.tar.gz: e497649cd8dd144901dfec6004aad14070b1db161de66eec86f0f65585696cfdb323208a26384d64a94004399648ba106b35d9b89ef8a6d7e46a7c42a605016d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.21.0
|
@@ -432,6 +432,12 @@ module Aws::PaymentCryptography
|
|
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
|
#
|
@@ -2410,7 +2416,7 @@ module Aws::PaymentCryptography
|
|
2410
2416
|
tracer: tracer
|
2411
2417
|
)
|
2412
2418
|
context[:gem_name] = 'aws-sdk-paymentcryptography'
|
2413
|
-
context[:gem_version] = '1.
|
2419
|
+
context[:gem_version] = '1.21.0'
|
2414
2420
|
Seahorse::Client::Request.new(handlers, context)
|
2415
2421
|
end
|
2416
2422
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-paymentcryptography
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.21.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
|