aws-sdk-paymentcryptography 1.12.0 → 1.14.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: e139df1a964a273809dc3d1ce22083b26c82ea2657c1ffac6af119c768c2e135
4
- data.tar.gz: c7a632a9ec2bc923261c8123cef57b879f897e56fe3c603cfaa6db68c6f69860
3
+ metadata.gz: d84d499f41738163241e56db98b0f9f0daf7826f02fee4b003840c13bdd6097b
4
+ data.tar.gz: 4a43c5fc60537310fcb5674b6f18667de175dc0b2ef5670c1acc112a1d2d4383
5
5
  SHA512:
6
- metadata.gz: 1172c7ce33958ac28f2eb15aa163724f6c4fde3bc275ec99fd770ce25e48c73bae829f448546c97cc233e8e80076b77de54a3e0d60caa2936a846fdfd61d129c
7
- data.tar.gz: fc4b21d21efa6ad6be2c5abe503c83e8b639014251a3736bda83b2b5de640e48f942d4a3c29e1fef5e21db9b47f9f12e504069089efe43ec4001e39ccab60774
6
+ metadata.gz: 4e68bb233da10c33bf981ac6c9b6dac1167036502d1f26e96aa6ea1729e3948c6cde6f8b167fc5d61a0218f2ab0b9bc81ca0a2ca25c971b95ee92e9c7cfd5047
7
+ data.tar.gz: 22e3e193e2f5426f5e1cf19af8283ffa76398c11e05fdeece0a9881578b7d045ba12896989ae5c4dfa0184f0759df452c74a195d61ccceaf3ce2a01075188c01
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.0 (2024-06-05)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.13.0 (2024-05-13)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.12.0 (2024-04-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.14.0
@@ -301,8 +301,9 @@ module Aws::PaymentCryptography
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -2383,7 +2384,7 @@ module Aws::PaymentCryptography
2383
2384
  params: params,
2384
2385
  config: config)
2385
2386
  context[:gem_name] = 'aws-sdk-paymentcryptography'
2386
- context[:gem_version] = '1.12.0'
2387
+ context[:gem_version] = '1.14.0'
2387
2388
  Seahorse::Client::Request.new(handlers, context)
2388
2389
  end
2389
2390
 
@@ -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.12.0'
56
+ GEM_VERSION = '1.14.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.12.0
4
+ version: 1.14.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-04-25 00:00:00.000000000 Z
11
+ date: 2024-06-05 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.193.0
22
+ version: 3.197.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.193.0
32
+ version: 3.197.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement