aws-sdk-kms 1.63.0 → 1.64.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kms/client.rb +576 -204
- data/lib/aws-sdk-kms/client_api.rb +15 -0
- data/lib/aws-sdk-kms/types.rb +341 -34
- data/lib/aws-sdk-kms.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3b3127e74d7bdb0d87a0a88ef6ceb107c43eca9c8cec91bdd018d03c9ffc794
|
4
|
+
data.tar.gz: 486dbd184a54e9a032f890f2c96f5c25f9cea00840483707ce6f68c348b7c51f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5310e5667550e679aa20b3f4a0cfc737064f092ccd51b15eb910a6059cfbaf0271b1a64ce288bb6bf981320eab19ed05b4004eee8975cfac1cb047abfe06350f
|
7
|
+
data.tar.gz: 9d4775db61a87babcf3b04b70057d51b8f2b158ea749b2408f48b2057bcde340a4807ee208135b08b37f57413459846566a6cb9fe9acd9ab8c3bd3aa1439a4b3
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.64.0 (2023-05-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release makes the NitroEnclave request parameter Recipient and the response field for CiphertextForRecipient available in AWS SDKs. It also adds the regex pattern for CloudHsmClusterId validation.
|
8
|
+
|
4
9
|
1.63.0 (2023-02-28)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.64.0
|