@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
|
@@ -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) {
|
|
@@ -187,6 +167,7 @@ export var ConnectionErrorCodeType;
|
|
|
187
167
|
(function (ConnectionErrorCodeType) {
|
|
188
168
|
ConnectionErrorCodeType["CLUSTER_NOT_FOUND"] = "CLUSTER_NOT_FOUND";
|
|
189
169
|
ConnectionErrorCodeType["INSUFFICIENT_CLOUDHSM_HSMS"] = "INSUFFICIENT_CLOUDHSM_HSMS";
|
|
170
|
+
ConnectionErrorCodeType["INSUFFICIENT_FREE_ADDRESSES_IN_SUBNET"] = "INSUFFICIENT_FREE_ADDRESSES_IN_SUBNET";
|
|
190
171
|
ConnectionErrorCodeType["INTERNAL_ERROR"] = "INTERNAL_ERROR";
|
|
191
172
|
ConnectionErrorCodeType["INVALID_CREDENTIALS"] = "INVALID_CREDENTIALS";
|
|
192
173
|
ConnectionErrorCodeType["NETWORK_ERRORS"] = "NETWORK_ERRORS";
|
|
@@ -203,10 +184,6 @@ export var ConnectionStateType;
|
|
|
203
184
|
ConnectionStateType["DISCONNECTING"] = "DISCONNECTING";
|
|
204
185
|
ConnectionStateType["FAILED"] = "FAILED";
|
|
205
186
|
})(ConnectionStateType || (ConnectionStateType = {}));
|
|
206
|
-
export var CreateAliasRequest;
|
|
207
|
-
(function (CreateAliasRequest) {
|
|
208
|
-
CreateAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
-
})(CreateAliasRequest || (CreateAliasRequest = {}));
|
|
210
187
|
var InvalidAliasNameException = (function (_super) {
|
|
211
188
|
__extends(InvalidAliasNameException, _super);
|
|
212
189
|
function InvalidAliasNameException(opts) {
|
|
@@ -231,14 +208,6 @@ var LimitExceededException = (function (_super) {
|
|
|
231
208
|
return LimitExceededException;
|
|
232
209
|
}(__BaseException));
|
|
233
210
|
export { LimitExceededException };
|
|
234
|
-
export var CreateCustomKeyStoreRequest;
|
|
235
|
-
(function (CreateCustomKeyStoreRequest) {
|
|
236
|
-
CreateCustomKeyStoreRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.KeyStorePassword && { KeyStorePassword: SENSITIVE_STRING }))); };
|
|
237
|
-
})(CreateCustomKeyStoreRequest || (CreateCustomKeyStoreRequest = {}));
|
|
238
|
-
export var CreateCustomKeyStoreResponse;
|
|
239
|
-
(function (CreateCustomKeyStoreResponse) {
|
|
240
|
-
CreateCustomKeyStoreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
-
})(CreateCustomKeyStoreResponse || (CreateCustomKeyStoreResponse = {}));
|
|
242
211
|
var CustomKeyStoreNameInUseException = (function (_super) {
|
|
243
212
|
__extends(CustomKeyStoreNameInUseException, _super);
|
|
244
213
|
function CustomKeyStoreNameInUseException(opts) {
|
|
@@ -263,10 +232,6 @@ var IncorrectTrustAnchorException = (function (_super) {
|
|
|
263
232
|
return IncorrectTrustAnchorException;
|
|
264
233
|
}(__BaseException));
|
|
265
234
|
export { IncorrectTrustAnchorException };
|
|
266
|
-
export var GrantConstraints;
|
|
267
|
-
(function (GrantConstraints) {
|
|
268
|
-
GrantConstraints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
|
-
})(GrantConstraints || (GrantConstraints = {}));
|
|
270
235
|
export var GrantOperation;
|
|
271
236
|
(function (GrantOperation) {
|
|
272
237
|
GrantOperation["CreateGrant"] = "CreateGrant";
|
|
@@ -286,14 +251,6 @@ export var GrantOperation;
|
|
|
286
251
|
GrantOperation["Verify"] = "Verify";
|
|
287
252
|
GrantOperation["VerifyMac"] = "VerifyMac";
|
|
288
253
|
})(GrantOperation || (GrantOperation = {}));
|
|
289
|
-
export var CreateGrantRequest;
|
|
290
|
-
(function (CreateGrantRequest) {
|
|
291
|
-
CreateGrantRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
-
})(CreateGrantRequest || (CreateGrantRequest = {}));
|
|
293
|
-
export var CreateGrantResponse;
|
|
294
|
-
(function (CreateGrantResponse) {
|
|
295
|
-
CreateGrantResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
-
})(CreateGrantResponse || (CreateGrantResponse = {}));
|
|
297
254
|
var DisabledException = (function (_super) {
|
|
298
255
|
__extends(DisabledException, _super);
|
|
299
256
|
function DisabledException(opts) {
|
|
@@ -331,6 +288,7 @@ export var CustomerMasterKeySpec;
|
|
|
331
288
|
CustomerMasterKeySpec["RSA_2048"] = "RSA_2048";
|
|
332
289
|
CustomerMasterKeySpec["RSA_3072"] = "RSA_3072";
|
|
333
290
|
CustomerMasterKeySpec["RSA_4096"] = "RSA_4096";
|
|
291
|
+
CustomerMasterKeySpec["SM2"] = "SM2";
|
|
334
292
|
CustomerMasterKeySpec["SYMMETRIC_DEFAULT"] = "SYMMETRIC_DEFAULT";
|
|
335
293
|
})(CustomerMasterKeySpec || (CustomerMasterKeySpec = {}));
|
|
336
294
|
export var KeySpec;
|
|
@@ -346,6 +304,7 @@ export var KeySpec;
|
|
|
346
304
|
KeySpec["RSA_2048"] = "RSA_2048";
|
|
347
305
|
KeySpec["RSA_3072"] = "RSA_3072";
|
|
348
306
|
KeySpec["RSA_4096"] = "RSA_4096";
|
|
307
|
+
KeySpec["SM2"] = "SM2";
|
|
349
308
|
KeySpec["SYMMETRIC_DEFAULT"] = "SYMMETRIC_DEFAULT";
|
|
350
309
|
})(KeySpec || (KeySpec = {}));
|
|
351
310
|
export var KeyUsageType;
|
|
@@ -360,18 +319,11 @@ export var OriginType;
|
|
|
360
319
|
OriginType["AWS_KMS"] = "AWS_KMS";
|
|
361
320
|
OriginType["EXTERNAL"] = "EXTERNAL";
|
|
362
321
|
})(OriginType || (OriginType = {}));
|
|
363
|
-
export var Tag;
|
|
364
|
-
(function (Tag) {
|
|
365
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
|
-
})(Tag || (Tag = {}));
|
|
367
|
-
export var CreateKeyRequest;
|
|
368
|
-
(function (CreateKeyRequest) {
|
|
369
|
-
CreateKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
|
-
})(CreateKeyRequest || (CreateKeyRequest = {}));
|
|
371
322
|
export var EncryptionAlgorithmSpec;
|
|
372
323
|
(function (EncryptionAlgorithmSpec) {
|
|
373
324
|
EncryptionAlgorithmSpec["RSAES_OAEP_SHA_1"] = "RSAES_OAEP_SHA_1";
|
|
374
325
|
EncryptionAlgorithmSpec["RSAES_OAEP_SHA_256"] = "RSAES_OAEP_SHA_256";
|
|
326
|
+
EncryptionAlgorithmSpec["SM2PKE"] = "SM2PKE";
|
|
375
327
|
EncryptionAlgorithmSpec["SYMMETRIC_DEFAULT"] = "SYMMETRIC_DEFAULT";
|
|
376
328
|
})(EncryptionAlgorithmSpec || (EncryptionAlgorithmSpec = {}));
|
|
377
329
|
export var ExpirationModelType;
|
|
@@ -407,14 +359,6 @@ export var MultiRegionKeyType;
|
|
|
407
359
|
MultiRegionKeyType["PRIMARY"] = "PRIMARY";
|
|
408
360
|
MultiRegionKeyType["REPLICA"] = "REPLICA";
|
|
409
361
|
})(MultiRegionKeyType || (MultiRegionKeyType = {}));
|
|
410
|
-
export var MultiRegionKey;
|
|
411
|
-
(function (MultiRegionKey) {
|
|
412
|
-
MultiRegionKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
-
})(MultiRegionKey || (MultiRegionKey = {}));
|
|
414
|
-
export var MultiRegionConfiguration;
|
|
415
|
-
(function (MultiRegionConfiguration) {
|
|
416
|
-
MultiRegionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
-
})(MultiRegionConfiguration || (MultiRegionConfiguration = {}));
|
|
418
362
|
export var SigningAlgorithmSpec;
|
|
419
363
|
(function (SigningAlgorithmSpec) {
|
|
420
364
|
SigningAlgorithmSpec["ECDSA_SHA_256"] = "ECDSA_SHA_256";
|
|
@@ -426,15 +370,8 @@ export var SigningAlgorithmSpec;
|
|
|
426
370
|
SigningAlgorithmSpec["RSASSA_PSS_SHA_256"] = "RSASSA_PSS_SHA_256";
|
|
427
371
|
SigningAlgorithmSpec["RSASSA_PSS_SHA_384"] = "RSASSA_PSS_SHA_384";
|
|
428
372
|
SigningAlgorithmSpec["RSASSA_PSS_SHA_512"] = "RSASSA_PSS_SHA_512";
|
|
373
|
+
SigningAlgorithmSpec["SM2DSA"] = "SM2DSA";
|
|
429
374
|
})(SigningAlgorithmSpec || (SigningAlgorithmSpec = {}));
|
|
430
|
-
export var KeyMetadata;
|
|
431
|
-
(function (KeyMetadata) {
|
|
432
|
-
KeyMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
-
})(KeyMetadata || (KeyMetadata = {}));
|
|
434
|
-
export var CreateKeyResponse;
|
|
435
|
-
(function (CreateKeyResponse) {
|
|
436
|
-
CreateKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
-
})(CreateKeyResponse || (CreateKeyResponse = {}));
|
|
438
375
|
var MalformedPolicyDocumentException = (function (_super) {
|
|
439
376
|
__extends(MalformedPolicyDocumentException, _super);
|
|
440
377
|
function MalformedPolicyDocumentException(opts) {
|
|
@@ -483,10 +420,6 @@ var CustomKeyStoreHasCMKsException = (function (_super) {
|
|
|
483
420
|
return CustomKeyStoreHasCMKsException;
|
|
484
421
|
}(__BaseException));
|
|
485
422
|
export { CustomKeyStoreHasCMKsException };
|
|
486
|
-
export var CustomKeyStoresListEntry;
|
|
487
|
-
(function (CustomKeyStoresListEntry) {
|
|
488
|
-
CustomKeyStoresListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
-
})(CustomKeyStoresListEntry || (CustomKeyStoresListEntry = {}));
|
|
490
423
|
export var DataKeyPairSpec;
|
|
491
424
|
(function (DataKeyPairSpec) {
|
|
492
425
|
DataKeyPairSpec["ECC_NIST_P256"] = "ECC_NIST_P256";
|
|
@@ -496,20 +429,13 @@ export var DataKeyPairSpec;
|
|
|
496
429
|
DataKeyPairSpec["RSA_2048"] = "RSA_2048";
|
|
497
430
|
DataKeyPairSpec["RSA_3072"] = "RSA_3072";
|
|
498
431
|
DataKeyPairSpec["RSA_4096"] = "RSA_4096";
|
|
432
|
+
DataKeyPairSpec["SM2"] = "SM2";
|
|
499
433
|
})(DataKeyPairSpec || (DataKeyPairSpec = {}));
|
|
500
434
|
export var DataKeySpec;
|
|
501
435
|
(function (DataKeySpec) {
|
|
502
436
|
DataKeySpec["AES_128"] = "AES_128";
|
|
503
437
|
DataKeySpec["AES_256"] = "AES_256";
|
|
504
438
|
})(DataKeySpec || (DataKeySpec = {}));
|
|
505
|
-
export var DecryptRequest;
|
|
506
|
-
(function (DecryptRequest) {
|
|
507
|
-
DecryptRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
-
})(DecryptRequest || (DecryptRequest = {}));
|
|
509
|
-
export var DecryptResponse;
|
|
510
|
-
(function (DecryptResponse) {
|
|
511
|
-
DecryptResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Plaintext && { Plaintext: SENSITIVE_STRING }))); };
|
|
512
|
-
})(DecryptResponse || (DecryptResponse = {}));
|
|
513
439
|
var IncorrectKeyException = (function (_super) {
|
|
514
440
|
__extends(IncorrectKeyException, _super);
|
|
515
441
|
function IncorrectKeyException(opts) {
|
|
@@ -558,30 +484,6 @@ var KeyUnavailableException = (function (_super) {
|
|
|
558
484
|
return KeyUnavailableException;
|
|
559
485
|
}(__BaseException));
|
|
560
486
|
export { KeyUnavailableException };
|
|
561
|
-
export var DeleteAliasRequest;
|
|
562
|
-
(function (DeleteAliasRequest) {
|
|
563
|
-
DeleteAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
-
})(DeleteAliasRequest || (DeleteAliasRequest = {}));
|
|
565
|
-
export var DeleteCustomKeyStoreRequest;
|
|
566
|
-
(function (DeleteCustomKeyStoreRequest) {
|
|
567
|
-
DeleteCustomKeyStoreRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
-
})(DeleteCustomKeyStoreRequest || (DeleteCustomKeyStoreRequest = {}));
|
|
569
|
-
export var DeleteCustomKeyStoreResponse;
|
|
570
|
-
(function (DeleteCustomKeyStoreResponse) {
|
|
571
|
-
DeleteCustomKeyStoreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
-
})(DeleteCustomKeyStoreResponse || (DeleteCustomKeyStoreResponse = {}));
|
|
573
|
-
export var DeleteImportedKeyMaterialRequest;
|
|
574
|
-
(function (DeleteImportedKeyMaterialRequest) {
|
|
575
|
-
DeleteImportedKeyMaterialRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
|
-
})(DeleteImportedKeyMaterialRequest || (DeleteImportedKeyMaterialRequest = {}));
|
|
577
|
-
export var DescribeCustomKeyStoresRequest;
|
|
578
|
-
(function (DescribeCustomKeyStoresRequest) {
|
|
579
|
-
DescribeCustomKeyStoresRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
-
})(DescribeCustomKeyStoresRequest || (DescribeCustomKeyStoresRequest = {}));
|
|
581
|
-
export var DescribeCustomKeyStoresResponse;
|
|
582
|
-
(function (DescribeCustomKeyStoresResponse) {
|
|
583
|
-
DescribeCustomKeyStoresResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
-
})(DescribeCustomKeyStoresResponse || (DescribeCustomKeyStoresResponse = {}));
|
|
585
487
|
var InvalidMarkerException = (function (_super) {
|
|
586
488
|
__extends(InvalidMarkerException, _super);
|
|
587
489
|
function InvalidMarkerException(opts) {
|
|
@@ -594,46 +496,6 @@ var InvalidMarkerException = (function (_super) {
|
|
|
594
496
|
return InvalidMarkerException;
|
|
595
497
|
}(__BaseException));
|
|
596
498
|
export { InvalidMarkerException };
|
|
597
|
-
export var DescribeKeyRequest;
|
|
598
|
-
(function (DescribeKeyRequest) {
|
|
599
|
-
DescribeKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
-
})(DescribeKeyRequest || (DescribeKeyRequest = {}));
|
|
601
|
-
export var DescribeKeyResponse;
|
|
602
|
-
(function (DescribeKeyResponse) {
|
|
603
|
-
DescribeKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
-
})(DescribeKeyResponse || (DescribeKeyResponse = {}));
|
|
605
|
-
export var DisableKeyRequest;
|
|
606
|
-
(function (DisableKeyRequest) {
|
|
607
|
-
DisableKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
-
})(DisableKeyRequest || (DisableKeyRequest = {}));
|
|
609
|
-
export var DisableKeyRotationRequest;
|
|
610
|
-
(function (DisableKeyRotationRequest) {
|
|
611
|
-
DisableKeyRotationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
-
})(DisableKeyRotationRequest || (DisableKeyRotationRequest = {}));
|
|
613
|
-
export var DisconnectCustomKeyStoreRequest;
|
|
614
|
-
(function (DisconnectCustomKeyStoreRequest) {
|
|
615
|
-
DisconnectCustomKeyStoreRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
-
})(DisconnectCustomKeyStoreRequest || (DisconnectCustomKeyStoreRequest = {}));
|
|
617
|
-
export var DisconnectCustomKeyStoreResponse;
|
|
618
|
-
(function (DisconnectCustomKeyStoreResponse) {
|
|
619
|
-
DisconnectCustomKeyStoreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
-
})(DisconnectCustomKeyStoreResponse || (DisconnectCustomKeyStoreResponse = {}));
|
|
621
|
-
export var EnableKeyRequest;
|
|
622
|
-
(function (EnableKeyRequest) {
|
|
623
|
-
EnableKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
-
})(EnableKeyRequest || (EnableKeyRequest = {}));
|
|
625
|
-
export var EnableKeyRotationRequest;
|
|
626
|
-
(function (EnableKeyRotationRequest) {
|
|
627
|
-
EnableKeyRotationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
-
})(EnableKeyRotationRequest || (EnableKeyRotationRequest = {}));
|
|
629
|
-
export var EncryptRequest;
|
|
630
|
-
(function (EncryptRequest) {
|
|
631
|
-
EncryptRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Plaintext && { Plaintext: SENSITIVE_STRING }))); };
|
|
632
|
-
})(EncryptRequest || (EncryptRequest = {}));
|
|
633
|
-
export var EncryptResponse;
|
|
634
|
-
(function (EncryptResponse) {
|
|
635
|
-
EncryptResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
-
})(EncryptResponse || (EncryptResponse = {}));
|
|
637
499
|
var ExpiredImportTokenException = (function (_super) {
|
|
638
500
|
__extends(ExpiredImportTokenException, _super);
|
|
639
501
|
function ExpiredImportTokenException(opts) {
|
|
@@ -646,102 +508,10 @@ var ExpiredImportTokenException = (function (_super) {
|
|
|
646
508
|
return ExpiredImportTokenException;
|
|
647
509
|
}(__BaseException));
|
|
648
510
|
export { ExpiredImportTokenException };
|
|
649
|
-
export var GenerateDataKeyRequest;
|
|
650
|
-
(function (GenerateDataKeyRequest) {
|
|
651
|
-
GenerateDataKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
|
-
})(GenerateDataKeyRequest || (GenerateDataKeyRequest = {}));
|
|
653
|
-
export var GenerateDataKeyResponse;
|
|
654
|
-
(function (GenerateDataKeyResponse) {
|
|
655
|
-
GenerateDataKeyResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Plaintext && { Plaintext: SENSITIVE_STRING }))); };
|
|
656
|
-
})(GenerateDataKeyResponse || (GenerateDataKeyResponse = {}));
|
|
657
|
-
export var GenerateDataKeyPairRequest;
|
|
658
|
-
(function (GenerateDataKeyPairRequest) {
|
|
659
|
-
GenerateDataKeyPairRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
|
-
})(GenerateDataKeyPairRequest || (GenerateDataKeyPairRequest = {}));
|
|
661
|
-
export var GenerateDataKeyPairResponse;
|
|
662
|
-
(function (GenerateDataKeyPairResponse) {
|
|
663
|
-
GenerateDataKeyPairResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.PrivateKeyPlaintext && { PrivateKeyPlaintext: SENSITIVE_STRING }))); };
|
|
664
|
-
})(GenerateDataKeyPairResponse || (GenerateDataKeyPairResponse = {}));
|
|
665
|
-
export var GenerateDataKeyPairWithoutPlaintextRequest;
|
|
666
|
-
(function (GenerateDataKeyPairWithoutPlaintextRequest) {
|
|
667
|
-
GenerateDataKeyPairWithoutPlaintextRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
668
|
-
})(GenerateDataKeyPairWithoutPlaintextRequest || (GenerateDataKeyPairWithoutPlaintextRequest = {}));
|
|
669
|
-
export var GenerateDataKeyPairWithoutPlaintextResponse;
|
|
670
|
-
(function (GenerateDataKeyPairWithoutPlaintextResponse) {
|
|
671
|
-
GenerateDataKeyPairWithoutPlaintextResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
672
|
-
})(GenerateDataKeyPairWithoutPlaintextResponse || (GenerateDataKeyPairWithoutPlaintextResponse = {}));
|
|
673
|
-
export var GenerateDataKeyWithoutPlaintextRequest;
|
|
674
|
-
(function (GenerateDataKeyWithoutPlaintextRequest) {
|
|
675
|
-
GenerateDataKeyWithoutPlaintextRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
676
|
-
})(GenerateDataKeyWithoutPlaintextRequest || (GenerateDataKeyWithoutPlaintextRequest = {}));
|
|
677
|
-
export var GenerateDataKeyWithoutPlaintextResponse;
|
|
678
|
-
(function (GenerateDataKeyWithoutPlaintextResponse) {
|
|
679
|
-
GenerateDataKeyWithoutPlaintextResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
680
|
-
})(GenerateDataKeyWithoutPlaintextResponse || (GenerateDataKeyWithoutPlaintextResponse = {}));
|
|
681
|
-
export var GenerateMacRequest;
|
|
682
|
-
(function (GenerateMacRequest) {
|
|
683
|
-
GenerateMacRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Message && { Message: SENSITIVE_STRING }))); };
|
|
684
|
-
})(GenerateMacRequest || (GenerateMacRequest = {}));
|
|
685
|
-
export var GenerateMacResponse;
|
|
686
|
-
(function (GenerateMacResponse) {
|
|
687
|
-
GenerateMacResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
688
|
-
})(GenerateMacResponse || (GenerateMacResponse = {}));
|
|
689
|
-
export var GenerateRandomRequest;
|
|
690
|
-
(function (GenerateRandomRequest) {
|
|
691
|
-
GenerateRandomRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
692
|
-
})(GenerateRandomRequest || (GenerateRandomRequest = {}));
|
|
693
|
-
export var GenerateRandomResponse;
|
|
694
|
-
(function (GenerateRandomResponse) {
|
|
695
|
-
GenerateRandomResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Plaintext && { Plaintext: SENSITIVE_STRING }))); };
|
|
696
|
-
})(GenerateRandomResponse || (GenerateRandomResponse = {}));
|
|
697
|
-
export var GetKeyPolicyRequest;
|
|
698
|
-
(function (GetKeyPolicyRequest) {
|
|
699
|
-
GetKeyPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
700
|
-
})(GetKeyPolicyRequest || (GetKeyPolicyRequest = {}));
|
|
701
|
-
export var GetKeyPolicyResponse;
|
|
702
|
-
(function (GetKeyPolicyResponse) {
|
|
703
|
-
GetKeyPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
704
|
-
})(GetKeyPolicyResponse || (GetKeyPolicyResponse = {}));
|
|
705
|
-
export var GetKeyRotationStatusRequest;
|
|
706
|
-
(function (GetKeyRotationStatusRequest) {
|
|
707
|
-
GetKeyRotationStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
708
|
-
})(GetKeyRotationStatusRequest || (GetKeyRotationStatusRequest = {}));
|
|
709
|
-
export var GetKeyRotationStatusResponse;
|
|
710
|
-
(function (GetKeyRotationStatusResponse) {
|
|
711
|
-
GetKeyRotationStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
712
|
-
})(GetKeyRotationStatusResponse || (GetKeyRotationStatusResponse = {}));
|
|
713
511
|
export var WrappingKeySpec;
|
|
714
512
|
(function (WrappingKeySpec) {
|
|
715
513
|
WrappingKeySpec["RSA_2048"] = "RSA_2048";
|
|
716
514
|
})(WrappingKeySpec || (WrappingKeySpec = {}));
|
|
717
|
-
export var GetParametersForImportRequest;
|
|
718
|
-
(function (GetParametersForImportRequest) {
|
|
719
|
-
GetParametersForImportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
|
-
})(GetParametersForImportRequest || (GetParametersForImportRequest = {}));
|
|
721
|
-
export var GetParametersForImportResponse;
|
|
722
|
-
(function (GetParametersForImportResponse) {
|
|
723
|
-
GetParametersForImportResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.PublicKey && { PublicKey: SENSITIVE_STRING }))); };
|
|
724
|
-
})(GetParametersForImportResponse || (GetParametersForImportResponse = {}));
|
|
725
|
-
export var GetPublicKeyRequest;
|
|
726
|
-
(function (GetPublicKeyRequest) {
|
|
727
|
-
GetPublicKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
|
-
})(GetPublicKeyRequest || (GetPublicKeyRequest = {}));
|
|
729
|
-
export var GetPublicKeyResponse;
|
|
730
|
-
(function (GetPublicKeyResponse) {
|
|
731
|
-
GetPublicKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
732
|
-
})(GetPublicKeyResponse || (GetPublicKeyResponse = {}));
|
|
733
|
-
export var GrantListEntry;
|
|
734
|
-
(function (GrantListEntry) {
|
|
735
|
-
GrantListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
|
-
})(GrantListEntry || (GrantListEntry = {}));
|
|
737
|
-
export var ImportKeyMaterialRequest;
|
|
738
|
-
(function (ImportKeyMaterialRequest) {
|
|
739
|
-
ImportKeyMaterialRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
740
|
-
})(ImportKeyMaterialRequest || (ImportKeyMaterialRequest = {}));
|
|
741
|
-
export var ImportKeyMaterialResponse;
|
|
742
|
-
(function (ImportKeyMaterialResponse) {
|
|
743
|
-
ImportKeyMaterialResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
744
|
-
})(ImportKeyMaterialResponse || (ImportKeyMaterialResponse = {}));
|
|
745
515
|
var IncorrectKeyMaterialException = (function (_super) {
|
|
746
516
|
__extends(IncorrectKeyMaterialException, _super);
|
|
747
517
|
function IncorrectKeyMaterialException(opts) {
|
|
@@ -778,10 +548,6 @@ var InvalidGrantIdException = (function (_super) {
|
|
|
778
548
|
return InvalidGrantIdException;
|
|
779
549
|
}(__BaseException));
|
|
780
550
|
export { InvalidGrantIdException };
|
|
781
|
-
export var KeyListEntry;
|
|
782
|
-
(function (KeyListEntry) {
|
|
783
|
-
KeyListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
784
|
-
})(KeyListEntry || (KeyListEntry = {}));
|
|
785
551
|
var KMSInvalidMacException = (function (_super) {
|
|
786
552
|
__extends(KMSInvalidMacException, _super);
|
|
787
553
|
function KMSInvalidMacException(opts) {
|
|
@@ -806,140 +572,101 @@ var KMSInvalidSignatureException = (function (_super) {
|
|
|
806
572
|
return KMSInvalidSignatureException;
|
|
807
573
|
}(__BaseException));
|
|
808
574
|
export { KMSInvalidSignatureException };
|
|
809
|
-
export var ListAliasesRequest;
|
|
810
|
-
(function (ListAliasesRequest) {
|
|
811
|
-
ListAliasesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
812
|
-
})(ListAliasesRequest || (ListAliasesRequest = {}));
|
|
813
|
-
export var ListAliasesResponse;
|
|
814
|
-
(function (ListAliasesResponse) {
|
|
815
|
-
ListAliasesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
816
|
-
})(ListAliasesResponse || (ListAliasesResponse = {}));
|
|
817
|
-
export var ListGrantsRequest;
|
|
818
|
-
(function (ListGrantsRequest) {
|
|
819
|
-
ListGrantsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
820
|
-
})(ListGrantsRequest || (ListGrantsRequest = {}));
|
|
821
|
-
export var ListGrantsResponse;
|
|
822
|
-
(function (ListGrantsResponse) {
|
|
823
|
-
ListGrantsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
824
|
-
})(ListGrantsResponse || (ListGrantsResponse = {}));
|
|
825
|
-
export var ListKeyPoliciesRequest;
|
|
826
|
-
(function (ListKeyPoliciesRequest) {
|
|
827
|
-
ListKeyPoliciesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
828
|
-
})(ListKeyPoliciesRequest || (ListKeyPoliciesRequest = {}));
|
|
829
|
-
export var ListKeyPoliciesResponse;
|
|
830
|
-
(function (ListKeyPoliciesResponse) {
|
|
831
|
-
ListKeyPoliciesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
832
|
-
})(ListKeyPoliciesResponse || (ListKeyPoliciesResponse = {}));
|
|
833
|
-
export var ListKeysRequest;
|
|
834
|
-
(function (ListKeysRequest) {
|
|
835
|
-
ListKeysRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
836
|
-
})(ListKeysRequest || (ListKeysRequest = {}));
|
|
837
|
-
export var ListKeysResponse;
|
|
838
|
-
(function (ListKeysResponse) {
|
|
839
|
-
ListKeysResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
840
|
-
})(ListKeysResponse || (ListKeysResponse = {}));
|
|
841
|
-
export var ListResourceTagsRequest;
|
|
842
|
-
(function (ListResourceTagsRequest) {
|
|
843
|
-
ListResourceTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
844
|
-
})(ListResourceTagsRequest || (ListResourceTagsRequest = {}));
|
|
845
|
-
export var ListResourceTagsResponse;
|
|
846
|
-
(function (ListResourceTagsResponse) {
|
|
847
|
-
ListResourceTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
848
|
-
})(ListResourceTagsResponse || (ListResourceTagsResponse = {}));
|
|
849
|
-
export var ListRetirableGrantsRequest;
|
|
850
|
-
(function (ListRetirableGrantsRequest) {
|
|
851
|
-
ListRetirableGrantsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
852
|
-
})(ListRetirableGrantsRequest || (ListRetirableGrantsRequest = {}));
|
|
853
575
|
export var MessageType;
|
|
854
576
|
(function (MessageType) {
|
|
855
577
|
MessageType["DIGEST"] = "DIGEST";
|
|
856
578
|
MessageType["RAW"] = "RAW";
|
|
857
579
|
})(MessageType || (MessageType = {}));
|
|
858
|
-
export var
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
export var
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
export var
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
export var
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
export var
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
export var
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
export var
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
export var
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
export var
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
export var
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
export var
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
export var
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
export var
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
export var
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
export var
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
export var
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
export var
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
export var
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
export var
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
export var
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
export var
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
export var
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
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)); };
|