@aws-sdk/client-kms 3.296.0 → 3.298.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 (166) hide show
  1. package/dist-cjs/commands/CancelKeyDeletionCommand.js +2 -3
  2. package/dist-cjs/commands/ConnectCustomKeyStoreCommand.js +2 -3
  3. package/dist-cjs/commands/CreateAliasCommand.js +2 -3
  4. package/dist-cjs/commands/CreateCustomKeyStoreCommand.js +1 -1
  5. package/dist-cjs/commands/CreateGrantCommand.js +2 -3
  6. package/dist-cjs/commands/CreateKeyCommand.js +2 -3
  7. package/dist-cjs/commands/DecryptCommand.js +1 -1
  8. package/dist-cjs/commands/DeleteAliasCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteCustomKeyStoreCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteImportedKeyMaterialCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeCustomKeyStoresCommand.js +1 -1
  12. package/dist-cjs/commands/DescribeKeyCommand.js +2 -3
  13. package/dist-cjs/commands/DisableKeyCommand.js +2 -3
  14. package/dist-cjs/commands/DisableKeyRotationCommand.js +2 -3
  15. package/dist-cjs/commands/DisconnectCustomKeyStoreCommand.js +2 -3
  16. package/dist-cjs/commands/EnableKeyCommand.js +2 -3
  17. package/dist-cjs/commands/EnableKeyRotationCommand.js +2 -3
  18. package/dist-cjs/commands/EncryptCommand.js +1 -1
  19. package/dist-cjs/commands/GenerateDataKeyCommand.js +1 -1
  20. package/dist-cjs/commands/GenerateDataKeyPairCommand.js +1 -1
  21. package/dist-cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +2 -3
  22. package/dist-cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js +2 -3
  23. package/dist-cjs/commands/GenerateMacCommand.js +1 -1
  24. package/dist-cjs/commands/GenerateRandomCommand.js +1 -1
  25. package/dist-cjs/commands/GetKeyPolicyCommand.js +2 -3
  26. package/dist-cjs/commands/GetKeyRotationStatusCommand.js +2 -3
  27. package/dist-cjs/commands/GetParametersForImportCommand.js +1 -1
  28. package/dist-cjs/commands/GetPublicKeyCommand.js +2 -3
  29. package/dist-cjs/commands/ImportKeyMaterialCommand.js +2 -3
  30. package/dist-cjs/commands/ListAliasesCommand.js +2 -3
  31. package/dist-cjs/commands/ListGrantsCommand.js +2 -3
  32. package/dist-cjs/commands/ListKeyPoliciesCommand.js +2 -3
  33. package/dist-cjs/commands/ListKeysCommand.js +2 -3
  34. package/dist-cjs/commands/ListResourceTagsCommand.js +2 -3
  35. package/dist-cjs/commands/ListRetirableGrantsCommand.js +2 -3
  36. package/dist-cjs/commands/PutKeyPolicyCommand.js +2 -3
  37. package/dist-cjs/commands/ReEncryptCommand.js +2 -3
  38. package/dist-cjs/commands/ReplicateKeyCommand.js +2 -3
  39. package/dist-cjs/commands/RetireGrantCommand.js +2 -3
  40. package/dist-cjs/commands/RevokeGrantCommand.js +2 -3
  41. package/dist-cjs/commands/ScheduleKeyDeletionCommand.js +2 -3
  42. package/dist-cjs/commands/SignCommand.js +1 -1
  43. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  44. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  45. package/dist-cjs/commands/UpdateAliasCommand.js +2 -3
  46. package/dist-cjs/commands/UpdateCustomKeyStoreCommand.js +1 -1
  47. package/dist-cjs/commands/UpdateKeyDescriptionCommand.js +2 -3
  48. package/dist-cjs/commands/UpdatePrimaryRegionCommand.js +2 -3
  49. package/dist-cjs/commands/VerifyCommand.js +1 -1
  50. package/dist-cjs/commands/VerifyMacCommand.js +1 -1
  51. package/dist-cjs/models/models_0.js +1 -323
  52. package/dist-es/commands/CancelKeyDeletionCommand.js +2 -3
  53. package/dist-es/commands/ConnectCustomKeyStoreCommand.js +2 -3
  54. package/dist-es/commands/CreateAliasCommand.js +2 -3
  55. package/dist-es/commands/CreateCustomKeyStoreCommand.js +2 -2
  56. package/dist-es/commands/CreateGrantCommand.js +2 -3
  57. package/dist-es/commands/CreateKeyCommand.js +2 -3
  58. package/dist-es/commands/DecryptCommand.js +2 -2
  59. package/dist-es/commands/DeleteAliasCommand.js +2 -3
  60. package/dist-es/commands/DeleteCustomKeyStoreCommand.js +2 -3
  61. package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +2 -3
  62. package/dist-es/commands/DescribeCustomKeyStoresCommand.js +2 -2
  63. package/dist-es/commands/DescribeKeyCommand.js +2 -3
  64. package/dist-es/commands/DisableKeyCommand.js +2 -3
  65. package/dist-es/commands/DisableKeyRotationCommand.js +2 -3
  66. package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +2 -3
  67. package/dist-es/commands/EnableKeyCommand.js +2 -3
  68. package/dist-es/commands/EnableKeyRotationCommand.js +2 -3
  69. package/dist-es/commands/EncryptCommand.js +2 -2
  70. package/dist-es/commands/GenerateDataKeyCommand.js +2 -2
  71. package/dist-es/commands/GenerateDataKeyPairCommand.js +2 -2
  72. package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +2 -3
  73. package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +2 -3
  74. package/dist-es/commands/GenerateMacCommand.js +2 -2
  75. package/dist-es/commands/GenerateRandomCommand.js +2 -2
  76. package/dist-es/commands/GetKeyPolicyCommand.js +2 -3
  77. package/dist-es/commands/GetKeyRotationStatusCommand.js +2 -3
  78. package/dist-es/commands/GetParametersForImportCommand.js +2 -2
  79. package/dist-es/commands/GetPublicKeyCommand.js +2 -3
  80. package/dist-es/commands/ImportKeyMaterialCommand.js +2 -3
  81. package/dist-es/commands/ListAliasesCommand.js +2 -3
  82. package/dist-es/commands/ListGrantsCommand.js +2 -3
  83. package/dist-es/commands/ListKeyPoliciesCommand.js +2 -3
  84. package/dist-es/commands/ListKeysCommand.js +2 -3
  85. package/dist-es/commands/ListResourceTagsCommand.js +2 -3
  86. package/dist-es/commands/ListRetirableGrantsCommand.js +2 -3
  87. package/dist-es/commands/PutKeyPolicyCommand.js +2 -3
  88. package/dist-es/commands/ReEncryptCommand.js +2 -3
  89. package/dist-es/commands/ReplicateKeyCommand.js +2 -3
  90. package/dist-es/commands/RetireGrantCommand.js +2 -3
  91. package/dist-es/commands/RevokeGrantCommand.js +2 -3
  92. package/dist-es/commands/ScheduleKeyDeletionCommand.js +2 -3
  93. package/dist-es/commands/SignCommand.js +2 -2
  94. package/dist-es/commands/TagResourceCommand.js +2 -3
  95. package/dist-es/commands/UntagResourceCommand.js +2 -3
  96. package/dist-es/commands/UpdateAliasCommand.js +2 -3
  97. package/dist-es/commands/UpdateCustomKeyStoreCommand.js +2 -2
  98. package/dist-es/commands/UpdateKeyDescriptionCommand.js +2 -3
  99. package/dist-es/commands/UpdatePrimaryRegionCommand.js +2 -3
  100. package/dist-es/commands/VerifyCommand.js +2 -2
  101. package/dist-es/commands/VerifyMacCommand.js +2 -2
  102. package/dist-es/models/models_0.js +0 -240
  103. package/dist-types/KMS.d.ts +51 -0
  104. package/dist-types/KMSClient.d.ts +24 -4
  105. package/dist-types/commands/CancelKeyDeletionCommand.d.ts +16 -0
  106. package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +16 -0
  107. package/dist-types/commands/CreateAliasCommand.d.ts +16 -0
  108. package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +16 -0
  109. package/dist-types/commands/CreateGrantCommand.d.ts +16 -0
  110. package/dist-types/commands/CreateKeyCommand.d.ts +16 -0
  111. package/dist-types/commands/DecryptCommand.d.ts +16 -0
  112. package/dist-types/commands/DeleteAliasCommand.d.ts +16 -0
  113. package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +16 -0
  114. package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +16 -0
  115. package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +16 -0
  116. package/dist-types/commands/DescribeKeyCommand.d.ts +16 -0
  117. package/dist-types/commands/DisableKeyCommand.d.ts +16 -0
  118. package/dist-types/commands/DisableKeyRotationCommand.d.ts +16 -0
  119. package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +16 -0
  120. package/dist-types/commands/EnableKeyCommand.d.ts +16 -0
  121. package/dist-types/commands/EnableKeyRotationCommand.d.ts +16 -0
  122. package/dist-types/commands/EncryptCommand.d.ts +16 -0
  123. package/dist-types/commands/GenerateDataKeyCommand.d.ts +16 -0
  124. package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +16 -0
  125. package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +16 -0
  126. package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +16 -0
  127. package/dist-types/commands/GenerateMacCommand.d.ts +16 -0
  128. package/dist-types/commands/GenerateRandomCommand.d.ts +16 -0
  129. package/dist-types/commands/GetKeyPolicyCommand.d.ts +16 -0
  130. package/dist-types/commands/GetKeyRotationStatusCommand.d.ts +16 -0
  131. package/dist-types/commands/GetParametersForImportCommand.d.ts +16 -0
  132. package/dist-types/commands/GetPublicKeyCommand.d.ts +16 -0
  133. package/dist-types/commands/ImportKeyMaterialCommand.d.ts +16 -0
  134. package/dist-types/commands/ListAliasesCommand.d.ts +16 -0
  135. package/dist-types/commands/ListGrantsCommand.d.ts +16 -0
  136. package/dist-types/commands/ListKeyPoliciesCommand.d.ts +16 -0
  137. package/dist-types/commands/ListKeysCommand.d.ts +16 -0
  138. package/dist-types/commands/ListResourceTagsCommand.d.ts +16 -0
  139. package/dist-types/commands/ListRetirableGrantsCommand.d.ts +16 -0
  140. package/dist-types/commands/PutKeyPolicyCommand.d.ts +16 -0
  141. package/dist-types/commands/ReEncryptCommand.d.ts +16 -0
  142. package/dist-types/commands/ReplicateKeyCommand.d.ts +16 -0
  143. package/dist-types/commands/RetireGrantCommand.d.ts +16 -0
  144. package/dist-types/commands/RevokeGrantCommand.d.ts +16 -0
  145. package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +16 -0
  146. package/dist-types/commands/SignCommand.d.ts +16 -0
  147. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  148. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  149. package/dist-types/commands/UpdateAliasCommand.d.ts +16 -0
  150. package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +16 -0
  151. package/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +16 -0
  152. package/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +16 -0
  153. package/dist-types/commands/VerifyCommand.d.ts +16 -0
  154. package/dist-types/commands/VerifyMacCommand.d.ts +16 -0
  155. package/dist-types/models/KMSServiceException.d.ts +2 -0
  156. package/dist-types/models/models_0.d.ts +373 -320
  157. package/dist-types/pagination/DescribeCustomKeyStoresPaginator.d.ts +3 -0
  158. package/dist-types/pagination/Interfaces.d.ts +3 -0
  159. package/dist-types/pagination/ListAliasesPaginator.d.ts +3 -0
  160. package/dist-types/pagination/ListGrantsPaginator.d.ts +3 -0
  161. package/dist-types/pagination/ListKeyPoliciesPaginator.d.ts +3 -0
  162. package/dist-types/pagination/ListKeysPaginator.d.ts +3 -0
  163. package/dist-types/pagination/ListResourceTagsPaginator.d.ts +3 -0
  164. package/dist-types/pagination/ListRetirableGrantsPaginator.d.ts +3 -0
  165. package/dist-types/ts3.4/models/models_0.d.ts +0 -232
  166. package/package.json +4 -3
@@ -4,7 +4,6 @@ exports.ReEncryptCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class ReEncryptCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class ReEncryptCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.ReEncryptRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.ReEncryptResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.ReplicateKeyCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class ReplicateKeyCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class ReplicateKeyCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.ReplicateKeyRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.ReplicateKeyResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.RetireGrantCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class RetireGrantCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class RetireGrantCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.RetireGrantRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.RevokeGrantCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class RevokeGrantCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class RevokeGrantCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.RevokeGrantRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.ScheduleKeyDeletionCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class ScheduleKeyDeletionCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class ScheduleKeyDeletionCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.ScheduleKeyDeletionRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.ScheduleKeyDeletionResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -31,7 +31,7 @@ class SignCommand extends smithy_client_1.Command {
31
31
  clientName,
32
32
  commandName,
33
33
  inputFilterSensitiveLog: models_0_1.SignRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.SignResponseFilterSensitiveLog,
34
+ outputFilterSensitiveLog: (_) => _,
35
35
  };
36
36
  const { requestHandler } = configuration;
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.TagResourceCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class TagResourceCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class TagResourceCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.TagResourceRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.UntagResourceCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class UntagResourceCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class UntagResourceCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.UntagResourceRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.UpdateAliasCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class UpdateAliasCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class UpdateAliasCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.UpdateAliasRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -31,7 +31,7 @@ class UpdateCustomKeyStoreCommand extends smithy_client_1.Command {
31
31
  clientName,
32
32
  commandName,
33
33
  inputFilterSensitiveLog: models_0_1.UpdateCustomKeyStoreRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.UpdateCustomKeyStoreResponseFilterSensitiveLog,
34
+ outputFilterSensitiveLog: (_) => _,
35
35
  };
36
36
  const { requestHandler } = configuration;
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.UpdateKeyDescriptionCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class UpdateKeyDescriptionCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class UpdateKeyDescriptionCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.UpdateKeyDescriptionRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.UpdatePrimaryRegionCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class UpdatePrimaryRegionCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class UpdatePrimaryRegionCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.UpdatePrimaryRegionRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -31,7 +31,7 @@ class VerifyCommand extends smithy_client_1.Command {
31
31
  clientName,
32
32
  commandName,
33
33
  inputFilterSensitiveLog: models_0_1.VerifyRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.VerifyResponseFilterSensitiveLog,
34
+ outputFilterSensitiveLog: (_) => _,
35
35
  };
36
36
  const { requestHandler } = configuration;
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -31,7 +31,7 @@ class VerifyMacCommand extends smithy_client_1.Command {
31
31
  clientName,
32
32
  commandName,
33
33
  inputFilterSensitiveLog: models_0_1.VerifyMacRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.VerifyMacResponseFilterSensitiveLog,
34
+ outputFilterSensitiveLog: (_) => _,
35
35
  };
36
36
  const { requestHandler } = configuration;
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);