@aws-sdk/client-kms 3.337.0 → 3.341.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 (213) hide show
  1. package/dist-cjs/KMSClient.js +2 -1
  2. package/dist-cjs/commands/CancelKeyDeletionCommand.js +2 -1
  3. package/dist-cjs/commands/ConnectCustomKeyStoreCommand.js +2 -1
  4. package/dist-cjs/commands/CreateAliasCommand.js +2 -1
  5. package/dist-cjs/commands/CreateCustomKeyStoreCommand.js +2 -1
  6. package/dist-cjs/commands/CreateGrantCommand.js +2 -1
  7. package/dist-cjs/commands/CreateKeyCommand.js +2 -1
  8. package/dist-cjs/commands/DecryptCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteAliasCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteCustomKeyStoreCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteImportedKeyMaterialCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeCustomKeyStoresCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeKeyCommand.js +2 -1
  14. package/dist-cjs/commands/DisableKeyCommand.js +2 -1
  15. package/dist-cjs/commands/DisableKeyRotationCommand.js +2 -1
  16. package/dist-cjs/commands/DisconnectCustomKeyStoreCommand.js +2 -1
  17. package/dist-cjs/commands/EnableKeyCommand.js +2 -1
  18. package/dist-cjs/commands/EnableKeyRotationCommand.js +2 -1
  19. package/dist-cjs/commands/EncryptCommand.js +2 -1
  20. package/dist-cjs/commands/GenerateDataKeyCommand.js +2 -1
  21. package/dist-cjs/commands/GenerateDataKeyPairCommand.js +2 -1
  22. package/dist-cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +2 -1
  23. package/dist-cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js +2 -1
  24. package/dist-cjs/commands/GenerateMacCommand.js +2 -1
  25. package/dist-cjs/commands/GenerateRandomCommand.js +2 -1
  26. package/dist-cjs/commands/GetKeyPolicyCommand.js +2 -1
  27. package/dist-cjs/commands/GetKeyRotationStatusCommand.js +2 -1
  28. package/dist-cjs/commands/GetParametersForImportCommand.js +2 -1
  29. package/dist-cjs/commands/GetPublicKeyCommand.js +2 -1
  30. package/dist-cjs/commands/ImportKeyMaterialCommand.js +2 -1
  31. package/dist-cjs/commands/ListAliasesCommand.js +2 -1
  32. package/dist-cjs/commands/ListGrantsCommand.js +2 -1
  33. package/dist-cjs/commands/ListKeyPoliciesCommand.js +2 -1
  34. package/dist-cjs/commands/ListKeysCommand.js +2 -1
  35. package/dist-cjs/commands/ListResourceTagsCommand.js +2 -1
  36. package/dist-cjs/commands/ListRetirableGrantsCommand.js +2 -1
  37. package/dist-cjs/commands/PutKeyPolicyCommand.js +2 -1
  38. package/dist-cjs/commands/ReEncryptCommand.js +2 -1
  39. package/dist-cjs/commands/ReplicateKeyCommand.js +2 -1
  40. package/dist-cjs/commands/RetireGrantCommand.js +2 -1
  41. package/dist-cjs/commands/RevokeGrantCommand.js +2 -1
  42. package/dist-cjs/commands/ScheduleKeyDeletionCommand.js +2 -1
  43. package/dist-cjs/commands/SignCommand.js +2 -1
  44. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  45. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  46. package/dist-cjs/commands/UpdateAliasCommand.js +2 -1
  47. package/dist-cjs/commands/UpdateCustomKeyStoreCommand.js +2 -1
  48. package/dist-cjs/commands/UpdateKeyDescriptionCommand.js +2 -1
  49. package/dist-cjs/commands/UpdatePrimaryRegionCommand.js +2 -1
  50. package/dist-cjs/commands/VerifyCommand.js +2 -1
  51. package/dist-cjs/commands/VerifyMacCommand.js +2 -1
  52. package/dist-cjs/index.js +2 -2
  53. package/dist-cjs/models/KMSServiceException.js +2 -1
  54. package/dist-es/KMSClient.js +1 -0
  55. package/dist-es/commands/CancelKeyDeletionCommand.js +1 -0
  56. package/dist-es/commands/ConnectCustomKeyStoreCommand.js +1 -0
  57. package/dist-es/commands/CreateAliasCommand.js +1 -0
  58. package/dist-es/commands/CreateCustomKeyStoreCommand.js +1 -0
  59. package/dist-es/commands/CreateGrantCommand.js +1 -0
  60. package/dist-es/commands/CreateKeyCommand.js +1 -0
  61. package/dist-es/commands/DecryptCommand.js +1 -0
  62. package/dist-es/commands/DeleteAliasCommand.js +1 -0
  63. package/dist-es/commands/DeleteCustomKeyStoreCommand.js +1 -0
  64. package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +1 -0
  65. package/dist-es/commands/DescribeCustomKeyStoresCommand.js +1 -0
  66. package/dist-es/commands/DescribeKeyCommand.js +1 -0
  67. package/dist-es/commands/DisableKeyCommand.js +1 -0
  68. package/dist-es/commands/DisableKeyRotationCommand.js +1 -0
  69. package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +1 -0
  70. package/dist-es/commands/EnableKeyCommand.js +1 -0
  71. package/dist-es/commands/EnableKeyRotationCommand.js +1 -0
  72. package/dist-es/commands/EncryptCommand.js +1 -0
  73. package/dist-es/commands/GenerateDataKeyCommand.js +1 -0
  74. package/dist-es/commands/GenerateDataKeyPairCommand.js +1 -0
  75. package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +1 -0
  76. package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +1 -0
  77. package/dist-es/commands/GenerateMacCommand.js +1 -0
  78. package/dist-es/commands/GenerateRandomCommand.js +1 -0
  79. package/dist-es/commands/GetKeyPolicyCommand.js +1 -0
  80. package/dist-es/commands/GetKeyRotationStatusCommand.js +1 -0
  81. package/dist-es/commands/GetParametersForImportCommand.js +1 -0
  82. package/dist-es/commands/GetPublicKeyCommand.js +1 -0
  83. package/dist-es/commands/ImportKeyMaterialCommand.js +1 -0
  84. package/dist-es/commands/ListAliasesCommand.js +1 -0
  85. package/dist-es/commands/ListGrantsCommand.js +1 -0
  86. package/dist-es/commands/ListKeyPoliciesCommand.js +1 -0
  87. package/dist-es/commands/ListKeysCommand.js +1 -0
  88. package/dist-es/commands/ListResourceTagsCommand.js +1 -0
  89. package/dist-es/commands/ListRetirableGrantsCommand.js +1 -0
  90. package/dist-es/commands/PutKeyPolicyCommand.js +1 -0
  91. package/dist-es/commands/ReEncryptCommand.js +1 -0
  92. package/dist-es/commands/ReplicateKeyCommand.js +1 -0
  93. package/dist-es/commands/RetireGrantCommand.js +1 -0
  94. package/dist-es/commands/RevokeGrantCommand.js +1 -0
  95. package/dist-es/commands/ScheduleKeyDeletionCommand.js +1 -0
  96. package/dist-es/commands/SignCommand.js +1 -0
  97. package/dist-es/commands/TagResourceCommand.js +1 -0
  98. package/dist-es/commands/UntagResourceCommand.js +1 -0
  99. package/dist-es/commands/UpdateAliasCommand.js +1 -0
  100. package/dist-es/commands/UpdateCustomKeyStoreCommand.js +1 -0
  101. package/dist-es/commands/UpdateKeyDescriptionCommand.js +1 -0
  102. package/dist-es/commands/UpdatePrimaryRegionCommand.js +1 -0
  103. package/dist-es/commands/VerifyCommand.js +1 -0
  104. package/dist-es/commands/VerifyMacCommand.js +1 -0
  105. package/dist-es/index.js +2 -2
  106. package/dist-es/models/KMSServiceException.js +1 -0
  107. package/dist-types/KMSClient.d.ts +3 -3
  108. package/dist-types/commands/CancelKeyDeletionCommand.d.ts +4 -0
  109. package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +4 -0
  110. package/dist-types/commands/CreateAliasCommand.d.ts +4 -0
  111. package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +4 -0
  112. package/dist-types/commands/CreateGrantCommand.d.ts +4 -0
  113. package/dist-types/commands/CreateKeyCommand.d.ts +4 -0
  114. package/dist-types/commands/DecryptCommand.d.ts +4 -0
  115. package/dist-types/commands/DeleteAliasCommand.d.ts +4 -0
  116. package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +4 -0
  117. package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +4 -0
  118. package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +4 -0
  119. package/dist-types/commands/DescribeKeyCommand.d.ts +4 -0
  120. package/dist-types/commands/DisableKeyCommand.d.ts +4 -0
  121. package/dist-types/commands/DisableKeyRotationCommand.d.ts +4 -0
  122. package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +4 -0
  123. package/dist-types/commands/EnableKeyCommand.d.ts +4 -0
  124. package/dist-types/commands/EnableKeyRotationCommand.d.ts +4 -0
  125. package/dist-types/commands/EncryptCommand.d.ts +4 -0
  126. package/dist-types/commands/GenerateDataKeyCommand.d.ts +4 -0
  127. package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +4 -0
  128. package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +4 -0
  129. package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +4 -0
  130. package/dist-types/commands/GenerateMacCommand.d.ts +4 -0
  131. package/dist-types/commands/GenerateRandomCommand.d.ts +4 -0
  132. package/dist-types/commands/GetKeyPolicyCommand.d.ts +4 -0
  133. package/dist-types/commands/GetKeyRotationStatusCommand.d.ts +4 -0
  134. package/dist-types/commands/GetParametersForImportCommand.d.ts +4 -0
  135. package/dist-types/commands/GetPublicKeyCommand.d.ts +4 -0
  136. package/dist-types/commands/ImportKeyMaterialCommand.d.ts +4 -0
  137. package/dist-types/commands/ListAliasesCommand.d.ts +4 -0
  138. package/dist-types/commands/ListGrantsCommand.d.ts +4 -0
  139. package/dist-types/commands/ListKeyPoliciesCommand.d.ts +4 -0
  140. package/dist-types/commands/ListKeysCommand.d.ts +4 -0
  141. package/dist-types/commands/ListResourceTagsCommand.d.ts +4 -0
  142. package/dist-types/commands/ListRetirableGrantsCommand.d.ts +4 -0
  143. package/dist-types/commands/PutKeyPolicyCommand.d.ts +4 -0
  144. package/dist-types/commands/ReEncryptCommand.d.ts +4 -0
  145. package/dist-types/commands/ReplicateKeyCommand.d.ts +4 -0
  146. package/dist-types/commands/RetireGrantCommand.d.ts +4 -0
  147. package/dist-types/commands/RevokeGrantCommand.d.ts +4 -0
  148. package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +4 -0
  149. package/dist-types/commands/SignCommand.d.ts +4 -0
  150. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  151. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  152. package/dist-types/commands/UpdateAliasCommand.d.ts +4 -0
  153. package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +4 -0
  154. package/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +4 -0
  155. package/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +4 -0
  156. package/dist-types/commands/VerifyCommand.d.ts +4 -0
  157. package/dist-types/commands/VerifyMacCommand.d.ts +4 -0
  158. package/dist-types/index.d.ts +101 -2
  159. package/dist-types/models/KMSServiceException.d.ts +1 -0
  160. package/dist-types/ts3.4/KMSClient.d.ts +3 -3
  161. package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +1 -0
  162. package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +1 -0
  163. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +1 -0
  164. package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +1 -0
  165. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +1 -0
  166. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +1 -0
  167. package/dist-types/ts3.4/commands/DecryptCommand.d.ts +1 -0
  168. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +1 -0
  169. package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +1 -0
  170. package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +1 -0
  171. package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +1 -0
  172. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +1 -0
  173. package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +1 -0
  174. package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +1 -0
  175. package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +1 -0
  176. package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +1 -0
  177. package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +1 -0
  178. package/dist-types/ts3.4/commands/EncryptCommand.d.ts +1 -0
  179. package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +1 -0
  180. package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +1 -0
  181. package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +1 -0
  182. package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +1 -0
  183. package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +1 -0
  184. package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +1 -0
  185. package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +1 -0
  186. package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +1 -0
  187. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +1 -0
  188. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +1 -0
  189. package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +1 -0
  190. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +1 -0
  191. package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +1 -0
  192. package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +1 -0
  193. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +1 -0
  194. package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +1 -0
  195. package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +1 -0
  196. package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +1 -0
  197. package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +1 -0
  198. package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +1 -0
  199. package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +1 -0
  200. package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +1 -0
  201. package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +1 -0
  202. package/dist-types/ts3.4/commands/SignCommand.d.ts +1 -0
  203. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  204. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  205. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +1 -0
  206. package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +1 -0
  207. package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +1 -0
  208. package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +1 -0
  209. package/dist-types/ts3.4/commands/VerifyCommand.d.ts +1 -0
  210. package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +1 -0
  211. package/dist-types/ts3.4/index.d.ts +2 -2
  212. package/dist-types/ts3.4/models/KMSServiceException.d.ts +1 -0
  213. package/package.json +28 -28
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
5
5
  import { VerifyMacRequest, VerifyMacResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,105 @@
1
- export * from "./KMS";
1
+ /**
2
+ * <fullname>Key Management Service</fullname>
3
+ * <p>Key Management Service (KMS) is an encryption and key management web service. This guide describes
4
+ * the KMS operations that you can call programmatically. For general information about KMS,
5
+ * see the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/">
6
+ * <i>Key Management Service Developer Guide</i>
7
+ * </a>.</p>
8
+ * <note>
9
+ * <p>KMS has replaced the term <i>customer master key (CMK)</i> with <i>KMS key</i> and <i>KMS key</i>. The concept has not changed. To prevent breaking changes, KMS is keeping some variations of this term.</p>
10
+ * <p>Amazon Web Services provides SDKs that consist of libraries and sample code for various programming
11
+ * languages and platforms (Java, Ruby, .Net, macOS, Android, etc.). The SDKs provide a
12
+ * convenient way to create programmatic access to KMS and other Amazon Web Services services. For example,
13
+ * the SDKs take care of tasks such as signing requests (see below), managing errors, and
14
+ * retrying requests automatically. For more information about the Amazon Web Services SDKs, including how to
15
+ * download and install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web
16
+ * Services</a>.</p>
17
+ * </note>
18
+ * <p>We recommend that you use the Amazon Web Services SDKs to make programmatic API calls to KMS.</p>
19
+ * <p>If you need to use FIPS 140-2 validated cryptographic modules when communicating with
20
+ * Amazon Web Services, use the FIPS endpoint in your preferred Amazon Web Services Region. For more information about the
21
+ * available FIPS endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/kms.html#kms_region">Service endpoints</a> in the Key Management Service topic of
22
+ * the <i>Amazon Web Services General Reference</i>.</p>
23
+ * <p>All KMS API calls must be signed and be transmitted using Transport Layer Security
24
+ * (TLS). KMS recommends you always use the latest supported TLS version. Clients must also
25
+ * support cipher suites with Perfect Forward Secrecy (PFS) such as Ephemeral Diffie-Hellman
26
+ * (DHE) or Elliptic Curve Ephemeral Diffie-Hellman (ECDHE). Most modern systems such as Java 7
27
+ * and later support these modes.</p>
28
+ * <p>
29
+ * <b>Signing Requests</b>
30
+ * </p>
31
+ * <p>Requests must be signed using an access key ID and a secret access key. We strongly
32
+ * recommend that you do not use your Amazon Web Services account root access key ID and secret access key for
33
+ * everyday work. You can use the access key ID and secret access key for an IAM user or you
34
+ * can use the Security Token Service (STS) to generate temporary security credentials and use those to sign
35
+ * requests. </p>
36
+ * <p>All KMS requests must be signed with <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4</a>.</p>
37
+ * <p>
38
+ * <b>Logging API Requests</b>
39
+ * </p>
40
+ * <p>KMS supports CloudTrail, a service that logs Amazon Web Services API calls and related events for your
41
+ * Amazon Web Services account and delivers them to an Amazon S3 bucket that you specify. By using the
42
+ * information collected by CloudTrail, you can determine what requests were made to KMS, who made
43
+ * the request, when it was made, and so on. To learn more about CloudTrail, including how to turn it
44
+ * on and find your log files, see the <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/">CloudTrail User Guide</a>.</p>
45
+ * <p>
46
+ * <b>Additional Resources</b>
47
+ * </p>
48
+ * <p>For more information about credentials and request signing, see the following:</p>
49
+ * <ul>
50
+ * <li>
51
+ * <p>
52
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html">Amazon Web Services
53
+ * Security Credentials</a> - This topic provides general information about the types
54
+ * of credentials used to access Amazon Web Services.</p>
55
+ * </li>
56
+ * <li>
57
+ * <p>
58
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp.html">Temporary
59
+ * Security Credentials</a> - This section of the <i>IAM User Guide</i>
60
+ * describes how to create and use temporary security credentials.</p>
61
+ * </li>
62
+ * <li>
63
+ * <p>
64
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version
65
+ * 4 Signing Process</a> - This set of topics walks you through the process of signing
66
+ * a request using an access key ID and a secret access key.</p>
67
+ * </li>
68
+ * </ul>
69
+ * <p>
70
+ * <b>Commonly Used API Operations</b>
71
+ * </p>
72
+ * <p>Of the API operations discussed in this guide, the following will prove the most useful
73
+ * for most applications. You will likely perform operations other than these, such as creating
74
+ * keys and assigning policies, by using the console.</p>
75
+ * <ul>
76
+ * <li>
77
+ * <p>
78
+ * <a>Encrypt</a>
79
+ * </p>
80
+ * </li>
81
+ * <li>
82
+ * <p>
83
+ * <a>Decrypt</a>
84
+ * </p>
85
+ * </li>
86
+ * <li>
87
+ * <p>
88
+ * <a>GenerateDataKey</a>
89
+ * </p>
90
+ * </li>
91
+ * <li>
92
+ * <p>
93
+ * <a>GenerateDataKeyWithoutPlaintext</a>
94
+ * </p>
95
+ * </li>
96
+ * </ul>
97
+ *
98
+ * @packageDocumentation
99
+ */
2
100
  export * from "./KMSClient";
101
+ export * from "./KMS";
3
102
  export * from "./commands";
4
- export * from "./models";
5
103
  export * from "./pagination";
104
+ export * from "./models";
6
105
  export { KMSServiceException } from "./models/KMSServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -248,6 +248,7 @@ import {
248
248
  ClientResolvedEndpointParameters,
249
249
  EndpointParameters,
250
250
  } from "./endpoint/EndpointParameters";
251
+ export { __Client };
251
252
  export type ServiceInputTypes =
252
253
  | CancelKeyDeletionCommandInput
253
254
  | ConnectCustomKeyStoreCommandInput
@@ -374,7 +375,7 @@ export interface ClientDefaults
374
375
  logger?: __Logger;
375
376
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
376
377
  }
377
- type KMSClientConfigType = Partial<
378
+ export type KMSClientConfigType = Partial<
378
379
  __SmithyConfiguration<__HttpHandlerOptions>
379
380
  > &
380
381
  ClientDefaults &
@@ -386,7 +387,7 @@ type KMSClientConfigType = Partial<
386
387
  UserAgentInputConfig &
387
388
  ClientInputEndpointParameters;
388
389
  export interface KMSClientConfig extends KMSClientConfigType {}
389
- type KMSClientResolvedConfigType =
390
+ export type KMSClientResolvedConfigType =
390
391
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
391
392
  Required<ClientDefaults> &
392
393
  RegionResolvedConfig &
@@ -407,4 +408,3 @@ export declare class KMSClient extends __Client<
407
408
  constructor(configuration: KMSClientConfig);
408
409
  destroy(): void;
409
410
  }
410
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  CancelKeyDeletionRequest,
16
16
  CancelKeyDeletionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CancelKeyDeletionCommandInput
19
20
  extends CancelKeyDeletionRequest {}
20
21
  export interface CancelKeyDeletionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ConnectCustomKeyStoreRequest,
16
16
  ConnectCustomKeyStoreResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ConnectCustomKeyStoreCommandInput
19
20
  extends ConnectCustomKeyStoreRequest {}
20
21
  export interface ConnectCustomKeyStoreCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { CreateAliasRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateAliasCommandInput extends CreateAliasRequest {}
16
17
  export interface CreateAliasCommandOutput extends __MetadataBearer {}
17
18
  export declare class CreateAliasCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  CreateCustomKeyStoreRequest,
16
16
  CreateCustomKeyStoreResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateCustomKeyStoreCommandInput
19
20
  extends CreateCustomKeyStoreRequest {}
20
21
  export interface CreateCustomKeyStoreCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { CreateGrantRequest, CreateGrantResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateGrantCommandInput extends CreateGrantRequest {}
16
17
  export interface CreateGrantCommandOutput
17
18
  extends CreateGrantResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { CreateKeyRequest, CreateKeyResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateKeyCommandInput extends CreateKeyRequest {}
16
17
  export interface CreateKeyCommandOutput
17
18
  extends CreateKeyResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { DecryptRequest, DecryptResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DecryptCommandInput extends DecryptRequest {}
16
17
  export interface DecryptCommandOutput
17
18
  extends DecryptResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { DeleteAliasRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteAliasCommandInput extends DeleteAliasRequest {}
16
17
  export interface DeleteAliasCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteAliasCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  DeleteCustomKeyStoreRequest,
16
16
  DeleteCustomKeyStoreResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteCustomKeyStoreCommandInput
19
20
  extends DeleteCustomKeyStoreRequest {}
20
21
  export interface DeleteCustomKeyStoreCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { DeleteImportedKeyMaterialRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteImportedKeyMaterialCommandInput
16
17
  extends DeleteImportedKeyMaterialRequest {}
17
18
  export interface DeleteImportedKeyMaterialCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeCustomKeyStoresRequest,
16
16
  DescribeCustomKeyStoresResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeCustomKeyStoresCommandInput
19
20
  extends DescribeCustomKeyStoresRequest {}
20
21
  export interface DescribeCustomKeyStoresCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { DescribeKeyRequest, DescribeKeyResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DescribeKeyCommandInput extends DescribeKeyRequest {}
16
17
  export interface DescribeKeyCommandOutput
17
18
  extends DescribeKeyResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { DisableKeyRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DisableKeyCommandInput extends DisableKeyRequest {}
16
17
  export interface DisableKeyCommandOutput extends __MetadataBearer {}
17
18
  export declare class DisableKeyCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { DisableKeyRotationRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DisableKeyRotationCommandInput
16
17
  extends DisableKeyRotationRequest {}
17
18
  export interface DisableKeyRotationCommandOutput extends __MetadataBearer {}
@@ -15,6 +15,7 @@ import {
15
15
  DisconnectCustomKeyStoreRequest,
16
16
  DisconnectCustomKeyStoreResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DisconnectCustomKeyStoreCommandInput
19
20
  extends DisconnectCustomKeyStoreRequest {}
20
21
  export interface DisconnectCustomKeyStoreCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { EnableKeyRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface EnableKeyCommandInput extends EnableKeyRequest {}
16
17
  export interface EnableKeyCommandOutput extends __MetadataBearer {}
17
18
  export declare class EnableKeyCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { EnableKeyRotationRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface EnableKeyRotationCommandInput
16
17
  extends EnableKeyRotationRequest {}
17
18
  export interface EnableKeyRotationCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { EncryptRequest, EncryptResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface EncryptCommandInput extends EncryptRequest {}
16
17
  export interface EncryptCommandOutput
17
18
  extends EncryptResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GenerateDataKeyRequest,
16
16
  GenerateDataKeyResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GenerateDataKeyCommandInput extends GenerateDataKeyRequest {}
19
20
  export interface GenerateDataKeyCommandOutput
20
21
  extends GenerateDataKeyResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GenerateDataKeyPairRequest,
16
16
  GenerateDataKeyPairResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GenerateDataKeyPairCommandInput
19
20
  extends GenerateDataKeyPairRequest {}
20
21
  export interface GenerateDataKeyPairCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GenerateDataKeyPairWithoutPlaintextRequest,
16
16
  GenerateDataKeyPairWithoutPlaintextResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GenerateDataKeyPairWithoutPlaintextCommandInput
19
20
  extends GenerateDataKeyPairWithoutPlaintextRequest {}
20
21
  export interface GenerateDataKeyPairWithoutPlaintextCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GenerateDataKeyWithoutPlaintextRequest,
16
16
  GenerateDataKeyWithoutPlaintextResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GenerateDataKeyWithoutPlaintextCommandInput
19
20
  extends GenerateDataKeyWithoutPlaintextRequest {}
20
21
  export interface GenerateDataKeyWithoutPlaintextCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { GenerateMacRequest, GenerateMacResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GenerateMacCommandInput extends GenerateMacRequest {}
16
17
  export interface GenerateMacCommandOutput
17
18
  extends GenerateMacResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GenerateRandomRequest,
16
16
  GenerateRandomResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GenerateRandomCommandInput extends GenerateRandomRequest {}
19
20
  export interface GenerateRandomCommandOutput
20
21
  extends GenerateRandomResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { GetKeyPolicyRequest, GetKeyPolicyResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetKeyPolicyCommandInput extends GetKeyPolicyRequest {}
16
17
  export interface GetKeyPolicyCommandOutput
17
18
  extends GetKeyPolicyResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GetKeyRotationStatusRequest,
16
16
  GetKeyRotationStatusResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetKeyRotationStatusCommandInput
19
20
  extends GetKeyRotationStatusRequest {}
20
21
  export interface GetKeyRotationStatusCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetParametersForImportRequest,
16
16
  GetParametersForImportResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetParametersForImportCommandInput
19
20
  extends GetParametersForImportRequest {}
20
21
  export interface GetParametersForImportCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { GetPublicKeyRequest, GetPublicKeyResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetPublicKeyCommandInput extends GetPublicKeyRequest {}
16
17
  export interface GetPublicKeyCommandOutput
17
18
  extends GetPublicKeyResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ImportKeyMaterialRequest,
16
16
  ImportKeyMaterialResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ImportKeyMaterialCommandInput
19
20
  extends ImportKeyMaterialRequest {}
20
21
  export interface ImportKeyMaterialCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { ListAliasesRequest, ListAliasesResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListAliasesCommandInput extends ListAliasesRequest {}
16
17
  export interface ListAliasesCommandOutput
17
18
  extends ListAliasesResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { ListGrantsRequest, ListGrantsResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListGrantsCommandInput extends ListGrantsRequest {}
16
17
  export interface ListGrantsCommandOutput
17
18
  extends ListGrantsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListKeyPoliciesRequest,
16
16
  ListKeyPoliciesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListKeyPoliciesCommandInput extends ListKeyPoliciesRequest {}
19
20
  export interface ListKeyPoliciesCommandOutput
20
21
  extends ListKeyPoliciesResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { ListKeysRequest, ListKeysResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListKeysCommandInput extends ListKeysRequest {}
16
17
  export interface ListKeysCommandOutput
17
18
  extends ListKeysResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListResourceTagsRequest,
16
16
  ListResourceTagsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListResourceTagsCommandInput extends ListResourceTagsRequest {}
19
20
  export interface ListResourceTagsCommandOutput
20
21
  extends ListResourceTagsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListGrantsResponse,
16
16
  ListRetirableGrantsRequest,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListRetirableGrantsCommandInput
19
20
  extends ListRetirableGrantsRequest {}
20
21
  export interface ListRetirableGrantsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { PutKeyPolicyRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PutKeyPolicyCommandInput extends PutKeyPolicyRequest {}
16
17
  export interface PutKeyPolicyCommandOutput extends __MetadataBearer {}
17
18
  export declare class PutKeyPolicyCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { ReEncryptRequest, ReEncryptResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ReEncryptCommandInput extends ReEncryptRequest {}
16
17
  export interface ReEncryptCommandOutput
17
18
  extends ReEncryptResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { ReplicateKeyRequest, ReplicateKeyResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ReplicateKeyCommandInput extends ReplicateKeyRequest {}
16
17
  export interface ReplicateKeyCommandOutput
17
18
  extends ReplicateKeyResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { RetireGrantRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RetireGrantCommandInput extends RetireGrantRequest {}
16
17
  export interface RetireGrantCommandOutput extends __MetadataBearer {}
17
18
  export declare class RetireGrantCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { RevokeGrantRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RevokeGrantCommandInput extends RevokeGrantRequest {}
16
17
  export interface RevokeGrantCommandOutput extends __MetadataBearer {}
17
18
  export declare class RevokeGrantCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  ScheduleKeyDeletionRequest,
16
16
  ScheduleKeyDeletionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ScheduleKeyDeletionCommandInput
19
20
  extends ScheduleKeyDeletionRequest {}
20
21
  export interface ScheduleKeyDeletionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { SignRequest, SignResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface SignCommandInput extends SignRequest {}
16
17
  export interface SignCommandOutput extends SignResponse, __MetadataBearer {}
17
18
  export declare class SignCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { TagResourceRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceRequest {}
16
17
  export interface TagResourceCommandOutput extends __MetadataBearer {}
17
18
  export declare class TagResourceCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { UntagResourceRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
16
17
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
17
18
  export declare class UntagResourceCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { UpdateAliasRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateAliasCommandInput extends UpdateAliasRequest {}
16
17
  export interface UpdateAliasCommandOutput extends __MetadataBearer {}
17
18
  export declare class UpdateAliasCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  UpdateCustomKeyStoreRequest,
16
16
  UpdateCustomKeyStoreResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateCustomKeyStoreCommandInput
19
20
  extends UpdateCustomKeyStoreRequest {}
20
21
  export interface UpdateCustomKeyStoreCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { UpdateKeyDescriptionRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateKeyDescriptionCommandInput
16
17
  extends UpdateKeyDescriptionRequest {}
17
18
  export interface UpdateKeyDescriptionCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { UpdatePrimaryRegionRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdatePrimaryRegionCommandInput
16
17
  extends UpdatePrimaryRegionRequest {}
17
18
  export interface UpdatePrimaryRegionCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { VerifyRequest, VerifyResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface VerifyCommandInput extends VerifyRequest {}
16
17
  export interface VerifyCommandOutput extends VerifyResponse, __MetadataBearer {}
17
18
  export declare class VerifyCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KMSClient";
14
14
  import { VerifyMacRequest, VerifyMacResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface VerifyMacCommandInput extends VerifyMacRequest {}
16
17
  export interface VerifyMacCommandOutput
17
18
  extends VerifyMacResponse,
@@ -1,6 +1,6 @@
1
- export * from "./KMS";
2
1
  export * from "./KMSClient";
2
+ export * from "./KMS";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { KMSServiceException } from "./models/KMSServiceException";