@aws-sdk/client-kms 3.478.0 → 3.481.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 (205) hide show
  1. package/dist-cjs/commands/CancelKeyDeletionCommand.js +18 -41
  2. package/dist-cjs/commands/ConnectCustomKeyStoreCommand.js +18 -41
  3. package/dist-cjs/commands/CreateAliasCommand.js +18 -41
  4. package/dist-cjs/commands/CreateCustomKeyStoreCommand.js +18 -41
  5. package/dist-cjs/commands/CreateGrantCommand.js +18 -41
  6. package/dist-cjs/commands/CreateKeyCommand.js +18 -41
  7. package/dist-cjs/commands/DecryptCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteAliasCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteCustomKeyStoreCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteImportedKeyMaterialCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeCustomKeyStoresCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeKeyCommand.js +18 -41
  13. package/dist-cjs/commands/DisableKeyCommand.js +18 -41
  14. package/dist-cjs/commands/DisableKeyRotationCommand.js +18 -41
  15. package/dist-cjs/commands/DisconnectCustomKeyStoreCommand.js +18 -41
  16. package/dist-cjs/commands/EnableKeyCommand.js +18 -41
  17. package/dist-cjs/commands/EnableKeyRotationCommand.js +18 -41
  18. package/dist-cjs/commands/EncryptCommand.js +18 -41
  19. package/dist-cjs/commands/GenerateDataKeyCommand.js +18 -41
  20. package/dist-cjs/commands/GenerateDataKeyPairCommand.js +18 -41
  21. package/dist-cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +18 -41
  22. package/dist-cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js +18 -41
  23. package/dist-cjs/commands/GenerateMacCommand.js +18 -41
  24. package/dist-cjs/commands/GenerateRandomCommand.js +18 -41
  25. package/dist-cjs/commands/GetKeyPolicyCommand.js +18 -41
  26. package/dist-cjs/commands/GetKeyRotationStatusCommand.js +18 -41
  27. package/dist-cjs/commands/GetParametersForImportCommand.js +18 -41
  28. package/dist-cjs/commands/GetPublicKeyCommand.js +18 -41
  29. package/dist-cjs/commands/ImportKeyMaterialCommand.js +18 -41
  30. package/dist-cjs/commands/ListAliasesCommand.js +18 -41
  31. package/dist-cjs/commands/ListGrantsCommand.js +18 -41
  32. package/dist-cjs/commands/ListKeyPoliciesCommand.js +18 -41
  33. package/dist-cjs/commands/ListKeysCommand.js +18 -41
  34. package/dist-cjs/commands/ListResourceTagsCommand.js +18 -41
  35. package/dist-cjs/commands/ListRetirableGrantsCommand.js +18 -41
  36. package/dist-cjs/commands/PutKeyPolicyCommand.js +18 -41
  37. package/dist-cjs/commands/ReEncryptCommand.js +18 -41
  38. package/dist-cjs/commands/ReplicateKeyCommand.js +18 -41
  39. package/dist-cjs/commands/RetireGrantCommand.js +18 -41
  40. package/dist-cjs/commands/RevokeGrantCommand.js +18 -41
  41. package/dist-cjs/commands/ScheduleKeyDeletionCommand.js +18 -41
  42. package/dist-cjs/commands/SignCommand.js +18 -41
  43. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  44. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  45. package/dist-cjs/commands/UpdateAliasCommand.js +18 -41
  46. package/dist-cjs/commands/UpdateCustomKeyStoreCommand.js +18 -41
  47. package/dist-cjs/commands/UpdateKeyDescriptionCommand.js +18 -41
  48. package/dist-cjs/commands/UpdatePrimaryRegionCommand.js +18 -41
  49. package/dist-cjs/commands/VerifyCommand.js +18 -41
  50. package/dist-cjs/commands/VerifyMacCommand.js +18 -41
  51. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  52. package/dist-es/commands/CancelKeyDeletionCommand.js +18 -41
  53. package/dist-es/commands/ConnectCustomKeyStoreCommand.js +18 -41
  54. package/dist-es/commands/CreateAliasCommand.js +18 -41
  55. package/dist-es/commands/CreateCustomKeyStoreCommand.js +18 -41
  56. package/dist-es/commands/CreateGrantCommand.js +18 -41
  57. package/dist-es/commands/CreateKeyCommand.js +18 -41
  58. package/dist-es/commands/DecryptCommand.js +18 -41
  59. package/dist-es/commands/DeleteAliasCommand.js +18 -41
  60. package/dist-es/commands/DeleteCustomKeyStoreCommand.js +18 -41
  61. package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +18 -41
  62. package/dist-es/commands/DescribeCustomKeyStoresCommand.js +18 -41
  63. package/dist-es/commands/DescribeKeyCommand.js +18 -41
  64. package/dist-es/commands/DisableKeyCommand.js +18 -41
  65. package/dist-es/commands/DisableKeyRotationCommand.js +18 -41
  66. package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +18 -41
  67. package/dist-es/commands/EnableKeyCommand.js +18 -41
  68. package/dist-es/commands/EnableKeyRotationCommand.js +18 -41
  69. package/dist-es/commands/EncryptCommand.js +18 -41
  70. package/dist-es/commands/GenerateDataKeyCommand.js +18 -41
  71. package/dist-es/commands/GenerateDataKeyPairCommand.js +18 -41
  72. package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +18 -41
  73. package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +18 -41
  74. package/dist-es/commands/GenerateMacCommand.js +18 -41
  75. package/dist-es/commands/GenerateRandomCommand.js +18 -41
  76. package/dist-es/commands/GetKeyPolicyCommand.js +18 -41
  77. package/dist-es/commands/GetKeyRotationStatusCommand.js +18 -41
  78. package/dist-es/commands/GetParametersForImportCommand.js +18 -41
  79. package/dist-es/commands/GetPublicKeyCommand.js +18 -41
  80. package/dist-es/commands/ImportKeyMaterialCommand.js +18 -41
  81. package/dist-es/commands/ListAliasesCommand.js +18 -41
  82. package/dist-es/commands/ListGrantsCommand.js +18 -41
  83. package/dist-es/commands/ListKeyPoliciesCommand.js +18 -41
  84. package/dist-es/commands/ListKeysCommand.js +18 -41
  85. package/dist-es/commands/ListResourceTagsCommand.js +18 -41
  86. package/dist-es/commands/ListRetirableGrantsCommand.js +18 -41
  87. package/dist-es/commands/PutKeyPolicyCommand.js +18 -41
  88. package/dist-es/commands/ReEncryptCommand.js +18 -41
  89. package/dist-es/commands/ReplicateKeyCommand.js +18 -41
  90. package/dist-es/commands/RetireGrantCommand.js +18 -41
  91. package/dist-es/commands/RevokeGrantCommand.js +18 -41
  92. package/dist-es/commands/ScheduleKeyDeletionCommand.js +18 -41
  93. package/dist-es/commands/SignCommand.js +18 -41
  94. package/dist-es/commands/TagResourceCommand.js +18 -41
  95. package/dist-es/commands/UntagResourceCommand.js +18 -41
  96. package/dist-es/commands/UpdateAliasCommand.js +18 -41
  97. package/dist-es/commands/UpdateCustomKeyStoreCommand.js +18 -41
  98. package/dist-es/commands/UpdateKeyDescriptionCommand.js +18 -41
  99. package/dist-es/commands/UpdatePrimaryRegionCommand.js +18 -41
  100. package/dist-es/commands/VerifyCommand.js +18 -41
  101. package/dist-es/commands/VerifyMacCommand.js +18 -41
  102. package/dist-es/endpoint/EndpointParameters.js +6 -0
  103. package/dist-types/commands/CancelKeyDeletionCommand.d.ts +6 -21
  104. package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +6 -21
  105. package/dist-types/commands/CreateAliasCommand.d.ts +6 -21
  106. package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +6 -21
  107. package/dist-types/commands/CreateGrantCommand.d.ts +6 -21
  108. package/dist-types/commands/CreateKeyCommand.d.ts +6 -21
  109. package/dist-types/commands/DecryptCommand.d.ts +6 -21
  110. package/dist-types/commands/DeleteAliasCommand.d.ts +6 -21
  111. package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +6 -21
  112. package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +6 -21
  113. package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +6 -21
  114. package/dist-types/commands/DescribeKeyCommand.d.ts +6 -21
  115. package/dist-types/commands/DisableKeyCommand.d.ts +6 -21
  116. package/dist-types/commands/DisableKeyRotationCommand.d.ts +6 -21
  117. package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +6 -21
  118. package/dist-types/commands/EnableKeyCommand.d.ts +6 -21
  119. package/dist-types/commands/EnableKeyRotationCommand.d.ts +6 -21
  120. package/dist-types/commands/EncryptCommand.d.ts +6 -21
  121. package/dist-types/commands/GenerateDataKeyCommand.d.ts +6 -21
  122. package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +6 -21
  123. package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +6 -21
  124. package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +6 -21
  125. package/dist-types/commands/GenerateMacCommand.d.ts +6 -21
  126. package/dist-types/commands/GenerateRandomCommand.d.ts +6 -21
  127. package/dist-types/commands/GetKeyPolicyCommand.d.ts +6 -21
  128. package/dist-types/commands/GetKeyRotationStatusCommand.d.ts +6 -21
  129. package/dist-types/commands/GetParametersForImportCommand.d.ts +6 -21
  130. package/dist-types/commands/GetPublicKeyCommand.d.ts +6 -21
  131. package/dist-types/commands/ImportKeyMaterialCommand.d.ts +6 -21
  132. package/dist-types/commands/ListAliasesCommand.d.ts +6 -21
  133. package/dist-types/commands/ListGrantsCommand.d.ts +6 -21
  134. package/dist-types/commands/ListKeyPoliciesCommand.d.ts +6 -21
  135. package/dist-types/commands/ListKeysCommand.d.ts +6 -21
  136. package/dist-types/commands/ListResourceTagsCommand.d.ts +6 -21
  137. package/dist-types/commands/ListRetirableGrantsCommand.d.ts +6 -21
  138. package/dist-types/commands/PutKeyPolicyCommand.d.ts +6 -21
  139. package/dist-types/commands/ReEncryptCommand.d.ts +6 -21
  140. package/dist-types/commands/ReplicateKeyCommand.d.ts +6 -21
  141. package/dist-types/commands/RetireGrantCommand.d.ts +6 -21
  142. package/dist-types/commands/RevokeGrantCommand.d.ts +6 -21
  143. package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +6 -21
  144. package/dist-types/commands/SignCommand.d.ts +6 -21
  145. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  146. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  147. package/dist-types/commands/UpdateAliasCommand.d.ts +6 -21
  148. package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +6 -21
  149. package/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +6 -21
  150. package/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +6 -21
  151. package/dist-types/commands/VerifyCommand.d.ts +6 -21
  152. package/dist-types/commands/VerifyMacCommand.d.ts +6 -21
  153. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  154. package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +14 -23
  155. package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +12 -24
  156. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +14 -23
  157. package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +12 -24
  158. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +14 -23
  159. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +14 -23
  160. package/dist-types/ts3.4/commands/DecryptCommand.d.ts +12 -23
  161. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +12 -24
  163. package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +12 -24
  164. package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +12 -24
  165. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +14 -23
  166. package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +14 -23
  168. package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +12 -24
  169. package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +14 -23
  170. package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +14 -23
  171. package/dist-types/ts3.4/commands/EncryptCommand.d.ts +12 -23
  172. package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +14 -23
  174. package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +12 -24
  175. package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +12 -24
  176. package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +14 -23
  177. package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +14 -23
  179. package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +12 -24
  180. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +12 -24
  181. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +14 -23
  182. package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +14 -23
  183. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +14 -23
  184. package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +14 -23
  185. package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +14 -23
  186. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +14 -23
  187. package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +14 -23
  188. package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +14 -23
  190. package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +14 -23
  192. package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/SignCommand.d.ts +12 -23
  196. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  197. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +12 -24
  200. package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +12 -24
  201. package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/VerifyCommand.d.ts +12 -23
  203. package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  205. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
5
4
  import { DisableKeyRotationRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisableKeyRotationCommandInput extends DisableKeyRotationReques
21
20
  */
22
21
  export interface DisableKeyRotationCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DisableKeyRotationCommand_base: {
24
+ new (input: DisableKeyRotationCommandInput): import("@smithy/smithy-client").CommandImpl<DisableKeyRotationCommandInput, DisableKeyRotationCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disables <a href="https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html">automatic
@@ -138,23 +141,5 @@ export interface DisableKeyRotationCommandOutput extends __MetadataBearer {
138
141
  * ```
139
142
  *
140
143
  */
141
- export declare class DisableKeyRotationCommand extends $Command<DisableKeyRotationCommandInput, DisableKeyRotationCommandOutput, KMSClientResolvedConfig> {
142
- readonly input: DisableKeyRotationCommandInput;
143
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
144
- /**
145
- * @public
146
- */
147
- constructor(input: DisableKeyRotationCommandInput);
148
- /**
149
- * @internal
150
- */
151
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableKeyRotationCommandInput, DisableKeyRotationCommandOutput>;
152
- /**
153
- * @internal
154
- */
155
- private serialize;
156
- /**
157
- * @internal
158
- */
159
- private deserialize;
144
+ export declare class DisableKeyRotationCommand extends DisableKeyRotationCommand_base {
160
145
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
5
4
  import { DisconnectCustomKeyStoreRequest, DisconnectCustomKeyStoreResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisconnectCustomKeyStoreCommandInput extends DisconnectCustomKe
21
20
  */
22
21
  export interface DisconnectCustomKeyStoreCommandOutput extends DisconnectCustomKeyStoreResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisconnectCustomKeyStoreCommand_base: {
24
+ new (input: DisconnectCustomKeyStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DisconnectCustomKeyStoreCommandInput, DisconnectCustomKeyStoreCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disconnects the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/custom-key-store-overview.html">custom key store</a> from its backing key store. This operation disconnects an
@@ -158,23 +161,5 @@ export interface DisconnectCustomKeyStoreCommandOutput extends DisconnectCustomK
158
161
  * ```
159
162
  *
160
163
  */
161
- export declare class DisconnectCustomKeyStoreCommand extends $Command<DisconnectCustomKeyStoreCommandInput, DisconnectCustomKeyStoreCommandOutput, KMSClientResolvedConfig> {
162
- readonly input: DisconnectCustomKeyStoreCommandInput;
163
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
164
- /**
165
- * @public
166
- */
167
- constructor(input: DisconnectCustomKeyStoreCommandInput);
168
- /**
169
- * @internal
170
- */
171
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisconnectCustomKeyStoreCommandInput, DisconnectCustomKeyStoreCommandOutput>;
172
- /**
173
- * @internal
174
- */
175
- private serialize;
176
- /**
177
- * @internal
178
- */
179
- private deserialize;
164
+ export declare class DisconnectCustomKeyStoreCommand extends DisconnectCustomKeyStoreCommand_base {
180
165
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
5
4
  import { EnableKeyRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface EnableKeyCommandInput extends EnableKeyRequest {
21
20
  */
22
21
  export interface EnableKeyCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const EnableKeyCommand_base: {
24
+ new (input: EnableKeyCommandInput): import("@smithy/smithy-client").CommandImpl<EnableKeyCommandInput, EnableKeyCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Sets the key state of a KMS key to enabled. This allows you to use the KMS key for
@@ -113,23 +116,5 @@ export interface EnableKeyCommandOutput extends __MetadataBearer {
113
116
  * ```
114
117
  *
115
118
  */
116
- export declare class EnableKeyCommand extends $Command<EnableKeyCommandInput, EnableKeyCommandOutput, KMSClientResolvedConfig> {
117
- readonly input: EnableKeyCommandInput;
118
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
119
- /**
120
- * @public
121
- */
122
- constructor(input: EnableKeyCommandInput);
123
- /**
124
- * @internal
125
- */
126
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableKeyCommandInput, EnableKeyCommandOutput>;
127
- /**
128
- * @internal
129
- */
130
- private serialize;
131
- /**
132
- * @internal
133
- */
134
- private deserialize;
119
+ export declare class EnableKeyCommand extends EnableKeyCommand_base {
135
120
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
5
4
  import { EnableKeyRotationRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface EnableKeyRotationCommandInput extends EnableKeyRotationRequest
21
20
  */
22
21
  export interface EnableKeyRotationCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const EnableKeyRotationCommand_base: {
24
+ new (input: EnableKeyRotationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableKeyRotationCommandInput, EnableKeyRotationCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Enables <a href="https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html">automatic rotation
@@ -146,23 +149,5 @@ export interface EnableKeyRotationCommandOutput extends __MetadataBearer {
146
149
  * ```
147
150
  *
148
151
  */
149
- export declare class EnableKeyRotationCommand extends $Command<EnableKeyRotationCommandInput, EnableKeyRotationCommandOutput, KMSClientResolvedConfig> {
150
- readonly input: EnableKeyRotationCommandInput;
151
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
152
- /**
153
- * @public
154
- */
155
- constructor(input: EnableKeyRotationCommandInput);
156
- /**
157
- * @internal
158
- */
159
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableKeyRotationCommandInput, EnableKeyRotationCommandOutput>;
160
- /**
161
- * @internal
162
- */
163
- private serialize;
164
- /**
165
- * @internal
166
- */
167
- private deserialize;
152
+ export declare class EnableKeyRotationCommand extends EnableKeyRotationCommand_base {
168
153
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
5
4
  import { EncryptRequest, EncryptResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface EncryptCommandInput extends EncryptRequest {
21
20
  */
22
21
  export interface EncryptCommandOutput extends EncryptResponse, __MetadataBearer {
23
22
  }
23
+ declare const EncryptCommand_base: {
24
+ new (input: EncryptCommandInput): import("@smithy/smithy-client").CommandImpl<EncryptCommandInput, EncryptCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Encrypts plaintext of up to 4,096 bytes using a KMS key. You can use a symmetric or
@@ -278,23 +281,5 @@ export interface EncryptCommandOutput extends EncryptResponse, __MetadataBearer
278
281
  * ```
279
282
  *
280
283
  */
281
- export declare class EncryptCommand extends $Command<EncryptCommandInput, EncryptCommandOutput, KMSClientResolvedConfig> {
282
- readonly input: EncryptCommandInput;
283
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
284
- /**
285
- * @public
286
- */
287
- constructor(input: EncryptCommandInput);
288
- /**
289
- * @internal
290
- */
291
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EncryptCommandInput, EncryptCommandOutput>;
292
- /**
293
- * @internal
294
- */
295
- private serialize;
296
- /**
297
- * @internal
298
- */
299
- private deserialize;
284
+ export declare class EncryptCommand extends EncryptCommand_base {
300
285
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
5
4
  import { GenerateDataKeyRequest, GenerateDataKeyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GenerateDataKeyCommandInput extends GenerateDataKeyRequest {
21
20
  */
22
21
  export interface GenerateDataKeyCommandOutput extends GenerateDataKeyResponse, __MetadataBearer {
23
22
  }
23
+ declare const GenerateDataKeyCommand_base: {
24
+ new (input: GenerateDataKeyCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateDataKeyCommandInput, GenerateDataKeyCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a unique symmetric data key for use outside of KMS. This operation returns a
@@ -281,23 +284,5 @@ export interface GenerateDataKeyCommandOutput extends GenerateDataKeyResponse, _
281
284
  * ```
282
285
  *
283
286
  */
284
- export declare class GenerateDataKeyCommand extends $Command<GenerateDataKeyCommandInput, GenerateDataKeyCommandOutput, KMSClientResolvedConfig> {
285
- readonly input: GenerateDataKeyCommandInput;
286
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
287
- /**
288
- * @public
289
- */
290
- constructor(input: GenerateDataKeyCommandInput);
291
- /**
292
- * @internal
293
- */
294
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateDataKeyCommandInput, GenerateDataKeyCommandOutput>;
295
- /**
296
- * @internal
297
- */
298
- private serialize;
299
- /**
300
- * @internal
301
- */
302
- private deserialize;
287
+ export declare class GenerateDataKeyCommand extends GenerateDataKeyCommand_base {
303
288
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
5
4
  import { GenerateDataKeyPairRequest, GenerateDataKeyPairResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GenerateDataKeyPairCommandInput extends GenerateDataKeyPairRequ
21
20
  */
22
21
  export interface GenerateDataKeyPairCommandOutput extends GenerateDataKeyPairResponse, __MetadataBearer {
23
22
  }
23
+ declare const GenerateDataKeyPairCommand_base: {
24
+ new (input: GenerateDataKeyPairCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateDataKeyPairCommandInput, GenerateDataKeyPairCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a unique asymmetric data key pair for use outside of KMS. This operation returns
@@ -269,23 +272,5 @@ export interface GenerateDataKeyPairCommandOutput extends GenerateDataKeyPairRes
269
272
  * ```
270
273
  *
271
274
  */
272
- export declare class GenerateDataKeyPairCommand extends $Command<GenerateDataKeyPairCommandInput, GenerateDataKeyPairCommandOutput, KMSClientResolvedConfig> {
273
- readonly input: GenerateDataKeyPairCommandInput;
274
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
275
- /**
276
- * @public
277
- */
278
- constructor(input: GenerateDataKeyPairCommandInput);
279
- /**
280
- * @internal
281
- */
282
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateDataKeyPairCommandInput, GenerateDataKeyPairCommandOutput>;
283
- /**
284
- * @internal
285
- */
286
- private serialize;
287
- /**
288
- * @internal
289
- */
290
- private deserialize;
275
+ export declare class GenerateDataKeyPairCommand extends GenerateDataKeyPairCommand_base {
291
276
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
5
4
  import { GenerateDataKeyPairWithoutPlaintextRequest, GenerateDataKeyPairWithoutPlaintextResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GenerateDataKeyPairWithoutPlaintextCommandInput extends Generat
21
20
  */
22
21
  export interface GenerateDataKeyPairWithoutPlaintextCommandOutput extends GenerateDataKeyPairWithoutPlaintextResponse, __MetadataBearer {
23
22
  }
23
+ declare const GenerateDataKeyPairWithoutPlaintextCommand_base: {
24
+ new (input: GenerateDataKeyPairWithoutPlaintextCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateDataKeyPairWithoutPlaintextCommandInput, GenerateDataKeyPairWithoutPlaintextCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a unique asymmetric data key pair for use outside of KMS. This operation returns
@@ -218,23 +221,5 @@ export interface GenerateDataKeyPairWithoutPlaintextCommandOutput extends Genera
218
221
  * ```
219
222
  *
220
223
  */
221
- export declare class GenerateDataKeyPairWithoutPlaintextCommand extends $Command<GenerateDataKeyPairWithoutPlaintextCommandInput, GenerateDataKeyPairWithoutPlaintextCommandOutput, KMSClientResolvedConfig> {
222
- readonly input: GenerateDataKeyPairWithoutPlaintextCommandInput;
223
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
224
- /**
225
- * @public
226
- */
227
- constructor(input: GenerateDataKeyPairWithoutPlaintextCommandInput);
228
- /**
229
- * @internal
230
- */
231
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateDataKeyPairWithoutPlaintextCommandInput, GenerateDataKeyPairWithoutPlaintextCommandOutput>;
232
- /**
233
- * @internal
234
- */
235
- private serialize;
236
- /**
237
- * @internal
238
- */
239
- private deserialize;
224
+ export declare class GenerateDataKeyPairWithoutPlaintextCommand extends GenerateDataKeyPairWithoutPlaintextCommand_base {
240
225
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
5
4
  import { GenerateDataKeyWithoutPlaintextRequest, GenerateDataKeyWithoutPlaintextResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GenerateDataKeyWithoutPlaintextCommandInput extends GenerateDat
21
20
  */
22
21
  export interface GenerateDataKeyWithoutPlaintextCommandOutput extends GenerateDataKeyWithoutPlaintextResponse, __MetadataBearer {
23
22
  }
23
+ declare const GenerateDataKeyWithoutPlaintextCommand_base: {
24
+ new (input: GenerateDataKeyWithoutPlaintextCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateDataKeyWithoutPlaintextCommandInput, GenerateDataKeyWithoutPlaintextCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a unique symmetric data key for use outside of KMS. This operation returns a
@@ -220,23 +223,5 @@ export interface GenerateDataKeyWithoutPlaintextCommandOutput extends GenerateDa
220
223
  * ```
221
224
  *
222
225
  */
223
- export declare class GenerateDataKeyWithoutPlaintextCommand extends $Command<GenerateDataKeyWithoutPlaintextCommandInput, GenerateDataKeyWithoutPlaintextCommandOutput, KMSClientResolvedConfig> {
224
- readonly input: GenerateDataKeyWithoutPlaintextCommandInput;
225
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
226
- /**
227
- * @public
228
- */
229
- constructor(input: GenerateDataKeyWithoutPlaintextCommandInput);
230
- /**
231
- * @internal
232
- */
233
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateDataKeyWithoutPlaintextCommandInput, GenerateDataKeyWithoutPlaintextCommandOutput>;
234
- /**
235
- * @internal
236
- */
237
- private serialize;
238
- /**
239
- * @internal
240
- */
241
- private deserialize;
226
+ export declare class GenerateDataKeyWithoutPlaintextCommand extends GenerateDataKeyWithoutPlaintextCommand_base {
242
227
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
5
4
  import { GenerateMacRequest, GenerateMacResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GenerateMacCommandInput extends GenerateMacRequest {
21
20
  */
22
21
  export interface GenerateMacCommandOutput extends GenerateMacResponse, __MetadataBearer {
23
22
  }
23
+ declare const GenerateMacCommand_base: {
24
+ new (input: GenerateMacCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateMacCommandInput, GenerateMacCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Generates a hash-based message authentication code (HMAC) for a message using an HMAC KMS
@@ -172,23 +175,5 @@ export interface GenerateMacCommandOutput extends GenerateMacResponse, __Metadat
172
175
  * ```
173
176
  *
174
177
  */
175
- export declare class GenerateMacCommand extends $Command<GenerateMacCommandInput, GenerateMacCommandOutput, KMSClientResolvedConfig> {
176
- readonly input: GenerateMacCommandInput;
177
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
178
- /**
179
- * @public
180
- */
181
- constructor(input: GenerateMacCommandInput);
182
- /**
183
- * @internal
184
- */
185
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateMacCommandInput, GenerateMacCommandOutput>;
186
- /**
187
- * @internal
188
- */
189
- private serialize;
190
- /**
191
- * @internal
192
- */
193
- private deserialize;
178
+ export declare class GenerateMacCommand extends GenerateMacCommand_base {
194
179
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
5
4
  import { GenerateRandomRequest, GenerateRandomResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GenerateRandomCommandInput extends GenerateRandomRequest {
21
20
  */
22
21
  export interface GenerateRandomCommandOutput extends GenerateRandomResponse, __MetadataBearer {
23
22
  }
23
+ declare const GenerateRandomCommand_base: {
24
+ new (input: GenerateRandomCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateRandomCommandInput, GenerateRandomCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a random byte string that is cryptographically secure.</p>
@@ -169,23 +172,5 @@ export interface GenerateRandomCommandOutput extends GenerateRandomResponse, __M
169
172
  * ```
170
173
  *
171
174
  */
172
- export declare class GenerateRandomCommand extends $Command<GenerateRandomCommandInput, GenerateRandomCommandOutput, KMSClientResolvedConfig> {
173
- readonly input: GenerateRandomCommandInput;
174
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
175
- /**
176
- * @public
177
- */
178
- constructor(input: GenerateRandomCommandInput);
179
- /**
180
- * @internal
181
- */
182
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateRandomCommandInput, GenerateRandomCommandOutput>;
183
- /**
184
- * @internal
185
- */
186
- private serialize;
187
- /**
188
- * @internal
189
- */
190
- private deserialize;
175
+ export declare class GenerateRandomCommand extends GenerateRandomCommand_base {
191
176
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
5
4
  import { GetKeyPolicyRequest, GetKeyPolicyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetKeyPolicyCommandInput extends GetKeyPolicyRequest {
21
20
  */
22
21
  export interface GetKeyPolicyCommandOutput extends GetKeyPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetKeyPolicyCommand_base: {
24
+ new (input: GetKeyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetKeyPolicyCommandInput, GetKeyPolicyCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a key policy attached to the specified KMS key.</p>
@@ -115,23 +118,5 @@ export interface GetKeyPolicyCommandOutput extends GetKeyPolicyResponse, __Metad
115
118
  * ```
116
119
  *
117
120
  */
118
- export declare class GetKeyPolicyCommand extends $Command<GetKeyPolicyCommandInput, GetKeyPolicyCommandOutput, KMSClientResolvedConfig> {
119
- readonly input: GetKeyPolicyCommandInput;
120
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
121
- /**
122
- * @public
123
- */
124
- constructor(input: GetKeyPolicyCommandInput);
125
- /**
126
- * @internal
127
- */
128
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKeyPolicyCommandInput, GetKeyPolicyCommandOutput>;
129
- /**
130
- * @internal
131
- */
132
- private serialize;
133
- /**
134
- * @internal
135
- */
136
- private deserialize;
121
+ export declare class GetKeyPolicyCommand extends GetKeyPolicyCommand_base {
137
122
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
5
4
  import { GetKeyRotationStatusRequest, GetKeyRotationStatusResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetKeyRotationStatusCommandInput extends GetKeyRotationStatusRe
21
20
  */
22
21
  export interface GetKeyRotationStatusCommandOutput extends GetKeyRotationStatusResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetKeyRotationStatusCommand_base: {
24
+ new (input: GetKeyRotationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetKeyRotationStatusCommandInput, GetKeyRotationStatusCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a Boolean value that indicates whether <a href="https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html">automatic rotation of the key material</a> is
@@ -162,23 +165,5 @@ export interface GetKeyRotationStatusCommandOutput extends GetKeyRotationStatusR
162
165
  * ```
163
166
  *
164
167
  */
165
- export declare class GetKeyRotationStatusCommand extends $Command<GetKeyRotationStatusCommandInput, GetKeyRotationStatusCommandOutput, KMSClientResolvedConfig> {
166
- readonly input: GetKeyRotationStatusCommandInput;
167
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
168
- /**
169
- * @public
170
- */
171
- constructor(input: GetKeyRotationStatusCommandInput);
172
- /**
173
- * @internal
174
- */
175
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKeyRotationStatusCommandInput, GetKeyRotationStatusCommandOutput>;
176
- /**
177
- * @internal
178
- */
179
- private serialize;
180
- /**
181
- * @internal
182
- */
183
- private deserialize;
168
+ export declare class GetKeyRotationStatusCommand extends GetKeyRotationStatusCommand_base {
184
169
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
5
4
  import { GetParametersForImportRequest, GetParametersForImportResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetParametersForImportCommandInput extends GetParametersForImpo
21
20
  */
22
21
  export interface GetParametersForImportCommandOutput extends GetParametersForImportResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetParametersForImportCommand_base: {
24
+ new (input: GetParametersForImportCommandInput): import("@smithy/smithy-client").CommandImpl<GetParametersForImportCommandInput, GetParametersForImportCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the public key and an import token you need to import or reimport key material for
@@ -258,23 +261,5 @@ export interface GetParametersForImportCommandOutput extends GetParametersForImp
258
261
  * ```
259
262
  *
260
263
  */
261
- export declare class GetParametersForImportCommand extends $Command<GetParametersForImportCommandInput, GetParametersForImportCommandOutput, KMSClientResolvedConfig> {
262
- readonly input: GetParametersForImportCommandInput;
263
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
264
- /**
265
- * @public
266
- */
267
- constructor(input: GetParametersForImportCommandInput);
268
- /**
269
- * @internal
270
- */
271
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetParametersForImportCommandInput, GetParametersForImportCommandOutput>;
272
- /**
273
- * @internal
274
- */
275
- private serialize;
276
- /**
277
- * @internal
278
- */
279
- private deserialize;
264
+ export declare class GetParametersForImportCommand extends GetParametersForImportCommand_base {
280
265
  }