aws-sdk-paymentcryptography 1.14.0 → 1.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d84d499f41738163241e56db98b0f9f0daf7826f02fee4b003840c13bdd6097b
4
- data.tar.gz: 4a43c5fc60537310fcb5674b6f18667de175dc0b2ef5670c1acc112a1d2d4383
3
+ metadata.gz: 33469528f846670cf82a78d76add1f87f7e40667a6d43d2881a2b799f2b85afa
4
+ data.tar.gz: b3ea58ef1d9ea84fe1ebea7f04ad27462ec51a0e515be323b442a9b4b4fd019e
5
5
  SHA512:
6
- metadata.gz: 4e68bb233da10c33bf981ac6c9b6dac1167036502d1f26e96aa6ea1729e3948c6cde6f8b167fc5d61a0218f2ab0b9bc81ca0a2ca25c971b95ee92e9c7cfd5047
7
- data.tar.gz: 22e3e193e2f5426f5e1cf19af8283ffa76398c11e05fdeece0a9881578b7d045ba12896989ae5c4dfa0184f0759df452c74a195d61ccceaf3ce2a01075188c01
6
+ metadata.gz: 11684164a6078d32629cc4afc654c87de2115a2405f729761356a0572ebc3cbbb02bc8faf30b5166f6afb7d45c534acb13913f3be05065027f8122e78eedc910
7
+ data.tar.gz: cd7b602ee795ca1615771b5a0ab4c6c745fe3db09379de94bd3732c80bcd4f98218bf11b9705a45c03d69b0a9c8a6d3964abb44f534d5c975aef3ab61a4a96ca
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2024-06-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.14.0 (2024-06-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -89,6 +89,11 @@ module Aws::PaymentCryptography
89
89
 
90
90
  # @overload initialize(options)
91
91
  # @param [Hash] options
92
+ #
93
+ # @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
94
+ # A list of plugins to apply to the client. Each plugin is either a
95
+ # class name or an instance of a plugin class.
96
+ #
92
97
  # @option options [required, Aws::CredentialProvider] :credentials
93
98
  # Your AWS credentials. This can be an instance of any one of the
94
99
  # following classes:
@@ -209,7 +214,6 @@ module Aws::PaymentCryptography
209
214
  # 'https://example.com'
210
215
  # 'http://example.com:123'
211
216
  #
212
- #
213
217
  # @option options [Integer] :endpoint_cache_max_entries (1000)
214
218
  # Used for the maximum size limit of the LRU cache storing endpoints data
215
219
  # for endpoint discovery enabled operations. Defaults to 1000.
@@ -298,7 +302,6 @@ module Aws::PaymentCryptography
298
302
  # throttling. This is a provisional mode that may change behavior
299
303
  # in the future.
300
304
  #
301
- #
302
305
  # @option options [String] :sdk_ua_app_id
303
306
  # A unique and opaque application ID that is appended to the
304
307
  # User-Agent header as app/sdk_ua_app_id. It should have a
@@ -2384,7 +2387,7 @@ module Aws::PaymentCryptography
2384
2387
  params: params,
2385
2388
  config: config)
2386
2389
  context[:gem_name] = 'aws-sdk-paymentcryptography'
2387
- context[:gem_version] = '1.14.0'
2390
+ context[:gem_version] = '1.15.0'
2388
2391
  Seahorse::Client::Request.new(handlers, context)
2389
2392
  end
2390
2393
 
@@ -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.14.0'
56
+ GEM_VERSION = '1.15.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.14.0
4
+ version: 1.15.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-06-05 00:00:00.000000000 Z
11
+ date: 2024-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.197.0
22
+ version: 3.198.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.197.0
32
+ version: 3.198.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement