@aws-sdk/client-kms 3.131.0 → 3.141.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.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CancelKeyDeletionCommand.js +2 -2
- package/dist-cjs/commands/ConnectCustomKeyStoreCommand.js +2 -2
- package/dist-cjs/commands/CreateAliasCommand.js +1 -1
- package/dist-cjs/commands/CreateCustomKeyStoreCommand.js +2 -2
- package/dist-cjs/commands/CreateGrantCommand.js +2 -2
- package/dist-cjs/commands/CreateKeyCommand.js +2 -2
- package/dist-cjs/commands/DecryptCommand.js +2 -2
- package/dist-cjs/commands/DeleteAliasCommand.js +1 -1
- package/dist-cjs/commands/DeleteCustomKeyStoreCommand.js +2 -2
- package/dist-cjs/commands/DeleteImportedKeyMaterialCommand.js +1 -1
- package/dist-cjs/commands/DescribeCustomKeyStoresCommand.js +2 -2
- package/dist-cjs/commands/DescribeKeyCommand.js +2 -2
- package/dist-cjs/commands/DisableKeyCommand.js +1 -1
- package/dist-cjs/commands/DisableKeyRotationCommand.js +1 -1
- package/dist-cjs/commands/DisconnectCustomKeyStoreCommand.js +2 -2
- package/dist-cjs/commands/EnableKeyCommand.js +1 -1
- package/dist-cjs/commands/EnableKeyRotationCommand.js +1 -1
- package/dist-cjs/commands/EncryptCommand.js +2 -2
- package/dist-cjs/commands/GenerateDataKeyCommand.js +2 -2
- package/dist-cjs/commands/GenerateDataKeyPairCommand.js +2 -2
- package/dist-cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +2 -2
- package/dist-cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js +2 -2
- package/dist-cjs/commands/GenerateMacCommand.js +2 -2
- package/dist-cjs/commands/GenerateRandomCommand.js +2 -2
- package/dist-cjs/commands/GetKeyPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetKeyRotationStatusCommand.js +2 -2
- package/dist-cjs/commands/GetParametersForImportCommand.js +2 -2
- package/dist-cjs/commands/GetPublicKeyCommand.js +2 -2
- package/dist-cjs/commands/ImportKeyMaterialCommand.js +2 -2
- package/dist-cjs/commands/ListAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListGrantsCommand.js +2 -2
- package/dist-cjs/commands/ListKeyPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListKeysCommand.js +2 -2
- package/dist-cjs/commands/ListResourceTagsCommand.js +2 -2
- package/dist-cjs/commands/ListRetirableGrantsCommand.js +2 -2
- package/dist-cjs/commands/PutKeyPolicyCommand.js +1 -1
- package/dist-cjs/commands/ReEncryptCommand.js +2 -2
- package/dist-cjs/commands/ReplicateKeyCommand.js +2 -2
- package/dist-cjs/commands/RetireGrantCommand.js +1 -1
- package/dist-cjs/commands/RevokeGrantCommand.js +1 -1
- package/dist-cjs/commands/ScheduleKeyDeletionCommand.js +2 -2
- package/dist-cjs/commands/SignCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateAliasCommand.js +1 -1
- package/dist-cjs/commands/UpdateCustomKeyStoreCommand.js +2 -2
- package/dist-cjs/commands/UpdateKeyDescriptionCommand.js +1 -1
- package/dist-cjs/commands/UpdatePrimaryRegionCommand.js +1 -1
- package/dist-cjs/commands/VerifyCommand.js +2 -2
- package/dist-cjs/commands/VerifyMacCommand.js +2 -2
- package/dist-cjs/models/models_0.js +393 -573
- package/dist-cjs/pagination/DescribeCustomKeyStoresPaginator.js +36 -0
- package/dist-cjs/pagination/ListResourceTagsPaginator.js +36 -0
- package/dist-cjs/pagination/ListRetirableGrantsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-es/commands/CancelKeyDeletionCommand.js +3 -3
- package/dist-es/commands/ConnectCustomKeyStoreCommand.js +3 -3
- package/dist-es/commands/CreateAliasCommand.js +2 -2
- package/dist-es/commands/CreateCustomKeyStoreCommand.js +3 -3
- package/dist-es/commands/CreateGrantCommand.js +3 -3
- package/dist-es/commands/CreateKeyCommand.js +3 -3
- package/dist-es/commands/DecryptCommand.js +3 -3
- package/dist-es/commands/DeleteAliasCommand.js +2 -2
- package/dist-es/commands/DeleteCustomKeyStoreCommand.js +3 -3
- package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +2 -2
- package/dist-es/commands/DescribeCustomKeyStoresCommand.js +3 -3
- package/dist-es/commands/DescribeKeyCommand.js +3 -3
- package/dist-es/commands/DisableKeyCommand.js +2 -2
- package/dist-es/commands/DisableKeyRotationCommand.js +2 -2
- package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +3 -3
- package/dist-es/commands/EnableKeyCommand.js +2 -2
- package/dist-es/commands/EnableKeyRotationCommand.js +2 -2
- package/dist-es/commands/EncryptCommand.js +3 -3
- package/dist-es/commands/GenerateDataKeyCommand.js +3 -3
- package/dist-es/commands/GenerateDataKeyPairCommand.js +3 -3
- package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +3 -3
- package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +3 -3
- package/dist-es/commands/GenerateMacCommand.js +3 -3
- package/dist-es/commands/GenerateRandomCommand.js +3 -3
- package/dist-es/commands/GetKeyPolicyCommand.js +3 -3
- package/dist-es/commands/GetKeyRotationStatusCommand.js +3 -3
- package/dist-es/commands/GetParametersForImportCommand.js +3 -3
- package/dist-es/commands/GetPublicKeyCommand.js +3 -3
- package/dist-es/commands/ImportKeyMaterialCommand.js +3 -3
- package/dist-es/commands/ListAliasesCommand.js +3 -3
- package/dist-es/commands/ListGrantsCommand.js +3 -3
- package/dist-es/commands/ListKeyPoliciesCommand.js +3 -3
- package/dist-es/commands/ListKeysCommand.js +3 -3
- package/dist-es/commands/ListResourceTagsCommand.js +3 -3
- package/dist-es/commands/ListRetirableGrantsCommand.js +3 -3
- package/dist-es/commands/PutKeyPolicyCommand.js +2 -2
- package/dist-es/commands/ReEncryptCommand.js +3 -3
- package/dist-es/commands/ReplicateKeyCommand.js +3 -3
- package/dist-es/commands/RetireGrantCommand.js +2 -2
- package/dist-es/commands/RevokeGrantCommand.js +2 -2
- package/dist-es/commands/ScheduleKeyDeletionCommand.js +3 -3
- package/dist-es/commands/SignCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAliasCommand.js +2 -2
- package/dist-es/commands/UpdateCustomKeyStoreCommand.js +3 -3
- package/dist-es/commands/UpdateKeyDescriptionCommand.js +2 -2
- package/dist-es/commands/UpdatePrimaryRegionCommand.js +2 -2
- package/dist-es/commands/VerifyCommand.js +3 -3
- package/dist-es/commands/VerifyMacCommand.js +3 -3
- package/dist-es/models/models_0.js +99 -372
- package/dist-es/pagination/DescribeCustomKeyStoresPaginator.js +75 -0
- package/dist-es/pagination/ListResourceTagsPaginator.js +75 -0
- package/dist-es/pagination/ListRetirableGrantsPaginator.js +75 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-types/KMS.d.ts +49 -27
- package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyCommand.d.ts +5 -3
- package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +2 -2
- package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyCommand.d.ts +1 -1
- package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +1 -1
- package/dist-types/commands/EncryptCommand.d.ts +5 -1
- package/dist-types/commands/GenerateDataKeyCommand.d.ts +12 -6
- package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +3 -3
- package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +3 -3
- package/dist-types/commands/GenerateRandomCommand.d.ts +4 -1
- package/dist-types/commands/GetPublicKeyCommand.d.ts +5 -2
- package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +1 -1
- package/dist-types/commands/VerifyCommand.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +428 -596
- package/dist-types/pagination/DescribeCustomKeyStoresPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResourceTagsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRetirableGrantsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +197 -377
- package/dist-types/ts3.4/pagination/DescribeCustomKeyStoresPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResourceTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRetirableGrantsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/package.json +6 -6
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
3
|
+
exports.InvalidGrantIdException = exports.InvalidImportTokenException = exports.IncorrectKeyMaterialException = exports.WrappingKeySpec = exports.ExpiredImportTokenException = exports.InvalidMarkerException = exports.KeyUnavailableException = exports.InvalidKeyUsageException = exports.InvalidCiphertextException = exports.IncorrectKeyException = exports.DataKeySpec = exports.DataKeyPairSpec = exports.CustomKeyStoreHasCMKsException = exports.UnsupportedOperationException = exports.TagException = exports.MalformedPolicyDocumentException = exports.SigningAlgorithmSpec = exports.MultiRegionKeyType = exports.MacAlgorithmSpec = exports.KeyState = exports.KeyManagerType = exports.ExpirationModelType = exports.EncryptionAlgorithmSpec = exports.OriginType = exports.KeyUsageType = exports.KeySpec = exports.CustomerMasterKeySpec = exports.InvalidGrantTokenException = exports.DisabledException = exports.GrantOperation = exports.IncorrectTrustAnchorException = exports.CustomKeyStoreNameInUseException = exports.LimitExceededException = exports.InvalidAliasNameException = exports.ConnectionStateType = exports.ConnectionErrorCodeType = exports.CustomKeyStoreNotFoundException = exports.CustomKeyStoreInvalidStateException = exports.CloudHsmClusterNotRelatedException = exports.CloudHsmClusterNotFoundException = exports.CloudHsmClusterNotActiveException = exports.CloudHsmClusterInvalidConfigurationException = exports.CloudHsmClusterInUseException = exports.NotFoundException = exports.KMSInvalidStateException = exports.KMSInternalException = exports.InvalidArnException = exports.DependencyTimeoutException = exports.AlreadyExistsException = exports.AlgorithmSpec = void 0;
|
|
4
|
+
exports.GenerateRandomRequestFilterSensitiveLog = exports.GenerateMacResponseFilterSensitiveLog = exports.GenerateMacRequestFilterSensitiveLog = exports.GenerateDataKeyWithoutPlaintextResponseFilterSensitiveLog = exports.GenerateDataKeyWithoutPlaintextRequestFilterSensitiveLog = exports.GenerateDataKeyPairWithoutPlaintextResponseFilterSensitiveLog = exports.GenerateDataKeyPairWithoutPlaintextRequestFilterSensitiveLog = exports.GenerateDataKeyPairResponseFilterSensitiveLog = exports.GenerateDataKeyPairRequestFilterSensitiveLog = exports.GenerateDataKeyResponseFilterSensitiveLog = exports.GenerateDataKeyRequestFilterSensitiveLog = exports.EncryptResponseFilterSensitiveLog = exports.EncryptRequestFilterSensitiveLog = exports.EnableKeyRotationRequestFilterSensitiveLog = exports.EnableKeyRequestFilterSensitiveLog = exports.DisconnectCustomKeyStoreResponseFilterSensitiveLog = exports.DisconnectCustomKeyStoreRequestFilterSensitiveLog = exports.DisableKeyRotationRequestFilterSensitiveLog = exports.DisableKeyRequestFilterSensitiveLog = exports.DescribeKeyResponseFilterSensitiveLog = exports.DescribeKeyRequestFilterSensitiveLog = exports.DescribeCustomKeyStoresResponseFilterSensitiveLog = exports.DescribeCustomKeyStoresRequestFilterSensitiveLog = exports.DeleteImportedKeyMaterialRequestFilterSensitiveLog = exports.DeleteCustomKeyStoreResponseFilterSensitiveLog = exports.DeleteCustomKeyStoreRequestFilterSensitiveLog = exports.DeleteAliasRequestFilterSensitiveLog = exports.DecryptResponseFilterSensitiveLog = exports.DecryptRequestFilterSensitiveLog = exports.CustomKeyStoresListEntryFilterSensitiveLog = exports.CreateKeyResponseFilterSensitiveLog = exports.KeyMetadataFilterSensitiveLog = exports.MultiRegionConfigurationFilterSensitiveLog = exports.MultiRegionKeyFilterSensitiveLog = exports.CreateKeyRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.CreateGrantResponseFilterSensitiveLog = exports.CreateGrantRequestFilterSensitiveLog = exports.GrantConstraintsFilterSensitiveLog = exports.CreateCustomKeyStoreResponseFilterSensitiveLog = exports.CreateCustomKeyStoreRequestFilterSensitiveLog = exports.CreateAliasRequestFilterSensitiveLog = exports.ConnectCustomKeyStoreResponseFilterSensitiveLog = exports.ConnectCustomKeyStoreRequestFilterSensitiveLog = exports.CancelKeyDeletionResponseFilterSensitiveLog = exports.CancelKeyDeletionRequestFilterSensitiveLog = exports.AliasListEntryFilterSensitiveLog = exports.MessageType = exports.KMSInvalidSignatureException = exports.KMSInvalidMacException = void 0;
|
|
5
|
+
exports.VerifyMacResponseFilterSensitiveLog = exports.VerifyMacRequestFilterSensitiveLog = exports.VerifyResponseFilterSensitiveLog = exports.VerifyRequestFilterSensitiveLog = exports.UpdatePrimaryRegionRequestFilterSensitiveLog = exports.UpdateKeyDescriptionRequestFilterSensitiveLog = exports.UpdateCustomKeyStoreResponseFilterSensitiveLog = exports.UpdateCustomKeyStoreRequestFilterSensitiveLog = exports.UpdateAliasRequestFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.SignResponseFilterSensitiveLog = exports.SignRequestFilterSensitiveLog = exports.ScheduleKeyDeletionResponseFilterSensitiveLog = exports.ScheduleKeyDeletionRequestFilterSensitiveLog = exports.RevokeGrantRequestFilterSensitiveLog = exports.RetireGrantRequestFilterSensitiveLog = exports.ReplicateKeyResponseFilterSensitiveLog = exports.ReplicateKeyRequestFilterSensitiveLog = exports.ReEncryptResponseFilterSensitiveLog = exports.ReEncryptRequestFilterSensitiveLog = exports.PutKeyPolicyRequestFilterSensitiveLog = exports.ListRetirableGrantsRequestFilterSensitiveLog = exports.ListResourceTagsResponseFilterSensitiveLog = exports.ListResourceTagsRequestFilterSensitiveLog = exports.ListKeysResponseFilterSensitiveLog = exports.ListKeysRequestFilterSensitiveLog = exports.ListKeyPoliciesResponseFilterSensitiveLog = exports.ListKeyPoliciesRequestFilterSensitiveLog = exports.ListGrantsResponseFilterSensitiveLog = exports.ListGrantsRequestFilterSensitiveLog = exports.ListAliasesResponseFilterSensitiveLog = exports.ListAliasesRequestFilterSensitiveLog = exports.KeyListEntryFilterSensitiveLog = exports.ImportKeyMaterialResponseFilterSensitiveLog = exports.ImportKeyMaterialRequestFilterSensitiveLog = exports.GrantListEntryFilterSensitiveLog = exports.GetPublicKeyResponseFilterSensitiveLog = exports.GetPublicKeyRequestFilterSensitiveLog = exports.GetParametersForImportResponseFilterSensitiveLog = exports.GetParametersForImportRequestFilterSensitiveLog = exports.GetKeyRotationStatusResponseFilterSensitiveLog = exports.GetKeyRotationStatusRequestFilterSensitiveLog = exports.GetKeyPolicyResponseFilterSensitiveLog = exports.GetKeyPolicyRequestFilterSensitiveLog = exports.GenerateRandomResponseFilterSensitiveLog = void 0;
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const KMSServiceException_1 = require("./KMSServiceException");
|
|
8
8
|
var AlgorithmSpec;
|
|
@@ -11,12 +11,6 @@ var AlgorithmSpec;
|
|
|
11
11
|
AlgorithmSpec["RSAES_OAEP_SHA_256"] = "RSAES_OAEP_SHA_256";
|
|
12
12
|
AlgorithmSpec["RSAES_PKCS1_V1_5"] = "RSAES_PKCS1_V1_5";
|
|
13
13
|
})(AlgorithmSpec = exports.AlgorithmSpec || (exports.AlgorithmSpec = {}));
|
|
14
|
-
var AliasListEntry;
|
|
15
|
-
(function (AliasListEntry) {
|
|
16
|
-
AliasListEntry.filterSensitiveLog = (obj) => ({
|
|
17
|
-
...obj,
|
|
18
|
-
});
|
|
19
|
-
})(AliasListEntry = exports.AliasListEntry || (exports.AliasListEntry = {}));
|
|
20
14
|
class AlreadyExistsException extends KMSServiceException_1.KMSServiceException {
|
|
21
15
|
constructor(opts) {
|
|
22
16
|
super({
|
|
@@ -30,18 +24,6 @@ class AlreadyExistsException extends KMSServiceException_1.KMSServiceException {
|
|
|
30
24
|
}
|
|
31
25
|
}
|
|
32
26
|
exports.AlreadyExistsException = AlreadyExistsException;
|
|
33
|
-
var CancelKeyDeletionRequest;
|
|
34
|
-
(function (CancelKeyDeletionRequest) {
|
|
35
|
-
CancelKeyDeletionRequest.filterSensitiveLog = (obj) => ({
|
|
36
|
-
...obj,
|
|
37
|
-
});
|
|
38
|
-
})(CancelKeyDeletionRequest = exports.CancelKeyDeletionRequest || (exports.CancelKeyDeletionRequest = {}));
|
|
39
|
-
var CancelKeyDeletionResponse;
|
|
40
|
-
(function (CancelKeyDeletionResponse) {
|
|
41
|
-
CancelKeyDeletionResponse.filterSensitiveLog = (obj) => ({
|
|
42
|
-
...obj,
|
|
43
|
-
});
|
|
44
|
-
})(CancelKeyDeletionResponse = exports.CancelKeyDeletionResponse || (exports.CancelKeyDeletionResponse = {}));
|
|
45
27
|
class DependencyTimeoutException extends KMSServiceException_1.KMSServiceException {
|
|
46
28
|
constructor(opts) {
|
|
47
29
|
super({
|
|
@@ -172,18 +154,6 @@ class CloudHsmClusterNotRelatedException extends KMSServiceException_1.KMSServic
|
|
|
172
154
|
}
|
|
173
155
|
}
|
|
174
156
|
exports.CloudHsmClusterNotRelatedException = CloudHsmClusterNotRelatedException;
|
|
175
|
-
var ConnectCustomKeyStoreRequest;
|
|
176
|
-
(function (ConnectCustomKeyStoreRequest) {
|
|
177
|
-
ConnectCustomKeyStoreRequest.filterSensitiveLog = (obj) => ({
|
|
178
|
-
...obj,
|
|
179
|
-
});
|
|
180
|
-
})(ConnectCustomKeyStoreRequest = exports.ConnectCustomKeyStoreRequest || (exports.ConnectCustomKeyStoreRequest = {}));
|
|
181
|
-
var ConnectCustomKeyStoreResponse;
|
|
182
|
-
(function (ConnectCustomKeyStoreResponse) {
|
|
183
|
-
ConnectCustomKeyStoreResponse.filterSensitiveLog = (obj) => ({
|
|
184
|
-
...obj,
|
|
185
|
-
});
|
|
186
|
-
})(ConnectCustomKeyStoreResponse = exports.ConnectCustomKeyStoreResponse || (exports.ConnectCustomKeyStoreResponse = {}));
|
|
187
157
|
class CustomKeyStoreInvalidStateException extends KMSServiceException_1.KMSServiceException {
|
|
188
158
|
constructor(opts) {
|
|
189
159
|
super({
|
|
@@ -214,6 +184,7 @@ var ConnectionErrorCodeType;
|
|
|
214
184
|
(function (ConnectionErrorCodeType) {
|
|
215
185
|
ConnectionErrorCodeType["CLUSTER_NOT_FOUND"] = "CLUSTER_NOT_FOUND";
|
|
216
186
|
ConnectionErrorCodeType["INSUFFICIENT_CLOUDHSM_HSMS"] = "INSUFFICIENT_CLOUDHSM_HSMS";
|
|
187
|
+
ConnectionErrorCodeType["INSUFFICIENT_FREE_ADDRESSES_IN_SUBNET"] = "INSUFFICIENT_FREE_ADDRESSES_IN_SUBNET";
|
|
217
188
|
ConnectionErrorCodeType["INTERNAL_ERROR"] = "INTERNAL_ERROR";
|
|
218
189
|
ConnectionErrorCodeType["INVALID_CREDENTIALS"] = "INVALID_CREDENTIALS";
|
|
219
190
|
ConnectionErrorCodeType["NETWORK_ERRORS"] = "NETWORK_ERRORS";
|
|
@@ -230,12 +201,6 @@ var ConnectionStateType;
|
|
|
230
201
|
ConnectionStateType["DISCONNECTING"] = "DISCONNECTING";
|
|
231
202
|
ConnectionStateType["FAILED"] = "FAILED";
|
|
232
203
|
})(ConnectionStateType = exports.ConnectionStateType || (exports.ConnectionStateType = {}));
|
|
233
|
-
var CreateAliasRequest;
|
|
234
|
-
(function (CreateAliasRequest) {
|
|
235
|
-
CreateAliasRequest.filterSensitiveLog = (obj) => ({
|
|
236
|
-
...obj,
|
|
237
|
-
});
|
|
238
|
-
})(CreateAliasRequest = exports.CreateAliasRequest || (exports.CreateAliasRequest = {}));
|
|
239
204
|
class InvalidAliasNameException extends KMSServiceException_1.KMSServiceException {
|
|
240
205
|
constructor(opts) {
|
|
241
206
|
super({
|
|
@@ -262,19 +227,6 @@ class LimitExceededException extends KMSServiceException_1.KMSServiceException {
|
|
|
262
227
|
}
|
|
263
228
|
}
|
|
264
229
|
exports.LimitExceededException = LimitExceededException;
|
|
265
|
-
var CreateCustomKeyStoreRequest;
|
|
266
|
-
(function (CreateCustomKeyStoreRequest) {
|
|
267
|
-
CreateCustomKeyStoreRequest.filterSensitiveLog = (obj) => ({
|
|
268
|
-
...obj,
|
|
269
|
-
...(obj.KeyStorePassword && { KeyStorePassword: smithy_client_1.SENSITIVE_STRING }),
|
|
270
|
-
});
|
|
271
|
-
})(CreateCustomKeyStoreRequest = exports.CreateCustomKeyStoreRequest || (exports.CreateCustomKeyStoreRequest = {}));
|
|
272
|
-
var CreateCustomKeyStoreResponse;
|
|
273
|
-
(function (CreateCustomKeyStoreResponse) {
|
|
274
|
-
CreateCustomKeyStoreResponse.filterSensitiveLog = (obj) => ({
|
|
275
|
-
...obj,
|
|
276
|
-
});
|
|
277
|
-
})(CreateCustomKeyStoreResponse = exports.CreateCustomKeyStoreResponse || (exports.CreateCustomKeyStoreResponse = {}));
|
|
278
230
|
class CustomKeyStoreNameInUseException extends KMSServiceException_1.KMSServiceException {
|
|
279
231
|
constructor(opts) {
|
|
280
232
|
super({
|
|
@@ -301,12 +253,6 @@ class IncorrectTrustAnchorException extends KMSServiceException_1.KMSServiceExce
|
|
|
301
253
|
}
|
|
302
254
|
}
|
|
303
255
|
exports.IncorrectTrustAnchorException = IncorrectTrustAnchorException;
|
|
304
|
-
var GrantConstraints;
|
|
305
|
-
(function (GrantConstraints) {
|
|
306
|
-
GrantConstraints.filterSensitiveLog = (obj) => ({
|
|
307
|
-
...obj,
|
|
308
|
-
});
|
|
309
|
-
})(GrantConstraints = exports.GrantConstraints || (exports.GrantConstraints = {}));
|
|
310
256
|
var GrantOperation;
|
|
311
257
|
(function (GrantOperation) {
|
|
312
258
|
GrantOperation["CreateGrant"] = "CreateGrant";
|
|
@@ -326,18 +272,6 @@ var GrantOperation;
|
|
|
326
272
|
GrantOperation["Verify"] = "Verify";
|
|
327
273
|
GrantOperation["VerifyMac"] = "VerifyMac";
|
|
328
274
|
})(GrantOperation = exports.GrantOperation || (exports.GrantOperation = {}));
|
|
329
|
-
var CreateGrantRequest;
|
|
330
|
-
(function (CreateGrantRequest) {
|
|
331
|
-
CreateGrantRequest.filterSensitiveLog = (obj) => ({
|
|
332
|
-
...obj,
|
|
333
|
-
});
|
|
334
|
-
})(CreateGrantRequest = exports.CreateGrantRequest || (exports.CreateGrantRequest = {}));
|
|
335
|
-
var CreateGrantResponse;
|
|
336
|
-
(function (CreateGrantResponse) {
|
|
337
|
-
CreateGrantResponse.filterSensitiveLog = (obj) => ({
|
|
338
|
-
...obj,
|
|
339
|
-
});
|
|
340
|
-
})(CreateGrantResponse = exports.CreateGrantResponse || (exports.CreateGrantResponse = {}));
|
|
341
275
|
class DisabledException extends KMSServiceException_1.KMSServiceException {
|
|
342
276
|
constructor(opts) {
|
|
343
277
|
super({
|
|
@@ -377,6 +311,7 @@ var CustomerMasterKeySpec;
|
|
|
377
311
|
CustomerMasterKeySpec["RSA_2048"] = "RSA_2048";
|
|
378
312
|
CustomerMasterKeySpec["RSA_3072"] = "RSA_3072";
|
|
379
313
|
CustomerMasterKeySpec["RSA_4096"] = "RSA_4096";
|
|
314
|
+
CustomerMasterKeySpec["SM2"] = "SM2";
|
|
380
315
|
CustomerMasterKeySpec["SYMMETRIC_DEFAULT"] = "SYMMETRIC_DEFAULT";
|
|
381
316
|
})(CustomerMasterKeySpec = exports.CustomerMasterKeySpec || (exports.CustomerMasterKeySpec = {}));
|
|
382
317
|
var KeySpec;
|
|
@@ -392,6 +327,7 @@ var KeySpec;
|
|
|
392
327
|
KeySpec["RSA_2048"] = "RSA_2048";
|
|
393
328
|
KeySpec["RSA_3072"] = "RSA_3072";
|
|
394
329
|
KeySpec["RSA_4096"] = "RSA_4096";
|
|
330
|
+
KeySpec["SM2"] = "SM2";
|
|
395
331
|
KeySpec["SYMMETRIC_DEFAULT"] = "SYMMETRIC_DEFAULT";
|
|
396
332
|
})(KeySpec = exports.KeySpec || (exports.KeySpec = {}));
|
|
397
333
|
var KeyUsageType;
|
|
@@ -406,22 +342,11 @@ var OriginType;
|
|
|
406
342
|
OriginType["AWS_KMS"] = "AWS_KMS";
|
|
407
343
|
OriginType["EXTERNAL"] = "EXTERNAL";
|
|
408
344
|
})(OriginType = exports.OriginType || (exports.OriginType = {}));
|
|
409
|
-
var Tag;
|
|
410
|
-
(function (Tag) {
|
|
411
|
-
Tag.filterSensitiveLog = (obj) => ({
|
|
412
|
-
...obj,
|
|
413
|
-
});
|
|
414
|
-
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
415
|
-
var CreateKeyRequest;
|
|
416
|
-
(function (CreateKeyRequest) {
|
|
417
|
-
CreateKeyRequest.filterSensitiveLog = (obj) => ({
|
|
418
|
-
...obj,
|
|
419
|
-
});
|
|
420
|
-
})(CreateKeyRequest = exports.CreateKeyRequest || (exports.CreateKeyRequest = {}));
|
|
421
345
|
var EncryptionAlgorithmSpec;
|
|
422
346
|
(function (EncryptionAlgorithmSpec) {
|
|
423
347
|
EncryptionAlgorithmSpec["RSAES_OAEP_SHA_1"] = "RSAES_OAEP_SHA_1";
|
|
424
348
|
EncryptionAlgorithmSpec["RSAES_OAEP_SHA_256"] = "RSAES_OAEP_SHA_256";
|
|
349
|
+
EncryptionAlgorithmSpec["SM2PKE"] = "SM2PKE";
|
|
425
350
|
EncryptionAlgorithmSpec["SYMMETRIC_DEFAULT"] = "SYMMETRIC_DEFAULT";
|
|
426
351
|
})(EncryptionAlgorithmSpec = exports.EncryptionAlgorithmSpec || (exports.EncryptionAlgorithmSpec = {}));
|
|
427
352
|
var ExpirationModelType;
|
|
@@ -457,18 +382,6 @@ var MultiRegionKeyType;
|
|
|
457
382
|
MultiRegionKeyType["PRIMARY"] = "PRIMARY";
|
|
458
383
|
MultiRegionKeyType["REPLICA"] = "REPLICA";
|
|
459
384
|
})(MultiRegionKeyType = exports.MultiRegionKeyType || (exports.MultiRegionKeyType = {}));
|
|
460
|
-
var MultiRegionKey;
|
|
461
|
-
(function (MultiRegionKey) {
|
|
462
|
-
MultiRegionKey.filterSensitiveLog = (obj) => ({
|
|
463
|
-
...obj,
|
|
464
|
-
});
|
|
465
|
-
})(MultiRegionKey = exports.MultiRegionKey || (exports.MultiRegionKey = {}));
|
|
466
|
-
var MultiRegionConfiguration;
|
|
467
|
-
(function (MultiRegionConfiguration) {
|
|
468
|
-
MultiRegionConfiguration.filterSensitiveLog = (obj) => ({
|
|
469
|
-
...obj,
|
|
470
|
-
});
|
|
471
|
-
})(MultiRegionConfiguration = exports.MultiRegionConfiguration || (exports.MultiRegionConfiguration = {}));
|
|
472
385
|
var SigningAlgorithmSpec;
|
|
473
386
|
(function (SigningAlgorithmSpec) {
|
|
474
387
|
SigningAlgorithmSpec["ECDSA_SHA_256"] = "ECDSA_SHA_256";
|
|
@@ -480,19 +393,8 @@ var SigningAlgorithmSpec;
|
|
|
480
393
|
SigningAlgorithmSpec["RSASSA_PSS_SHA_256"] = "RSASSA_PSS_SHA_256";
|
|
481
394
|
SigningAlgorithmSpec["RSASSA_PSS_SHA_384"] = "RSASSA_PSS_SHA_384";
|
|
482
395
|
SigningAlgorithmSpec["RSASSA_PSS_SHA_512"] = "RSASSA_PSS_SHA_512";
|
|
396
|
+
SigningAlgorithmSpec["SM2DSA"] = "SM2DSA";
|
|
483
397
|
})(SigningAlgorithmSpec = exports.SigningAlgorithmSpec || (exports.SigningAlgorithmSpec = {}));
|
|
484
|
-
var KeyMetadata;
|
|
485
|
-
(function (KeyMetadata) {
|
|
486
|
-
KeyMetadata.filterSensitiveLog = (obj) => ({
|
|
487
|
-
...obj,
|
|
488
|
-
});
|
|
489
|
-
})(KeyMetadata = exports.KeyMetadata || (exports.KeyMetadata = {}));
|
|
490
|
-
var CreateKeyResponse;
|
|
491
|
-
(function (CreateKeyResponse) {
|
|
492
|
-
CreateKeyResponse.filterSensitiveLog = (obj) => ({
|
|
493
|
-
...obj,
|
|
494
|
-
});
|
|
495
|
-
})(CreateKeyResponse = exports.CreateKeyResponse || (exports.CreateKeyResponse = {}));
|
|
496
398
|
class MalformedPolicyDocumentException extends KMSServiceException_1.KMSServiceException {
|
|
497
399
|
constructor(opts) {
|
|
498
400
|
super({
|
|
@@ -545,12 +447,6 @@ class CustomKeyStoreHasCMKsException extends KMSServiceException_1.KMSServiceExc
|
|
|
545
447
|
}
|
|
546
448
|
}
|
|
547
449
|
exports.CustomKeyStoreHasCMKsException = CustomKeyStoreHasCMKsException;
|
|
548
|
-
var CustomKeyStoresListEntry;
|
|
549
|
-
(function (CustomKeyStoresListEntry) {
|
|
550
|
-
CustomKeyStoresListEntry.filterSensitiveLog = (obj) => ({
|
|
551
|
-
...obj,
|
|
552
|
-
});
|
|
553
|
-
})(CustomKeyStoresListEntry = exports.CustomKeyStoresListEntry || (exports.CustomKeyStoresListEntry = {}));
|
|
554
450
|
var DataKeyPairSpec;
|
|
555
451
|
(function (DataKeyPairSpec) {
|
|
556
452
|
DataKeyPairSpec["ECC_NIST_P256"] = "ECC_NIST_P256";
|
|
@@ -560,25 +456,13 @@ var DataKeyPairSpec;
|
|
|
560
456
|
DataKeyPairSpec["RSA_2048"] = "RSA_2048";
|
|
561
457
|
DataKeyPairSpec["RSA_3072"] = "RSA_3072";
|
|
562
458
|
DataKeyPairSpec["RSA_4096"] = "RSA_4096";
|
|
459
|
+
DataKeyPairSpec["SM2"] = "SM2";
|
|
563
460
|
})(DataKeyPairSpec = exports.DataKeyPairSpec || (exports.DataKeyPairSpec = {}));
|
|
564
461
|
var DataKeySpec;
|
|
565
462
|
(function (DataKeySpec) {
|
|
566
463
|
DataKeySpec["AES_128"] = "AES_128";
|
|
567
464
|
DataKeySpec["AES_256"] = "AES_256";
|
|
568
465
|
})(DataKeySpec = exports.DataKeySpec || (exports.DataKeySpec = {}));
|
|
569
|
-
var DecryptRequest;
|
|
570
|
-
(function (DecryptRequest) {
|
|
571
|
-
DecryptRequest.filterSensitiveLog = (obj) => ({
|
|
572
|
-
...obj,
|
|
573
|
-
});
|
|
574
|
-
})(DecryptRequest = exports.DecryptRequest || (exports.DecryptRequest = {}));
|
|
575
|
-
var DecryptResponse;
|
|
576
|
-
(function (DecryptResponse) {
|
|
577
|
-
DecryptResponse.filterSensitiveLog = (obj) => ({
|
|
578
|
-
...obj,
|
|
579
|
-
...(obj.Plaintext && { Plaintext: smithy_client_1.SENSITIVE_STRING }),
|
|
580
|
-
});
|
|
581
|
-
})(DecryptResponse = exports.DecryptResponse || (exports.DecryptResponse = {}));
|
|
582
466
|
class IncorrectKeyException extends KMSServiceException_1.KMSServiceException {
|
|
583
467
|
constructor(opts) {
|
|
584
468
|
super({
|
|
@@ -631,42 +515,6 @@ class KeyUnavailableException extends KMSServiceException_1.KMSServiceException
|
|
|
631
515
|
}
|
|
632
516
|
}
|
|
633
517
|
exports.KeyUnavailableException = KeyUnavailableException;
|
|
634
|
-
var DeleteAliasRequest;
|
|
635
|
-
(function (DeleteAliasRequest) {
|
|
636
|
-
DeleteAliasRequest.filterSensitiveLog = (obj) => ({
|
|
637
|
-
...obj,
|
|
638
|
-
});
|
|
639
|
-
})(DeleteAliasRequest = exports.DeleteAliasRequest || (exports.DeleteAliasRequest = {}));
|
|
640
|
-
var DeleteCustomKeyStoreRequest;
|
|
641
|
-
(function (DeleteCustomKeyStoreRequest) {
|
|
642
|
-
DeleteCustomKeyStoreRequest.filterSensitiveLog = (obj) => ({
|
|
643
|
-
...obj,
|
|
644
|
-
});
|
|
645
|
-
})(DeleteCustomKeyStoreRequest = exports.DeleteCustomKeyStoreRequest || (exports.DeleteCustomKeyStoreRequest = {}));
|
|
646
|
-
var DeleteCustomKeyStoreResponse;
|
|
647
|
-
(function (DeleteCustomKeyStoreResponse) {
|
|
648
|
-
DeleteCustomKeyStoreResponse.filterSensitiveLog = (obj) => ({
|
|
649
|
-
...obj,
|
|
650
|
-
});
|
|
651
|
-
})(DeleteCustomKeyStoreResponse = exports.DeleteCustomKeyStoreResponse || (exports.DeleteCustomKeyStoreResponse = {}));
|
|
652
|
-
var DeleteImportedKeyMaterialRequest;
|
|
653
|
-
(function (DeleteImportedKeyMaterialRequest) {
|
|
654
|
-
DeleteImportedKeyMaterialRequest.filterSensitiveLog = (obj) => ({
|
|
655
|
-
...obj,
|
|
656
|
-
});
|
|
657
|
-
})(DeleteImportedKeyMaterialRequest = exports.DeleteImportedKeyMaterialRequest || (exports.DeleteImportedKeyMaterialRequest = {}));
|
|
658
|
-
var DescribeCustomKeyStoresRequest;
|
|
659
|
-
(function (DescribeCustomKeyStoresRequest) {
|
|
660
|
-
DescribeCustomKeyStoresRequest.filterSensitiveLog = (obj) => ({
|
|
661
|
-
...obj,
|
|
662
|
-
});
|
|
663
|
-
})(DescribeCustomKeyStoresRequest = exports.DescribeCustomKeyStoresRequest || (exports.DescribeCustomKeyStoresRequest = {}));
|
|
664
|
-
var DescribeCustomKeyStoresResponse;
|
|
665
|
-
(function (DescribeCustomKeyStoresResponse) {
|
|
666
|
-
DescribeCustomKeyStoresResponse.filterSensitiveLog = (obj) => ({
|
|
667
|
-
...obj,
|
|
668
|
-
});
|
|
669
|
-
})(DescribeCustomKeyStoresResponse = exports.DescribeCustomKeyStoresResponse || (exports.DescribeCustomKeyStoresResponse = {}));
|
|
670
518
|
class InvalidMarkerException extends KMSServiceException_1.KMSServiceException {
|
|
671
519
|
constructor(opts) {
|
|
672
520
|
super({
|
|
@@ -680,67 +528,6 @@ class InvalidMarkerException extends KMSServiceException_1.KMSServiceException {
|
|
|
680
528
|
}
|
|
681
529
|
}
|
|
682
530
|
exports.InvalidMarkerException = InvalidMarkerException;
|
|
683
|
-
var DescribeKeyRequest;
|
|
684
|
-
(function (DescribeKeyRequest) {
|
|
685
|
-
DescribeKeyRequest.filterSensitiveLog = (obj) => ({
|
|
686
|
-
...obj,
|
|
687
|
-
});
|
|
688
|
-
})(DescribeKeyRequest = exports.DescribeKeyRequest || (exports.DescribeKeyRequest = {}));
|
|
689
|
-
var DescribeKeyResponse;
|
|
690
|
-
(function (DescribeKeyResponse) {
|
|
691
|
-
DescribeKeyResponse.filterSensitiveLog = (obj) => ({
|
|
692
|
-
...obj,
|
|
693
|
-
});
|
|
694
|
-
})(DescribeKeyResponse = exports.DescribeKeyResponse || (exports.DescribeKeyResponse = {}));
|
|
695
|
-
var DisableKeyRequest;
|
|
696
|
-
(function (DisableKeyRequest) {
|
|
697
|
-
DisableKeyRequest.filterSensitiveLog = (obj) => ({
|
|
698
|
-
...obj,
|
|
699
|
-
});
|
|
700
|
-
})(DisableKeyRequest = exports.DisableKeyRequest || (exports.DisableKeyRequest = {}));
|
|
701
|
-
var DisableKeyRotationRequest;
|
|
702
|
-
(function (DisableKeyRotationRequest) {
|
|
703
|
-
DisableKeyRotationRequest.filterSensitiveLog = (obj) => ({
|
|
704
|
-
...obj,
|
|
705
|
-
});
|
|
706
|
-
})(DisableKeyRotationRequest = exports.DisableKeyRotationRequest || (exports.DisableKeyRotationRequest = {}));
|
|
707
|
-
var DisconnectCustomKeyStoreRequest;
|
|
708
|
-
(function (DisconnectCustomKeyStoreRequest) {
|
|
709
|
-
DisconnectCustomKeyStoreRequest.filterSensitiveLog = (obj) => ({
|
|
710
|
-
...obj,
|
|
711
|
-
});
|
|
712
|
-
})(DisconnectCustomKeyStoreRequest = exports.DisconnectCustomKeyStoreRequest || (exports.DisconnectCustomKeyStoreRequest = {}));
|
|
713
|
-
var DisconnectCustomKeyStoreResponse;
|
|
714
|
-
(function (DisconnectCustomKeyStoreResponse) {
|
|
715
|
-
DisconnectCustomKeyStoreResponse.filterSensitiveLog = (obj) => ({
|
|
716
|
-
...obj,
|
|
717
|
-
});
|
|
718
|
-
})(DisconnectCustomKeyStoreResponse = exports.DisconnectCustomKeyStoreResponse || (exports.DisconnectCustomKeyStoreResponse = {}));
|
|
719
|
-
var EnableKeyRequest;
|
|
720
|
-
(function (EnableKeyRequest) {
|
|
721
|
-
EnableKeyRequest.filterSensitiveLog = (obj) => ({
|
|
722
|
-
...obj,
|
|
723
|
-
});
|
|
724
|
-
})(EnableKeyRequest = exports.EnableKeyRequest || (exports.EnableKeyRequest = {}));
|
|
725
|
-
var EnableKeyRotationRequest;
|
|
726
|
-
(function (EnableKeyRotationRequest) {
|
|
727
|
-
EnableKeyRotationRequest.filterSensitiveLog = (obj) => ({
|
|
728
|
-
...obj,
|
|
729
|
-
});
|
|
730
|
-
})(EnableKeyRotationRequest = exports.EnableKeyRotationRequest || (exports.EnableKeyRotationRequest = {}));
|
|
731
|
-
var EncryptRequest;
|
|
732
|
-
(function (EncryptRequest) {
|
|
733
|
-
EncryptRequest.filterSensitiveLog = (obj) => ({
|
|
734
|
-
...obj,
|
|
735
|
-
...(obj.Plaintext && { Plaintext: smithy_client_1.SENSITIVE_STRING }),
|
|
736
|
-
});
|
|
737
|
-
})(EncryptRequest = exports.EncryptRequest || (exports.EncryptRequest = {}));
|
|
738
|
-
var EncryptResponse;
|
|
739
|
-
(function (EncryptResponse) {
|
|
740
|
-
EncryptResponse.filterSensitiveLog = (obj) => ({
|
|
741
|
-
...obj,
|
|
742
|
-
});
|
|
743
|
-
})(EncryptResponse = exports.EncryptResponse || (exports.EncryptResponse = {}));
|
|
744
531
|
class ExpiredImportTokenException extends KMSServiceException_1.KMSServiceException {
|
|
745
532
|
constructor(opts) {
|
|
746
533
|
super({
|
|
@@ -754,153 +541,10 @@ class ExpiredImportTokenException extends KMSServiceException_1.KMSServiceExcept
|
|
|
754
541
|
}
|
|
755
542
|
}
|
|
756
543
|
exports.ExpiredImportTokenException = ExpiredImportTokenException;
|
|
757
|
-
var GenerateDataKeyRequest;
|
|
758
|
-
(function (GenerateDataKeyRequest) {
|
|
759
|
-
GenerateDataKeyRequest.filterSensitiveLog = (obj) => ({
|
|
760
|
-
...obj,
|
|
761
|
-
});
|
|
762
|
-
})(GenerateDataKeyRequest = exports.GenerateDataKeyRequest || (exports.GenerateDataKeyRequest = {}));
|
|
763
|
-
var GenerateDataKeyResponse;
|
|
764
|
-
(function (GenerateDataKeyResponse) {
|
|
765
|
-
GenerateDataKeyResponse.filterSensitiveLog = (obj) => ({
|
|
766
|
-
...obj,
|
|
767
|
-
...(obj.Plaintext && { Plaintext: smithy_client_1.SENSITIVE_STRING }),
|
|
768
|
-
});
|
|
769
|
-
})(GenerateDataKeyResponse = exports.GenerateDataKeyResponse || (exports.GenerateDataKeyResponse = {}));
|
|
770
|
-
var GenerateDataKeyPairRequest;
|
|
771
|
-
(function (GenerateDataKeyPairRequest) {
|
|
772
|
-
GenerateDataKeyPairRequest.filterSensitiveLog = (obj) => ({
|
|
773
|
-
...obj,
|
|
774
|
-
});
|
|
775
|
-
})(GenerateDataKeyPairRequest = exports.GenerateDataKeyPairRequest || (exports.GenerateDataKeyPairRequest = {}));
|
|
776
|
-
var GenerateDataKeyPairResponse;
|
|
777
|
-
(function (GenerateDataKeyPairResponse) {
|
|
778
|
-
GenerateDataKeyPairResponse.filterSensitiveLog = (obj) => ({
|
|
779
|
-
...obj,
|
|
780
|
-
...(obj.PrivateKeyPlaintext && { PrivateKeyPlaintext: smithy_client_1.SENSITIVE_STRING }),
|
|
781
|
-
});
|
|
782
|
-
})(GenerateDataKeyPairResponse = exports.GenerateDataKeyPairResponse || (exports.GenerateDataKeyPairResponse = {}));
|
|
783
|
-
var GenerateDataKeyPairWithoutPlaintextRequest;
|
|
784
|
-
(function (GenerateDataKeyPairWithoutPlaintextRequest) {
|
|
785
|
-
GenerateDataKeyPairWithoutPlaintextRequest.filterSensitiveLog = (obj) => ({
|
|
786
|
-
...obj,
|
|
787
|
-
});
|
|
788
|
-
})(GenerateDataKeyPairWithoutPlaintextRequest = exports.GenerateDataKeyPairWithoutPlaintextRequest || (exports.GenerateDataKeyPairWithoutPlaintextRequest = {}));
|
|
789
|
-
var GenerateDataKeyPairWithoutPlaintextResponse;
|
|
790
|
-
(function (GenerateDataKeyPairWithoutPlaintextResponse) {
|
|
791
|
-
GenerateDataKeyPairWithoutPlaintextResponse.filterSensitiveLog = (obj) => ({
|
|
792
|
-
...obj,
|
|
793
|
-
});
|
|
794
|
-
})(GenerateDataKeyPairWithoutPlaintextResponse = exports.GenerateDataKeyPairWithoutPlaintextResponse || (exports.GenerateDataKeyPairWithoutPlaintextResponse = {}));
|
|
795
|
-
var GenerateDataKeyWithoutPlaintextRequest;
|
|
796
|
-
(function (GenerateDataKeyWithoutPlaintextRequest) {
|
|
797
|
-
GenerateDataKeyWithoutPlaintextRequest.filterSensitiveLog = (obj) => ({
|
|
798
|
-
...obj,
|
|
799
|
-
});
|
|
800
|
-
})(GenerateDataKeyWithoutPlaintextRequest = exports.GenerateDataKeyWithoutPlaintextRequest || (exports.GenerateDataKeyWithoutPlaintextRequest = {}));
|
|
801
|
-
var GenerateDataKeyWithoutPlaintextResponse;
|
|
802
|
-
(function (GenerateDataKeyWithoutPlaintextResponse) {
|
|
803
|
-
GenerateDataKeyWithoutPlaintextResponse.filterSensitiveLog = (obj) => ({
|
|
804
|
-
...obj,
|
|
805
|
-
});
|
|
806
|
-
})(GenerateDataKeyWithoutPlaintextResponse = exports.GenerateDataKeyWithoutPlaintextResponse || (exports.GenerateDataKeyWithoutPlaintextResponse = {}));
|
|
807
|
-
var GenerateMacRequest;
|
|
808
|
-
(function (GenerateMacRequest) {
|
|
809
|
-
GenerateMacRequest.filterSensitiveLog = (obj) => ({
|
|
810
|
-
...obj,
|
|
811
|
-
...(obj.Message && { Message: smithy_client_1.SENSITIVE_STRING }),
|
|
812
|
-
});
|
|
813
|
-
})(GenerateMacRequest = exports.GenerateMacRequest || (exports.GenerateMacRequest = {}));
|
|
814
|
-
var GenerateMacResponse;
|
|
815
|
-
(function (GenerateMacResponse) {
|
|
816
|
-
GenerateMacResponse.filterSensitiveLog = (obj) => ({
|
|
817
|
-
...obj,
|
|
818
|
-
});
|
|
819
|
-
})(GenerateMacResponse = exports.GenerateMacResponse || (exports.GenerateMacResponse = {}));
|
|
820
|
-
var GenerateRandomRequest;
|
|
821
|
-
(function (GenerateRandomRequest) {
|
|
822
|
-
GenerateRandomRequest.filterSensitiveLog = (obj) => ({
|
|
823
|
-
...obj,
|
|
824
|
-
});
|
|
825
|
-
})(GenerateRandomRequest = exports.GenerateRandomRequest || (exports.GenerateRandomRequest = {}));
|
|
826
|
-
var GenerateRandomResponse;
|
|
827
|
-
(function (GenerateRandomResponse) {
|
|
828
|
-
GenerateRandomResponse.filterSensitiveLog = (obj) => ({
|
|
829
|
-
...obj,
|
|
830
|
-
...(obj.Plaintext && { Plaintext: smithy_client_1.SENSITIVE_STRING }),
|
|
831
|
-
});
|
|
832
|
-
})(GenerateRandomResponse = exports.GenerateRandomResponse || (exports.GenerateRandomResponse = {}));
|
|
833
|
-
var GetKeyPolicyRequest;
|
|
834
|
-
(function (GetKeyPolicyRequest) {
|
|
835
|
-
GetKeyPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
836
|
-
...obj,
|
|
837
|
-
});
|
|
838
|
-
})(GetKeyPolicyRequest = exports.GetKeyPolicyRequest || (exports.GetKeyPolicyRequest = {}));
|
|
839
|
-
var GetKeyPolicyResponse;
|
|
840
|
-
(function (GetKeyPolicyResponse) {
|
|
841
|
-
GetKeyPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
842
|
-
...obj,
|
|
843
|
-
});
|
|
844
|
-
})(GetKeyPolicyResponse = exports.GetKeyPolicyResponse || (exports.GetKeyPolicyResponse = {}));
|
|
845
|
-
var GetKeyRotationStatusRequest;
|
|
846
|
-
(function (GetKeyRotationStatusRequest) {
|
|
847
|
-
GetKeyRotationStatusRequest.filterSensitiveLog = (obj) => ({
|
|
848
|
-
...obj,
|
|
849
|
-
});
|
|
850
|
-
})(GetKeyRotationStatusRequest = exports.GetKeyRotationStatusRequest || (exports.GetKeyRotationStatusRequest = {}));
|
|
851
|
-
var GetKeyRotationStatusResponse;
|
|
852
|
-
(function (GetKeyRotationStatusResponse) {
|
|
853
|
-
GetKeyRotationStatusResponse.filterSensitiveLog = (obj) => ({
|
|
854
|
-
...obj,
|
|
855
|
-
});
|
|
856
|
-
})(GetKeyRotationStatusResponse = exports.GetKeyRotationStatusResponse || (exports.GetKeyRotationStatusResponse = {}));
|
|
857
544
|
var WrappingKeySpec;
|
|
858
545
|
(function (WrappingKeySpec) {
|
|
859
546
|
WrappingKeySpec["RSA_2048"] = "RSA_2048";
|
|
860
547
|
})(WrappingKeySpec = exports.WrappingKeySpec || (exports.WrappingKeySpec = {}));
|
|
861
|
-
var GetParametersForImportRequest;
|
|
862
|
-
(function (GetParametersForImportRequest) {
|
|
863
|
-
GetParametersForImportRequest.filterSensitiveLog = (obj) => ({
|
|
864
|
-
...obj,
|
|
865
|
-
});
|
|
866
|
-
})(GetParametersForImportRequest = exports.GetParametersForImportRequest || (exports.GetParametersForImportRequest = {}));
|
|
867
|
-
var GetParametersForImportResponse;
|
|
868
|
-
(function (GetParametersForImportResponse) {
|
|
869
|
-
GetParametersForImportResponse.filterSensitiveLog = (obj) => ({
|
|
870
|
-
...obj,
|
|
871
|
-
...(obj.PublicKey && { PublicKey: smithy_client_1.SENSITIVE_STRING }),
|
|
872
|
-
});
|
|
873
|
-
})(GetParametersForImportResponse = exports.GetParametersForImportResponse || (exports.GetParametersForImportResponse = {}));
|
|
874
|
-
var GetPublicKeyRequest;
|
|
875
|
-
(function (GetPublicKeyRequest) {
|
|
876
|
-
GetPublicKeyRequest.filterSensitiveLog = (obj) => ({
|
|
877
|
-
...obj,
|
|
878
|
-
});
|
|
879
|
-
})(GetPublicKeyRequest = exports.GetPublicKeyRequest || (exports.GetPublicKeyRequest = {}));
|
|
880
|
-
var GetPublicKeyResponse;
|
|
881
|
-
(function (GetPublicKeyResponse) {
|
|
882
|
-
GetPublicKeyResponse.filterSensitiveLog = (obj) => ({
|
|
883
|
-
...obj,
|
|
884
|
-
});
|
|
885
|
-
})(GetPublicKeyResponse = exports.GetPublicKeyResponse || (exports.GetPublicKeyResponse = {}));
|
|
886
|
-
var GrantListEntry;
|
|
887
|
-
(function (GrantListEntry) {
|
|
888
|
-
GrantListEntry.filterSensitiveLog = (obj) => ({
|
|
889
|
-
...obj,
|
|
890
|
-
});
|
|
891
|
-
})(GrantListEntry = exports.GrantListEntry || (exports.GrantListEntry = {}));
|
|
892
|
-
var ImportKeyMaterialRequest;
|
|
893
|
-
(function (ImportKeyMaterialRequest) {
|
|
894
|
-
ImportKeyMaterialRequest.filterSensitiveLog = (obj) => ({
|
|
895
|
-
...obj,
|
|
896
|
-
});
|
|
897
|
-
})(ImportKeyMaterialRequest = exports.ImportKeyMaterialRequest || (exports.ImportKeyMaterialRequest = {}));
|
|
898
|
-
var ImportKeyMaterialResponse;
|
|
899
|
-
(function (ImportKeyMaterialResponse) {
|
|
900
|
-
ImportKeyMaterialResponse.filterSensitiveLog = (obj) => ({
|
|
901
|
-
...obj,
|
|
902
|
-
});
|
|
903
|
-
})(ImportKeyMaterialResponse = exports.ImportKeyMaterialResponse || (exports.ImportKeyMaterialResponse = {}));
|
|
904
548
|
class IncorrectKeyMaterialException extends KMSServiceException_1.KMSServiceException {
|
|
905
549
|
constructor(opts) {
|
|
906
550
|
super({
|
|
@@ -940,12 +584,6 @@ class InvalidGrantIdException extends KMSServiceException_1.KMSServiceException
|
|
|
940
584
|
}
|
|
941
585
|
}
|
|
942
586
|
exports.InvalidGrantIdException = InvalidGrantIdException;
|
|
943
|
-
var KeyListEntry;
|
|
944
|
-
(function (KeyListEntry) {
|
|
945
|
-
KeyListEntry.filterSensitiveLog = (obj) => ({
|
|
946
|
-
...obj,
|
|
947
|
-
});
|
|
948
|
-
})(KeyListEntry = exports.KeyListEntry || (exports.KeyListEntry = {}));
|
|
949
587
|
class KMSInvalidMacException extends KMSServiceException_1.KMSServiceException {
|
|
950
588
|
constructor(opts) {
|
|
951
589
|
super({
|
|
@@ -972,210 +610,392 @@ class KMSInvalidSignatureException extends KMSServiceException_1.KMSServiceExcep
|
|
|
972
610
|
}
|
|
973
611
|
}
|
|
974
612
|
exports.KMSInvalidSignatureException = KMSInvalidSignatureException;
|
|
975
|
-
var ListAliasesRequest;
|
|
976
|
-
(function (ListAliasesRequest) {
|
|
977
|
-
ListAliasesRequest.filterSensitiveLog = (obj) => ({
|
|
978
|
-
...obj,
|
|
979
|
-
});
|
|
980
|
-
})(ListAliasesRequest = exports.ListAliasesRequest || (exports.ListAliasesRequest = {}));
|
|
981
|
-
var ListAliasesResponse;
|
|
982
|
-
(function (ListAliasesResponse) {
|
|
983
|
-
ListAliasesResponse.filterSensitiveLog = (obj) => ({
|
|
984
|
-
...obj,
|
|
985
|
-
});
|
|
986
|
-
})(ListAliasesResponse = exports.ListAliasesResponse || (exports.ListAliasesResponse = {}));
|
|
987
|
-
var ListGrantsRequest;
|
|
988
|
-
(function (ListGrantsRequest) {
|
|
989
|
-
ListGrantsRequest.filterSensitiveLog = (obj) => ({
|
|
990
|
-
...obj,
|
|
991
|
-
});
|
|
992
|
-
})(ListGrantsRequest = exports.ListGrantsRequest || (exports.ListGrantsRequest = {}));
|
|
993
|
-
var ListGrantsResponse;
|
|
994
|
-
(function (ListGrantsResponse) {
|
|
995
|
-
ListGrantsResponse.filterSensitiveLog = (obj) => ({
|
|
996
|
-
...obj,
|
|
997
|
-
});
|
|
998
|
-
})(ListGrantsResponse = exports.ListGrantsResponse || (exports.ListGrantsResponse = {}));
|
|
999
|
-
var ListKeyPoliciesRequest;
|
|
1000
|
-
(function (ListKeyPoliciesRequest) {
|
|
1001
|
-
ListKeyPoliciesRequest.filterSensitiveLog = (obj) => ({
|
|
1002
|
-
...obj,
|
|
1003
|
-
});
|
|
1004
|
-
})(ListKeyPoliciesRequest = exports.ListKeyPoliciesRequest || (exports.ListKeyPoliciesRequest = {}));
|
|
1005
|
-
var ListKeyPoliciesResponse;
|
|
1006
|
-
(function (ListKeyPoliciesResponse) {
|
|
1007
|
-
ListKeyPoliciesResponse.filterSensitiveLog = (obj) => ({
|
|
1008
|
-
...obj,
|
|
1009
|
-
});
|
|
1010
|
-
})(ListKeyPoliciesResponse = exports.ListKeyPoliciesResponse || (exports.ListKeyPoliciesResponse = {}));
|
|
1011
|
-
var ListKeysRequest;
|
|
1012
|
-
(function (ListKeysRequest) {
|
|
1013
|
-
ListKeysRequest.filterSensitiveLog = (obj) => ({
|
|
1014
|
-
...obj,
|
|
1015
|
-
});
|
|
1016
|
-
})(ListKeysRequest = exports.ListKeysRequest || (exports.ListKeysRequest = {}));
|
|
1017
|
-
var ListKeysResponse;
|
|
1018
|
-
(function (ListKeysResponse) {
|
|
1019
|
-
ListKeysResponse.filterSensitiveLog = (obj) => ({
|
|
1020
|
-
...obj,
|
|
1021
|
-
});
|
|
1022
|
-
})(ListKeysResponse = exports.ListKeysResponse || (exports.ListKeysResponse = {}));
|
|
1023
|
-
var ListResourceTagsRequest;
|
|
1024
|
-
(function (ListResourceTagsRequest) {
|
|
1025
|
-
ListResourceTagsRequest.filterSensitiveLog = (obj) => ({
|
|
1026
|
-
...obj,
|
|
1027
|
-
});
|
|
1028
|
-
})(ListResourceTagsRequest = exports.ListResourceTagsRequest || (exports.ListResourceTagsRequest = {}));
|
|
1029
|
-
var ListResourceTagsResponse;
|
|
1030
|
-
(function (ListResourceTagsResponse) {
|
|
1031
|
-
ListResourceTagsResponse.filterSensitiveLog = (obj) => ({
|
|
1032
|
-
...obj,
|
|
1033
|
-
});
|
|
1034
|
-
})(ListResourceTagsResponse = exports.ListResourceTagsResponse || (exports.ListResourceTagsResponse = {}));
|
|
1035
|
-
var ListRetirableGrantsRequest;
|
|
1036
|
-
(function (ListRetirableGrantsRequest) {
|
|
1037
|
-
ListRetirableGrantsRequest.filterSensitiveLog = (obj) => ({
|
|
1038
|
-
...obj,
|
|
1039
|
-
});
|
|
1040
|
-
})(ListRetirableGrantsRequest = exports.ListRetirableGrantsRequest || (exports.ListRetirableGrantsRequest = {}));
|
|
1041
613
|
var MessageType;
|
|
1042
614
|
(function (MessageType) {
|
|
1043
615
|
MessageType["DIGEST"] = "DIGEST";
|
|
1044
616
|
MessageType["RAW"] = "RAW";
|
|
1045
617
|
})(MessageType = exports.MessageType || (exports.MessageType = {}));
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
})
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
})
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
})
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
})
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
618
|
+
const AliasListEntryFilterSensitiveLog = (obj) => ({
|
|
619
|
+
...obj,
|
|
620
|
+
});
|
|
621
|
+
exports.AliasListEntryFilterSensitiveLog = AliasListEntryFilterSensitiveLog;
|
|
622
|
+
const CancelKeyDeletionRequestFilterSensitiveLog = (obj) => ({
|
|
623
|
+
...obj,
|
|
624
|
+
});
|
|
625
|
+
exports.CancelKeyDeletionRequestFilterSensitiveLog = CancelKeyDeletionRequestFilterSensitiveLog;
|
|
626
|
+
const CancelKeyDeletionResponseFilterSensitiveLog = (obj) => ({
|
|
627
|
+
...obj,
|
|
628
|
+
});
|
|
629
|
+
exports.CancelKeyDeletionResponseFilterSensitiveLog = CancelKeyDeletionResponseFilterSensitiveLog;
|
|
630
|
+
const ConnectCustomKeyStoreRequestFilterSensitiveLog = (obj) => ({
|
|
631
|
+
...obj,
|
|
632
|
+
});
|
|
633
|
+
exports.ConnectCustomKeyStoreRequestFilterSensitiveLog = ConnectCustomKeyStoreRequestFilterSensitiveLog;
|
|
634
|
+
const ConnectCustomKeyStoreResponseFilterSensitiveLog = (obj) => ({
|
|
635
|
+
...obj,
|
|
636
|
+
});
|
|
637
|
+
exports.ConnectCustomKeyStoreResponseFilterSensitiveLog = ConnectCustomKeyStoreResponseFilterSensitiveLog;
|
|
638
|
+
const CreateAliasRequestFilterSensitiveLog = (obj) => ({
|
|
639
|
+
...obj,
|
|
640
|
+
});
|
|
641
|
+
exports.CreateAliasRequestFilterSensitiveLog = CreateAliasRequestFilterSensitiveLog;
|
|
642
|
+
const CreateCustomKeyStoreRequestFilterSensitiveLog = (obj) => ({
|
|
643
|
+
...obj,
|
|
644
|
+
...(obj.KeyStorePassword && { KeyStorePassword: smithy_client_1.SENSITIVE_STRING }),
|
|
645
|
+
});
|
|
646
|
+
exports.CreateCustomKeyStoreRequestFilterSensitiveLog = CreateCustomKeyStoreRequestFilterSensitiveLog;
|
|
647
|
+
const CreateCustomKeyStoreResponseFilterSensitiveLog = (obj) => ({
|
|
648
|
+
...obj,
|
|
649
|
+
});
|
|
650
|
+
exports.CreateCustomKeyStoreResponseFilterSensitiveLog = CreateCustomKeyStoreResponseFilterSensitiveLog;
|
|
651
|
+
const GrantConstraintsFilterSensitiveLog = (obj) => ({
|
|
652
|
+
...obj,
|
|
653
|
+
});
|
|
654
|
+
exports.GrantConstraintsFilterSensitiveLog = GrantConstraintsFilterSensitiveLog;
|
|
655
|
+
const CreateGrantRequestFilterSensitiveLog = (obj) => ({
|
|
656
|
+
...obj,
|
|
657
|
+
});
|
|
658
|
+
exports.CreateGrantRequestFilterSensitiveLog = CreateGrantRequestFilterSensitiveLog;
|
|
659
|
+
const CreateGrantResponseFilterSensitiveLog = (obj) => ({
|
|
660
|
+
...obj,
|
|
661
|
+
});
|
|
662
|
+
exports.CreateGrantResponseFilterSensitiveLog = CreateGrantResponseFilterSensitiveLog;
|
|
663
|
+
const TagFilterSensitiveLog = (obj) => ({
|
|
664
|
+
...obj,
|
|
665
|
+
});
|
|
666
|
+
exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
|
|
667
|
+
const CreateKeyRequestFilterSensitiveLog = (obj) => ({
|
|
668
|
+
...obj,
|
|
669
|
+
});
|
|
670
|
+
exports.CreateKeyRequestFilterSensitiveLog = CreateKeyRequestFilterSensitiveLog;
|
|
671
|
+
const MultiRegionKeyFilterSensitiveLog = (obj) => ({
|
|
672
|
+
...obj,
|
|
673
|
+
});
|
|
674
|
+
exports.MultiRegionKeyFilterSensitiveLog = MultiRegionKeyFilterSensitiveLog;
|
|
675
|
+
const MultiRegionConfigurationFilterSensitiveLog = (obj) => ({
|
|
676
|
+
...obj,
|
|
677
|
+
});
|
|
678
|
+
exports.MultiRegionConfigurationFilterSensitiveLog = MultiRegionConfigurationFilterSensitiveLog;
|
|
679
|
+
const KeyMetadataFilterSensitiveLog = (obj) => ({
|
|
680
|
+
...obj,
|
|
681
|
+
});
|
|
682
|
+
exports.KeyMetadataFilterSensitiveLog = KeyMetadataFilterSensitiveLog;
|
|
683
|
+
const CreateKeyResponseFilterSensitiveLog = (obj) => ({
|
|
684
|
+
...obj,
|
|
685
|
+
});
|
|
686
|
+
exports.CreateKeyResponseFilterSensitiveLog = CreateKeyResponseFilterSensitiveLog;
|
|
687
|
+
const CustomKeyStoresListEntryFilterSensitiveLog = (obj) => ({
|
|
688
|
+
...obj,
|
|
689
|
+
});
|
|
690
|
+
exports.CustomKeyStoresListEntryFilterSensitiveLog = CustomKeyStoresListEntryFilterSensitiveLog;
|
|
691
|
+
const DecryptRequestFilterSensitiveLog = (obj) => ({
|
|
692
|
+
...obj,
|
|
693
|
+
});
|
|
694
|
+
exports.DecryptRequestFilterSensitiveLog = DecryptRequestFilterSensitiveLog;
|
|
695
|
+
const DecryptResponseFilterSensitiveLog = (obj) => ({
|
|
696
|
+
...obj,
|
|
697
|
+
...(obj.Plaintext && { Plaintext: smithy_client_1.SENSITIVE_STRING }),
|
|
698
|
+
});
|
|
699
|
+
exports.DecryptResponseFilterSensitiveLog = DecryptResponseFilterSensitiveLog;
|
|
700
|
+
const DeleteAliasRequestFilterSensitiveLog = (obj) => ({
|
|
701
|
+
...obj,
|
|
702
|
+
});
|
|
703
|
+
exports.DeleteAliasRequestFilterSensitiveLog = DeleteAliasRequestFilterSensitiveLog;
|
|
704
|
+
const DeleteCustomKeyStoreRequestFilterSensitiveLog = (obj) => ({
|
|
705
|
+
...obj,
|
|
706
|
+
});
|
|
707
|
+
exports.DeleteCustomKeyStoreRequestFilterSensitiveLog = DeleteCustomKeyStoreRequestFilterSensitiveLog;
|
|
708
|
+
const DeleteCustomKeyStoreResponseFilterSensitiveLog = (obj) => ({
|
|
709
|
+
...obj,
|
|
710
|
+
});
|
|
711
|
+
exports.DeleteCustomKeyStoreResponseFilterSensitiveLog = DeleteCustomKeyStoreResponseFilterSensitiveLog;
|
|
712
|
+
const DeleteImportedKeyMaterialRequestFilterSensitiveLog = (obj) => ({
|
|
713
|
+
...obj,
|
|
714
|
+
});
|
|
715
|
+
exports.DeleteImportedKeyMaterialRequestFilterSensitiveLog = DeleteImportedKeyMaterialRequestFilterSensitiveLog;
|
|
716
|
+
const DescribeCustomKeyStoresRequestFilterSensitiveLog = (obj) => ({
|
|
717
|
+
...obj,
|
|
718
|
+
});
|
|
719
|
+
exports.DescribeCustomKeyStoresRequestFilterSensitiveLog = DescribeCustomKeyStoresRequestFilterSensitiveLog;
|
|
720
|
+
const DescribeCustomKeyStoresResponseFilterSensitiveLog = (obj) => ({
|
|
721
|
+
...obj,
|
|
722
|
+
});
|
|
723
|
+
exports.DescribeCustomKeyStoresResponseFilterSensitiveLog = DescribeCustomKeyStoresResponseFilterSensitiveLog;
|
|
724
|
+
const DescribeKeyRequestFilterSensitiveLog = (obj) => ({
|
|
725
|
+
...obj,
|
|
726
|
+
});
|
|
727
|
+
exports.DescribeKeyRequestFilterSensitiveLog = DescribeKeyRequestFilterSensitiveLog;
|
|
728
|
+
const DescribeKeyResponseFilterSensitiveLog = (obj) => ({
|
|
729
|
+
...obj,
|
|
730
|
+
});
|
|
731
|
+
exports.DescribeKeyResponseFilterSensitiveLog = DescribeKeyResponseFilterSensitiveLog;
|
|
732
|
+
const DisableKeyRequestFilterSensitiveLog = (obj) => ({
|
|
733
|
+
...obj,
|
|
734
|
+
});
|
|
735
|
+
exports.DisableKeyRequestFilterSensitiveLog = DisableKeyRequestFilterSensitiveLog;
|
|
736
|
+
const DisableKeyRotationRequestFilterSensitiveLog = (obj) => ({
|
|
737
|
+
...obj,
|
|
738
|
+
});
|
|
739
|
+
exports.DisableKeyRotationRequestFilterSensitiveLog = DisableKeyRotationRequestFilterSensitiveLog;
|
|
740
|
+
const DisconnectCustomKeyStoreRequestFilterSensitiveLog = (obj) => ({
|
|
741
|
+
...obj,
|
|
742
|
+
});
|
|
743
|
+
exports.DisconnectCustomKeyStoreRequestFilterSensitiveLog = DisconnectCustomKeyStoreRequestFilterSensitiveLog;
|
|
744
|
+
const DisconnectCustomKeyStoreResponseFilterSensitiveLog = (obj) => ({
|
|
745
|
+
...obj,
|
|
746
|
+
});
|
|
747
|
+
exports.DisconnectCustomKeyStoreResponseFilterSensitiveLog = DisconnectCustomKeyStoreResponseFilterSensitiveLog;
|
|
748
|
+
const EnableKeyRequestFilterSensitiveLog = (obj) => ({
|
|
749
|
+
...obj,
|
|
750
|
+
});
|
|
751
|
+
exports.EnableKeyRequestFilterSensitiveLog = EnableKeyRequestFilterSensitiveLog;
|
|
752
|
+
const EnableKeyRotationRequestFilterSensitiveLog = (obj) => ({
|
|
753
|
+
...obj,
|
|
754
|
+
});
|
|
755
|
+
exports.EnableKeyRotationRequestFilterSensitiveLog = EnableKeyRotationRequestFilterSensitiveLog;
|
|
756
|
+
const EncryptRequestFilterSensitiveLog = (obj) => ({
|
|
757
|
+
...obj,
|
|
758
|
+
...(obj.Plaintext && { Plaintext: smithy_client_1.SENSITIVE_STRING }),
|
|
759
|
+
});
|
|
760
|
+
exports.EncryptRequestFilterSensitiveLog = EncryptRequestFilterSensitiveLog;
|
|
761
|
+
const EncryptResponseFilterSensitiveLog = (obj) => ({
|
|
762
|
+
...obj,
|
|
763
|
+
});
|
|
764
|
+
exports.EncryptResponseFilterSensitiveLog = EncryptResponseFilterSensitiveLog;
|
|
765
|
+
const GenerateDataKeyRequestFilterSensitiveLog = (obj) => ({
|
|
766
|
+
...obj,
|
|
767
|
+
});
|
|
768
|
+
exports.GenerateDataKeyRequestFilterSensitiveLog = GenerateDataKeyRequestFilterSensitiveLog;
|
|
769
|
+
const GenerateDataKeyResponseFilterSensitiveLog = (obj) => ({
|
|
770
|
+
...obj,
|
|
771
|
+
...(obj.Plaintext && { Plaintext: smithy_client_1.SENSITIVE_STRING }),
|
|
772
|
+
});
|
|
773
|
+
exports.GenerateDataKeyResponseFilterSensitiveLog = GenerateDataKeyResponseFilterSensitiveLog;
|
|
774
|
+
const GenerateDataKeyPairRequestFilterSensitiveLog = (obj) => ({
|
|
775
|
+
...obj,
|
|
776
|
+
});
|
|
777
|
+
exports.GenerateDataKeyPairRequestFilterSensitiveLog = GenerateDataKeyPairRequestFilterSensitiveLog;
|
|
778
|
+
const GenerateDataKeyPairResponseFilterSensitiveLog = (obj) => ({
|
|
779
|
+
...obj,
|
|
780
|
+
...(obj.PrivateKeyPlaintext && { PrivateKeyPlaintext: smithy_client_1.SENSITIVE_STRING }),
|
|
781
|
+
});
|
|
782
|
+
exports.GenerateDataKeyPairResponseFilterSensitiveLog = GenerateDataKeyPairResponseFilterSensitiveLog;
|
|
783
|
+
const GenerateDataKeyPairWithoutPlaintextRequestFilterSensitiveLog = (obj) => ({
|
|
784
|
+
...obj,
|
|
785
|
+
});
|
|
786
|
+
exports.GenerateDataKeyPairWithoutPlaintextRequestFilterSensitiveLog = GenerateDataKeyPairWithoutPlaintextRequestFilterSensitiveLog;
|
|
787
|
+
const GenerateDataKeyPairWithoutPlaintextResponseFilterSensitiveLog = (obj) => ({
|
|
788
|
+
...obj,
|
|
789
|
+
});
|
|
790
|
+
exports.GenerateDataKeyPairWithoutPlaintextResponseFilterSensitiveLog = GenerateDataKeyPairWithoutPlaintextResponseFilterSensitiveLog;
|
|
791
|
+
const GenerateDataKeyWithoutPlaintextRequestFilterSensitiveLog = (obj) => ({
|
|
792
|
+
...obj,
|
|
793
|
+
});
|
|
794
|
+
exports.GenerateDataKeyWithoutPlaintextRequestFilterSensitiveLog = GenerateDataKeyWithoutPlaintextRequestFilterSensitiveLog;
|
|
795
|
+
const GenerateDataKeyWithoutPlaintextResponseFilterSensitiveLog = (obj) => ({
|
|
796
|
+
...obj,
|
|
797
|
+
});
|
|
798
|
+
exports.GenerateDataKeyWithoutPlaintextResponseFilterSensitiveLog = GenerateDataKeyWithoutPlaintextResponseFilterSensitiveLog;
|
|
799
|
+
const GenerateMacRequestFilterSensitiveLog = (obj) => ({
|
|
800
|
+
...obj,
|
|
801
|
+
...(obj.Message && { Message: smithy_client_1.SENSITIVE_STRING }),
|
|
802
|
+
});
|
|
803
|
+
exports.GenerateMacRequestFilterSensitiveLog = GenerateMacRequestFilterSensitiveLog;
|
|
804
|
+
const GenerateMacResponseFilterSensitiveLog = (obj) => ({
|
|
805
|
+
...obj,
|
|
806
|
+
});
|
|
807
|
+
exports.GenerateMacResponseFilterSensitiveLog = GenerateMacResponseFilterSensitiveLog;
|
|
808
|
+
const GenerateRandomRequestFilterSensitiveLog = (obj) => ({
|
|
809
|
+
...obj,
|
|
810
|
+
});
|
|
811
|
+
exports.GenerateRandomRequestFilterSensitiveLog = GenerateRandomRequestFilterSensitiveLog;
|
|
812
|
+
const GenerateRandomResponseFilterSensitiveLog = (obj) => ({
|
|
813
|
+
...obj,
|
|
814
|
+
...(obj.Plaintext && { Plaintext: smithy_client_1.SENSITIVE_STRING }),
|
|
815
|
+
});
|
|
816
|
+
exports.GenerateRandomResponseFilterSensitiveLog = GenerateRandomResponseFilterSensitiveLog;
|
|
817
|
+
const GetKeyPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
818
|
+
...obj,
|
|
819
|
+
});
|
|
820
|
+
exports.GetKeyPolicyRequestFilterSensitiveLog = GetKeyPolicyRequestFilterSensitiveLog;
|
|
821
|
+
const GetKeyPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
822
|
+
...obj,
|
|
823
|
+
});
|
|
824
|
+
exports.GetKeyPolicyResponseFilterSensitiveLog = GetKeyPolicyResponseFilterSensitiveLog;
|
|
825
|
+
const GetKeyRotationStatusRequestFilterSensitiveLog = (obj) => ({
|
|
826
|
+
...obj,
|
|
827
|
+
});
|
|
828
|
+
exports.GetKeyRotationStatusRequestFilterSensitiveLog = GetKeyRotationStatusRequestFilterSensitiveLog;
|
|
829
|
+
const GetKeyRotationStatusResponseFilterSensitiveLog = (obj) => ({
|
|
830
|
+
...obj,
|
|
831
|
+
});
|
|
832
|
+
exports.GetKeyRotationStatusResponseFilterSensitiveLog = GetKeyRotationStatusResponseFilterSensitiveLog;
|
|
833
|
+
const GetParametersForImportRequestFilterSensitiveLog = (obj) => ({
|
|
834
|
+
...obj,
|
|
835
|
+
});
|
|
836
|
+
exports.GetParametersForImportRequestFilterSensitiveLog = GetParametersForImportRequestFilterSensitiveLog;
|
|
837
|
+
const GetParametersForImportResponseFilterSensitiveLog = (obj) => ({
|
|
838
|
+
...obj,
|
|
839
|
+
...(obj.PublicKey && { PublicKey: smithy_client_1.SENSITIVE_STRING }),
|
|
840
|
+
});
|
|
841
|
+
exports.GetParametersForImportResponseFilterSensitiveLog = GetParametersForImportResponseFilterSensitiveLog;
|
|
842
|
+
const GetPublicKeyRequestFilterSensitiveLog = (obj) => ({
|
|
843
|
+
...obj,
|
|
844
|
+
});
|
|
845
|
+
exports.GetPublicKeyRequestFilterSensitiveLog = GetPublicKeyRequestFilterSensitiveLog;
|
|
846
|
+
const GetPublicKeyResponseFilterSensitiveLog = (obj) => ({
|
|
847
|
+
...obj,
|
|
848
|
+
});
|
|
849
|
+
exports.GetPublicKeyResponseFilterSensitiveLog = GetPublicKeyResponseFilterSensitiveLog;
|
|
850
|
+
const GrantListEntryFilterSensitiveLog = (obj) => ({
|
|
851
|
+
...obj,
|
|
852
|
+
});
|
|
853
|
+
exports.GrantListEntryFilterSensitiveLog = GrantListEntryFilterSensitiveLog;
|
|
854
|
+
const ImportKeyMaterialRequestFilterSensitiveLog = (obj) => ({
|
|
855
|
+
...obj,
|
|
856
|
+
});
|
|
857
|
+
exports.ImportKeyMaterialRequestFilterSensitiveLog = ImportKeyMaterialRequestFilterSensitiveLog;
|
|
858
|
+
const ImportKeyMaterialResponseFilterSensitiveLog = (obj) => ({
|
|
859
|
+
...obj,
|
|
860
|
+
});
|
|
861
|
+
exports.ImportKeyMaterialResponseFilterSensitiveLog = ImportKeyMaterialResponseFilterSensitiveLog;
|
|
862
|
+
const KeyListEntryFilterSensitiveLog = (obj) => ({
|
|
863
|
+
...obj,
|
|
864
|
+
});
|
|
865
|
+
exports.KeyListEntryFilterSensitiveLog = KeyListEntryFilterSensitiveLog;
|
|
866
|
+
const ListAliasesRequestFilterSensitiveLog = (obj) => ({
|
|
867
|
+
...obj,
|
|
868
|
+
});
|
|
869
|
+
exports.ListAliasesRequestFilterSensitiveLog = ListAliasesRequestFilterSensitiveLog;
|
|
870
|
+
const ListAliasesResponseFilterSensitiveLog = (obj) => ({
|
|
871
|
+
...obj,
|
|
872
|
+
});
|
|
873
|
+
exports.ListAliasesResponseFilterSensitiveLog = ListAliasesResponseFilterSensitiveLog;
|
|
874
|
+
const ListGrantsRequestFilterSensitiveLog = (obj) => ({
|
|
875
|
+
...obj,
|
|
876
|
+
});
|
|
877
|
+
exports.ListGrantsRequestFilterSensitiveLog = ListGrantsRequestFilterSensitiveLog;
|
|
878
|
+
const ListGrantsResponseFilterSensitiveLog = (obj) => ({
|
|
879
|
+
...obj,
|
|
880
|
+
});
|
|
881
|
+
exports.ListGrantsResponseFilterSensitiveLog = ListGrantsResponseFilterSensitiveLog;
|
|
882
|
+
const ListKeyPoliciesRequestFilterSensitiveLog = (obj) => ({
|
|
883
|
+
...obj,
|
|
884
|
+
});
|
|
885
|
+
exports.ListKeyPoliciesRequestFilterSensitiveLog = ListKeyPoliciesRequestFilterSensitiveLog;
|
|
886
|
+
const ListKeyPoliciesResponseFilterSensitiveLog = (obj) => ({
|
|
887
|
+
...obj,
|
|
888
|
+
});
|
|
889
|
+
exports.ListKeyPoliciesResponseFilterSensitiveLog = ListKeyPoliciesResponseFilterSensitiveLog;
|
|
890
|
+
const ListKeysRequestFilterSensitiveLog = (obj) => ({
|
|
891
|
+
...obj,
|
|
892
|
+
});
|
|
893
|
+
exports.ListKeysRequestFilterSensitiveLog = ListKeysRequestFilterSensitiveLog;
|
|
894
|
+
const ListKeysResponseFilterSensitiveLog = (obj) => ({
|
|
895
|
+
...obj,
|
|
896
|
+
});
|
|
897
|
+
exports.ListKeysResponseFilterSensitiveLog = ListKeysResponseFilterSensitiveLog;
|
|
898
|
+
const ListResourceTagsRequestFilterSensitiveLog = (obj) => ({
|
|
899
|
+
...obj,
|
|
900
|
+
});
|
|
901
|
+
exports.ListResourceTagsRequestFilterSensitiveLog = ListResourceTagsRequestFilterSensitiveLog;
|
|
902
|
+
const ListResourceTagsResponseFilterSensitiveLog = (obj) => ({
|
|
903
|
+
...obj,
|
|
904
|
+
});
|
|
905
|
+
exports.ListResourceTagsResponseFilterSensitiveLog = ListResourceTagsResponseFilterSensitiveLog;
|
|
906
|
+
const ListRetirableGrantsRequestFilterSensitiveLog = (obj) => ({
|
|
907
|
+
...obj,
|
|
908
|
+
});
|
|
909
|
+
exports.ListRetirableGrantsRequestFilterSensitiveLog = ListRetirableGrantsRequestFilterSensitiveLog;
|
|
910
|
+
const PutKeyPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
911
|
+
...obj,
|
|
912
|
+
});
|
|
913
|
+
exports.PutKeyPolicyRequestFilterSensitiveLog = PutKeyPolicyRequestFilterSensitiveLog;
|
|
914
|
+
const ReEncryptRequestFilterSensitiveLog = (obj) => ({
|
|
915
|
+
...obj,
|
|
916
|
+
});
|
|
917
|
+
exports.ReEncryptRequestFilterSensitiveLog = ReEncryptRequestFilterSensitiveLog;
|
|
918
|
+
const ReEncryptResponseFilterSensitiveLog = (obj) => ({
|
|
919
|
+
...obj,
|
|
920
|
+
});
|
|
921
|
+
exports.ReEncryptResponseFilterSensitiveLog = ReEncryptResponseFilterSensitiveLog;
|
|
922
|
+
const ReplicateKeyRequestFilterSensitiveLog = (obj) => ({
|
|
923
|
+
...obj,
|
|
924
|
+
});
|
|
925
|
+
exports.ReplicateKeyRequestFilterSensitiveLog = ReplicateKeyRequestFilterSensitiveLog;
|
|
926
|
+
const ReplicateKeyResponseFilterSensitiveLog = (obj) => ({
|
|
927
|
+
...obj,
|
|
928
|
+
});
|
|
929
|
+
exports.ReplicateKeyResponseFilterSensitiveLog = ReplicateKeyResponseFilterSensitiveLog;
|
|
930
|
+
const RetireGrantRequestFilterSensitiveLog = (obj) => ({
|
|
931
|
+
...obj,
|
|
932
|
+
});
|
|
933
|
+
exports.RetireGrantRequestFilterSensitiveLog = RetireGrantRequestFilterSensitiveLog;
|
|
934
|
+
const RevokeGrantRequestFilterSensitiveLog = (obj) => ({
|
|
935
|
+
...obj,
|
|
936
|
+
});
|
|
937
|
+
exports.RevokeGrantRequestFilterSensitiveLog = RevokeGrantRequestFilterSensitiveLog;
|
|
938
|
+
const ScheduleKeyDeletionRequestFilterSensitiveLog = (obj) => ({
|
|
939
|
+
...obj,
|
|
940
|
+
});
|
|
941
|
+
exports.ScheduleKeyDeletionRequestFilterSensitiveLog = ScheduleKeyDeletionRequestFilterSensitiveLog;
|
|
942
|
+
const ScheduleKeyDeletionResponseFilterSensitiveLog = (obj) => ({
|
|
943
|
+
...obj,
|
|
944
|
+
});
|
|
945
|
+
exports.ScheduleKeyDeletionResponseFilterSensitiveLog = ScheduleKeyDeletionResponseFilterSensitiveLog;
|
|
946
|
+
const SignRequestFilterSensitiveLog = (obj) => ({
|
|
947
|
+
...obj,
|
|
948
|
+
...(obj.Message && { Message: smithy_client_1.SENSITIVE_STRING }),
|
|
949
|
+
});
|
|
950
|
+
exports.SignRequestFilterSensitiveLog = SignRequestFilterSensitiveLog;
|
|
951
|
+
const SignResponseFilterSensitiveLog = (obj) => ({
|
|
952
|
+
...obj,
|
|
953
|
+
});
|
|
954
|
+
exports.SignResponseFilterSensitiveLog = SignResponseFilterSensitiveLog;
|
|
955
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
956
|
+
...obj,
|
|
957
|
+
});
|
|
958
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
959
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
960
|
+
...obj,
|
|
961
|
+
});
|
|
962
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
963
|
+
const UpdateAliasRequestFilterSensitiveLog = (obj) => ({
|
|
964
|
+
...obj,
|
|
965
|
+
});
|
|
966
|
+
exports.UpdateAliasRequestFilterSensitiveLog = UpdateAliasRequestFilterSensitiveLog;
|
|
967
|
+
const UpdateCustomKeyStoreRequestFilterSensitiveLog = (obj) => ({
|
|
968
|
+
...obj,
|
|
969
|
+
...(obj.KeyStorePassword && { KeyStorePassword: smithy_client_1.SENSITIVE_STRING }),
|
|
970
|
+
});
|
|
971
|
+
exports.UpdateCustomKeyStoreRequestFilterSensitiveLog = UpdateCustomKeyStoreRequestFilterSensitiveLog;
|
|
972
|
+
const UpdateCustomKeyStoreResponseFilterSensitiveLog = (obj) => ({
|
|
973
|
+
...obj,
|
|
974
|
+
});
|
|
975
|
+
exports.UpdateCustomKeyStoreResponseFilterSensitiveLog = UpdateCustomKeyStoreResponseFilterSensitiveLog;
|
|
976
|
+
const UpdateKeyDescriptionRequestFilterSensitiveLog = (obj) => ({
|
|
977
|
+
...obj,
|
|
978
|
+
});
|
|
979
|
+
exports.UpdateKeyDescriptionRequestFilterSensitiveLog = UpdateKeyDescriptionRequestFilterSensitiveLog;
|
|
980
|
+
const UpdatePrimaryRegionRequestFilterSensitiveLog = (obj) => ({
|
|
981
|
+
...obj,
|
|
982
|
+
});
|
|
983
|
+
exports.UpdatePrimaryRegionRequestFilterSensitiveLog = UpdatePrimaryRegionRequestFilterSensitiveLog;
|
|
984
|
+
const VerifyRequestFilterSensitiveLog = (obj) => ({
|
|
985
|
+
...obj,
|
|
986
|
+
...(obj.Message && { Message: smithy_client_1.SENSITIVE_STRING }),
|
|
987
|
+
});
|
|
988
|
+
exports.VerifyRequestFilterSensitiveLog = VerifyRequestFilterSensitiveLog;
|
|
989
|
+
const VerifyResponseFilterSensitiveLog = (obj) => ({
|
|
990
|
+
...obj,
|
|
991
|
+
});
|
|
992
|
+
exports.VerifyResponseFilterSensitiveLog = VerifyResponseFilterSensitiveLog;
|
|
993
|
+
const VerifyMacRequestFilterSensitiveLog = (obj) => ({
|
|
994
|
+
...obj,
|
|
995
|
+
...(obj.Message && { Message: smithy_client_1.SENSITIVE_STRING }),
|
|
996
|
+
});
|
|
997
|
+
exports.VerifyMacRequestFilterSensitiveLog = VerifyMacRequestFilterSensitiveLog;
|
|
998
|
+
const VerifyMacResponseFilterSensitiveLog = (obj) => ({
|
|
999
|
+
...obj,
|
|
1000
|
+
});
|
|
1001
|
+
exports.VerifyMacResponseFilterSensitiveLog = VerifyMacResponseFilterSensitiveLog;
|