aws-sdk-paymentcryptographydata 1.14.0 → 1.16.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-paymentcryptographydata/client.rb +352 -280
- data/lib/aws-sdk-paymentcryptographydata/client_api.rb +125 -104
- data/lib/aws-sdk-paymentcryptographydata/errors.rb +8 -8
- data/lib/aws-sdk-paymentcryptographydata/types.rb +582 -477
- data/lib/aws-sdk-paymentcryptographydata/waiters.rb +15 -0
- data/lib/aws-sdk-paymentcryptographydata.rb +2 -1
- data/sig/client.rbs +233 -197
- data/sig/errors.rbs +2 -2
- data/sig/types.rbs +131 -108
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d6927cfac9080e08631d4f3e8783c4ea000488e7cd9c71a1cc3ddc9752995d32
|
4
|
+
data.tar.gz: 8ee3edd3a054e7cd5e5af82c8b62b9e4612084ab4091c49b36ce58846ef12349
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9d1c6ea33683da1566fc226f233bd5d9041fd51b0120c010e453fe5c36046f1c1685831e3c779bb7df85d95f6101063fc5aaf90b5f8c0ec65984f40b30156a2
|
7
|
+
data.tar.gz: c120aab438613daf95e0391d454fb2dc0a64fbe9d69a51dffe791e74254d61d0666fac75504051ace0e5ad2d11ebbfcb91417afe110a0bf0841d7bfc84909a4e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.16.0 (2024-07-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adding support for dynamic keys for encrypt, decrypt, re-encrypt and translate pin functions. With this change, customers can use one-time TR-31 keys directly in dataplane operations without the need to first import them into the service.
|
8
|
+
|
9
|
+
1.15.0 (2024-06-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.14.0 (2024-06-24)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.16.0
|