@aws-sdk/client-kms 3.186.0 → 3.190.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.
Files changed (70) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/endpoints.js +1 -0
  3. package/dist-es/KMS.js +202 -209
  4. package/dist-es/KMSClient.js +22 -28
  5. package/dist-es/commands/CancelKeyDeletionCommand.js +21 -28
  6. package/dist-es/commands/ConnectCustomKeyStoreCommand.js +21 -28
  7. package/dist-es/commands/CreateAliasCommand.js +22 -29
  8. package/dist-es/commands/CreateCustomKeyStoreCommand.js +21 -28
  9. package/dist-es/commands/CreateGrantCommand.js +21 -28
  10. package/dist-es/commands/CreateKeyCommand.js +21 -28
  11. package/dist-es/commands/DecryptCommand.js +21 -28
  12. package/dist-es/commands/DeleteAliasCommand.js +22 -29
  13. package/dist-es/commands/DeleteCustomKeyStoreCommand.js +21 -28
  14. package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +22 -29
  15. package/dist-es/commands/DescribeCustomKeyStoresCommand.js +21 -28
  16. package/dist-es/commands/DescribeKeyCommand.js +21 -28
  17. package/dist-es/commands/DisableKeyCommand.js +22 -29
  18. package/dist-es/commands/DisableKeyRotationCommand.js +22 -29
  19. package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +21 -28
  20. package/dist-es/commands/EnableKeyCommand.js +22 -29
  21. package/dist-es/commands/EnableKeyRotationCommand.js +22 -29
  22. package/dist-es/commands/EncryptCommand.js +21 -28
  23. package/dist-es/commands/GenerateDataKeyCommand.js +21 -28
  24. package/dist-es/commands/GenerateDataKeyPairCommand.js +21 -28
  25. package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +21 -28
  26. package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +21 -28
  27. package/dist-es/commands/GenerateMacCommand.js +21 -28
  28. package/dist-es/commands/GenerateRandomCommand.js +21 -28
  29. package/dist-es/commands/GetKeyPolicyCommand.js +21 -28
  30. package/dist-es/commands/GetKeyRotationStatusCommand.js +21 -28
  31. package/dist-es/commands/GetParametersForImportCommand.js +21 -28
  32. package/dist-es/commands/GetPublicKeyCommand.js +21 -28
  33. package/dist-es/commands/ImportKeyMaterialCommand.js +21 -28
  34. package/dist-es/commands/ListAliasesCommand.js +21 -28
  35. package/dist-es/commands/ListGrantsCommand.js +21 -28
  36. package/dist-es/commands/ListKeyPoliciesCommand.js +21 -28
  37. package/dist-es/commands/ListKeysCommand.js +21 -28
  38. package/dist-es/commands/ListResourceTagsCommand.js +21 -28
  39. package/dist-es/commands/ListRetirableGrantsCommand.js +21 -28
  40. package/dist-es/commands/PutKeyPolicyCommand.js +22 -29
  41. package/dist-es/commands/ReEncryptCommand.js +21 -28
  42. package/dist-es/commands/ReplicateKeyCommand.js +21 -28
  43. package/dist-es/commands/RetireGrantCommand.js +22 -29
  44. package/dist-es/commands/RevokeGrantCommand.js +22 -29
  45. package/dist-es/commands/ScheduleKeyDeletionCommand.js +21 -28
  46. package/dist-es/commands/SignCommand.js +21 -28
  47. package/dist-es/commands/TagResourceCommand.js +22 -29
  48. package/dist-es/commands/UntagResourceCommand.js +22 -29
  49. package/dist-es/commands/UpdateAliasCommand.js +22 -29
  50. package/dist-es/commands/UpdateCustomKeyStoreCommand.js +21 -28
  51. package/dist-es/commands/UpdateKeyDescriptionCommand.js +22 -29
  52. package/dist-es/commands/UpdatePrimaryRegionCommand.js +22 -29
  53. package/dist-es/commands/VerifyCommand.js +21 -28
  54. package/dist-es/commands/VerifyMacCommand.js +21 -28
  55. package/dist-es/endpoints.js +9 -8
  56. package/dist-es/models/KMSServiceException.js +5 -10
  57. package/dist-es/models/models_0.js +699 -502
  58. package/dist-es/pagination/DescribeCustomKeyStoresPaginator.js +25 -68
  59. package/dist-es/pagination/ListAliasesPaginator.js +25 -68
  60. package/dist-es/pagination/ListGrantsPaginator.js +25 -68
  61. package/dist-es/pagination/ListKeyPoliciesPaginator.js +25 -68
  62. package/dist-es/pagination/ListKeysPaginator.js +25 -68
  63. package/dist-es/pagination/ListResourceTagsPaginator.js +25 -68
  64. package/dist-es/pagination/ListRetirableGrantsPaginator.js +25 -68
  65. package/dist-es/protocols/Aws_json1_1.js +3725 -4852
  66. package/dist-es/runtimeConfig.browser.js +26 -12
  67. package/dist-es/runtimeConfig.js +30 -12
  68. package/dist-es/runtimeConfig.native.js +8 -5
  69. package/dist-es/runtimeConfig.shared.js +8 -11
  70. package/package.json +33 -33
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.190.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.189.0...v3.190.0) (2022-10-17)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-kms
9
+
10
+
11
+
12
+
13
+
14
+ # [3.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13)
15
+
16
+
17
+ ### Features
18
+
19
+ * **clients:** update client endpoints as of 2022-10-13 ([914798b](https://github.com/aws/aws-sdk-js-v3/commit/914798ba376b17631d02dc04a81faae63e1dce05))
20
+
21
+
22
+
23
+
24
+
6
25
  # [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
7
26
 
8
27
  **Note:** Version bump only for package @aws-sdk/client-kms
@@ -257,6 +257,7 @@ const partitionHash = {
257
257
  "eu-north-1-fips",
258
258
  "eu-south-1",
259
259
  "eu-south-1-fips",
260
+ "eu-south-2-fips",
260
261
  "eu-west-1",
261
262
  "eu-west-1-fips",
262
263
  "eu-west-2",