@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,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { DescribeCustomKeyStoresCommandInput, DescribeCustomKeyStoresCommandOutput } from "../commands/DescribeCustomKeyStoresCommand";
3
3
  import { KMSPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateDescribeCustomKeyStores(config: KMSPaginationConfiguration, input: DescribeCustomKeyStoresCommandInput, ...additionalArguments: any): Paginator<DescribeCustomKeyStoresCommandOutput>;
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { KMSClient } from "../KMSClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface KMSPaginationConfiguration extends PaginationConfiguration {
4
7
  client: KMSClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
3
3
  import { KMSPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListAliases(config: KMSPaginationConfiguration, input: ListAliasesCommandInput, ...additionalArguments: any): Paginator<ListAliasesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListGrantsCommandInput, ListGrantsCommandOutput } from "../commands/ListGrantsCommand";
3
3
  import { KMSPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListGrants(config: KMSPaginationConfiguration, input: ListGrantsCommandInput, ...additionalArguments: any): Paginator<ListGrantsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListKeyPoliciesCommandInput, ListKeyPoliciesCommandOutput } from "../commands/ListKeyPoliciesCommand";
3
3
  import { KMSPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListKeyPolicies(config: KMSPaginationConfiguration, input: ListKeyPoliciesCommandInput, ...additionalArguments: any): Paginator<ListKeyPoliciesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListKeysCommandInput, ListKeysCommandOutput } from "../commands/ListKeysCommand";
3
3
  import { KMSPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListKeys(config: KMSPaginationConfiguration, input: ListKeysCommandInput, ...additionalArguments: any): Paginator<ListKeysCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListResourceTagsCommandInput, ListResourceTagsCommandOutput } from "../commands/ListResourceTagsCommand";
3
3
  import { KMSPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListResourceTags(config: KMSPaginationConfiguration, input: ListResourceTagsCommandInput, ...additionalArguments: any): Paginator<ListResourceTagsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListRetirableGrantsCommandInput, ListRetirableGrantsCommandOutput } from "../commands/ListRetirableGrantsCommand";
3
3
  import { KMSPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListRetirableGrants(config: KMSPaginationConfiguration, input: ListRetirableGrantsCommandInput, ...additionalArguments: any): Paginator<ListRetirableGrantsCommandOutput>;
@@ -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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kms",
3
3
  "description": "AWS SDK for JavaScript Kms Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
4
+ "version": "3.298.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo kms"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,9 +21,9 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",