@aws-sdk/client-kms 3.132.0 → 3.142.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 +387 -573
- package/dist-cjs/protocols/Aws_json1_1.js +250 -412
- 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 +93 -372
- package/dist-es/protocols/Aws_json1_1.js +401 -413
- package/dist-types/models/models_0.d.ts +372 -558
- package/dist-types/ts3.4/models/models_0.d.ts +186 -372
- package/package.json +6 -6
|
@@ -7,10 +7,6 @@ export var AlgorithmSpec;
|
|
|
7
7
|
AlgorithmSpec["RSAES_OAEP_SHA_256"] = "RSAES_OAEP_SHA_256";
|
|
8
8
|
AlgorithmSpec["RSAES_PKCS1_V1_5"] = "RSAES_PKCS1_V1_5";
|
|
9
9
|
})(AlgorithmSpec || (AlgorithmSpec = {}));
|
|
10
|
-
export var AliasListEntry;
|
|
11
|
-
(function (AliasListEntry) {
|
|
12
|
-
AliasListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
13
|
-
})(AliasListEntry || (AliasListEntry = {}));
|
|
14
10
|
var AlreadyExistsException = (function (_super) {
|
|
15
11
|
__extends(AlreadyExistsException, _super);
|
|
16
12
|
function AlreadyExistsException(opts) {
|
|
@@ -23,14 +19,6 @@ var AlreadyExistsException = (function (_super) {
|
|
|
23
19
|
return AlreadyExistsException;
|
|
24
20
|
}(__BaseException));
|
|
25
21
|
export { AlreadyExistsException };
|
|
26
|
-
export var CancelKeyDeletionRequest;
|
|
27
|
-
(function (CancelKeyDeletionRequest) {
|
|
28
|
-
CancelKeyDeletionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
|
-
})(CancelKeyDeletionRequest || (CancelKeyDeletionRequest = {}));
|
|
30
|
-
export var CancelKeyDeletionResponse;
|
|
31
|
-
(function (CancelKeyDeletionResponse) {
|
|
32
|
-
CancelKeyDeletionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
|
-
})(CancelKeyDeletionResponse || (CancelKeyDeletionResponse = {}));
|
|
34
22
|
var DependencyTimeoutException = (function (_super) {
|
|
35
23
|
__extends(DependencyTimeoutException, _super);
|
|
36
24
|
function DependencyTimeoutException(opts) {
|
|
@@ -151,14 +139,6 @@ var CloudHsmClusterNotRelatedException = (function (_super) {
|
|
|
151
139
|
return CloudHsmClusterNotRelatedException;
|
|
152
140
|
}(__BaseException));
|
|
153
141
|
export { CloudHsmClusterNotRelatedException };
|
|
154
|
-
export var ConnectCustomKeyStoreRequest;
|
|
155
|
-
(function (ConnectCustomKeyStoreRequest) {
|
|
156
|
-
ConnectCustomKeyStoreRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
-
})(ConnectCustomKeyStoreRequest || (ConnectCustomKeyStoreRequest = {}));
|
|
158
|
-
export var ConnectCustomKeyStoreResponse;
|
|
159
|
-
(function (ConnectCustomKeyStoreResponse) {
|
|
160
|
-
ConnectCustomKeyStoreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
161
|
-
})(ConnectCustomKeyStoreResponse || (ConnectCustomKeyStoreResponse = {}));
|
|
162
142
|
var CustomKeyStoreInvalidStateException = (function (_super) {
|
|
163
143
|
__extends(CustomKeyStoreInvalidStateException, _super);
|
|
164
144
|
function CustomKeyStoreInvalidStateException(opts) {
|
|
@@ -204,10 +184,6 @@ export var ConnectionStateType;
|
|
|
204
184
|
ConnectionStateType["DISCONNECTING"] = "DISCONNECTING";
|
|
205
185
|
ConnectionStateType["FAILED"] = "FAILED";
|
|
206
186
|
})(ConnectionStateType || (ConnectionStateType = {}));
|
|
207
|
-
export var CreateAliasRequest;
|
|
208
|
-
(function (CreateAliasRequest) {
|
|
209
|
-
CreateAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
-
})(CreateAliasRequest || (CreateAliasRequest = {}));
|
|
211
187
|
var InvalidAliasNameException = (function (_super) {
|
|
212
188
|
__extends(InvalidAliasNameException, _super);
|
|
213
189
|
function InvalidAliasNameException(opts) {
|
|
@@ -232,14 +208,6 @@ var LimitExceededException = (function (_super) {
|
|
|
232
208
|
return LimitExceededException;
|
|
233
209
|
}(__BaseException));
|
|
234
210
|
export { LimitExceededException };
|
|
235
|
-
export var CreateCustomKeyStoreRequest;
|
|
236
|
-
(function (CreateCustomKeyStoreRequest) {
|
|
237
|
-
CreateCustomKeyStoreRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.KeyStorePassword && { KeyStorePassword: SENSITIVE_STRING }))); };
|
|
238
|
-
})(CreateCustomKeyStoreRequest || (CreateCustomKeyStoreRequest = {}));
|
|
239
|
-
export var CreateCustomKeyStoreResponse;
|
|
240
|
-
(function (CreateCustomKeyStoreResponse) {
|
|
241
|
-
CreateCustomKeyStoreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
-
})(CreateCustomKeyStoreResponse || (CreateCustomKeyStoreResponse = {}));
|
|
243
211
|
var CustomKeyStoreNameInUseException = (function (_super) {
|
|
244
212
|
__extends(CustomKeyStoreNameInUseException, _super);
|
|
245
213
|
function CustomKeyStoreNameInUseException(opts) {
|
|
@@ -264,10 +232,6 @@ var IncorrectTrustAnchorException = (function (_super) {
|
|
|
264
232
|
return IncorrectTrustAnchorException;
|
|
265
233
|
}(__BaseException));
|
|
266
234
|
export { IncorrectTrustAnchorException };
|
|
267
|
-
export var GrantConstraints;
|
|
268
|
-
(function (GrantConstraints) {
|
|
269
|
-
GrantConstraints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
-
})(GrantConstraints || (GrantConstraints = {}));
|
|
271
235
|
export var GrantOperation;
|
|
272
236
|
(function (GrantOperation) {
|
|
273
237
|
GrantOperation["CreateGrant"] = "CreateGrant";
|
|
@@ -287,14 +251,6 @@ export var GrantOperation;
|
|
|
287
251
|
GrantOperation["Verify"] = "Verify";
|
|
288
252
|
GrantOperation["VerifyMac"] = "VerifyMac";
|
|
289
253
|
})(GrantOperation || (GrantOperation = {}));
|
|
290
|
-
export var CreateGrantRequest;
|
|
291
|
-
(function (CreateGrantRequest) {
|
|
292
|
-
CreateGrantRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
-
})(CreateGrantRequest || (CreateGrantRequest = {}));
|
|
294
|
-
export var CreateGrantResponse;
|
|
295
|
-
(function (CreateGrantResponse) {
|
|
296
|
-
CreateGrantResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
-
})(CreateGrantResponse || (CreateGrantResponse = {}));
|
|
298
254
|
var DisabledException = (function (_super) {
|
|
299
255
|
__extends(DisabledException, _super);
|
|
300
256
|
function DisabledException(opts) {
|
|
@@ -363,14 +319,6 @@ export var OriginType;
|
|
|
363
319
|
OriginType["AWS_KMS"] = "AWS_KMS";
|
|
364
320
|
OriginType["EXTERNAL"] = "EXTERNAL";
|
|
365
321
|
})(OriginType || (OriginType = {}));
|
|
366
|
-
export var Tag;
|
|
367
|
-
(function (Tag) {
|
|
368
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
-
})(Tag || (Tag = {}));
|
|
370
|
-
export var CreateKeyRequest;
|
|
371
|
-
(function (CreateKeyRequest) {
|
|
372
|
-
CreateKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
-
})(CreateKeyRequest || (CreateKeyRequest = {}));
|
|
374
322
|
export var EncryptionAlgorithmSpec;
|
|
375
323
|
(function (EncryptionAlgorithmSpec) {
|
|
376
324
|
EncryptionAlgorithmSpec["RSAES_OAEP_SHA_1"] = "RSAES_OAEP_SHA_1";
|
|
@@ -411,14 +359,6 @@ export var MultiRegionKeyType;
|
|
|
411
359
|
MultiRegionKeyType["PRIMARY"] = "PRIMARY";
|
|
412
360
|
MultiRegionKeyType["REPLICA"] = "REPLICA";
|
|
413
361
|
})(MultiRegionKeyType || (MultiRegionKeyType = {}));
|
|
414
|
-
export var MultiRegionKey;
|
|
415
|
-
(function (MultiRegionKey) {
|
|
416
|
-
MultiRegionKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
-
})(MultiRegionKey || (MultiRegionKey = {}));
|
|
418
|
-
export var MultiRegionConfiguration;
|
|
419
|
-
(function (MultiRegionConfiguration) {
|
|
420
|
-
MultiRegionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
-
})(MultiRegionConfiguration || (MultiRegionConfiguration = {}));
|
|
422
362
|
export var SigningAlgorithmSpec;
|
|
423
363
|
(function (SigningAlgorithmSpec) {
|
|
424
364
|
SigningAlgorithmSpec["ECDSA_SHA_256"] = "ECDSA_SHA_256";
|
|
@@ -432,14 +372,6 @@ export var SigningAlgorithmSpec;
|
|
|
432
372
|
SigningAlgorithmSpec["RSASSA_PSS_SHA_512"] = "RSASSA_PSS_SHA_512";
|
|
433
373
|
SigningAlgorithmSpec["SM2DSA"] = "SM2DSA";
|
|
434
374
|
})(SigningAlgorithmSpec || (SigningAlgorithmSpec = {}));
|
|
435
|
-
export var KeyMetadata;
|
|
436
|
-
(function (KeyMetadata) {
|
|
437
|
-
KeyMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
-
})(KeyMetadata || (KeyMetadata = {}));
|
|
439
|
-
export var CreateKeyResponse;
|
|
440
|
-
(function (CreateKeyResponse) {
|
|
441
|
-
CreateKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
-
})(CreateKeyResponse || (CreateKeyResponse = {}));
|
|
443
375
|
var MalformedPolicyDocumentException = (function (_super) {
|
|
444
376
|
__extends(MalformedPolicyDocumentException, _super);
|
|
445
377
|
function MalformedPolicyDocumentException(opts) {
|
|
@@ -488,10 +420,6 @@ var CustomKeyStoreHasCMKsException = (function (_super) {
|
|
|
488
420
|
return CustomKeyStoreHasCMKsException;
|
|
489
421
|
}(__BaseException));
|
|
490
422
|
export { CustomKeyStoreHasCMKsException };
|
|
491
|
-
export var CustomKeyStoresListEntry;
|
|
492
|
-
(function (CustomKeyStoresListEntry) {
|
|
493
|
-
CustomKeyStoresListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
-
})(CustomKeyStoresListEntry || (CustomKeyStoresListEntry = {}));
|
|
495
423
|
export var DataKeyPairSpec;
|
|
496
424
|
(function (DataKeyPairSpec) {
|
|
497
425
|
DataKeyPairSpec["ECC_NIST_P256"] = "ECC_NIST_P256";
|
|
@@ -508,14 +436,6 @@ export var DataKeySpec;
|
|
|
508
436
|
DataKeySpec["AES_128"] = "AES_128";
|
|
509
437
|
DataKeySpec["AES_256"] = "AES_256";
|
|
510
438
|
})(DataKeySpec || (DataKeySpec = {}));
|
|
511
|
-
export var DecryptRequest;
|
|
512
|
-
(function (DecryptRequest) {
|
|
513
|
-
DecryptRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
-
})(DecryptRequest || (DecryptRequest = {}));
|
|
515
|
-
export var DecryptResponse;
|
|
516
|
-
(function (DecryptResponse) {
|
|
517
|
-
DecryptResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Plaintext && { Plaintext: SENSITIVE_STRING }))); };
|
|
518
|
-
})(DecryptResponse || (DecryptResponse = {}));
|
|
519
439
|
var IncorrectKeyException = (function (_super) {
|
|
520
440
|
__extends(IncorrectKeyException, _super);
|
|
521
441
|
function IncorrectKeyException(opts) {
|
|
@@ -564,30 +484,6 @@ var KeyUnavailableException = (function (_super) {
|
|
|
564
484
|
return KeyUnavailableException;
|
|
565
485
|
}(__BaseException));
|
|
566
486
|
export { KeyUnavailableException };
|
|
567
|
-
export var DeleteAliasRequest;
|
|
568
|
-
(function (DeleteAliasRequest) {
|
|
569
|
-
DeleteAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
-
})(DeleteAliasRequest || (DeleteAliasRequest = {}));
|
|
571
|
-
export var DeleteCustomKeyStoreRequest;
|
|
572
|
-
(function (DeleteCustomKeyStoreRequest) {
|
|
573
|
-
DeleteCustomKeyStoreRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
-
})(DeleteCustomKeyStoreRequest || (DeleteCustomKeyStoreRequest = {}));
|
|
575
|
-
export var DeleteCustomKeyStoreResponse;
|
|
576
|
-
(function (DeleteCustomKeyStoreResponse) {
|
|
577
|
-
DeleteCustomKeyStoreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
-
})(DeleteCustomKeyStoreResponse || (DeleteCustomKeyStoreResponse = {}));
|
|
579
|
-
export var DeleteImportedKeyMaterialRequest;
|
|
580
|
-
(function (DeleteImportedKeyMaterialRequest) {
|
|
581
|
-
DeleteImportedKeyMaterialRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
-
})(DeleteImportedKeyMaterialRequest || (DeleteImportedKeyMaterialRequest = {}));
|
|
583
|
-
export var DescribeCustomKeyStoresRequest;
|
|
584
|
-
(function (DescribeCustomKeyStoresRequest) {
|
|
585
|
-
DescribeCustomKeyStoresRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
-
})(DescribeCustomKeyStoresRequest || (DescribeCustomKeyStoresRequest = {}));
|
|
587
|
-
export var DescribeCustomKeyStoresResponse;
|
|
588
|
-
(function (DescribeCustomKeyStoresResponse) {
|
|
589
|
-
DescribeCustomKeyStoresResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
-
})(DescribeCustomKeyStoresResponse || (DescribeCustomKeyStoresResponse = {}));
|
|
591
487
|
var InvalidMarkerException = (function (_super) {
|
|
592
488
|
__extends(InvalidMarkerException, _super);
|
|
593
489
|
function InvalidMarkerException(opts) {
|
|
@@ -600,46 +496,6 @@ var InvalidMarkerException = (function (_super) {
|
|
|
600
496
|
return InvalidMarkerException;
|
|
601
497
|
}(__BaseException));
|
|
602
498
|
export { InvalidMarkerException };
|
|
603
|
-
export var DescribeKeyRequest;
|
|
604
|
-
(function (DescribeKeyRequest) {
|
|
605
|
-
DescribeKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
-
})(DescribeKeyRequest || (DescribeKeyRequest = {}));
|
|
607
|
-
export var DescribeKeyResponse;
|
|
608
|
-
(function (DescribeKeyResponse) {
|
|
609
|
-
DescribeKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
-
})(DescribeKeyResponse || (DescribeKeyResponse = {}));
|
|
611
|
-
export var DisableKeyRequest;
|
|
612
|
-
(function (DisableKeyRequest) {
|
|
613
|
-
DisableKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
-
})(DisableKeyRequest || (DisableKeyRequest = {}));
|
|
615
|
-
export var DisableKeyRotationRequest;
|
|
616
|
-
(function (DisableKeyRotationRequest) {
|
|
617
|
-
DisableKeyRotationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
-
})(DisableKeyRotationRequest || (DisableKeyRotationRequest = {}));
|
|
619
|
-
export var DisconnectCustomKeyStoreRequest;
|
|
620
|
-
(function (DisconnectCustomKeyStoreRequest) {
|
|
621
|
-
DisconnectCustomKeyStoreRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
-
})(DisconnectCustomKeyStoreRequest || (DisconnectCustomKeyStoreRequest = {}));
|
|
623
|
-
export var DisconnectCustomKeyStoreResponse;
|
|
624
|
-
(function (DisconnectCustomKeyStoreResponse) {
|
|
625
|
-
DisconnectCustomKeyStoreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
-
})(DisconnectCustomKeyStoreResponse || (DisconnectCustomKeyStoreResponse = {}));
|
|
627
|
-
export var EnableKeyRequest;
|
|
628
|
-
(function (EnableKeyRequest) {
|
|
629
|
-
EnableKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
-
})(EnableKeyRequest || (EnableKeyRequest = {}));
|
|
631
|
-
export var EnableKeyRotationRequest;
|
|
632
|
-
(function (EnableKeyRotationRequest) {
|
|
633
|
-
EnableKeyRotationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
-
})(EnableKeyRotationRequest || (EnableKeyRotationRequest = {}));
|
|
635
|
-
export var EncryptRequest;
|
|
636
|
-
(function (EncryptRequest) {
|
|
637
|
-
EncryptRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Plaintext && { Plaintext: SENSITIVE_STRING }))); };
|
|
638
|
-
})(EncryptRequest || (EncryptRequest = {}));
|
|
639
|
-
export var EncryptResponse;
|
|
640
|
-
(function (EncryptResponse) {
|
|
641
|
-
EncryptResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
-
})(EncryptResponse || (EncryptResponse = {}));
|
|
643
499
|
var ExpiredImportTokenException = (function (_super) {
|
|
644
500
|
__extends(ExpiredImportTokenException, _super);
|
|
645
501
|
function ExpiredImportTokenException(opts) {
|
|
@@ -652,102 +508,10 @@ var ExpiredImportTokenException = (function (_super) {
|
|
|
652
508
|
return ExpiredImportTokenException;
|
|
653
509
|
}(__BaseException));
|
|
654
510
|
export { ExpiredImportTokenException };
|
|
655
|
-
export var GenerateDataKeyRequest;
|
|
656
|
-
(function (GenerateDataKeyRequest) {
|
|
657
|
-
GenerateDataKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
-
})(GenerateDataKeyRequest || (GenerateDataKeyRequest = {}));
|
|
659
|
-
export var GenerateDataKeyResponse;
|
|
660
|
-
(function (GenerateDataKeyResponse) {
|
|
661
|
-
GenerateDataKeyResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Plaintext && { Plaintext: SENSITIVE_STRING }))); };
|
|
662
|
-
})(GenerateDataKeyResponse || (GenerateDataKeyResponse = {}));
|
|
663
|
-
export var GenerateDataKeyPairRequest;
|
|
664
|
-
(function (GenerateDataKeyPairRequest) {
|
|
665
|
-
GenerateDataKeyPairRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
|
-
})(GenerateDataKeyPairRequest || (GenerateDataKeyPairRequest = {}));
|
|
667
|
-
export var GenerateDataKeyPairResponse;
|
|
668
|
-
(function (GenerateDataKeyPairResponse) {
|
|
669
|
-
GenerateDataKeyPairResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.PrivateKeyPlaintext && { PrivateKeyPlaintext: SENSITIVE_STRING }))); };
|
|
670
|
-
})(GenerateDataKeyPairResponse || (GenerateDataKeyPairResponse = {}));
|
|
671
|
-
export var GenerateDataKeyPairWithoutPlaintextRequest;
|
|
672
|
-
(function (GenerateDataKeyPairWithoutPlaintextRequest) {
|
|
673
|
-
GenerateDataKeyPairWithoutPlaintextRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
-
})(GenerateDataKeyPairWithoutPlaintextRequest || (GenerateDataKeyPairWithoutPlaintextRequest = {}));
|
|
675
|
-
export var GenerateDataKeyPairWithoutPlaintextResponse;
|
|
676
|
-
(function (GenerateDataKeyPairWithoutPlaintextResponse) {
|
|
677
|
-
GenerateDataKeyPairWithoutPlaintextResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
-
})(GenerateDataKeyPairWithoutPlaintextResponse || (GenerateDataKeyPairWithoutPlaintextResponse = {}));
|
|
679
|
-
export var GenerateDataKeyWithoutPlaintextRequest;
|
|
680
|
-
(function (GenerateDataKeyWithoutPlaintextRequest) {
|
|
681
|
-
GenerateDataKeyWithoutPlaintextRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
|
-
})(GenerateDataKeyWithoutPlaintextRequest || (GenerateDataKeyWithoutPlaintextRequest = {}));
|
|
683
|
-
export var GenerateDataKeyWithoutPlaintextResponse;
|
|
684
|
-
(function (GenerateDataKeyWithoutPlaintextResponse) {
|
|
685
|
-
GenerateDataKeyWithoutPlaintextResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
|
-
})(GenerateDataKeyWithoutPlaintextResponse || (GenerateDataKeyWithoutPlaintextResponse = {}));
|
|
687
|
-
export var GenerateMacRequest;
|
|
688
|
-
(function (GenerateMacRequest) {
|
|
689
|
-
GenerateMacRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Message && { Message: SENSITIVE_STRING }))); };
|
|
690
|
-
})(GenerateMacRequest || (GenerateMacRequest = {}));
|
|
691
|
-
export var GenerateMacResponse;
|
|
692
|
-
(function (GenerateMacResponse) {
|
|
693
|
-
GenerateMacResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
694
|
-
})(GenerateMacResponse || (GenerateMacResponse = {}));
|
|
695
|
-
export var GenerateRandomRequest;
|
|
696
|
-
(function (GenerateRandomRequest) {
|
|
697
|
-
GenerateRandomRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
698
|
-
})(GenerateRandomRequest || (GenerateRandomRequest = {}));
|
|
699
|
-
export var GenerateRandomResponse;
|
|
700
|
-
(function (GenerateRandomResponse) {
|
|
701
|
-
GenerateRandomResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Plaintext && { Plaintext: SENSITIVE_STRING }))); };
|
|
702
|
-
})(GenerateRandomResponse || (GenerateRandomResponse = {}));
|
|
703
|
-
export var GetKeyPolicyRequest;
|
|
704
|
-
(function (GetKeyPolicyRequest) {
|
|
705
|
-
GetKeyPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
706
|
-
})(GetKeyPolicyRequest || (GetKeyPolicyRequest = {}));
|
|
707
|
-
export var GetKeyPolicyResponse;
|
|
708
|
-
(function (GetKeyPolicyResponse) {
|
|
709
|
-
GetKeyPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
710
|
-
})(GetKeyPolicyResponse || (GetKeyPolicyResponse = {}));
|
|
711
|
-
export var GetKeyRotationStatusRequest;
|
|
712
|
-
(function (GetKeyRotationStatusRequest) {
|
|
713
|
-
GetKeyRotationStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
714
|
-
})(GetKeyRotationStatusRequest || (GetKeyRotationStatusRequest = {}));
|
|
715
|
-
export var GetKeyRotationStatusResponse;
|
|
716
|
-
(function (GetKeyRotationStatusResponse) {
|
|
717
|
-
GetKeyRotationStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
|
-
})(GetKeyRotationStatusResponse || (GetKeyRotationStatusResponse = {}));
|
|
719
511
|
export var WrappingKeySpec;
|
|
720
512
|
(function (WrappingKeySpec) {
|
|
721
513
|
WrappingKeySpec["RSA_2048"] = "RSA_2048";
|
|
722
514
|
})(WrappingKeySpec || (WrappingKeySpec = {}));
|
|
723
|
-
export var GetParametersForImportRequest;
|
|
724
|
-
(function (GetParametersForImportRequest) {
|
|
725
|
-
GetParametersForImportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
-
})(GetParametersForImportRequest || (GetParametersForImportRequest = {}));
|
|
727
|
-
export var GetParametersForImportResponse;
|
|
728
|
-
(function (GetParametersForImportResponse) {
|
|
729
|
-
GetParametersForImportResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.PublicKey && { PublicKey: SENSITIVE_STRING }))); };
|
|
730
|
-
})(GetParametersForImportResponse || (GetParametersForImportResponse = {}));
|
|
731
|
-
export var GetPublicKeyRequest;
|
|
732
|
-
(function (GetPublicKeyRequest) {
|
|
733
|
-
GetPublicKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
|
-
})(GetPublicKeyRequest || (GetPublicKeyRequest = {}));
|
|
735
|
-
export var GetPublicKeyResponse;
|
|
736
|
-
(function (GetPublicKeyResponse) {
|
|
737
|
-
GetPublicKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
738
|
-
})(GetPublicKeyResponse || (GetPublicKeyResponse = {}));
|
|
739
|
-
export var GrantListEntry;
|
|
740
|
-
(function (GrantListEntry) {
|
|
741
|
-
GrantListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
|
-
})(GrantListEntry || (GrantListEntry = {}));
|
|
743
|
-
export var ImportKeyMaterialRequest;
|
|
744
|
-
(function (ImportKeyMaterialRequest) {
|
|
745
|
-
ImportKeyMaterialRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
746
|
-
})(ImportKeyMaterialRequest || (ImportKeyMaterialRequest = {}));
|
|
747
|
-
export var ImportKeyMaterialResponse;
|
|
748
|
-
(function (ImportKeyMaterialResponse) {
|
|
749
|
-
ImportKeyMaterialResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
|
-
})(ImportKeyMaterialResponse || (ImportKeyMaterialResponse = {}));
|
|
751
515
|
var IncorrectKeyMaterialException = (function (_super) {
|
|
752
516
|
__extends(IncorrectKeyMaterialException, _super);
|
|
753
517
|
function IncorrectKeyMaterialException(opts) {
|
|
@@ -784,10 +548,6 @@ var InvalidGrantIdException = (function (_super) {
|
|
|
784
548
|
return InvalidGrantIdException;
|
|
785
549
|
}(__BaseException));
|
|
786
550
|
export { InvalidGrantIdException };
|
|
787
|
-
export var KeyListEntry;
|
|
788
|
-
(function (KeyListEntry) {
|
|
789
|
-
KeyListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
790
|
-
})(KeyListEntry || (KeyListEntry = {}));
|
|
791
551
|
var KMSInvalidMacException = (function (_super) {
|
|
792
552
|
__extends(KMSInvalidMacException, _super);
|
|
793
553
|
function KMSInvalidMacException(opts) {
|
|
@@ -812,140 +572,101 @@ var KMSInvalidSignatureException = (function (_super) {
|
|
|
812
572
|
return KMSInvalidSignatureException;
|
|
813
573
|
}(__BaseException));
|
|
814
574
|
export { KMSInvalidSignatureException };
|
|
815
|
-
export var ListAliasesRequest;
|
|
816
|
-
(function (ListAliasesRequest) {
|
|
817
|
-
ListAliasesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
818
|
-
})(ListAliasesRequest || (ListAliasesRequest = {}));
|
|
819
|
-
export var ListAliasesResponse;
|
|
820
|
-
(function (ListAliasesResponse) {
|
|
821
|
-
ListAliasesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
|
-
})(ListAliasesResponse || (ListAliasesResponse = {}));
|
|
823
|
-
export var ListGrantsRequest;
|
|
824
|
-
(function (ListGrantsRequest) {
|
|
825
|
-
ListGrantsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
826
|
-
})(ListGrantsRequest || (ListGrantsRequest = {}));
|
|
827
|
-
export var ListGrantsResponse;
|
|
828
|
-
(function (ListGrantsResponse) {
|
|
829
|
-
ListGrantsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
830
|
-
})(ListGrantsResponse || (ListGrantsResponse = {}));
|
|
831
|
-
export var ListKeyPoliciesRequest;
|
|
832
|
-
(function (ListKeyPoliciesRequest) {
|
|
833
|
-
ListKeyPoliciesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
|
-
})(ListKeyPoliciesRequest || (ListKeyPoliciesRequest = {}));
|
|
835
|
-
export var ListKeyPoliciesResponse;
|
|
836
|
-
(function (ListKeyPoliciesResponse) {
|
|
837
|
-
ListKeyPoliciesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
-
})(ListKeyPoliciesResponse || (ListKeyPoliciesResponse = {}));
|
|
839
|
-
export var ListKeysRequest;
|
|
840
|
-
(function (ListKeysRequest) {
|
|
841
|
-
ListKeysRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
842
|
-
})(ListKeysRequest || (ListKeysRequest = {}));
|
|
843
|
-
export var ListKeysResponse;
|
|
844
|
-
(function (ListKeysResponse) {
|
|
845
|
-
ListKeysResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
|
-
})(ListKeysResponse || (ListKeysResponse = {}));
|
|
847
|
-
export var ListResourceTagsRequest;
|
|
848
|
-
(function (ListResourceTagsRequest) {
|
|
849
|
-
ListResourceTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
|
-
})(ListResourceTagsRequest || (ListResourceTagsRequest = {}));
|
|
851
|
-
export var ListResourceTagsResponse;
|
|
852
|
-
(function (ListResourceTagsResponse) {
|
|
853
|
-
ListResourceTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
854
|
-
})(ListResourceTagsResponse || (ListResourceTagsResponse = {}));
|
|
855
|
-
export var ListRetirableGrantsRequest;
|
|
856
|
-
(function (ListRetirableGrantsRequest) {
|
|
857
|
-
ListRetirableGrantsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
858
|
-
})(ListRetirableGrantsRequest || (ListRetirableGrantsRequest = {}));
|
|
859
575
|
export var MessageType;
|
|
860
576
|
(function (MessageType) {
|
|
861
577
|
MessageType["DIGEST"] = "DIGEST";
|
|
862
578
|
MessageType["RAW"] = "RAW";
|
|
863
579
|
})(MessageType || (MessageType = {}));
|
|
864
|
-
export var
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
export var
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
export var
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
export var
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
export var
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
export var
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
export var
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
export var
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
export var
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
export var
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
export var
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
export var
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
export var
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
export var
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
export var
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
export var
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
export var
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
export var
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
export var
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
export var
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
export var
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
export var
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
580
|
+
export var AliasListEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
|
+
export var CancelKeyDeletionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
+
export var CancelKeyDeletionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
+
export var ConnectCustomKeyStoreRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
+
export var ConnectCustomKeyStoreResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
|
+
export var CreateAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
+
export var CreateCustomKeyStoreRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.KeyStorePassword && { KeyStorePassword: SENSITIVE_STRING }))); };
|
|
587
|
+
export var CreateCustomKeyStoreResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
+
export var GrantConstraintsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
+
export var CreateGrantRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
+
export var CreateGrantResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
+
export var CreateKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
+
export var MultiRegionKeyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
export var MultiRegionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
+
export var KeyMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
+
export var CreateKeyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
+
export var CustomKeyStoresListEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
export var DecryptRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
export var DecryptResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Plaintext && { Plaintext: SENSITIVE_STRING }))); };
|
|
600
|
+
export var DeleteAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
+
export var DeleteCustomKeyStoreRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
+
export var DeleteCustomKeyStoreResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
export var DeleteImportedKeyMaterialRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
+
export var DescribeCustomKeyStoresRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
+
export var DescribeCustomKeyStoresResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
export var DescribeKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
export var DescribeKeyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
+
export var DisableKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
+
export var DisableKeyRotationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
export var DisconnectCustomKeyStoreRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
export var DisconnectCustomKeyStoreResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
+
export var EnableKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
+
export var EnableKeyRotationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
+
export var EncryptRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Plaintext && { Plaintext: SENSITIVE_STRING }))); };
|
|
615
|
+
export var EncryptResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
+
export var GenerateDataKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
|
+
export var GenerateDataKeyResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Plaintext && { Plaintext: SENSITIVE_STRING }))); };
|
|
618
|
+
export var GenerateDataKeyPairRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
+
export var GenerateDataKeyPairResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.PrivateKeyPlaintext && { PrivateKeyPlaintext: SENSITIVE_STRING }))); };
|
|
620
|
+
export var GenerateDataKeyPairWithoutPlaintextRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
+
export var GenerateDataKeyPairWithoutPlaintextResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
+
export var GenerateDataKeyWithoutPlaintextRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
+
export var GenerateDataKeyWithoutPlaintextResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
+
export var GenerateMacRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Message && { Message: SENSITIVE_STRING }))); };
|
|
625
|
+
export var GenerateMacResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
+
export var GenerateRandomRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
+
export var GenerateRandomResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Plaintext && { Plaintext: SENSITIVE_STRING }))); };
|
|
628
|
+
export var GetKeyPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
+
export var GetKeyPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
export var GetKeyRotationStatusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
+
export var GetKeyRotationStatusResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
|
+
export var GetParametersForImportRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
633
|
+
export var GetParametersForImportResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.PublicKey && { PublicKey: SENSITIVE_STRING }))); };
|
|
634
|
+
export var GetPublicKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
+
export var GetPublicKeyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
+
export var GrantListEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
|
+
export var ImportKeyMaterialRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
+
export var ImportKeyMaterialResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
+
export var KeyListEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
640
|
+
export var ListAliasesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
641
|
+
export var ListAliasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
+
export var ListGrantsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
+
export var ListGrantsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
|
+
export var ListKeyPoliciesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
|
+
export var ListKeyPoliciesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
+
export var ListKeysRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
export var ListKeysResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
|
+
export var ListResourceTagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
|
+
export var ListResourceTagsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
+
export var ListRetirableGrantsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
+
export var PutKeyPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
|
+
export var ReEncryptRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
|
+
export var ReEncryptResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
+
export var ReplicateKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
+
export var ReplicateKeyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
|
+
export var RetireGrantRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
657
|
+
export var RevokeGrantRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
+
export var ScheduleKeyDeletionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
+
export var ScheduleKeyDeletionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
|
+
export var SignRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Message && { Message: SENSITIVE_STRING }))); };
|
|
661
|
+
export var SignResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
664
|
+
export var UpdateAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
665
|
+
export var UpdateCustomKeyStoreRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.KeyStorePassword && { KeyStorePassword: SENSITIVE_STRING }))); };
|
|
666
|
+
export var UpdateCustomKeyStoreResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
+
export var UpdateKeyDescriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
668
|
+
export var UpdatePrimaryRegionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
669
|
+
export var VerifyRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Message && { Message: SENSITIVE_STRING }))); };
|
|
670
|
+
export var VerifyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
+
export var VerifyMacRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Message && { Message: SENSITIVE_STRING }))); };
|
|
672
|
+
export var VerifyMacResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|