@aws-sdk/client-kms 3.180.0 → 3.183.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 +25 -0
  2. package/dist-cjs/protocols/Aws_json1_1.js +92 -86
  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 +8 -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 -4839
  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,31 @@
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.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-kms
9
+
10
+
11
+
12
+
13
+
14
+ # [3.181.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.180.0...v3.181.0) (2022-09-29)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **clients:** make parseErrorBody async ([#3999](https://github.com/aws/aws-sdk-js-v3/issues/3999)) ([2558c93](https://github.com/aws/aws-sdk-js-v3/commit/2558c93c050357ac6dc47aa0452b15b12ebfd676))
20
+ * **clients:** populate message field when parsing errors ([#3995](https://github.com/aws/aws-sdk-js-v3/issues/3995)) ([02e47f1](https://github.com/aws/aws-sdk-js-v3/commit/02e47f14397ae0a5d2e2883350d038b307fdcdb4))
21
+
22
+
23
+ ### Features
24
+
25
+ * **clients:** support awsQueryError trait ([#3998](https://github.com/aws/aws-sdk-js-v3/issues/3998)) ([384cbd7](https://github.com/aws/aws-sdk-js-v3/commit/384cbd7cbdbc0635d2dbff53b54d769ca80dabbb))
26
+
27
+
28
+
29
+
30
+
6
31
  # [3.180.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.179.0...v3.180.0) (2022-09-27)
7
32
 
8
33
  **Note:** Version bump only for package @aws-sdk/client-kms