@aws-sdk/client-kms 3.297.0 → 3.299.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 (105) 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/models/models_0.d.ts +0 -320
  104. package/dist-types/ts3.4/models/models_0.d.ts +0 -232
  105. package/package.json +11 -10
@@ -4752,30 +4752,6 @@ export interface VerifyMacResponse {
4752
4752
  */
4753
4753
  MacAlgorithm?: MacAlgorithmSpec | string;
4754
4754
  }
4755
- /**
4756
- * @internal
4757
- */
4758
- export declare const AliasListEntryFilterSensitiveLog: (obj: AliasListEntry) => any;
4759
- /**
4760
- * @internal
4761
- */
4762
- export declare const CancelKeyDeletionRequestFilterSensitiveLog: (obj: CancelKeyDeletionRequest) => any;
4763
- /**
4764
- * @internal
4765
- */
4766
- export declare const CancelKeyDeletionResponseFilterSensitiveLog: (obj: CancelKeyDeletionResponse) => any;
4767
- /**
4768
- * @internal
4769
- */
4770
- export declare const ConnectCustomKeyStoreRequestFilterSensitiveLog: (obj: ConnectCustomKeyStoreRequest) => any;
4771
- /**
4772
- * @internal
4773
- */
4774
- export declare const ConnectCustomKeyStoreResponseFilterSensitiveLog: (obj: ConnectCustomKeyStoreResponse) => any;
4775
- /**
4776
- * @internal
4777
- */
4778
- export declare const CreateAliasRequestFilterSensitiveLog: (obj: CreateAliasRequest) => any;
4779
4755
  /**
4780
4756
  * @internal
4781
4757
  */
@@ -4784,50 +4760,6 @@ export declare const XksProxyAuthenticationCredentialTypeFilterSensitiveLog: (ob
4784
4760
  * @internal
4785
4761
  */
4786
4762
  export declare const CreateCustomKeyStoreRequestFilterSensitiveLog: (obj: CreateCustomKeyStoreRequest) => any;
4787
- /**
4788
- * @internal
4789
- */
4790
- export declare const CreateCustomKeyStoreResponseFilterSensitiveLog: (obj: CreateCustomKeyStoreResponse) => any;
4791
- /**
4792
- * @internal
4793
- */
4794
- export declare const GrantConstraintsFilterSensitiveLog: (obj: GrantConstraints) => any;
4795
- /**
4796
- * @internal
4797
- */
4798
- export declare const CreateGrantRequestFilterSensitiveLog: (obj: CreateGrantRequest) => any;
4799
- /**
4800
- * @internal
4801
- */
4802
- export declare const CreateGrantResponseFilterSensitiveLog: (obj: CreateGrantResponse) => any;
4803
- /**
4804
- * @internal
4805
- */
4806
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
4807
- /**
4808
- * @internal
4809
- */
4810
- export declare const CreateKeyRequestFilterSensitiveLog: (obj: CreateKeyRequest) => any;
4811
- /**
4812
- * @internal
4813
- */
4814
- export declare const MultiRegionKeyFilterSensitiveLog: (obj: MultiRegionKey) => any;
4815
- /**
4816
- * @internal
4817
- */
4818
- export declare const MultiRegionConfigurationFilterSensitiveLog: (obj: MultiRegionConfiguration) => any;
4819
- /**
4820
- * @internal
4821
- */
4822
- export declare const XksKeyConfigurationTypeFilterSensitiveLog: (obj: XksKeyConfigurationType) => any;
4823
- /**
4824
- * @internal
4825
- */
4826
- export declare const KeyMetadataFilterSensitiveLog: (obj: KeyMetadata) => any;
4827
- /**
4828
- * @internal
4829
- */
4830
- export declare const CreateKeyResponseFilterSensitiveLog: (obj: CreateKeyResponse) => any;
4831
4763
  /**
4832
4764
  * @internal
4833
4765
  */
@@ -4836,303 +4768,51 @@ export declare const XksProxyConfigurationTypeFilterSensitiveLog: (obj: XksProxy
4836
4768
  * @internal
4837
4769
  */
4838
4770
  export declare const CustomKeyStoresListEntryFilterSensitiveLog: (obj: CustomKeyStoresListEntry) => any;
4839
- /**
4840
- * @internal
4841
- */
4842
- export declare const DecryptRequestFilterSensitiveLog: (obj: DecryptRequest) => any;
4843
4771
  /**
4844
4772
  * @internal
4845
4773
  */
4846
4774
  export declare const DecryptResponseFilterSensitiveLog: (obj: DecryptResponse) => any;
4847
- /**
4848
- * @internal
4849
- */
4850
- export declare const DeleteAliasRequestFilterSensitiveLog: (obj: DeleteAliasRequest) => any;
4851
- /**
4852
- * @internal
4853
- */
4854
- export declare const DeleteCustomKeyStoreRequestFilterSensitiveLog: (obj: DeleteCustomKeyStoreRequest) => any;
4855
- /**
4856
- * @internal
4857
- */
4858
- export declare const DeleteCustomKeyStoreResponseFilterSensitiveLog: (obj: DeleteCustomKeyStoreResponse) => any;
4859
- /**
4860
- * @internal
4861
- */
4862
- export declare const DeleteImportedKeyMaterialRequestFilterSensitiveLog: (obj: DeleteImportedKeyMaterialRequest) => any;
4863
- /**
4864
- * @internal
4865
- */
4866
- export declare const DescribeCustomKeyStoresRequestFilterSensitiveLog: (obj: DescribeCustomKeyStoresRequest) => any;
4867
4775
  /**
4868
4776
  * @internal
4869
4777
  */
4870
4778
  export declare const DescribeCustomKeyStoresResponseFilterSensitiveLog: (obj: DescribeCustomKeyStoresResponse) => any;
4871
- /**
4872
- * @internal
4873
- */
4874
- export declare const DescribeKeyRequestFilterSensitiveLog: (obj: DescribeKeyRequest) => any;
4875
- /**
4876
- * @internal
4877
- */
4878
- export declare const DescribeKeyResponseFilterSensitiveLog: (obj: DescribeKeyResponse) => any;
4879
- /**
4880
- * @internal
4881
- */
4882
- export declare const DisableKeyRequestFilterSensitiveLog: (obj: DisableKeyRequest) => any;
4883
- /**
4884
- * @internal
4885
- */
4886
- export declare const DisableKeyRotationRequestFilterSensitiveLog: (obj: DisableKeyRotationRequest) => any;
4887
- /**
4888
- * @internal
4889
- */
4890
- export declare const DisconnectCustomKeyStoreRequestFilterSensitiveLog: (obj: DisconnectCustomKeyStoreRequest) => any;
4891
- /**
4892
- * @internal
4893
- */
4894
- export declare const DisconnectCustomKeyStoreResponseFilterSensitiveLog: (obj: DisconnectCustomKeyStoreResponse) => any;
4895
- /**
4896
- * @internal
4897
- */
4898
- export declare const EnableKeyRequestFilterSensitiveLog: (obj: EnableKeyRequest) => any;
4899
- /**
4900
- * @internal
4901
- */
4902
- export declare const EnableKeyRotationRequestFilterSensitiveLog: (obj: EnableKeyRotationRequest) => any;
4903
4779
  /**
4904
4780
  * @internal
4905
4781
  */
4906
4782
  export declare const EncryptRequestFilterSensitiveLog: (obj: EncryptRequest) => any;
4907
- /**
4908
- * @internal
4909
- */
4910
- export declare const EncryptResponseFilterSensitiveLog: (obj: EncryptResponse) => any;
4911
- /**
4912
- * @internal
4913
- */
4914
- export declare const GenerateDataKeyRequestFilterSensitiveLog: (obj: GenerateDataKeyRequest) => any;
4915
4783
  /**
4916
4784
  * @internal
4917
4785
  */
4918
4786
  export declare const GenerateDataKeyResponseFilterSensitiveLog: (obj: GenerateDataKeyResponse) => any;
4919
- /**
4920
- * @internal
4921
- */
4922
- export declare const GenerateDataKeyPairRequestFilterSensitiveLog: (obj: GenerateDataKeyPairRequest) => any;
4923
4787
  /**
4924
4788
  * @internal
4925
4789
  */
4926
4790
  export declare const GenerateDataKeyPairResponseFilterSensitiveLog: (obj: GenerateDataKeyPairResponse) => any;
4927
- /**
4928
- * @internal
4929
- */
4930
- export declare const GenerateDataKeyPairWithoutPlaintextRequestFilterSensitiveLog: (obj: GenerateDataKeyPairWithoutPlaintextRequest) => any;
4931
- /**
4932
- * @internal
4933
- */
4934
- export declare const GenerateDataKeyPairWithoutPlaintextResponseFilterSensitiveLog: (obj: GenerateDataKeyPairWithoutPlaintextResponse) => any;
4935
- /**
4936
- * @internal
4937
- */
4938
- export declare const GenerateDataKeyWithoutPlaintextRequestFilterSensitiveLog: (obj: GenerateDataKeyWithoutPlaintextRequest) => any;
4939
- /**
4940
- * @internal
4941
- */
4942
- export declare const GenerateDataKeyWithoutPlaintextResponseFilterSensitiveLog: (obj: GenerateDataKeyWithoutPlaintextResponse) => any;
4943
4791
  /**
4944
4792
  * @internal
4945
4793
  */
4946
4794
  export declare const GenerateMacRequestFilterSensitiveLog: (obj: GenerateMacRequest) => any;
4947
- /**
4948
- * @internal
4949
- */
4950
- export declare const GenerateMacResponseFilterSensitiveLog: (obj: GenerateMacResponse) => any;
4951
- /**
4952
- * @internal
4953
- */
4954
- export declare const GenerateRandomRequestFilterSensitiveLog: (obj: GenerateRandomRequest) => any;
4955
4795
  /**
4956
4796
  * @internal
4957
4797
  */
4958
4798
  export declare const GenerateRandomResponseFilterSensitiveLog: (obj: GenerateRandomResponse) => any;
4959
- /**
4960
- * @internal
4961
- */
4962
- export declare const GetKeyPolicyRequestFilterSensitiveLog: (obj: GetKeyPolicyRequest) => any;
4963
- /**
4964
- * @internal
4965
- */
4966
- export declare const GetKeyPolicyResponseFilterSensitiveLog: (obj: GetKeyPolicyResponse) => any;
4967
- /**
4968
- * @internal
4969
- */
4970
- export declare const GetKeyRotationStatusRequestFilterSensitiveLog: (obj: GetKeyRotationStatusRequest) => any;
4971
- /**
4972
- * @internal
4973
- */
4974
- export declare const GetKeyRotationStatusResponseFilterSensitiveLog: (obj: GetKeyRotationStatusResponse) => any;
4975
- /**
4976
- * @internal
4977
- */
4978
- export declare const GetParametersForImportRequestFilterSensitiveLog: (obj: GetParametersForImportRequest) => any;
4979
4799
  /**
4980
4800
  * @internal
4981
4801
  */
4982
4802
  export declare const GetParametersForImportResponseFilterSensitiveLog: (obj: GetParametersForImportResponse) => any;
4983
- /**
4984
- * @internal
4985
- */
4986
- export declare const GetPublicKeyRequestFilterSensitiveLog: (obj: GetPublicKeyRequest) => any;
4987
- /**
4988
- * @internal
4989
- */
4990
- export declare const GetPublicKeyResponseFilterSensitiveLog: (obj: GetPublicKeyResponse) => any;
4991
- /**
4992
- * @internal
4993
- */
4994
- export declare const GrantListEntryFilterSensitiveLog: (obj: GrantListEntry) => any;
4995
- /**
4996
- * @internal
4997
- */
4998
- export declare const ImportKeyMaterialRequestFilterSensitiveLog: (obj: ImportKeyMaterialRequest) => any;
4999
- /**
5000
- * @internal
5001
- */
5002
- export declare const ImportKeyMaterialResponseFilterSensitiveLog: (obj: ImportKeyMaterialResponse) => any;
5003
- /**
5004
- * @internal
5005
- */
5006
- export declare const KeyListEntryFilterSensitiveLog: (obj: KeyListEntry) => any;
5007
- /**
5008
- * @internal
5009
- */
5010
- export declare const ListAliasesRequestFilterSensitiveLog: (obj: ListAliasesRequest) => any;
5011
- /**
5012
- * @internal
5013
- */
5014
- export declare const ListAliasesResponseFilterSensitiveLog: (obj: ListAliasesResponse) => any;
5015
- /**
5016
- * @internal
5017
- */
5018
- export declare const ListGrantsRequestFilterSensitiveLog: (obj: ListGrantsRequest) => any;
5019
- /**
5020
- * @internal
5021
- */
5022
- export declare const ListGrantsResponseFilterSensitiveLog: (obj: ListGrantsResponse) => any;
5023
- /**
5024
- * @internal
5025
- */
5026
- export declare const ListKeyPoliciesRequestFilterSensitiveLog: (obj: ListKeyPoliciesRequest) => any;
5027
- /**
5028
- * @internal
5029
- */
5030
- export declare const ListKeyPoliciesResponseFilterSensitiveLog: (obj: ListKeyPoliciesResponse) => any;
5031
- /**
5032
- * @internal
5033
- */
5034
- export declare const ListKeysRequestFilterSensitiveLog: (obj: ListKeysRequest) => any;
5035
- /**
5036
- * @internal
5037
- */
5038
- export declare const ListKeysResponseFilterSensitiveLog: (obj: ListKeysResponse) => any;
5039
- /**
5040
- * @internal
5041
- */
5042
- export declare const ListResourceTagsRequestFilterSensitiveLog: (obj: ListResourceTagsRequest) => any;
5043
- /**
5044
- * @internal
5045
- */
5046
- export declare const ListResourceTagsResponseFilterSensitiveLog: (obj: ListResourceTagsResponse) => any;
5047
- /**
5048
- * @internal
5049
- */
5050
- export declare const ListRetirableGrantsRequestFilterSensitiveLog: (obj: ListRetirableGrantsRequest) => any;
5051
- /**
5052
- * @internal
5053
- */
5054
- export declare const PutKeyPolicyRequestFilterSensitiveLog: (obj: PutKeyPolicyRequest) => any;
5055
- /**
5056
- * @internal
5057
- */
5058
- export declare const ReEncryptRequestFilterSensitiveLog: (obj: ReEncryptRequest) => any;
5059
- /**
5060
- * @internal
5061
- */
5062
- export declare const ReEncryptResponseFilterSensitiveLog: (obj: ReEncryptResponse) => any;
5063
- /**
5064
- * @internal
5065
- */
5066
- export declare const ReplicateKeyRequestFilterSensitiveLog: (obj: ReplicateKeyRequest) => any;
5067
- /**
5068
- * @internal
5069
- */
5070
- export declare const ReplicateKeyResponseFilterSensitiveLog: (obj: ReplicateKeyResponse) => any;
5071
- /**
5072
- * @internal
5073
- */
5074
- export declare const RetireGrantRequestFilterSensitiveLog: (obj: RetireGrantRequest) => any;
5075
- /**
5076
- * @internal
5077
- */
5078
- export declare const RevokeGrantRequestFilterSensitiveLog: (obj: RevokeGrantRequest) => any;
5079
- /**
5080
- * @internal
5081
- */
5082
- export declare const ScheduleKeyDeletionRequestFilterSensitiveLog: (obj: ScheduleKeyDeletionRequest) => any;
5083
- /**
5084
- * @internal
5085
- */
5086
- export declare const ScheduleKeyDeletionResponseFilterSensitiveLog: (obj: ScheduleKeyDeletionResponse) => any;
5087
4803
  /**
5088
4804
  * @internal
5089
4805
  */
5090
4806
  export declare const SignRequestFilterSensitiveLog: (obj: SignRequest) => any;
5091
- /**
5092
- * @internal
5093
- */
5094
- export declare const SignResponseFilterSensitiveLog: (obj: SignResponse) => any;
5095
- /**
5096
- * @internal
5097
- */
5098
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
5099
- /**
5100
- * @internal
5101
- */
5102
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
5103
- /**
5104
- * @internal
5105
- */
5106
- export declare const UpdateAliasRequestFilterSensitiveLog: (obj: UpdateAliasRequest) => any;
5107
4807
  /**
5108
4808
  * @internal
5109
4809
  */
5110
4810
  export declare const UpdateCustomKeyStoreRequestFilterSensitiveLog: (obj: UpdateCustomKeyStoreRequest) => any;
5111
- /**
5112
- * @internal
5113
- */
5114
- export declare const UpdateCustomKeyStoreResponseFilterSensitiveLog: (obj: UpdateCustomKeyStoreResponse) => any;
5115
- /**
5116
- * @internal
5117
- */
5118
- export declare const UpdateKeyDescriptionRequestFilterSensitiveLog: (obj: UpdateKeyDescriptionRequest) => any;
5119
- /**
5120
- * @internal
5121
- */
5122
- export declare const UpdatePrimaryRegionRequestFilterSensitiveLog: (obj: UpdatePrimaryRegionRequest) => any;
5123
4811
  /**
5124
4812
  * @internal
5125
4813
  */
5126
4814
  export declare const VerifyRequestFilterSensitiveLog: (obj: VerifyRequest) => any;
5127
- /**
5128
- * @internal
5129
- */
5130
- export declare const VerifyResponseFilterSensitiveLog: (obj: VerifyResponse) => any;
5131
4815
  /**
5132
4816
  * @internal
5133
4817
  */
5134
4818
  export declare const VerifyMacRequestFilterSensitiveLog: (obj: VerifyMacRequest) => any;
5135
- /**
5136
- * @internal
5137
- */
5138
- export declare const VerifyMacResponseFilterSensitiveLog: (obj: VerifyMacResponse) => any;
@@ -1040,281 +1040,49 @@ export interface VerifyMacResponse {
1040
1040
  MacValid?: boolean;
1041
1041
  MacAlgorithm?: MacAlgorithmSpec | string;
1042
1042
  }
1043
- export declare const AliasListEntryFilterSensitiveLog: (
1044
- obj: AliasListEntry
1045
- ) => any;
1046
- export declare const CancelKeyDeletionRequestFilterSensitiveLog: (
1047
- obj: CancelKeyDeletionRequest
1048
- ) => any;
1049
- export declare const CancelKeyDeletionResponseFilterSensitiveLog: (
1050
- obj: CancelKeyDeletionResponse
1051
- ) => any;
1052
- export declare const ConnectCustomKeyStoreRequestFilterSensitiveLog: (
1053
- obj: ConnectCustomKeyStoreRequest
1054
- ) => any;
1055
- export declare const ConnectCustomKeyStoreResponseFilterSensitiveLog: (
1056
- obj: ConnectCustomKeyStoreResponse
1057
- ) => any;
1058
- export declare const CreateAliasRequestFilterSensitiveLog: (
1059
- obj: CreateAliasRequest
1060
- ) => any;
1061
1043
  export declare const XksProxyAuthenticationCredentialTypeFilterSensitiveLog: (
1062
1044
  obj: XksProxyAuthenticationCredentialType
1063
1045
  ) => any;
1064
1046
  export declare const CreateCustomKeyStoreRequestFilterSensitiveLog: (
1065
1047
  obj: CreateCustomKeyStoreRequest
1066
1048
  ) => any;
1067
- export declare const CreateCustomKeyStoreResponseFilterSensitiveLog: (
1068
- obj: CreateCustomKeyStoreResponse
1069
- ) => any;
1070
- export declare const GrantConstraintsFilterSensitiveLog: (
1071
- obj: GrantConstraints
1072
- ) => any;
1073
- export declare const CreateGrantRequestFilterSensitiveLog: (
1074
- obj: CreateGrantRequest
1075
- ) => any;
1076
- export declare const CreateGrantResponseFilterSensitiveLog: (
1077
- obj: CreateGrantResponse
1078
- ) => any;
1079
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1080
- export declare const CreateKeyRequestFilterSensitiveLog: (
1081
- obj: CreateKeyRequest
1082
- ) => any;
1083
- export declare const MultiRegionKeyFilterSensitiveLog: (
1084
- obj: MultiRegionKey
1085
- ) => any;
1086
- export declare const MultiRegionConfigurationFilterSensitiveLog: (
1087
- obj: MultiRegionConfiguration
1088
- ) => any;
1089
- export declare const XksKeyConfigurationTypeFilterSensitiveLog: (
1090
- obj: XksKeyConfigurationType
1091
- ) => any;
1092
- export declare const KeyMetadataFilterSensitiveLog: (obj: KeyMetadata) => any;
1093
- export declare const CreateKeyResponseFilterSensitiveLog: (
1094
- obj: CreateKeyResponse
1095
- ) => any;
1096
1049
  export declare const XksProxyConfigurationTypeFilterSensitiveLog: (
1097
1050
  obj: XksProxyConfigurationType
1098
1051
  ) => any;
1099
1052
  export declare const CustomKeyStoresListEntryFilterSensitiveLog: (
1100
1053
  obj: CustomKeyStoresListEntry
1101
1054
  ) => any;
1102
- export declare const DecryptRequestFilterSensitiveLog: (
1103
- obj: DecryptRequest
1104
- ) => any;
1105
1055
  export declare const DecryptResponseFilterSensitiveLog: (
1106
1056
  obj: DecryptResponse
1107
1057
  ) => any;
1108
- export declare const DeleteAliasRequestFilterSensitiveLog: (
1109
- obj: DeleteAliasRequest
1110
- ) => any;
1111
- export declare const DeleteCustomKeyStoreRequestFilterSensitiveLog: (
1112
- obj: DeleteCustomKeyStoreRequest
1113
- ) => any;
1114
- export declare const DeleteCustomKeyStoreResponseFilterSensitiveLog: (
1115
- obj: DeleteCustomKeyStoreResponse
1116
- ) => any;
1117
- export declare const DeleteImportedKeyMaterialRequestFilterSensitiveLog: (
1118
- obj: DeleteImportedKeyMaterialRequest
1119
- ) => any;
1120
- export declare const DescribeCustomKeyStoresRequestFilterSensitiveLog: (
1121
- obj: DescribeCustomKeyStoresRequest
1122
- ) => any;
1123
1058
  export declare const DescribeCustomKeyStoresResponseFilterSensitiveLog: (
1124
1059
  obj: DescribeCustomKeyStoresResponse
1125
1060
  ) => any;
1126
- export declare const DescribeKeyRequestFilterSensitiveLog: (
1127
- obj: DescribeKeyRequest
1128
- ) => any;
1129
- export declare const DescribeKeyResponseFilterSensitiveLog: (
1130
- obj: DescribeKeyResponse
1131
- ) => any;
1132
- export declare const DisableKeyRequestFilterSensitiveLog: (
1133
- obj: DisableKeyRequest
1134
- ) => any;
1135
- export declare const DisableKeyRotationRequestFilterSensitiveLog: (
1136
- obj: DisableKeyRotationRequest
1137
- ) => any;
1138
- export declare const DisconnectCustomKeyStoreRequestFilterSensitiveLog: (
1139
- obj: DisconnectCustomKeyStoreRequest
1140
- ) => any;
1141
- export declare const DisconnectCustomKeyStoreResponseFilterSensitiveLog: (
1142
- obj: DisconnectCustomKeyStoreResponse
1143
- ) => any;
1144
- export declare const EnableKeyRequestFilterSensitiveLog: (
1145
- obj: EnableKeyRequest
1146
- ) => any;
1147
- export declare const EnableKeyRotationRequestFilterSensitiveLog: (
1148
- obj: EnableKeyRotationRequest
1149
- ) => any;
1150
1061
  export declare const EncryptRequestFilterSensitiveLog: (
1151
1062
  obj: EncryptRequest
1152
1063
  ) => any;
1153
- export declare const EncryptResponseFilterSensitiveLog: (
1154
- obj: EncryptResponse
1155
- ) => any;
1156
- export declare const GenerateDataKeyRequestFilterSensitiveLog: (
1157
- obj: GenerateDataKeyRequest
1158
- ) => any;
1159
1064
  export declare const GenerateDataKeyResponseFilterSensitiveLog: (
1160
1065
  obj: GenerateDataKeyResponse
1161
1066
  ) => any;
1162
- export declare const GenerateDataKeyPairRequestFilterSensitiveLog: (
1163
- obj: GenerateDataKeyPairRequest
1164
- ) => any;
1165
1067
  export declare const GenerateDataKeyPairResponseFilterSensitiveLog: (
1166
1068
  obj: GenerateDataKeyPairResponse
1167
1069
  ) => any;
1168
- export declare const GenerateDataKeyPairWithoutPlaintextRequestFilterSensitiveLog: (
1169
- obj: GenerateDataKeyPairWithoutPlaintextRequest
1170
- ) => any;
1171
- export declare const GenerateDataKeyPairWithoutPlaintextResponseFilterSensitiveLog: (
1172
- obj: GenerateDataKeyPairWithoutPlaintextResponse
1173
- ) => any;
1174
- export declare const GenerateDataKeyWithoutPlaintextRequestFilterSensitiveLog: (
1175
- obj: GenerateDataKeyWithoutPlaintextRequest
1176
- ) => any;
1177
- export declare const GenerateDataKeyWithoutPlaintextResponseFilterSensitiveLog: (
1178
- obj: GenerateDataKeyWithoutPlaintextResponse
1179
- ) => any;
1180
1070
  export declare const GenerateMacRequestFilterSensitiveLog: (
1181
1071
  obj: GenerateMacRequest
1182
1072
  ) => any;
1183
- export declare const GenerateMacResponseFilterSensitiveLog: (
1184
- obj: GenerateMacResponse
1185
- ) => any;
1186
- export declare const GenerateRandomRequestFilterSensitiveLog: (
1187
- obj: GenerateRandomRequest
1188
- ) => any;
1189
1073
  export declare const GenerateRandomResponseFilterSensitiveLog: (
1190
1074
  obj: GenerateRandomResponse
1191
1075
  ) => any;
1192
- export declare const GetKeyPolicyRequestFilterSensitiveLog: (
1193
- obj: GetKeyPolicyRequest
1194
- ) => any;
1195
- export declare const GetKeyPolicyResponseFilterSensitiveLog: (
1196
- obj: GetKeyPolicyResponse
1197
- ) => any;
1198
- export declare const GetKeyRotationStatusRequestFilterSensitiveLog: (
1199
- obj: GetKeyRotationStatusRequest
1200
- ) => any;
1201
- export declare const GetKeyRotationStatusResponseFilterSensitiveLog: (
1202
- obj: GetKeyRotationStatusResponse
1203
- ) => any;
1204
- export declare const GetParametersForImportRequestFilterSensitiveLog: (
1205
- obj: GetParametersForImportRequest
1206
- ) => any;
1207
1076
  export declare const GetParametersForImportResponseFilterSensitiveLog: (
1208
1077
  obj: GetParametersForImportResponse
1209
1078
  ) => any;
1210
- export declare const GetPublicKeyRequestFilterSensitiveLog: (
1211
- obj: GetPublicKeyRequest
1212
- ) => any;
1213
- export declare const GetPublicKeyResponseFilterSensitiveLog: (
1214
- obj: GetPublicKeyResponse
1215
- ) => any;
1216
- export declare const GrantListEntryFilterSensitiveLog: (
1217
- obj: GrantListEntry
1218
- ) => any;
1219
- export declare const ImportKeyMaterialRequestFilterSensitiveLog: (
1220
- obj: ImportKeyMaterialRequest
1221
- ) => any;
1222
- export declare const ImportKeyMaterialResponseFilterSensitiveLog: (
1223
- obj: ImportKeyMaterialResponse
1224
- ) => any;
1225
- export declare const KeyListEntryFilterSensitiveLog: (obj: KeyListEntry) => any;
1226
- export declare const ListAliasesRequestFilterSensitiveLog: (
1227
- obj: ListAliasesRequest
1228
- ) => any;
1229
- export declare const ListAliasesResponseFilterSensitiveLog: (
1230
- obj: ListAliasesResponse
1231
- ) => any;
1232
- export declare const ListGrantsRequestFilterSensitiveLog: (
1233
- obj: ListGrantsRequest
1234
- ) => any;
1235
- export declare const ListGrantsResponseFilterSensitiveLog: (
1236
- obj: ListGrantsResponse
1237
- ) => any;
1238
- export declare const ListKeyPoliciesRequestFilterSensitiveLog: (
1239
- obj: ListKeyPoliciesRequest
1240
- ) => any;
1241
- export declare const ListKeyPoliciesResponseFilterSensitiveLog: (
1242
- obj: ListKeyPoliciesResponse
1243
- ) => any;
1244
- export declare const ListKeysRequestFilterSensitiveLog: (
1245
- obj: ListKeysRequest
1246
- ) => any;
1247
- export declare const ListKeysResponseFilterSensitiveLog: (
1248
- obj: ListKeysResponse
1249
- ) => any;
1250
- export declare const ListResourceTagsRequestFilterSensitiveLog: (
1251
- obj: ListResourceTagsRequest
1252
- ) => any;
1253
- export declare const ListResourceTagsResponseFilterSensitiveLog: (
1254
- obj: ListResourceTagsResponse
1255
- ) => any;
1256
- export declare const ListRetirableGrantsRequestFilterSensitiveLog: (
1257
- obj: ListRetirableGrantsRequest
1258
- ) => any;
1259
- export declare const PutKeyPolicyRequestFilterSensitiveLog: (
1260
- obj: PutKeyPolicyRequest
1261
- ) => any;
1262
- export declare const ReEncryptRequestFilterSensitiveLog: (
1263
- obj: ReEncryptRequest
1264
- ) => any;
1265
- export declare const ReEncryptResponseFilterSensitiveLog: (
1266
- obj: ReEncryptResponse
1267
- ) => any;
1268
- export declare const ReplicateKeyRequestFilterSensitiveLog: (
1269
- obj: ReplicateKeyRequest
1270
- ) => any;
1271
- export declare const ReplicateKeyResponseFilterSensitiveLog: (
1272
- obj: ReplicateKeyResponse
1273
- ) => any;
1274
- export declare const RetireGrantRequestFilterSensitiveLog: (
1275
- obj: RetireGrantRequest
1276
- ) => any;
1277
- export declare const RevokeGrantRequestFilterSensitiveLog: (
1278
- obj: RevokeGrantRequest
1279
- ) => any;
1280
- export declare const ScheduleKeyDeletionRequestFilterSensitiveLog: (
1281
- obj: ScheduleKeyDeletionRequest
1282
- ) => any;
1283
- export declare const ScheduleKeyDeletionResponseFilterSensitiveLog: (
1284
- obj: ScheduleKeyDeletionResponse
1285
- ) => any;
1286
1079
  export declare const SignRequestFilterSensitiveLog: (obj: SignRequest) => any;
1287
- export declare const SignResponseFilterSensitiveLog: (obj: SignResponse) => any;
1288
- export declare const TagResourceRequestFilterSensitiveLog: (
1289
- obj: TagResourceRequest
1290
- ) => any;
1291
- export declare const UntagResourceRequestFilterSensitiveLog: (
1292
- obj: UntagResourceRequest
1293
- ) => any;
1294
- export declare const UpdateAliasRequestFilterSensitiveLog: (
1295
- obj: UpdateAliasRequest
1296
- ) => any;
1297
1080
  export declare const UpdateCustomKeyStoreRequestFilterSensitiveLog: (
1298
1081
  obj: UpdateCustomKeyStoreRequest
1299
1082
  ) => any;
1300
- export declare const UpdateCustomKeyStoreResponseFilterSensitiveLog: (
1301
- obj: UpdateCustomKeyStoreResponse
1302
- ) => any;
1303
- export declare const UpdateKeyDescriptionRequestFilterSensitiveLog: (
1304
- obj: UpdateKeyDescriptionRequest
1305
- ) => any;
1306
- export declare const UpdatePrimaryRegionRequestFilterSensitiveLog: (
1307
- obj: UpdatePrimaryRegionRequest
1308
- ) => any;
1309
1083
  export declare const VerifyRequestFilterSensitiveLog: (
1310
1084
  obj: VerifyRequest
1311
1085
  ) => any;
1312
- export declare const VerifyResponseFilterSensitiveLog: (
1313
- obj: VerifyResponse
1314
- ) => any;
1315
1086
  export declare const VerifyMacRequestFilterSensitiveLog: (
1316
1087
  obj: VerifyMacRequest
1317
1088
  ) => any;
1318
- export declare const VerifyMacResponseFilterSensitiveLog: (
1319
- obj: VerifyMacResponse
1320
- ) => any;