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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1837683eb3c7885b6feb1c68beee17e0239273df81233745bf0c2fc2d2e1d9f9
4
- data.tar.gz: 4073b34643f3127889e344a1bbc979fd11805885e9ebb4c32837f8bfa22230c1
3
+ metadata.gz: abe67d4c65d2d5db1c6c56f1112a4fe7844d84ffb1876153705c832b5b28a4dc
4
+ data.tar.gz: f58170a2d0500355bb5d601efd879e3fcd7354e1d27ad6152e0c266ed912b926
5
5
  SHA512:
6
- metadata.gz: 490c8c944c58c781a16bc32923edd72d86f6ecb8e1db6307407e97748f0d709e12e73fa135003a4c375e079508365466c1ee7f4893de3ae0bb559309a2341a93
7
- data.tar.gz: b40546e42acf246a7cb659e775bcce2bfd26be6a92533d85bd9fa3ba8ac91f5b2a335401c64a022a51c876e318b85d1b4bcf6e49cb3633d8b07cec5c07636f4b
6
+ metadata.gz: e6497bd83c5c784899358fc4ac78e9093255411e644c9eb855cd0f8d9feae40179e8e6184d7465f9a3611b5404b2f55a8004fdb369f87a515665b527c2d3287f
7
+ data.tar.gz: e497649cd8dd144901dfec6004aad14070b1db161de66eec86f0f65585696cfdb323208a26384d64a94004399648ba106b35d9b89ef8a6d7e46a7c42a605016d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.20.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
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.20.0'
2419
+ context[:gem_version] = '1.21.0'
2414
2420
  Seahorse::Client::Request.new(handlers, context)
2415
2421
  end
2416
2422
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-paymentcryptography/customizations'
53
53
  # @!group service
54
54
  module Aws::PaymentCryptography
55
55
 
56
- GEM_VERSION = '1.20.0'
56
+ GEM_VERSION = '1.21.0'
57
57
 
58
58
  end
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.20.0
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-03 00:00:00.000000000 Z
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