aws-sdk-paymentcryptographydata 1.0.0 → 1.1.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: 3b491b64f6687c53f1e09c99a9310d6b7be6f9c3aa37cd0bc755a7712aed8ad6
4
- data.tar.gz: 52a00da12194c49f3b49908b28b2dd7df85c0fd4fe248b766a52553a77e481ed
3
+ metadata.gz: 4402e00cb30564e31113b9f2557c12725b8da3fa15afccc4b8eb3a4766aa34f3
4
+ data.tar.gz: d387c4fc3ef52a765fab41200a35947bec296edb0920ae53dc4984ffcd72e3a4
5
5
  SHA512:
6
- metadata.gz: a64928b95709ce2a64a2f92f1dfb41b20a26273e3875cf2945040ac1da8bbb7e37eccc99d1bb18407352926e7effd17a8d7c956e300040edf7e884e57098e314
7
- data.tar.gz: 813b34e462dae35d09a8872758512bb942510d845f8878740a6750de4ca28129003000883fd2061aba0f7e1bd03ee07553e7f1191507c922cf63d28f4a84ff2a
6
+ metadata.gz: e27f206d9f7e4a25deac967c698cb353b8fa67003676e96a291e1c19f07a6da6fe21d6942eb8ad10b4dd9c5f4bb5ca9efb39be5b6b525015172b522515227a18
7
+ data.tar.gz: f7c969e4a2dfe8d226a5361a2499ac6c91b40a105c6771f6d317bc1507ccb5f384b412c3019125547842fd4b6b3d275dd629c538d1f2f3aa202ac86023a19d55
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2023-06-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.0.0 (2023-06-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -1676,7 +1676,7 @@ module Aws::PaymentCryptographyData
1676
1676
  params: params,
1677
1677
  config: config)
1678
1678
  context[:gem_name] = 'aws-sdk-paymentcryptographydata'
1679
- context[:gem_version] = '1.0.0'
1679
+ context[:gem_version] = '1.1.0'
1680
1680
  Seahorse::Client::Request.new(handlers, context)
1681
1681
  end
1682
1682
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::PaymentCryptographyData
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class DecryptData
@@ -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.0.0'
55
+ GEM_VERSION = '1.1.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.0.0
4
+ version: 1.1.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: 2023-06-08 00:00:00.000000000 Z
11
+ date: 2023-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core