@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
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UntagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateAliasRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateAliasCommand, serializeAws_json1_1UpdateAliasCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateAliasCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateAliasCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateAliasRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateCustomKeyStoreRequestFilterSensitiveLog, UpdateCustomKeyStoreResponseFilterSensitiveLog, } from "../models/models_0";
4
+ import { UpdateCustomKeyStoreRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdateCustomKeyStoreCommand, serializeAws_json1_1UpdateCustomKeyStoreCommand, } from "../protocols/Aws_json1_1";
6
6
  export class UpdateCustomKeyStoreCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -28,7 +28,7 @@ export class UpdateCustomKeyStoreCommand extends $Command {
28
28
  clientName,
29
29
  commandName,
30
30
  inputFilterSensitiveLog: UpdateCustomKeyStoreRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateCustomKeyStoreResponseFilterSensitiveLog,
31
+ outputFilterSensitiveLog: (_) => _,
32
32
  };
33
33
  const { requestHandler } = configuration;
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateKeyDescriptionRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateKeyDescriptionCommand, serializeAws_json1_1UpdateKeyDescriptionCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateKeyDescriptionCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateKeyDescriptionCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateKeyDescriptionRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdatePrimaryRegionRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdatePrimaryRegionCommand, serializeAws_json1_1UpdatePrimaryRegionCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdatePrimaryRegionCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdatePrimaryRegionCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdatePrimaryRegionRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { VerifyRequestFilterSensitiveLog, VerifyResponseFilterSensitiveLog, } from "../models/models_0";
4
+ import { VerifyRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1VerifyCommand, serializeAws_json1_1VerifyCommand } from "../protocols/Aws_json1_1";
6
6
  export class VerifyCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -28,7 +28,7 @@ export class VerifyCommand extends $Command {
28
28
  clientName,
29
29
  commandName,
30
30
  inputFilterSensitiveLog: VerifyRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: VerifyResponseFilterSensitiveLog,
31
+ outputFilterSensitiveLog: (_) => _,
32
32
  };
33
33
  const { requestHandler } = configuration;
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { VerifyMacRequestFilterSensitiveLog, VerifyMacResponseFilterSensitiveLog, } from "../models/models_0";
4
+ import { VerifyMacRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1VerifyMacCommand, serializeAws_json1_1VerifyMacCommand } from "../protocols/Aws_json1_1";
6
6
  export class VerifyMacCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -28,7 +28,7 @@ export class VerifyMacCommand extends $Command {
28
28
  clientName,
29
29
  commandName,
30
30
  inputFilterSensitiveLog: VerifyMacRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: VerifyMacResponseFilterSensitiveLog,
31
+ outputFilterSensitiveLog: (_) => _,
32
32
  };
33
33
  const { requestHandler } = configuration;
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -739,24 +739,6 @@ export var MessageType;
739
739
  MessageType["DIGEST"] = "DIGEST";
740
740
  MessageType["RAW"] = "RAW";
741
741
  })(MessageType || (MessageType = {}));
742
- export const AliasListEntryFilterSensitiveLog = (obj) => ({
743
- ...obj,
744
- });
745
- export const CancelKeyDeletionRequestFilterSensitiveLog = (obj) => ({
746
- ...obj,
747
- });
748
- export const CancelKeyDeletionResponseFilterSensitiveLog = (obj) => ({
749
- ...obj,
750
- });
751
- export const ConnectCustomKeyStoreRequestFilterSensitiveLog = (obj) => ({
752
- ...obj,
753
- });
754
- export const ConnectCustomKeyStoreResponseFilterSensitiveLog = (obj) => ({
755
- ...obj,
756
- });
757
- export const CreateAliasRequestFilterSensitiveLog = (obj) => ({
758
- ...obj,
759
- });
760
742
  export const XksProxyAuthenticationCredentialTypeFilterSensitiveLog = (obj) => ({
761
743
  ...obj,
762
744
  ...(obj.AccessKeyId && { AccessKeyId: SENSITIVE_STRING }),
@@ -769,39 +751,6 @@ export const CreateCustomKeyStoreRequestFilterSensitiveLog = (obj) => ({
769
751
  XksProxyAuthenticationCredential: XksProxyAuthenticationCredentialTypeFilterSensitiveLog(obj.XksProxyAuthenticationCredential),
770
752
  }),
771
753
  });
772
- export const CreateCustomKeyStoreResponseFilterSensitiveLog = (obj) => ({
773
- ...obj,
774
- });
775
- export const GrantConstraintsFilterSensitiveLog = (obj) => ({
776
- ...obj,
777
- });
778
- export const CreateGrantRequestFilterSensitiveLog = (obj) => ({
779
- ...obj,
780
- });
781
- export const CreateGrantResponseFilterSensitiveLog = (obj) => ({
782
- ...obj,
783
- });
784
- export const TagFilterSensitiveLog = (obj) => ({
785
- ...obj,
786
- });
787
- export const CreateKeyRequestFilterSensitiveLog = (obj) => ({
788
- ...obj,
789
- });
790
- export const MultiRegionKeyFilterSensitiveLog = (obj) => ({
791
- ...obj,
792
- });
793
- export const MultiRegionConfigurationFilterSensitiveLog = (obj) => ({
794
- ...obj,
795
- });
796
- export const XksKeyConfigurationTypeFilterSensitiveLog = (obj) => ({
797
- ...obj,
798
- });
799
- export const KeyMetadataFilterSensitiveLog = (obj) => ({
800
- ...obj,
801
- });
802
- export const CreateKeyResponseFilterSensitiveLog = (obj) => ({
803
- ...obj,
804
- });
805
754
  export const XksProxyConfigurationTypeFilterSensitiveLog = (obj) => ({
806
755
  ...obj,
807
756
  ...(obj.AccessKeyId && { AccessKeyId: SENSITIVE_STRING }),
@@ -812,218 +761,44 @@ export const CustomKeyStoresListEntryFilterSensitiveLog = (obj) => ({
812
761
  XksProxyConfiguration: XksProxyConfigurationTypeFilterSensitiveLog(obj.XksProxyConfiguration),
813
762
  }),
814
763
  });
815
- export const DecryptRequestFilterSensitiveLog = (obj) => ({
816
- ...obj,
817
- });
818
764
  export const DecryptResponseFilterSensitiveLog = (obj) => ({
819
765
  ...obj,
820
766
  ...(obj.Plaintext && { Plaintext: SENSITIVE_STRING }),
821
767
  });
822
- export const DeleteAliasRequestFilterSensitiveLog = (obj) => ({
823
- ...obj,
824
- });
825
- export const DeleteCustomKeyStoreRequestFilterSensitiveLog = (obj) => ({
826
- ...obj,
827
- });
828
- export const DeleteCustomKeyStoreResponseFilterSensitiveLog = (obj) => ({
829
- ...obj,
830
- });
831
- export const DeleteImportedKeyMaterialRequestFilterSensitiveLog = (obj) => ({
832
- ...obj,
833
- });
834
- export const DescribeCustomKeyStoresRequestFilterSensitiveLog = (obj) => ({
835
- ...obj,
836
- });
837
768
  export const DescribeCustomKeyStoresResponseFilterSensitiveLog = (obj) => ({
838
769
  ...obj,
839
770
  ...(obj.CustomKeyStores && {
840
771
  CustomKeyStores: obj.CustomKeyStores.map((item) => CustomKeyStoresListEntryFilterSensitiveLog(item)),
841
772
  }),
842
773
  });
843
- export const DescribeKeyRequestFilterSensitiveLog = (obj) => ({
844
- ...obj,
845
- });
846
- export const DescribeKeyResponseFilterSensitiveLog = (obj) => ({
847
- ...obj,
848
- });
849
- export const DisableKeyRequestFilterSensitiveLog = (obj) => ({
850
- ...obj,
851
- });
852
- export const DisableKeyRotationRequestFilterSensitiveLog = (obj) => ({
853
- ...obj,
854
- });
855
- export const DisconnectCustomKeyStoreRequestFilterSensitiveLog = (obj) => ({
856
- ...obj,
857
- });
858
- export const DisconnectCustomKeyStoreResponseFilterSensitiveLog = (obj) => ({
859
- ...obj,
860
- });
861
- export const EnableKeyRequestFilterSensitiveLog = (obj) => ({
862
- ...obj,
863
- });
864
- export const EnableKeyRotationRequestFilterSensitiveLog = (obj) => ({
865
- ...obj,
866
- });
867
774
  export const EncryptRequestFilterSensitiveLog = (obj) => ({
868
775
  ...obj,
869
776
  ...(obj.Plaintext && { Plaintext: SENSITIVE_STRING }),
870
777
  });
871
- export const EncryptResponseFilterSensitiveLog = (obj) => ({
872
- ...obj,
873
- });
874
- export const GenerateDataKeyRequestFilterSensitiveLog = (obj) => ({
875
- ...obj,
876
- });
877
778
  export const GenerateDataKeyResponseFilterSensitiveLog = (obj) => ({
878
779
  ...obj,
879
780
  ...(obj.Plaintext && { Plaintext: SENSITIVE_STRING }),
880
781
  });
881
- export const GenerateDataKeyPairRequestFilterSensitiveLog = (obj) => ({
882
- ...obj,
883
- });
884
782
  export const GenerateDataKeyPairResponseFilterSensitiveLog = (obj) => ({
885
783
  ...obj,
886
784
  ...(obj.PrivateKeyPlaintext && { PrivateKeyPlaintext: SENSITIVE_STRING }),
887
785
  });
888
- export const GenerateDataKeyPairWithoutPlaintextRequestFilterSensitiveLog = (obj) => ({
889
- ...obj,
890
- });
891
- export const GenerateDataKeyPairWithoutPlaintextResponseFilterSensitiveLog = (obj) => ({
892
- ...obj,
893
- });
894
- export const GenerateDataKeyWithoutPlaintextRequestFilterSensitiveLog = (obj) => ({
895
- ...obj,
896
- });
897
- export const GenerateDataKeyWithoutPlaintextResponseFilterSensitiveLog = (obj) => ({
898
- ...obj,
899
- });
900
786
  export const GenerateMacRequestFilterSensitiveLog = (obj) => ({
901
787
  ...obj,
902
788
  ...(obj.Message && { Message: SENSITIVE_STRING }),
903
789
  });
904
- export const GenerateMacResponseFilterSensitiveLog = (obj) => ({
905
- ...obj,
906
- });
907
- export const GenerateRandomRequestFilterSensitiveLog = (obj) => ({
908
- ...obj,
909
- });
910
790
  export const GenerateRandomResponseFilterSensitiveLog = (obj) => ({
911
791
  ...obj,
912
792
  ...(obj.Plaintext && { Plaintext: SENSITIVE_STRING }),
913
793
  });
914
- export const GetKeyPolicyRequestFilterSensitiveLog = (obj) => ({
915
- ...obj,
916
- });
917
- export const GetKeyPolicyResponseFilterSensitiveLog = (obj) => ({
918
- ...obj,
919
- });
920
- export const GetKeyRotationStatusRequestFilterSensitiveLog = (obj) => ({
921
- ...obj,
922
- });
923
- export const GetKeyRotationStatusResponseFilterSensitiveLog = (obj) => ({
924
- ...obj,
925
- });
926
- export const GetParametersForImportRequestFilterSensitiveLog = (obj) => ({
927
- ...obj,
928
- });
929
794
  export const GetParametersForImportResponseFilterSensitiveLog = (obj) => ({
930
795
  ...obj,
931
796
  ...(obj.PublicKey && { PublicKey: SENSITIVE_STRING }),
932
797
  });
933
- export const GetPublicKeyRequestFilterSensitiveLog = (obj) => ({
934
- ...obj,
935
- });
936
- export const GetPublicKeyResponseFilterSensitiveLog = (obj) => ({
937
- ...obj,
938
- });
939
- export const GrantListEntryFilterSensitiveLog = (obj) => ({
940
- ...obj,
941
- });
942
- export const ImportKeyMaterialRequestFilterSensitiveLog = (obj) => ({
943
- ...obj,
944
- });
945
- export const ImportKeyMaterialResponseFilterSensitiveLog = (obj) => ({
946
- ...obj,
947
- });
948
- export const KeyListEntryFilterSensitiveLog = (obj) => ({
949
- ...obj,
950
- });
951
- export const ListAliasesRequestFilterSensitiveLog = (obj) => ({
952
- ...obj,
953
- });
954
- export const ListAliasesResponseFilterSensitiveLog = (obj) => ({
955
- ...obj,
956
- });
957
- export const ListGrantsRequestFilterSensitiveLog = (obj) => ({
958
- ...obj,
959
- });
960
- export const ListGrantsResponseFilterSensitiveLog = (obj) => ({
961
- ...obj,
962
- });
963
- export const ListKeyPoliciesRequestFilterSensitiveLog = (obj) => ({
964
- ...obj,
965
- });
966
- export const ListKeyPoliciesResponseFilterSensitiveLog = (obj) => ({
967
- ...obj,
968
- });
969
- export const ListKeysRequestFilterSensitiveLog = (obj) => ({
970
- ...obj,
971
- });
972
- export const ListKeysResponseFilterSensitiveLog = (obj) => ({
973
- ...obj,
974
- });
975
- export const ListResourceTagsRequestFilterSensitiveLog = (obj) => ({
976
- ...obj,
977
- });
978
- export const ListResourceTagsResponseFilterSensitiveLog = (obj) => ({
979
- ...obj,
980
- });
981
- export const ListRetirableGrantsRequestFilterSensitiveLog = (obj) => ({
982
- ...obj,
983
- });
984
- export const PutKeyPolicyRequestFilterSensitiveLog = (obj) => ({
985
- ...obj,
986
- });
987
- export const ReEncryptRequestFilterSensitiveLog = (obj) => ({
988
- ...obj,
989
- });
990
- export const ReEncryptResponseFilterSensitiveLog = (obj) => ({
991
- ...obj,
992
- });
993
- export const ReplicateKeyRequestFilterSensitiveLog = (obj) => ({
994
- ...obj,
995
- });
996
- export const ReplicateKeyResponseFilterSensitiveLog = (obj) => ({
997
- ...obj,
998
- });
999
- export const RetireGrantRequestFilterSensitiveLog = (obj) => ({
1000
- ...obj,
1001
- });
1002
- export const RevokeGrantRequestFilterSensitiveLog = (obj) => ({
1003
- ...obj,
1004
- });
1005
- export const ScheduleKeyDeletionRequestFilterSensitiveLog = (obj) => ({
1006
- ...obj,
1007
- });
1008
- export const ScheduleKeyDeletionResponseFilterSensitiveLog = (obj) => ({
1009
- ...obj,
1010
- });
1011
798
  export const SignRequestFilterSensitiveLog = (obj) => ({
1012
799
  ...obj,
1013
800
  ...(obj.Message && { Message: SENSITIVE_STRING }),
1014
801
  });
1015
- export const SignResponseFilterSensitiveLog = (obj) => ({
1016
- ...obj,
1017
- });
1018
- export const TagResourceRequestFilterSensitiveLog = (obj) => ({
1019
- ...obj,
1020
- });
1021
- export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
1022
- ...obj,
1023
- });
1024
- export const UpdateAliasRequestFilterSensitiveLog = (obj) => ({
1025
- ...obj,
1026
- });
1027
802
  export const UpdateCustomKeyStoreRequestFilterSensitiveLog = (obj) => ({
1028
803
  ...obj,
1029
804
  ...(obj.KeyStorePassword && { KeyStorePassword: SENSITIVE_STRING }),
@@ -1031,26 +806,11 @@ export const UpdateCustomKeyStoreRequestFilterSensitiveLog = (obj) => ({
1031
806
  XksProxyAuthenticationCredential: XksProxyAuthenticationCredentialTypeFilterSensitiveLog(obj.XksProxyAuthenticationCredential),
1032
807
  }),
1033
808
  });
1034
- export const UpdateCustomKeyStoreResponseFilterSensitiveLog = (obj) => ({
1035
- ...obj,
1036
- });
1037
- export const UpdateKeyDescriptionRequestFilterSensitiveLog = (obj) => ({
1038
- ...obj,
1039
- });
1040
- export const UpdatePrimaryRegionRequestFilterSensitiveLog = (obj) => ({
1041
- ...obj,
1042
- });
1043
809
  export const VerifyRequestFilterSensitiveLog = (obj) => ({
1044
810
  ...obj,
1045
811
  ...(obj.Message && { Message: SENSITIVE_STRING }),
1046
812
  });
1047
- export const VerifyResponseFilterSensitiveLog = (obj) => ({
1048
- ...obj,
1049
- });
1050
813
  export const VerifyMacRequestFilterSensitiveLog = (obj) => ({
1051
814
  ...obj,
1052
815
  ...(obj.Message && { Message: SENSITIVE_STRING }),
1053
816
  });
1054
- export const VerifyMacResponseFilterSensitiveLog = (obj) => ({
1055
- ...obj,
1056
- });