@aws-sdk/client-kms 3.477.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 (233) 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-cjs/pagination/DescribeCustomKeyStoresPaginator.js +2 -24
  53. package/dist-cjs/pagination/ListAliasesPaginator.js +2 -24
  54. package/dist-cjs/pagination/ListGrantsPaginator.js +2 -24
  55. package/dist-cjs/pagination/ListKeyPoliciesPaginator.js +2 -24
  56. package/dist-cjs/pagination/ListKeysPaginator.js +2 -24
  57. package/dist-cjs/pagination/ListResourceTagsPaginator.js +2 -24
  58. package/dist-cjs/pagination/ListRetirableGrantsPaginator.js +2 -24
  59. package/dist-es/commands/CancelKeyDeletionCommand.js +18 -41
  60. package/dist-es/commands/ConnectCustomKeyStoreCommand.js +18 -41
  61. package/dist-es/commands/CreateAliasCommand.js +18 -41
  62. package/dist-es/commands/CreateCustomKeyStoreCommand.js +18 -41
  63. package/dist-es/commands/CreateGrantCommand.js +18 -41
  64. package/dist-es/commands/CreateKeyCommand.js +18 -41
  65. package/dist-es/commands/DecryptCommand.js +18 -41
  66. package/dist-es/commands/DeleteAliasCommand.js +18 -41
  67. package/dist-es/commands/DeleteCustomKeyStoreCommand.js +18 -41
  68. package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +18 -41
  69. package/dist-es/commands/DescribeCustomKeyStoresCommand.js +18 -41
  70. package/dist-es/commands/DescribeKeyCommand.js +18 -41
  71. package/dist-es/commands/DisableKeyCommand.js +18 -41
  72. package/dist-es/commands/DisableKeyRotationCommand.js +18 -41
  73. package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +18 -41
  74. package/dist-es/commands/EnableKeyCommand.js +18 -41
  75. package/dist-es/commands/EnableKeyRotationCommand.js +18 -41
  76. package/dist-es/commands/EncryptCommand.js +18 -41
  77. package/dist-es/commands/GenerateDataKeyCommand.js +18 -41
  78. package/dist-es/commands/GenerateDataKeyPairCommand.js +18 -41
  79. package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +18 -41
  80. package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +18 -41
  81. package/dist-es/commands/GenerateMacCommand.js +18 -41
  82. package/dist-es/commands/GenerateRandomCommand.js +18 -41
  83. package/dist-es/commands/GetKeyPolicyCommand.js +18 -41
  84. package/dist-es/commands/GetKeyRotationStatusCommand.js +18 -41
  85. package/dist-es/commands/GetParametersForImportCommand.js +18 -41
  86. package/dist-es/commands/GetPublicKeyCommand.js +18 -41
  87. package/dist-es/commands/ImportKeyMaterialCommand.js +18 -41
  88. package/dist-es/commands/ListAliasesCommand.js +18 -41
  89. package/dist-es/commands/ListGrantsCommand.js +18 -41
  90. package/dist-es/commands/ListKeyPoliciesCommand.js +18 -41
  91. package/dist-es/commands/ListKeysCommand.js +18 -41
  92. package/dist-es/commands/ListResourceTagsCommand.js +18 -41
  93. package/dist-es/commands/ListRetirableGrantsCommand.js +18 -41
  94. package/dist-es/commands/PutKeyPolicyCommand.js +18 -41
  95. package/dist-es/commands/ReEncryptCommand.js +18 -41
  96. package/dist-es/commands/ReplicateKeyCommand.js +18 -41
  97. package/dist-es/commands/RetireGrantCommand.js +18 -41
  98. package/dist-es/commands/RevokeGrantCommand.js +18 -41
  99. package/dist-es/commands/ScheduleKeyDeletionCommand.js +18 -41
  100. package/dist-es/commands/SignCommand.js +18 -41
  101. package/dist-es/commands/TagResourceCommand.js +18 -41
  102. package/dist-es/commands/UntagResourceCommand.js +18 -41
  103. package/dist-es/commands/UpdateAliasCommand.js +18 -41
  104. package/dist-es/commands/UpdateCustomKeyStoreCommand.js +18 -41
  105. package/dist-es/commands/UpdateKeyDescriptionCommand.js +18 -41
  106. package/dist-es/commands/UpdatePrimaryRegionCommand.js +18 -41
  107. package/dist-es/commands/VerifyCommand.js +18 -41
  108. package/dist-es/commands/VerifyMacCommand.js +18 -41
  109. package/dist-es/endpoint/EndpointParameters.js +6 -0
  110. package/dist-es/pagination/DescribeCustomKeyStoresPaginator.js +2 -23
  111. package/dist-es/pagination/ListAliasesPaginator.js +2 -23
  112. package/dist-es/pagination/ListGrantsPaginator.js +2 -23
  113. package/dist-es/pagination/ListKeyPoliciesPaginator.js +2 -23
  114. package/dist-es/pagination/ListKeysPaginator.js +2 -23
  115. package/dist-es/pagination/ListResourceTagsPaginator.js +2 -23
  116. package/dist-es/pagination/ListRetirableGrantsPaginator.js +2 -23
  117. package/dist-types/commands/CancelKeyDeletionCommand.d.ts +6 -21
  118. package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +6 -21
  119. package/dist-types/commands/CreateAliasCommand.d.ts +6 -21
  120. package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +6 -21
  121. package/dist-types/commands/CreateGrantCommand.d.ts +6 -21
  122. package/dist-types/commands/CreateKeyCommand.d.ts +6 -21
  123. package/dist-types/commands/DecryptCommand.d.ts +6 -21
  124. package/dist-types/commands/DeleteAliasCommand.d.ts +6 -21
  125. package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +6 -21
  126. package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +6 -21
  127. package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +6 -21
  128. package/dist-types/commands/DescribeKeyCommand.d.ts +6 -21
  129. package/dist-types/commands/DisableKeyCommand.d.ts +6 -21
  130. package/dist-types/commands/DisableKeyRotationCommand.d.ts +6 -21
  131. package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +6 -21
  132. package/dist-types/commands/EnableKeyCommand.d.ts +6 -21
  133. package/dist-types/commands/EnableKeyRotationCommand.d.ts +6 -21
  134. package/dist-types/commands/EncryptCommand.d.ts +6 -21
  135. package/dist-types/commands/GenerateDataKeyCommand.d.ts +6 -21
  136. package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +6 -21
  137. package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +6 -21
  138. package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +6 -21
  139. package/dist-types/commands/GenerateMacCommand.d.ts +6 -21
  140. package/dist-types/commands/GenerateRandomCommand.d.ts +6 -21
  141. package/dist-types/commands/GetKeyPolicyCommand.d.ts +6 -21
  142. package/dist-types/commands/GetKeyRotationStatusCommand.d.ts +6 -21
  143. package/dist-types/commands/GetParametersForImportCommand.d.ts +6 -21
  144. package/dist-types/commands/GetPublicKeyCommand.d.ts +6 -21
  145. package/dist-types/commands/ImportKeyMaterialCommand.d.ts +6 -21
  146. package/dist-types/commands/ListAliasesCommand.d.ts +6 -21
  147. package/dist-types/commands/ListGrantsCommand.d.ts +6 -21
  148. package/dist-types/commands/ListKeyPoliciesCommand.d.ts +6 -21
  149. package/dist-types/commands/ListKeysCommand.d.ts +6 -21
  150. package/dist-types/commands/ListResourceTagsCommand.d.ts +6 -21
  151. package/dist-types/commands/ListRetirableGrantsCommand.d.ts +6 -21
  152. package/dist-types/commands/PutKeyPolicyCommand.d.ts +6 -21
  153. package/dist-types/commands/ReEncryptCommand.d.ts +6 -21
  154. package/dist-types/commands/ReplicateKeyCommand.d.ts +6 -21
  155. package/dist-types/commands/RetireGrantCommand.d.ts +6 -21
  156. package/dist-types/commands/RevokeGrantCommand.d.ts +6 -21
  157. package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +6 -21
  158. package/dist-types/commands/SignCommand.d.ts +6 -21
  159. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  160. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  161. package/dist-types/commands/UpdateAliasCommand.d.ts +6 -21
  162. package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +6 -21
  163. package/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +6 -21
  164. package/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +6 -21
  165. package/dist-types/commands/VerifyCommand.d.ts +6 -21
  166. package/dist-types/commands/VerifyMacCommand.d.ts +6 -21
  167. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  168. package/dist-types/pagination/DescribeCustomKeyStoresPaginator.d.ts +1 -1
  169. package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
  170. package/dist-types/pagination/ListGrantsPaginator.d.ts +1 -1
  171. package/dist-types/pagination/ListKeyPoliciesPaginator.d.ts +1 -1
  172. package/dist-types/pagination/ListKeysPaginator.d.ts +1 -1
  173. package/dist-types/pagination/ListResourceTagsPaginator.d.ts +1 -1
  174. package/dist-types/pagination/ListRetirableGrantsPaginator.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +14 -23
  176. package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +12 -24
  177. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +12 -24
  179. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +14 -23
  180. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +14 -23
  181. package/dist-types/ts3.4/commands/DecryptCommand.d.ts +12 -23
  182. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +14 -23
  183. package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +12 -24
  184. package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +12 -24
  185. package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +12 -24
  186. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +14 -23
  187. package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +14 -23
  188. package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +12 -24
  190. package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +14 -23
  192. package/dist-types/ts3.4/commands/EncryptCommand.d.ts +12 -23
  193. package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +12 -24
  196. package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +12 -24
  197. package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +12 -24
  201. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +12 -24
  202. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +14 -23
  203. package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +14 -23
  206. package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +14 -23
  209. package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +14 -23
  210. package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +14 -23
  211. package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +14 -23
  213. package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +14 -23
  216. package/dist-types/ts3.4/commands/SignCommand.d.ts +12 -23
  217. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  218. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +14 -23
  220. package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +12 -24
  221. package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +12 -24
  222. package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/VerifyCommand.d.ts +12 -23
  224. package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +14 -23
  225. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  226. package/dist-types/ts3.4/pagination/DescribeCustomKeyStoresPaginator.d.ts +3 -3
  227. package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +3 -3
  228. package/dist-types/ts3.4/pagination/ListGrantsPaginator.d.ts +3 -3
  229. package/dist-types/ts3.4/pagination/ListKeyPoliciesPaginator.d.ts +3 -3
  230. package/dist-types/ts3.4/pagination/ListKeysPaginator.d.ts +3 -3
  231. package/dist-types/ts3.4/pagination/ListResourceTagsPaginator.d.ts +3 -3
  232. package/dist-types/ts3.4/pagination/ListRetirableGrantsPaginator.d.ts +3 -3
  233. package/package.json +11 -10
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const models_0_1 = require("../models/models_0");
10
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class GenerateDataKeyCommand extends smithy_client_1.Command {
12
- static getEndpointParameterInstructions() {
13
- return {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
19
- }
20
- constructor(input) {
21
- super();
22
- this.input = input;
23
- }
24
- resolveMiddleware(clientStack, configuration, options) {
25
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
26
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GenerateDataKeyCommand.getEndpointParameterInstructions()));
27
- const stack = clientStack.concat(this.middlewareStack);
28
- const { logger } = configuration;
29
- const clientName = "KMSClient";
30
- const commandName = "GenerateDataKeyCommand";
31
- const handlerExecutionContext = {
32
- logger,
33
- clientName,
34
- commandName,
35
- inputFilterSensitiveLog: (_) => _,
36
- outputFilterSensitiveLog: models_0_1.GenerateDataKeyResponseFilterSensitiveLog,
37
- [types_1.SMITHY_CONTEXT_KEY]: {
38
- service: "TrentService",
39
- operation: "GenerateDataKey",
40
- },
41
- };
42
- const { requestHandler } = configuration;
43
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
44
- }
45
- serialize(input, context) {
46
- return (0, Aws_json1_1_1.se_GenerateDataKeyCommand)(input, context);
47
- }
48
- deserialize(output, context) {
49
- return (0, Aws_json1_1_1.de_GenerateDataKeyCommand)(output, context);
50
- }
11
+ class GenerateDataKeyCommand extends smithy_client_1.Command
12
+ .classBuilder()
13
+ .ep({
14
+ ...EndpointParameters_1.commonParams,
15
+ })
16
+ .m(function (Command, cs, config, o) {
17
+ return [
18
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
+ ];
21
+ })
22
+ .s("TrentService", "GenerateDataKey", {})
23
+ .n("KMSClient", "GenerateDataKeyCommand")
24
+ .f(void 0, models_0_1.GenerateDataKeyResponseFilterSensitiveLog)
25
+ .ser(Aws_json1_1_1.se_GenerateDataKeyCommand)
26
+ .de(Aws_json1_1_1.de_GenerateDataKeyCommand)
27
+ .build() {
51
28
  }
52
29
  exports.GenerateDataKeyCommand = GenerateDataKeyCommand;
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const models_0_1 = require("../models/models_0");
10
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class GenerateDataKeyPairCommand extends smithy_client_1.Command {
12
- static getEndpointParameterInstructions() {
13
- return {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
19
- }
20
- constructor(input) {
21
- super();
22
- this.input = input;
23
- }
24
- resolveMiddleware(clientStack, configuration, options) {
25
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
26
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GenerateDataKeyPairCommand.getEndpointParameterInstructions()));
27
- const stack = clientStack.concat(this.middlewareStack);
28
- const { logger } = configuration;
29
- const clientName = "KMSClient";
30
- const commandName = "GenerateDataKeyPairCommand";
31
- const handlerExecutionContext = {
32
- logger,
33
- clientName,
34
- commandName,
35
- inputFilterSensitiveLog: (_) => _,
36
- outputFilterSensitiveLog: models_0_1.GenerateDataKeyPairResponseFilterSensitiveLog,
37
- [types_1.SMITHY_CONTEXT_KEY]: {
38
- service: "TrentService",
39
- operation: "GenerateDataKeyPair",
40
- },
41
- };
42
- const { requestHandler } = configuration;
43
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
44
- }
45
- serialize(input, context) {
46
- return (0, Aws_json1_1_1.se_GenerateDataKeyPairCommand)(input, context);
47
- }
48
- deserialize(output, context) {
49
- return (0, Aws_json1_1_1.de_GenerateDataKeyPairCommand)(output, context);
50
- }
11
+ class GenerateDataKeyPairCommand extends smithy_client_1.Command
12
+ .classBuilder()
13
+ .ep({
14
+ ...EndpointParameters_1.commonParams,
15
+ })
16
+ .m(function (Command, cs, config, o) {
17
+ return [
18
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
+ ];
21
+ })
22
+ .s("TrentService", "GenerateDataKeyPair", {})
23
+ .n("KMSClient", "GenerateDataKeyPairCommand")
24
+ .f(void 0, models_0_1.GenerateDataKeyPairResponseFilterSensitiveLog)
25
+ .ser(Aws_json1_1_1.se_GenerateDataKeyPairCommand)
26
+ .de(Aws_json1_1_1.de_GenerateDataKeyPairCommand)
27
+ .build() {
51
28
  }
52
29
  exports.GenerateDataKeyPairCommand = GenerateDataKeyPairCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GenerateDataKeyPairWithoutPlaintextCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GenerateDataKeyPairWithoutPlaintextCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "KMSClient";
29
- const commandName = "GenerateDataKeyPairWithoutPlaintextCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "TrentService",
38
- operation: "GenerateDataKeyPairWithoutPlaintext",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_GenerateDataKeyPairWithoutPlaintextCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_GenerateDataKeyPairWithoutPlaintextCommand)(output, context);
49
- }
10
+ class GenerateDataKeyPairWithoutPlaintextCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("TrentService", "GenerateDataKeyPairWithoutPlaintext", {})
22
+ .n("KMSClient", "GenerateDataKeyPairWithoutPlaintextCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_GenerateDataKeyPairWithoutPlaintextCommand)
25
+ .de(Aws_json1_1_1.de_GenerateDataKeyPairWithoutPlaintextCommand)
26
+ .build() {
50
27
  }
51
28
  exports.GenerateDataKeyPairWithoutPlaintextCommand = GenerateDataKeyPairWithoutPlaintextCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GenerateDataKeyWithoutPlaintextCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GenerateDataKeyWithoutPlaintextCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "KMSClient";
29
- const commandName = "GenerateDataKeyWithoutPlaintextCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "TrentService",
38
- operation: "GenerateDataKeyWithoutPlaintext",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_GenerateDataKeyWithoutPlaintextCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_GenerateDataKeyWithoutPlaintextCommand)(output, context);
49
- }
10
+ class GenerateDataKeyWithoutPlaintextCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("TrentService", "GenerateDataKeyWithoutPlaintext", {})
22
+ .n("KMSClient", "GenerateDataKeyWithoutPlaintextCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_GenerateDataKeyWithoutPlaintextCommand)
25
+ .de(Aws_json1_1_1.de_GenerateDataKeyWithoutPlaintextCommand)
26
+ .build() {
50
27
  }
51
28
  exports.GenerateDataKeyWithoutPlaintextCommand = GenerateDataKeyWithoutPlaintextCommand;
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const models_0_1 = require("../models/models_0");
10
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class GenerateMacCommand extends smithy_client_1.Command {
12
- static getEndpointParameterInstructions() {
13
- return {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
19
- }
20
- constructor(input) {
21
- super();
22
- this.input = input;
23
- }
24
- resolveMiddleware(clientStack, configuration, options) {
25
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
26
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GenerateMacCommand.getEndpointParameterInstructions()));
27
- const stack = clientStack.concat(this.middlewareStack);
28
- const { logger } = configuration;
29
- const clientName = "KMSClient";
30
- const commandName = "GenerateMacCommand";
31
- const handlerExecutionContext = {
32
- logger,
33
- clientName,
34
- commandName,
35
- inputFilterSensitiveLog: models_0_1.GenerateMacRequestFilterSensitiveLog,
36
- outputFilterSensitiveLog: (_) => _,
37
- [types_1.SMITHY_CONTEXT_KEY]: {
38
- service: "TrentService",
39
- operation: "GenerateMac",
40
- },
41
- };
42
- const { requestHandler } = configuration;
43
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
44
- }
45
- serialize(input, context) {
46
- return (0, Aws_json1_1_1.se_GenerateMacCommand)(input, context);
47
- }
48
- deserialize(output, context) {
49
- return (0, Aws_json1_1_1.de_GenerateMacCommand)(output, context);
50
- }
11
+ class GenerateMacCommand extends smithy_client_1.Command
12
+ .classBuilder()
13
+ .ep({
14
+ ...EndpointParameters_1.commonParams,
15
+ })
16
+ .m(function (Command, cs, config, o) {
17
+ return [
18
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
+ ];
21
+ })
22
+ .s("TrentService", "GenerateMac", {})
23
+ .n("KMSClient", "GenerateMacCommand")
24
+ .f(models_0_1.GenerateMacRequestFilterSensitiveLog, void 0)
25
+ .ser(Aws_json1_1_1.se_GenerateMacCommand)
26
+ .de(Aws_json1_1_1.de_GenerateMacCommand)
27
+ .build() {
51
28
  }
52
29
  exports.GenerateMacCommand = GenerateMacCommand;
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const models_0_1 = require("../models/models_0");
10
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class GenerateRandomCommand extends smithy_client_1.Command {
12
- static getEndpointParameterInstructions() {
13
- return {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
19
- }
20
- constructor(input) {
21
- super();
22
- this.input = input;
23
- }
24
- resolveMiddleware(clientStack, configuration, options) {
25
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
26
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GenerateRandomCommand.getEndpointParameterInstructions()));
27
- const stack = clientStack.concat(this.middlewareStack);
28
- const { logger } = configuration;
29
- const clientName = "KMSClient";
30
- const commandName = "GenerateRandomCommand";
31
- const handlerExecutionContext = {
32
- logger,
33
- clientName,
34
- commandName,
35
- inputFilterSensitiveLog: (_) => _,
36
- outputFilterSensitiveLog: models_0_1.GenerateRandomResponseFilterSensitiveLog,
37
- [types_1.SMITHY_CONTEXT_KEY]: {
38
- service: "TrentService",
39
- operation: "GenerateRandom",
40
- },
41
- };
42
- const { requestHandler } = configuration;
43
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
44
- }
45
- serialize(input, context) {
46
- return (0, Aws_json1_1_1.se_GenerateRandomCommand)(input, context);
47
- }
48
- deserialize(output, context) {
49
- return (0, Aws_json1_1_1.de_GenerateRandomCommand)(output, context);
50
- }
11
+ class GenerateRandomCommand extends smithy_client_1.Command
12
+ .classBuilder()
13
+ .ep({
14
+ ...EndpointParameters_1.commonParams,
15
+ })
16
+ .m(function (Command, cs, config, o) {
17
+ return [
18
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
+ ];
21
+ })
22
+ .s("TrentService", "GenerateRandom", {})
23
+ .n("KMSClient", "GenerateRandomCommand")
24
+ .f(void 0, models_0_1.GenerateRandomResponseFilterSensitiveLog)
25
+ .ser(Aws_json1_1_1.se_GenerateRandomCommand)
26
+ .de(Aws_json1_1_1.de_GenerateRandomCommand)
27
+ .build() {
51
28
  }
52
29
  exports.GenerateRandomCommand = GenerateRandomCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetKeyPolicyCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetKeyPolicyCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "KMSClient";
29
- const commandName = "GetKeyPolicyCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "TrentService",
38
- operation: "GetKeyPolicy",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_GetKeyPolicyCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_GetKeyPolicyCommand)(output, context);
49
- }
10
+ class GetKeyPolicyCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("TrentService", "GetKeyPolicy", {})
22
+ .n("KMSClient", "GetKeyPolicyCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_GetKeyPolicyCommand)
25
+ .de(Aws_json1_1_1.de_GetKeyPolicyCommand)
26
+ .build() {
50
27
  }
51
28
  exports.GetKeyPolicyCommand = GetKeyPolicyCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetKeyRotationStatusCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetKeyRotationStatusCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "KMSClient";
29
- const commandName = "GetKeyRotationStatusCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "TrentService",
38
- operation: "GetKeyRotationStatus",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_GetKeyRotationStatusCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_GetKeyRotationStatusCommand)(output, context);
49
- }
10
+ class GetKeyRotationStatusCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("TrentService", "GetKeyRotationStatus", {})
22
+ .n("KMSClient", "GetKeyRotationStatusCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_GetKeyRotationStatusCommand)
25
+ .de(Aws_json1_1_1.de_GetKeyRotationStatusCommand)
26
+ .build() {
50
27
  }
51
28
  exports.GetKeyRotationStatusCommand = GetKeyRotationStatusCommand;
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const models_0_1 = require("../models/models_0");
10
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class GetParametersForImportCommand extends smithy_client_1.Command {
12
- static getEndpointParameterInstructions() {
13
- return {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
19
- }
20
- constructor(input) {
21
- super();
22
- this.input = input;
23
- }
24
- resolveMiddleware(clientStack, configuration, options) {
25
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
26
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetParametersForImportCommand.getEndpointParameterInstructions()));
27
- const stack = clientStack.concat(this.middlewareStack);
28
- const { logger } = configuration;
29
- const clientName = "KMSClient";
30
- const commandName = "GetParametersForImportCommand";
31
- const handlerExecutionContext = {
32
- logger,
33
- clientName,
34
- commandName,
35
- inputFilterSensitiveLog: (_) => _,
36
- outputFilterSensitiveLog: models_0_1.GetParametersForImportResponseFilterSensitiveLog,
37
- [types_1.SMITHY_CONTEXT_KEY]: {
38
- service: "TrentService",
39
- operation: "GetParametersForImport",
40
- },
41
- };
42
- const { requestHandler } = configuration;
43
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
44
- }
45
- serialize(input, context) {
46
- return (0, Aws_json1_1_1.se_GetParametersForImportCommand)(input, context);
47
- }
48
- deserialize(output, context) {
49
- return (0, Aws_json1_1_1.de_GetParametersForImportCommand)(output, context);
50
- }
11
+ class GetParametersForImportCommand extends smithy_client_1.Command
12
+ .classBuilder()
13
+ .ep({
14
+ ...EndpointParameters_1.commonParams,
15
+ })
16
+ .m(function (Command, cs, config, o) {
17
+ return [
18
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
+ ];
21
+ })
22
+ .s("TrentService", "GetParametersForImport", {})
23
+ .n("KMSClient", "GetParametersForImportCommand")
24
+ .f(void 0, models_0_1.GetParametersForImportResponseFilterSensitiveLog)
25
+ .ser(Aws_json1_1_1.se_GetParametersForImportCommand)
26
+ .de(Aws_json1_1_1.de_GetParametersForImportCommand)
27
+ .build() {
51
28
  }
52
29
  exports.GetParametersForImportCommand = GetParametersForImportCommand;