aws-sdk-paymentcryptographydata 1.11.0 → 1.12.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: 3a8fc927035075162901f841e6e49be8f2bc4d16236345628b8de85612dc5c7a
4
- data.tar.gz: 0ddc79036f87c98f0874a1acbc5e31c4fee5f8f1b511a8756bb8180353149691
3
+ metadata.gz: 95863633a46f30aa36ff5bde10efb505ec976763c7858766306afbf58d236613
4
+ data.tar.gz: 2d9ae07d0faa7821b1e7288dcba2630cda688aca30e559c586374b520907b930
5
5
  SHA512:
6
- metadata.gz: 4151ef0f90943b6575975fb2dc4efa6c7b8d90540048d1b583fc2a4abaf9f80574512fed457213fe1d9cf90d1b40f06c68b49e7b7b38a934d085b3bd158cb744
7
- data.tar.gz: 668e5df2b09407d671cf07e47b7c9cd0a05300d3f416150a6ad1cf688e3ac6675b02268fb9d3090c29a1e37caf606ecccfa172b7f65ad7488bff81e32d22ae6e
6
+ metadata.gz: 8249b0a658b0e10354efcffb0f125e98e0023c84ad52062ba6a13e626a8ff1875c41aa6d4f4c804b78590afae1bc51cff3764f451ac8113c42773ca7f07f499d
7
+ data.tar.gz: 4ea1d556dec525b92bfdef3b98dbe6b12e25dc9a48c27ae5280f8b498843b8b9216f0fd32440f9a51a2fb40297a2faaee3cd724e85daf561298a3f3f81f2430b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.12.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.11.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.11.0
1
+ 1.12.0
@@ -301,8 +301,9 @@ module Aws::PaymentCryptographyData
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
  #
@@ -1762,7 +1763,7 @@ module Aws::PaymentCryptographyData
1762
1763
  params: params,
1763
1764
  config: config)
1764
1765
  context[:gem_name] = 'aws-sdk-paymentcryptographydata'
1765
- context[:gem_version] = '1.11.0'
1766
+ context[:gem_version] = '1.12.0'
1766
1767
  Seahorse::Client::Request.new(handlers, context)
1767
1768
  end
1768
1769
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-paymentcryptographydata/customizations'
52
52
  # @!group service
53
53
  module Aws::PaymentCryptographyData
54
54
 
55
- GEM_VERSION = '1.11.0'
55
+ GEM_VERSION = '1.12.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-paymentcryptographydata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.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-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core