aws-sdk-kms 1.62.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc4f9ec57e4facf9bdd94a84c03b65e0243af436d1a71ae364a6cb131578211f
4
- data.tar.gz: c28fd15ca65baf3524392da759ef126639959d84861c83ca0e735716e2df3b67
3
+ metadata.gz: a3b3127e74d7bdb0d87a0a88ef6ceb107c43eca9c8cec91bdd018d03c9ffc794
4
+ data.tar.gz: 486dbd184a54e9a032f890f2c96f5c25f9cea00840483707ce6f68c348b7c51f
5
5
  SHA512:
6
- metadata.gz: 8ab2220117a3674e77af57eea5ec9ff78d228f9b1d1747f819386d0a7d121014f70d2291f0ed798993dc130660d5caba2666075d862b34d239191583d0953258
7
- data.tar.gz: 22e21dd917f98b22977d2ad7818f1ff36f7aa362ae8734133ca59c9133293a123b119541e777f6790f8830d90ecdbf16fbf7863be34d6cc13cd9ecb206d1949b
6
+ metadata.gz: 5310e5667550e679aa20b3f4a0cfc737064f092ccd51b15eb910a6059cfbaf0271b1a64ce288bb6bf981320eab19ed05b4004eee8975cfac1cb047abfe06350f
7
+ data.tar.gz: 9d4775db61a87babcf3b04b70057d51b8f2b158ea749b2408f48b2057bcde340a4807ee208135b08b37f57413459846566a6cb9fe9acd9ab8c3bd3aa1439a4b3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.63.0 (2023-02-28)
10
+ ------------------
11
+
12
+ * Feature - AWS KMS is deprecating the RSAES_PKCS1_V1_5 wrapping algorithm option in the GetParametersForImport API that is used in the AWS KMS Import Key Material feature. AWS KMS will end support for this wrapping algorithm by October 1, 2023.
13
+
4
14
  1.62.0 (2023-01-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.64.0