@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
|
@@ -32,12 +32,6 @@ export interface AliasListEntry {
|
|
|
32
32
|
*/
|
|
33
33
|
LastUpdatedDate?: Date;
|
|
34
34
|
}
|
|
35
|
-
export declare namespace AliasListEntry {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
const filterSensitiveLog: (obj: AliasListEntry) => any;
|
|
40
|
-
}
|
|
41
35
|
/**
|
|
42
36
|
* <p>The request was rejected because it attempted to create a resource that already
|
|
43
37
|
* exists.</p>
|
|
@@ -70,24 +64,12 @@ export interface CancelKeyDeletionRequest {
|
|
|
70
64
|
*/
|
|
71
65
|
KeyId: string | undefined;
|
|
72
66
|
}
|
|
73
|
-
export declare namespace CancelKeyDeletionRequest {
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
const filterSensitiveLog: (obj: CancelKeyDeletionRequest) => any;
|
|
78
|
-
}
|
|
79
67
|
export interface CancelKeyDeletionResponse {
|
|
80
68
|
/**
|
|
81
69
|
* <p>The Amazon Resource Name (<a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN">key ARN</a>) of the KMS key whose deletion is canceled.</p>
|
|
82
70
|
*/
|
|
83
71
|
KeyId?: string;
|
|
84
72
|
}
|
|
85
|
-
export declare namespace CancelKeyDeletionResponse {
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
const filterSensitiveLog: (obj: CancelKeyDeletionResponse) => any;
|
|
90
|
-
}
|
|
91
73
|
/**
|
|
92
74
|
* <p>The system timed out while trying to fulfill the request. The request can be
|
|
93
75
|
* retried.</p>
|
|
@@ -259,20 +241,8 @@ export interface ConnectCustomKeyStoreRequest {
|
|
|
259
241
|
*/
|
|
260
242
|
CustomKeyStoreId: string | undefined;
|
|
261
243
|
}
|
|
262
|
-
export declare namespace ConnectCustomKeyStoreRequest {
|
|
263
|
-
/**
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
266
|
-
const filterSensitiveLog: (obj: ConnectCustomKeyStoreRequest) => any;
|
|
267
|
-
}
|
|
268
244
|
export interface ConnectCustomKeyStoreResponse {
|
|
269
245
|
}
|
|
270
|
-
export declare namespace ConnectCustomKeyStoreResponse {
|
|
271
|
-
/**
|
|
272
|
-
* @internal
|
|
273
|
-
*/
|
|
274
|
-
const filterSensitiveLog: (obj: ConnectCustomKeyStoreResponse) => any;
|
|
275
|
-
}
|
|
276
246
|
/**
|
|
277
247
|
* <p>The request was rejected because of the <code>ConnectionState</code> of the custom key
|
|
278
248
|
* store. To get the <code>ConnectionState</code> of a custom key store, use the <a>DescribeCustomKeyStores</a> operation.</p>
|
|
@@ -371,12 +341,6 @@ export interface CreateAliasRequest {
|
|
|
371
341
|
*/
|
|
372
342
|
TargetKeyId: string | undefined;
|
|
373
343
|
}
|
|
374
|
-
export declare namespace CreateAliasRequest {
|
|
375
|
-
/**
|
|
376
|
-
* @internal
|
|
377
|
-
*/
|
|
378
|
-
const filterSensitiveLog: (obj: CreateAliasRequest) => any;
|
|
379
|
-
}
|
|
380
344
|
/**
|
|
381
345
|
* <p>The request was rejected because the specified alias name is not valid.</p>
|
|
382
346
|
*/
|
|
@@ -428,24 +392,12 @@ export interface CreateCustomKeyStoreRequest {
|
|
|
428
392
|
*/
|
|
429
393
|
KeyStorePassword?: string;
|
|
430
394
|
}
|
|
431
|
-
export declare namespace CreateCustomKeyStoreRequest {
|
|
432
|
-
/**
|
|
433
|
-
* @internal
|
|
434
|
-
*/
|
|
435
|
-
const filterSensitiveLog: (obj: CreateCustomKeyStoreRequest) => any;
|
|
436
|
-
}
|
|
437
395
|
export interface CreateCustomKeyStoreResponse {
|
|
438
396
|
/**
|
|
439
397
|
* <p>A unique identifier for the new custom key store.</p>
|
|
440
398
|
*/
|
|
441
399
|
CustomKeyStoreId?: string;
|
|
442
400
|
}
|
|
443
|
-
export declare namespace CreateCustomKeyStoreResponse {
|
|
444
|
-
/**
|
|
445
|
-
* @internal
|
|
446
|
-
*/
|
|
447
|
-
const filterSensitiveLog: (obj: CreateCustomKeyStoreResponse) => any;
|
|
448
|
-
}
|
|
449
401
|
/**
|
|
450
402
|
* <p>The request was rejected because the specified custom key store name is already assigned
|
|
451
403
|
* to another custom key store in the account. Try again with a custom key store name that is
|
|
@@ -509,12 +461,6 @@ export interface GrantConstraints {
|
|
|
509
461
|
*/
|
|
510
462
|
EncryptionContextEquals?: Record<string, string>;
|
|
511
463
|
}
|
|
512
|
-
export declare namespace GrantConstraints {
|
|
513
|
-
/**
|
|
514
|
-
* @internal
|
|
515
|
-
*/
|
|
516
|
-
const filterSensitiveLog: (obj: GrantConstraints) => any;
|
|
517
|
-
}
|
|
518
464
|
export declare enum GrantOperation {
|
|
519
465
|
CreateGrant = "CreateGrant",
|
|
520
466
|
Decrypt = "Decrypt",
|
|
@@ -633,12 +579,6 @@ export interface CreateGrantRequest {
|
|
|
633
579
|
*/
|
|
634
580
|
Name?: string;
|
|
635
581
|
}
|
|
636
|
-
export declare namespace CreateGrantRequest {
|
|
637
|
-
/**
|
|
638
|
-
* @internal
|
|
639
|
-
*/
|
|
640
|
-
const filterSensitiveLog: (obj: CreateGrantRequest) => any;
|
|
641
|
-
}
|
|
642
582
|
export interface CreateGrantResponse {
|
|
643
583
|
/**
|
|
644
584
|
* <p>The grant token.</p>
|
|
@@ -652,12 +592,6 @@ export interface CreateGrantResponse {
|
|
|
652
592
|
*/
|
|
653
593
|
GrantId?: string;
|
|
654
594
|
}
|
|
655
|
-
export declare namespace CreateGrantResponse {
|
|
656
|
-
/**
|
|
657
|
-
* @internal
|
|
658
|
-
*/
|
|
659
|
-
const filterSensitiveLog: (obj: CreateGrantResponse) => any;
|
|
660
|
-
}
|
|
661
595
|
/**
|
|
662
596
|
* <p>The request was rejected because the specified KMS key is not enabled.</p>
|
|
663
597
|
*/
|
|
@@ -736,12 +670,6 @@ export interface Tag {
|
|
|
736
670
|
*/
|
|
737
671
|
TagValue: string | undefined;
|
|
738
672
|
}
|
|
739
|
-
export declare namespace Tag {
|
|
740
|
-
/**
|
|
741
|
-
* @internal
|
|
742
|
-
*/
|
|
743
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
744
|
-
}
|
|
745
673
|
export interface CreateKeyRequest {
|
|
746
674
|
/**
|
|
747
675
|
* <p>The key policy to attach to the KMS key. If you do not specify a key policy, KMS attaches a default key policy to the KMS key.
|
|
@@ -1024,12 +952,6 @@ export interface CreateKeyRequest {
|
|
|
1024
952
|
*/
|
|
1025
953
|
MultiRegion?: boolean;
|
|
1026
954
|
}
|
|
1027
|
-
export declare namespace CreateKeyRequest {
|
|
1028
|
-
/**
|
|
1029
|
-
* @internal
|
|
1030
|
-
*/
|
|
1031
|
-
const filterSensitiveLog: (obj: CreateKeyRequest) => any;
|
|
1032
|
-
}
|
|
1033
955
|
export declare enum EncryptionAlgorithmSpec {
|
|
1034
956
|
RSAES_OAEP_SHA_1 = "RSAES_OAEP_SHA_1",
|
|
1035
957
|
RSAES_OAEP_SHA_256 = "RSAES_OAEP_SHA_256",
|
|
@@ -1077,12 +999,6 @@ export interface MultiRegionKey {
|
|
|
1077
999
|
*/
|
|
1078
1000
|
Region?: string;
|
|
1079
1001
|
}
|
|
1080
|
-
export declare namespace MultiRegionKey {
|
|
1081
|
-
/**
|
|
1082
|
-
* @internal
|
|
1083
|
-
*/
|
|
1084
|
-
const filterSensitiveLog: (obj: MultiRegionKey) => any;
|
|
1085
|
-
}
|
|
1086
1002
|
/**
|
|
1087
1003
|
* <p>Describes the configuration of this multi-Region key. This field appears only when the KMS
|
|
1088
1004
|
* key is a primary or replica of a multi-Region key.</p>
|
|
@@ -1106,12 +1022,6 @@ export interface MultiRegionConfiguration {
|
|
|
1106
1022
|
*/
|
|
1107
1023
|
ReplicaKeys?: MultiRegionKey[];
|
|
1108
1024
|
}
|
|
1109
|
-
export declare namespace MultiRegionConfiguration {
|
|
1110
|
-
/**
|
|
1111
|
-
* @internal
|
|
1112
|
-
*/
|
|
1113
|
-
const filterSensitiveLog: (obj: MultiRegionConfiguration) => any;
|
|
1114
|
-
}
|
|
1115
1025
|
export declare enum SigningAlgorithmSpec {
|
|
1116
1026
|
ECDSA_SHA_256 = "ECDSA_SHA_256",
|
|
1117
1027
|
ECDSA_SHA_384 = "ECDSA_SHA_384",
|
|
@@ -1290,24 +1200,12 @@ export interface KeyMetadata {
|
|
|
1290
1200
|
*/
|
|
1291
1201
|
MacAlgorithms?: (MacAlgorithmSpec | string)[];
|
|
1292
1202
|
}
|
|
1293
|
-
export declare namespace KeyMetadata {
|
|
1294
|
-
/**
|
|
1295
|
-
* @internal
|
|
1296
|
-
*/
|
|
1297
|
-
const filterSensitiveLog: (obj: KeyMetadata) => any;
|
|
1298
|
-
}
|
|
1299
1203
|
export interface CreateKeyResponse {
|
|
1300
1204
|
/**
|
|
1301
1205
|
* <p>Metadata associated with the KMS key.</p>
|
|
1302
1206
|
*/
|
|
1303
1207
|
KeyMetadata?: KeyMetadata;
|
|
1304
1208
|
}
|
|
1305
|
-
export declare namespace CreateKeyResponse {
|
|
1306
|
-
/**
|
|
1307
|
-
* @internal
|
|
1308
|
-
*/
|
|
1309
|
-
const filterSensitiveLog: (obj: CreateKeyResponse) => any;
|
|
1310
|
-
}
|
|
1311
1209
|
/**
|
|
1312
1210
|
* <p>The request was rejected because the specified policy is not syntactically or semantically
|
|
1313
1211
|
* correct.</p>
|
|
@@ -1473,12 +1371,6 @@ export interface CustomKeyStoresListEntry {
|
|
|
1473
1371
|
*/
|
|
1474
1372
|
CreationDate?: Date;
|
|
1475
1373
|
}
|
|
1476
|
-
export declare namespace CustomKeyStoresListEntry {
|
|
1477
|
-
/**
|
|
1478
|
-
* @internal
|
|
1479
|
-
*/
|
|
1480
|
-
const filterSensitiveLog: (obj: CustomKeyStoresListEntry) => any;
|
|
1481
|
-
}
|
|
1482
1374
|
export declare enum DataKeyPairSpec {
|
|
1483
1375
|
ECC_NIST_P256 = "ECC_NIST_P256",
|
|
1484
1376
|
ECC_NIST_P384 = "ECC_NIST_P384",
|
|
@@ -1556,12 +1448,6 @@ export interface DecryptRequest {
|
|
|
1556
1448
|
*/
|
|
1557
1449
|
EncryptionAlgorithm?: EncryptionAlgorithmSpec | string;
|
|
1558
1450
|
}
|
|
1559
|
-
export declare namespace DecryptRequest {
|
|
1560
|
-
/**
|
|
1561
|
-
* @internal
|
|
1562
|
-
*/
|
|
1563
|
-
const filterSensitiveLog: (obj: DecryptRequest) => any;
|
|
1564
|
-
}
|
|
1565
1451
|
export interface DecryptResponse {
|
|
1566
1452
|
/**
|
|
1567
1453
|
* <p>The Amazon Resource Name (<a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN">key ARN</a>) of the KMS key that was used to decrypt the ciphertext.</p>
|
|
@@ -1576,12 +1462,6 @@ export interface DecryptResponse {
|
|
|
1576
1462
|
*/
|
|
1577
1463
|
EncryptionAlgorithm?: EncryptionAlgorithmSpec | string;
|
|
1578
1464
|
}
|
|
1579
|
-
export declare namespace DecryptResponse {
|
|
1580
|
-
/**
|
|
1581
|
-
* @internal
|
|
1582
|
-
*/
|
|
1583
|
-
const filterSensitiveLog: (obj: DecryptResponse) => any;
|
|
1584
|
-
}
|
|
1585
1465
|
/**
|
|
1586
1466
|
* <p>The request was rejected because the specified KMS key cannot decrypt the data. The
|
|
1587
1467
|
* <code>KeyId</code> in a <a>Decrypt</a> request and the <code>SourceKeyId</code>
|
|
@@ -1660,32 +1540,14 @@ export interface DeleteAliasRequest {
|
|
|
1660
1540
|
*/
|
|
1661
1541
|
AliasName: string | undefined;
|
|
1662
1542
|
}
|
|
1663
|
-
export declare namespace DeleteAliasRequest {
|
|
1664
|
-
/**
|
|
1665
|
-
* @internal
|
|
1666
|
-
*/
|
|
1667
|
-
const filterSensitiveLog: (obj: DeleteAliasRequest) => any;
|
|
1668
|
-
}
|
|
1669
1543
|
export interface DeleteCustomKeyStoreRequest {
|
|
1670
1544
|
/**
|
|
1671
1545
|
* <p>Enter the ID of the custom key store you want to delete. To find the ID of a custom key store, use the <a>DescribeCustomKeyStores</a> operation.</p>
|
|
1672
1546
|
*/
|
|
1673
1547
|
CustomKeyStoreId: string | undefined;
|
|
1674
1548
|
}
|
|
1675
|
-
export declare namespace DeleteCustomKeyStoreRequest {
|
|
1676
|
-
/**
|
|
1677
|
-
* @internal
|
|
1678
|
-
*/
|
|
1679
|
-
const filterSensitiveLog: (obj: DeleteCustomKeyStoreRequest) => any;
|
|
1680
|
-
}
|
|
1681
1549
|
export interface DeleteCustomKeyStoreResponse {
|
|
1682
1550
|
}
|
|
1683
|
-
export declare namespace DeleteCustomKeyStoreResponse {
|
|
1684
|
-
/**
|
|
1685
|
-
* @internal
|
|
1686
|
-
*/
|
|
1687
|
-
const filterSensitiveLog: (obj: DeleteCustomKeyStoreResponse) => any;
|
|
1688
|
-
}
|
|
1689
1551
|
export interface DeleteImportedKeyMaterialRequest {
|
|
1690
1552
|
/**
|
|
1691
1553
|
* <p>Identifies the KMS key from which you are deleting imported key material. The
|
|
@@ -1707,12 +1569,6 @@ export interface DeleteImportedKeyMaterialRequest {
|
|
|
1707
1569
|
*/
|
|
1708
1570
|
KeyId: string | undefined;
|
|
1709
1571
|
}
|
|
1710
|
-
export declare namespace DeleteImportedKeyMaterialRequest {
|
|
1711
|
-
/**
|
|
1712
|
-
* @internal
|
|
1713
|
-
*/
|
|
1714
|
-
const filterSensitiveLog: (obj: DeleteImportedKeyMaterialRequest) => any;
|
|
1715
|
-
}
|
|
1716
1572
|
export interface DescribeCustomKeyStoresRequest {
|
|
1717
1573
|
/**
|
|
1718
1574
|
* <p>Gets only information about the specified custom key store. Enter the key store ID.</p>
|
|
@@ -1744,12 +1600,6 @@ export interface DescribeCustomKeyStoresRequest {
|
|
|
1744
1600
|
*/
|
|
1745
1601
|
Marker?: string;
|
|
1746
1602
|
}
|
|
1747
|
-
export declare namespace DescribeCustomKeyStoresRequest {
|
|
1748
|
-
/**
|
|
1749
|
-
* @internal
|
|
1750
|
-
*/
|
|
1751
|
-
const filterSensitiveLog: (obj: DescribeCustomKeyStoresRequest) => any;
|
|
1752
|
-
}
|
|
1753
1603
|
export interface DescribeCustomKeyStoresResponse {
|
|
1754
1604
|
/**
|
|
1755
1605
|
* <p>Contains metadata about each custom key store.</p>
|
|
@@ -1768,12 +1618,6 @@ export interface DescribeCustomKeyStoresResponse {
|
|
|
1768
1618
|
*/
|
|
1769
1619
|
Truncated?: boolean;
|
|
1770
1620
|
}
|
|
1771
|
-
export declare namespace DescribeCustomKeyStoresResponse {
|
|
1772
|
-
/**
|
|
1773
|
-
* @internal
|
|
1774
|
-
*/
|
|
1775
|
-
const filterSensitiveLog: (obj: DescribeCustomKeyStoresResponse) => any;
|
|
1776
|
-
}
|
|
1777
1621
|
/**
|
|
1778
1622
|
* <p>The request was rejected because the marker that specifies where pagination should next
|
|
1779
1623
|
* begin is not valid.</p>
|
|
@@ -1823,24 +1667,12 @@ export interface DescribeKeyRequest {
|
|
|
1823
1667
|
*/
|
|
1824
1668
|
GrantTokens?: string[];
|
|
1825
1669
|
}
|
|
1826
|
-
export declare namespace DescribeKeyRequest {
|
|
1827
|
-
/**
|
|
1828
|
-
* @internal
|
|
1829
|
-
*/
|
|
1830
|
-
const filterSensitiveLog: (obj: DescribeKeyRequest) => any;
|
|
1831
|
-
}
|
|
1832
1670
|
export interface DescribeKeyResponse {
|
|
1833
1671
|
/**
|
|
1834
1672
|
* <p>Metadata associated with the key.</p>
|
|
1835
1673
|
*/
|
|
1836
1674
|
KeyMetadata?: KeyMetadata;
|
|
1837
1675
|
}
|
|
1838
|
-
export declare namespace DescribeKeyResponse {
|
|
1839
|
-
/**
|
|
1840
|
-
* @internal
|
|
1841
|
-
*/
|
|
1842
|
-
const filterSensitiveLog: (obj: DescribeKeyResponse) => any;
|
|
1843
|
-
}
|
|
1844
1676
|
export interface DisableKeyRequest {
|
|
1845
1677
|
/**
|
|
1846
1678
|
* <p>Identifies the KMS key to disable.</p>
|
|
@@ -1860,12 +1692,6 @@ export interface DisableKeyRequest {
|
|
|
1860
1692
|
*/
|
|
1861
1693
|
KeyId: string | undefined;
|
|
1862
1694
|
}
|
|
1863
|
-
export declare namespace DisableKeyRequest {
|
|
1864
|
-
/**
|
|
1865
|
-
* @internal
|
|
1866
|
-
*/
|
|
1867
|
-
const filterSensitiveLog: (obj: DisableKeyRequest) => any;
|
|
1868
|
-
}
|
|
1869
1695
|
export interface DisableKeyRotationRequest {
|
|
1870
1696
|
/**
|
|
1871
1697
|
* <p>Identifies a symmetric encryption KMS key. You cannot enable or disable automatic rotation of <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html#asymmetric-cmks">asymmetric
|
|
@@ -1887,32 +1713,14 @@ export interface DisableKeyRotationRequest {
|
|
|
1887
1713
|
*/
|
|
1888
1714
|
KeyId: string | undefined;
|
|
1889
1715
|
}
|
|
1890
|
-
export declare namespace DisableKeyRotationRequest {
|
|
1891
|
-
/**
|
|
1892
|
-
* @internal
|
|
1893
|
-
*/
|
|
1894
|
-
const filterSensitiveLog: (obj: DisableKeyRotationRequest) => any;
|
|
1895
|
-
}
|
|
1896
1716
|
export interface DisconnectCustomKeyStoreRequest {
|
|
1897
1717
|
/**
|
|
1898
1718
|
* <p>Enter the ID of the custom key store you want to disconnect. To find the ID of a custom key store, use the <a>DescribeCustomKeyStores</a> operation.</p>
|
|
1899
1719
|
*/
|
|
1900
1720
|
CustomKeyStoreId: string | undefined;
|
|
1901
1721
|
}
|
|
1902
|
-
export declare namespace DisconnectCustomKeyStoreRequest {
|
|
1903
|
-
/**
|
|
1904
|
-
* @internal
|
|
1905
|
-
*/
|
|
1906
|
-
const filterSensitiveLog: (obj: DisconnectCustomKeyStoreRequest) => any;
|
|
1907
|
-
}
|
|
1908
1722
|
export interface DisconnectCustomKeyStoreResponse {
|
|
1909
1723
|
}
|
|
1910
|
-
export declare namespace DisconnectCustomKeyStoreResponse {
|
|
1911
|
-
/**
|
|
1912
|
-
* @internal
|
|
1913
|
-
*/
|
|
1914
|
-
const filterSensitiveLog: (obj: DisconnectCustomKeyStoreResponse) => any;
|
|
1915
|
-
}
|
|
1916
1724
|
export interface EnableKeyRequest {
|
|
1917
1725
|
/**
|
|
1918
1726
|
* <p>Identifies the KMS key to enable.</p>
|
|
@@ -1932,12 +1740,6 @@ export interface EnableKeyRequest {
|
|
|
1932
1740
|
*/
|
|
1933
1741
|
KeyId: string | undefined;
|
|
1934
1742
|
}
|
|
1935
|
-
export declare namespace EnableKeyRequest {
|
|
1936
|
-
/**
|
|
1937
|
-
* @internal
|
|
1938
|
-
*/
|
|
1939
|
-
const filterSensitiveLog: (obj: EnableKeyRequest) => any;
|
|
1940
|
-
}
|
|
1941
1743
|
export interface EnableKeyRotationRequest {
|
|
1942
1744
|
/**
|
|
1943
1745
|
* <p>Identifies a symmetric encryption KMS key. You cannot enable or disable automatic rotation of <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html">asymmetric KMS keys</a>, <a href="https://docs.aws.amazon.com/kms/latest/developerguide/hmac.html">HMAC KMS keys</a>, KMS keys with <a href="https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html">imported key material</a>, or KMS keys in a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/custom-key-store-overview.html">custom key store</a>. The key rotation status of these KMS keys is always <code>false</code>.
|
|
@@ -1959,12 +1761,6 @@ export interface EnableKeyRotationRequest {
|
|
|
1959
1761
|
*/
|
|
1960
1762
|
KeyId: string | undefined;
|
|
1961
1763
|
}
|
|
1962
|
-
export declare namespace EnableKeyRotationRequest {
|
|
1963
|
-
/**
|
|
1964
|
-
* @internal
|
|
1965
|
-
*/
|
|
1966
|
-
const filterSensitiveLog: (obj: EnableKeyRotationRequest) => any;
|
|
1967
|
-
}
|
|
1968
1764
|
export interface EncryptRequest {
|
|
1969
1765
|
/**
|
|
1970
1766
|
* <p>Identifies the KMS key to use in the encryption operation. The KMS key must have a
|
|
@@ -2023,12 +1819,6 @@ export interface EncryptRequest {
|
|
|
2023
1819
|
*/
|
|
2024
1820
|
EncryptionAlgorithm?: EncryptionAlgorithmSpec | string;
|
|
2025
1821
|
}
|
|
2026
|
-
export declare namespace EncryptRequest {
|
|
2027
|
-
/**
|
|
2028
|
-
* @internal
|
|
2029
|
-
*/
|
|
2030
|
-
const filterSensitiveLog: (obj: EncryptRequest) => any;
|
|
2031
|
-
}
|
|
2032
1822
|
export interface EncryptResponse {
|
|
2033
1823
|
/**
|
|
2034
1824
|
* <p>The encrypted plaintext. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.</p>
|
|
@@ -2043,12 +1833,6 @@ export interface EncryptResponse {
|
|
|
2043
1833
|
*/
|
|
2044
1834
|
EncryptionAlgorithm?: EncryptionAlgorithmSpec | string;
|
|
2045
1835
|
}
|
|
2046
|
-
export declare namespace EncryptResponse {
|
|
2047
|
-
/**
|
|
2048
|
-
* @internal
|
|
2049
|
-
*/
|
|
2050
|
-
const filterSensitiveLog: (obj: EncryptResponse) => any;
|
|
2051
|
-
}
|
|
2052
1836
|
/**
|
|
2053
1837
|
* <p>The request was rejected because the specified import token is expired. Use <a>GetParametersForImport</a> to get a new import token and public key, use the new
|
|
2054
1838
|
* public key to encrypt the key material, and then try the request again.</p>
|
|
@@ -2121,12 +1905,6 @@ export interface GenerateDataKeyRequest {
|
|
|
2121
1905
|
*/
|
|
2122
1906
|
GrantTokens?: string[];
|
|
2123
1907
|
}
|
|
2124
|
-
export declare namespace GenerateDataKeyRequest {
|
|
2125
|
-
/**
|
|
2126
|
-
* @internal
|
|
2127
|
-
*/
|
|
2128
|
-
const filterSensitiveLog: (obj: GenerateDataKeyRequest) => any;
|
|
2129
|
-
}
|
|
2130
1908
|
export interface GenerateDataKeyResponse {
|
|
2131
1909
|
/**
|
|
2132
1910
|
* <p>The encrypted copy of the data key. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.</p>
|
|
@@ -2142,12 +1920,6 @@ export interface GenerateDataKeyResponse {
|
|
|
2142
1920
|
*/
|
|
2143
1921
|
KeyId?: string;
|
|
2144
1922
|
}
|
|
2145
|
-
export declare namespace GenerateDataKeyResponse {
|
|
2146
|
-
/**
|
|
2147
|
-
* @internal
|
|
2148
|
-
*/
|
|
2149
|
-
const filterSensitiveLog: (obj: GenerateDataKeyResponse) => any;
|
|
2150
|
-
}
|
|
2151
1923
|
export interface GenerateDataKeyPairRequest {
|
|
2152
1924
|
/**
|
|
2153
1925
|
* <p>Specifies the encryption context that will be used when encrypting the private key in the
|
|
@@ -2199,12 +1971,6 @@ export interface GenerateDataKeyPairRequest {
|
|
|
2199
1971
|
*/
|
|
2200
1972
|
GrantTokens?: string[];
|
|
2201
1973
|
}
|
|
2202
|
-
export declare namespace GenerateDataKeyPairRequest {
|
|
2203
|
-
/**
|
|
2204
|
-
* @internal
|
|
2205
|
-
*/
|
|
2206
|
-
const filterSensitiveLog: (obj: GenerateDataKeyPairRequest) => any;
|
|
2207
|
-
}
|
|
2208
1974
|
export interface GenerateDataKeyPairResponse {
|
|
2209
1975
|
/**
|
|
2210
1976
|
* <p>The encrypted copy of the private key. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.</p>
|
|
@@ -2227,12 +1993,6 @@ export interface GenerateDataKeyPairResponse {
|
|
|
2227
1993
|
*/
|
|
2228
1994
|
KeyPairSpec?: DataKeyPairSpec | string;
|
|
2229
1995
|
}
|
|
2230
|
-
export declare namespace GenerateDataKeyPairResponse {
|
|
2231
|
-
/**
|
|
2232
|
-
* @internal
|
|
2233
|
-
*/
|
|
2234
|
-
const filterSensitiveLog: (obj: GenerateDataKeyPairResponse) => any;
|
|
2235
|
-
}
|
|
2236
1996
|
export interface GenerateDataKeyPairWithoutPlaintextRequest {
|
|
2237
1997
|
/**
|
|
2238
1998
|
* <p>Specifies the encryption context that will be used when encrypting the private key in the
|
|
@@ -2284,12 +2044,6 @@ export interface GenerateDataKeyPairWithoutPlaintextRequest {
|
|
|
2284
2044
|
*/
|
|
2285
2045
|
GrantTokens?: string[];
|
|
2286
2046
|
}
|
|
2287
|
-
export declare namespace GenerateDataKeyPairWithoutPlaintextRequest {
|
|
2288
|
-
/**
|
|
2289
|
-
* @internal
|
|
2290
|
-
*/
|
|
2291
|
-
const filterSensitiveLog: (obj: GenerateDataKeyPairWithoutPlaintextRequest) => any;
|
|
2292
|
-
}
|
|
2293
2047
|
export interface GenerateDataKeyPairWithoutPlaintextResponse {
|
|
2294
2048
|
/**
|
|
2295
2049
|
* <p>The encrypted copy of the private key. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.</p>
|
|
@@ -2308,12 +2062,6 @@ export interface GenerateDataKeyPairWithoutPlaintextResponse {
|
|
|
2308
2062
|
*/
|
|
2309
2063
|
KeyPairSpec?: DataKeyPairSpec | string;
|
|
2310
2064
|
}
|
|
2311
|
-
export declare namespace GenerateDataKeyPairWithoutPlaintextResponse {
|
|
2312
|
-
/**
|
|
2313
|
-
* @internal
|
|
2314
|
-
*/
|
|
2315
|
-
const filterSensitiveLog: (obj: GenerateDataKeyPairWithoutPlaintextResponse) => any;
|
|
2316
|
-
}
|
|
2317
2065
|
export interface GenerateDataKeyWithoutPlaintextRequest {
|
|
2318
2066
|
/**
|
|
2319
2067
|
* <p>Specifies the symmetric encryption KMS key that encrypts the data key. You cannot specify
|
|
@@ -2370,12 +2118,6 @@ export interface GenerateDataKeyWithoutPlaintextRequest {
|
|
|
2370
2118
|
*/
|
|
2371
2119
|
GrantTokens?: string[];
|
|
2372
2120
|
}
|
|
2373
|
-
export declare namespace GenerateDataKeyWithoutPlaintextRequest {
|
|
2374
|
-
/**
|
|
2375
|
-
* @internal
|
|
2376
|
-
*/
|
|
2377
|
-
const filterSensitiveLog: (obj: GenerateDataKeyWithoutPlaintextRequest) => any;
|
|
2378
|
-
}
|
|
2379
2121
|
export interface GenerateDataKeyWithoutPlaintextResponse {
|
|
2380
2122
|
/**
|
|
2381
2123
|
* <p>The encrypted data key. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.</p>
|
|
@@ -2386,12 +2128,6 @@ export interface GenerateDataKeyWithoutPlaintextResponse {
|
|
|
2386
2128
|
*/
|
|
2387
2129
|
KeyId?: string;
|
|
2388
2130
|
}
|
|
2389
|
-
export declare namespace GenerateDataKeyWithoutPlaintextResponse {
|
|
2390
|
-
/**
|
|
2391
|
-
* @internal
|
|
2392
|
-
*/
|
|
2393
|
-
const filterSensitiveLog: (obj: GenerateDataKeyWithoutPlaintextResponse) => any;
|
|
2394
|
-
}
|
|
2395
2131
|
export interface GenerateMacRequest {
|
|
2396
2132
|
/**
|
|
2397
2133
|
* <p>The message to be hashed. Specify a message of up to 4,096 bytes. </p>
|
|
@@ -2421,12 +2157,6 @@ export interface GenerateMacRequest {
|
|
|
2421
2157
|
*/
|
|
2422
2158
|
GrantTokens?: string[];
|
|
2423
2159
|
}
|
|
2424
|
-
export declare namespace GenerateMacRequest {
|
|
2425
|
-
/**
|
|
2426
|
-
* @internal
|
|
2427
|
-
*/
|
|
2428
|
-
const filterSensitiveLog: (obj: GenerateMacRequest) => any;
|
|
2429
|
-
}
|
|
2430
2160
|
export interface GenerateMacResponse {
|
|
2431
2161
|
/**
|
|
2432
2162
|
* <p>The hash-based message authentication code (HMAC) for the given message, key, and MAC
|
|
@@ -2442,12 +2172,6 @@ export interface GenerateMacResponse {
|
|
|
2442
2172
|
*/
|
|
2443
2173
|
KeyId?: string;
|
|
2444
2174
|
}
|
|
2445
|
-
export declare namespace GenerateMacResponse {
|
|
2446
|
-
/**
|
|
2447
|
-
* @internal
|
|
2448
|
-
*/
|
|
2449
|
-
const filterSensitiveLog: (obj: GenerateMacResponse) => any;
|
|
2450
|
-
}
|
|
2451
2175
|
export interface GenerateRandomRequest {
|
|
2452
2176
|
/**
|
|
2453
2177
|
* <p>The length of the random byte string. This parameter is required.</p>
|
|
@@ -2459,24 +2183,12 @@ export interface GenerateRandomRequest {
|
|
|
2459
2183
|
*/
|
|
2460
2184
|
CustomKeyStoreId?: string;
|
|
2461
2185
|
}
|
|
2462
|
-
export declare namespace GenerateRandomRequest {
|
|
2463
|
-
/**
|
|
2464
|
-
* @internal
|
|
2465
|
-
*/
|
|
2466
|
-
const filterSensitiveLog: (obj: GenerateRandomRequest) => any;
|
|
2467
|
-
}
|
|
2468
2186
|
export interface GenerateRandomResponse {
|
|
2469
2187
|
/**
|
|
2470
2188
|
* <p>The random byte string. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.</p>
|
|
2471
2189
|
*/
|
|
2472
2190
|
Plaintext?: Uint8Array;
|
|
2473
2191
|
}
|
|
2474
|
-
export declare namespace GenerateRandomResponse {
|
|
2475
|
-
/**
|
|
2476
|
-
* @internal
|
|
2477
|
-
*/
|
|
2478
|
-
const filterSensitiveLog: (obj: GenerateRandomResponse) => any;
|
|
2479
|
-
}
|
|
2480
2192
|
export interface GetKeyPolicyRequest {
|
|
2481
2193
|
/**
|
|
2482
2194
|
* <p>Gets the key policy for the specified KMS key.</p>
|
|
@@ -2501,24 +2213,12 @@ export interface GetKeyPolicyRequest {
|
|
|
2501
2213
|
*/
|
|
2502
2214
|
PolicyName: string | undefined;
|
|
2503
2215
|
}
|
|
2504
|
-
export declare namespace GetKeyPolicyRequest {
|
|
2505
|
-
/**
|
|
2506
|
-
* @internal
|
|
2507
|
-
*/
|
|
2508
|
-
const filterSensitiveLog: (obj: GetKeyPolicyRequest) => any;
|
|
2509
|
-
}
|
|
2510
2216
|
export interface GetKeyPolicyResponse {
|
|
2511
2217
|
/**
|
|
2512
2218
|
* <p>A key policy document in JSON format.</p>
|
|
2513
2219
|
*/
|
|
2514
2220
|
Policy?: string;
|
|
2515
2221
|
}
|
|
2516
|
-
export declare namespace GetKeyPolicyResponse {
|
|
2517
|
-
/**
|
|
2518
|
-
* @internal
|
|
2519
|
-
*/
|
|
2520
|
-
const filterSensitiveLog: (obj: GetKeyPolicyResponse) => any;
|
|
2521
|
-
}
|
|
2522
2222
|
export interface GetKeyRotationStatusRequest {
|
|
2523
2223
|
/**
|
|
2524
2224
|
* <p>Gets the rotation status for the specified KMS key.</p>
|
|
@@ -2540,24 +2240,12 @@ export interface GetKeyRotationStatusRequest {
|
|
|
2540
2240
|
*/
|
|
2541
2241
|
KeyId: string | undefined;
|
|
2542
2242
|
}
|
|
2543
|
-
export declare namespace GetKeyRotationStatusRequest {
|
|
2544
|
-
/**
|
|
2545
|
-
* @internal
|
|
2546
|
-
*/
|
|
2547
|
-
const filterSensitiveLog: (obj: GetKeyRotationStatusRequest) => any;
|
|
2548
|
-
}
|
|
2549
2243
|
export interface GetKeyRotationStatusResponse {
|
|
2550
2244
|
/**
|
|
2551
2245
|
* <p>A Boolean value that specifies whether key rotation is enabled.</p>
|
|
2552
2246
|
*/
|
|
2553
2247
|
KeyRotationEnabled?: boolean;
|
|
2554
2248
|
}
|
|
2555
|
-
export declare namespace GetKeyRotationStatusResponse {
|
|
2556
|
-
/**
|
|
2557
|
-
* @internal
|
|
2558
|
-
*/
|
|
2559
|
-
const filterSensitiveLog: (obj: GetKeyRotationStatusResponse) => any;
|
|
2560
|
-
}
|
|
2561
2249
|
export declare enum WrappingKeySpec {
|
|
2562
2250
|
RSA_2048 = "RSA_2048"
|
|
2563
2251
|
}
|
|
@@ -2592,12 +2280,6 @@ export interface GetParametersForImportRequest {
|
|
|
2592
2280
|
*/
|
|
2593
2281
|
WrappingKeySpec: WrappingKeySpec | string | undefined;
|
|
2594
2282
|
}
|
|
2595
|
-
export declare namespace GetParametersForImportRequest {
|
|
2596
|
-
/**
|
|
2597
|
-
* @internal
|
|
2598
|
-
*/
|
|
2599
|
-
const filterSensitiveLog: (obj: GetParametersForImportRequest) => any;
|
|
2600
|
-
}
|
|
2601
2283
|
export interface GetParametersForImportResponse {
|
|
2602
2284
|
/**
|
|
2603
2285
|
* <p>The Amazon Resource Name (<a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN">key ARN</a>) of the KMS key to use in a subsequent <a>ImportKeyMaterial</a> request. This is the same KMS key specified in the <code>GetParametersForImport</code>
|
|
@@ -2620,12 +2302,6 @@ export interface GetParametersForImportResponse {
|
|
|
2620
2302
|
*/
|
|
2621
2303
|
ParametersValidTo?: Date;
|
|
2622
2304
|
}
|
|
2623
|
-
export declare namespace GetParametersForImportResponse {
|
|
2624
|
-
/**
|
|
2625
|
-
* @internal
|
|
2626
|
-
*/
|
|
2627
|
-
const filterSensitiveLog: (obj: GetParametersForImportResponse) => any;
|
|
2628
|
-
}
|
|
2629
2305
|
export interface GetPublicKeyRequest {
|
|
2630
2306
|
/**
|
|
2631
2307
|
* <p>Identifies the asymmetric KMS key that includes the public key.</p>
|
|
@@ -2660,12 +2336,6 @@ export interface GetPublicKeyRequest {
|
|
|
2660
2336
|
*/
|
|
2661
2337
|
GrantTokens?: string[];
|
|
2662
2338
|
}
|
|
2663
|
-
export declare namespace GetPublicKeyRequest {
|
|
2664
|
-
/**
|
|
2665
|
-
* @internal
|
|
2666
|
-
*/
|
|
2667
|
-
const filterSensitiveLog: (obj: GetPublicKeyRequest) => any;
|
|
2668
|
-
}
|
|
2669
2339
|
export interface GetPublicKeyResponse {
|
|
2670
2340
|
/**
|
|
2671
2341
|
* <p>The Amazon Resource Name (<a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN">key ARN</a>) of the asymmetric KMS key from which the public key was
|
|
@@ -2715,12 +2385,6 @@ export interface GetPublicKeyResponse {
|
|
|
2715
2385
|
*/
|
|
2716
2386
|
SigningAlgorithms?: (SigningAlgorithmSpec | string)[];
|
|
2717
2387
|
}
|
|
2718
|
-
export declare namespace GetPublicKeyResponse {
|
|
2719
|
-
/**
|
|
2720
|
-
* @internal
|
|
2721
|
-
*/
|
|
2722
|
-
const filterSensitiveLog: (obj: GetPublicKeyResponse) => any;
|
|
2723
|
-
}
|
|
2724
2388
|
/**
|
|
2725
2389
|
* <p>Contains information about a grant.</p>
|
|
2726
2390
|
*/
|
|
@@ -2768,12 +2432,6 @@ export interface GrantListEntry {
|
|
|
2768
2432
|
*/
|
|
2769
2433
|
Constraints?: GrantConstraints;
|
|
2770
2434
|
}
|
|
2771
|
-
export declare namespace GrantListEntry {
|
|
2772
|
-
/**
|
|
2773
|
-
* @internal
|
|
2774
|
-
*/
|
|
2775
|
-
const filterSensitiveLog: (obj: GrantListEntry) => any;
|
|
2776
|
-
}
|
|
2777
2435
|
export interface ImportKeyMaterialRequest {
|
|
2778
2436
|
/**
|
|
2779
2437
|
* <p>The identifier of the symmetric encryption KMS key that receives the imported key
|
|
@@ -2822,20 +2480,8 @@ export interface ImportKeyMaterialRequest {
|
|
|
2822
2480
|
*/
|
|
2823
2481
|
ExpirationModel?: ExpirationModelType | string;
|
|
2824
2482
|
}
|
|
2825
|
-
export declare namespace ImportKeyMaterialRequest {
|
|
2826
|
-
/**
|
|
2827
|
-
* @internal
|
|
2828
|
-
*/
|
|
2829
|
-
const filterSensitiveLog: (obj: ImportKeyMaterialRequest) => any;
|
|
2830
|
-
}
|
|
2831
2483
|
export interface ImportKeyMaterialResponse {
|
|
2832
2484
|
}
|
|
2833
|
-
export declare namespace ImportKeyMaterialResponse {
|
|
2834
|
-
/**
|
|
2835
|
-
* @internal
|
|
2836
|
-
*/
|
|
2837
|
-
const filterSensitiveLog: (obj: ImportKeyMaterialResponse) => any;
|
|
2838
|
-
}
|
|
2839
2485
|
/**
|
|
2840
2486
|
* <p>The request was rejected because the key material in the request is, expired, invalid, or
|
|
2841
2487
|
* is not the same key material that was previously imported into this KMS key.</p>
|
|
@@ -2884,12 +2530,6 @@ export interface KeyListEntry {
|
|
|
2884
2530
|
*/
|
|
2885
2531
|
KeyArn?: string;
|
|
2886
2532
|
}
|
|
2887
|
-
export declare namespace KeyListEntry {
|
|
2888
|
-
/**
|
|
2889
|
-
* @internal
|
|
2890
|
-
*/
|
|
2891
|
-
const filterSensitiveLog: (obj: KeyListEntry) => any;
|
|
2892
|
-
}
|
|
2893
2533
|
/**
|
|
2894
2534
|
* <p>The request was rejected because the HMAC verification failed. HMAC verification
|
|
2895
2535
|
* fails when the HMAC computed by using the specified message, HMAC KMS key, and MAC algorithm does not match the HMAC specified in the request.</p>
|
|
@@ -2951,12 +2591,6 @@ export interface ListAliasesRequest {
|
|
|
2951
2591
|
*/
|
|
2952
2592
|
Marker?: string;
|
|
2953
2593
|
}
|
|
2954
|
-
export declare namespace ListAliasesRequest {
|
|
2955
|
-
/**
|
|
2956
|
-
* @internal
|
|
2957
|
-
*/
|
|
2958
|
-
const filterSensitiveLog: (obj: ListAliasesRequest) => any;
|
|
2959
|
-
}
|
|
2960
2594
|
export interface ListAliasesResponse {
|
|
2961
2595
|
/**
|
|
2962
2596
|
* <p>A list of aliases.</p>
|
|
@@ -2975,12 +2609,6 @@ export interface ListAliasesResponse {
|
|
|
2975
2609
|
*/
|
|
2976
2610
|
Truncated?: boolean;
|
|
2977
2611
|
}
|
|
2978
|
-
export declare namespace ListAliasesResponse {
|
|
2979
|
-
/**
|
|
2980
|
-
* @internal
|
|
2981
|
-
*/
|
|
2982
|
-
const filterSensitiveLog: (obj: ListAliasesResponse) => any;
|
|
2983
|
-
}
|
|
2984
2612
|
export interface ListGrantsRequest {
|
|
2985
2613
|
/**
|
|
2986
2614
|
* <p>Use this parameter to specify the maximum number of items to return. When this
|
|
@@ -3026,12 +2654,6 @@ export interface ListGrantsRequest {
|
|
|
3026
2654
|
*/
|
|
3027
2655
|
GranteePrincipal?: string;
|
|
3028
2656
|
}
|
|
3029
|
-
export declare namespace ListGrantsRequest {
|
|
3030
|
-
/**
|
|
3031
|
-
* @internal
|
|
3032
|
-
*/
|
|
3033
|
-
const filterSensitiveLog: (obj: ListGrantsRequest) => any;
|
|
3034
|
-
}
|
|
3035
2657
|
export interface ListGrantsResponse {
|
|
3036
2658
|
/**
|
|
3037
2659
|
* <p>A list of grants.</p>
|
|
@@ -3050,12 +2672,6 @@ export interface ListGrantsResponse {
|
|
|
3050
2672
|
*/
|
|
3051
2673
|
Truncated?: boolean;
|
|
3052
2674
|
}
|
|
3053
|
-
export declare namespace ListGrantsResponse {
|
|
3054
|
-
/**
|
|
3055
|
-
* @internal
|
|
3056
|
-
*/
|
|
3057
|
-
const filterSensitiveLog: (obj: ListGrantsResponse) => any;
|
|
3058
|
-
}
|
|
3059
2675
|
export interface ListKeyPoliciesRequest {
|
|
3060
2676
|
/**
|
|
3061
2677
|
* <p>Gets the names of key policies for the specified KMS key.</p>
|
|
@@ -3090,12 +2706,6 @@ export interface ListKeyPoliciesRequest {
|
|
|
3090
2706
|
*/
|
|
3091
2707
|
Marker?: string;
|
|
3092
2708
|
}
|
|
3093
|
-
export declare namespace ListKeyPoliciesRequest {
|
|
3094
|
-
/**
|
|
3095
|
-
* @internal
|
|
3096
|
-
*/
|
|
3097
|
-
const filterSensitiveLog: (obj: ListKeyPoliciesRequest) => any;
|
|
3098
|
-
}
|
|
3099
2709
|
export interface ListKeyPoliciesResponse {
|
|
3100
2710
|
/**
|
|
3101
2711
|
* <p>A list of key policy names. The only valid value is <code>default</code>.</p>
|
|
@@ -3114,12 +2724,6 @@ export interface ListKeyPoliciesResponse {
|
|
|
3114
2724
|
*/
|
|
3115
2725
|
Truncated?: boolean;
|
|
3116
2726
|
}
|
|
3117
|
-
export declare namespace ListKeyPoliciesResponse {
|
|
3118
|
-
/**
|
|
3119
|
-
* @internal
|
|
3120
|
-
*/
|
|
3121
|
-
const filterSensitiveLog: (obj: ListKeyPoliciesResponse) => any;
|
|
3122
|
-
}
|
|
3123
2727
|
export interface ListKeysRequest {
|
|
3124
2728
|
/**
|
|
3125
2729
|
* <p>Use this parameter to specify the maximum number of items to return. When this
|
|
@@ -3136,12 +2740,6 @@ export interface ListKeysRequest {
|
|
|
3136
2740
|
*/
|
|
3137
2741
|
Marker?: string;
|
|
3138
2742
|
}
|
|
3139
|
-
export declare namespace ListKeysRequest {
|
|
3140
|
-
/**
|
|
3141
|
-
* @internal
|
|
3142
|
-
*/
|
|
3143
|
-
const filterSensitiveLog: (obj: ListKeysRequest) => any;
|
|
3144
|
-
}
|
|
3145
2743
|
export interface ListKeysResponse {
|
|
3146
2744
|
/**
|
|
3147
2745
|
* <p>A list of KMS keys.</p>
|
|
@@ -3160,12 +2758,6 @@ export interface ListKeysResponse {
|
|
|
3160
2758
|
*/
|
|
3161
2759
|
Truncated?: boolean;
|
|
3162
2760
|
}
|
|
3163
|
-
export declare namespace ListKeysResponse {
|
|
3164
|
-
/**
|
|
3165
|
-
* @internal
|
|
3166
|
-
*/
|
|
3167
|
-
const filterSensitiveLog: (obj: ListKeysResponse) => any;
|
|
3168
|
-
}
|
|
3169
2761
|
export interface ListResourceTagsRequest {
|
|
3170
2762
|
/**
|
|
3171
2763
|
* <p>Gets tags on the specified KMS key.</p>
|
|
@@ -3201,12 +2793,6 @@ export interface ListResourceTagsRequest {
|
|
|
3201
2793
|
*/
|
|
3202
2794
|
Marker?: string;
|
|
3203
2795
|
}
|
|
3204
|
-
export declare namespace ListResourceTagsRequest {
|
|
3205
|
-
/**
|
|
3206
|
-
* @internal
|
|
3207
|
-
*/
|
|
3208
|
-
const filterSensitiveLog: (obj: ListResourceTagsRequest) => any;
|
|
3209
|
-
}
|
|
3210
2796
|
export interface ListResourceTagsResponse {
|
|
3211
2797
|
/**
|
|
3212
2798
|
* <p>A list of tags. Each tag consists of a tag key and a tag value.</p>
|
|
@@ -3229,12 +2815,6 @@ export interface ListResourceTagsResponse {
|
|
|
3229
2815
|
*/
|
|
3230
2816
|
Truncated?: boolean;
|
|
3231
2817
|
}
|
|
3232
|
-
export declare namespace ListResourceTagsResponse {
|
|
3233
|
-
/**
|
|
3234
|
-
* @internal
|
|
3235
|
-
*/
|
|
3236
|
-
const filterSensitiveLog: (obj: ListResourceTagsResponse) => any;
|
|
3237
|
-
}
|
|
3238
2818
|
export interface ListRetirableGrantsRequest {
|
|
3239
2819
|
/**
|
|
3240
2820
|
* <p>Use this parameter to specify the maximum number of items to return. When this
|
|
@@ -3261,12 +2841,6 @@ export interface ListRetirableGrantsRequest {
|
|
|
3261
2841
|
*/
|
|
3262
2842
|
RetiringPrincipal: string | undefined;
|
|
3263
2843
|
}
|
|
3264
|
-
export declare namespace ListRetirableGrantsRequest {
|
|
3265
|
-
/**
|
|
3266
|
-
* @internal
|
|
3267
|
-
*/
|
|
3268
|
-
const filterSensitiveLog: (obj: ListRetirableGrantsRequest) => any;
|
|
3269
|
-
}
|
|
3270
2844
|
export declare enum MessageType {
|
|
3271
2845
|
DIGEST = "DIGEST",
|
|
3272
2846
|
RAW = "RAW"
|
|
@@ -3345,12 +2919,6 @@ export interface PutKeyPolicyRequest {
|
|
|
3345
2919
|
*/
|
|
3346
2920
|
BypassPolicyLockoutSafetyCheck?: boolean;
|
|
3347
2921
|
}
|
|
3348
|
-
export declare namespace PutKeyPolicyRequest {
|
|
3349
|
-
/**
|
|
3350
|
-
* @internal
|
|
3351
|
-
*/
|
|
3352
|
-
const filterSensitiveLog: (obj: PutKeyPolicyRequest) => any;
|
|
3353
|
-
}
|
|
3354
2922
|
export interface ReEncryptRequest {
|
|
3355
2923
|
/**
|
|
3356
2924
|
* <p>Ciphertext of the data to reencrypt.</p>
|
|
@@ -3462,12 +3030,6 @@ export interface ReEncryptRequest {
|
|
|
3462
3030
|
*/
|
|
3463
3031
|
GrantTokens?: string[];
|
|
3464
3032
|
}
|
|
3465
|
-
export declare namespace ReEncryptRequest {
|
|
3466
|
-
/**
|
|
3467
|
-
* @internal
|
|
3468
|
-
*/
|
|
3469
|
-
const filterSensitiveLog: (obj: ReEncryptRequest) => any;
|
|
3470
|
-
}
|
|
3471
3033
|
export interface ReEncryptResponse {
|
|
3472
3034
|
/**
|
|
3473
3035
|
* <p>The reencrypted data. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.</p>
|
|
@@ -3491,12 +3053,6 @@ export interface ReEncryptResponse {
|
|
|
3491
3053
|
*/
|
|
3492
3054
|
DestinationEncryptionAlgorithm?: EncryptionAlgorithmSpec | string;
|
|
3493
3055
|
}
|
|
3494
|
-
export declare namespace ReEncryptResponse {
|
|
3495
|
-
/**
|
|
3496
|
-
* @internal
|
|
3497
|
-
*/
|
|
3498
|
-
const filterSensitiveLog: (obj: ReEncryptResponse) => any;
|
|
3499
|
-
}
|
|
3500
3056
|
export interface ReplicateKeyRequest {
|
|
3501
3057
|
/**
|
|
3502
3058
|
* <p>Identifies the multi-Region primary key that is being replicated. To determine whether a
|
|
@@ -3627,12 +3183,6 @@ export interface ReplicateKeyRequest {
|
|
|
3627
3183
|
*/
|
|
3628
3184
|
Tags?: Tag[];
|
|
3629
3185
|
}
|
|
3630
|
-
export declare namespace ReplicateKeyRequest {
|
|
3631
|
-
/**
|
|
3632
|
-
* @internal
|
|
3633
|
-
*/
|
|
3634
|
-
const filterSensitiveLog: (obj: ReplicateKeyRequest) => any;
|
|
3635
|
-
}
|
|
3636
3186
|
export interface ReplicateKeyResponse {
|
|
3637
3187
|
/**
|
|
3638
3188
|
* <p>Displays details about the new replica key, including its Amazon Resource Name (<a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN">key ARN</a>) and
|
|
@@ -3651,12 +3201,6 @@ export interface ReplicateKeyResponse {
|
|
|
3651
3201
|
*/
|
|
3652
3202
|
ReplicaTags?: Tag[];
|
|
3653
3203
|
}
|
|
3654
|
-
export declare namespace ReplicateKeyResponse {
|
|
3655
|
-
/**
|
|
3656
|
-
* @internal
|
|
3657
|
-
*/
|
|
3658
|
-
const filterSensitiveLog: (obj: ReplicateKeyResponse) => any;
|
|
3659
|
-
}
|
|
3660
3204
|
export interface RetireGrantRequest {
|
|
3661
3205
|
/**
|
|
3662
3206
|
* <p>Identifies the grant to be retired. You can use a grant token to identify a new grant even
|
|
@@ -3684,12 +3228,6 @@ export interface RetireGrantRequest {
|
|
|
3684
3228
|
*/
|
|
3685
3229
|
GrantId?: string;
|
|
3686
3230
|
}
|
|
3687
|
-
export declare namespace RetireGrantRequest {
|
|
3688
|
-
/**
|
|
3689
|
-
* @internal
|
|
3690
|
-
*/
|
|
3691
|
-
const filterSensitiveLog: (obj: RetireGrantRequest) => any;
|
|
3692
|
-
}
|
|
3693
3231
|
export interface RevokeGrantRequest {
|
|
3694
3232
|
/**
|
|
3695
3233
|
* <p>A unique identifier for the KMS key associated with the grant. To get the key ID and key
|
|
@@ -3717,12 +3255,6 @@ export interface RevokeGrantRequest {
|
|
|
3717
3255
|
*/
|
|
3718
3256
|
GrantId: string | undefined;
|
|
3719
3257
|
}
|
|
3720
|
-
export declare namespace RevokeGrantRequest {
|
|
3721
|
-
/**
|
|
3722
|
-
* @internal
|
|
3723
|
-
*/
|
|
3724
|
-
const filterSensitiveLog: (obj: RevokeGrantRequest) => any;
|
|
3725
|
-
}
|
|
3726
3258
|
export interface ScheduleKeyDeletionRequest {
|
|
3727
3259
|
/**
|
|
3728
3260
|
* <p>The unique identifier of the KMS key to delete.</p>
|
|
@@ -3752,12 +3284,6 @@ export interface ScheduleKeyDeletionRequest {
|
|
|
3752
3284
|
*/
|
|
3753
3285
|
PendingWindowInDays?: number;
|
|
3754
3286
|
}
|
|
3755
|
-
export declare namespace ScheduleKeyDeletionRequest {
|
|
3756
|
-
/**
|
|
3757
|
-
* @internal
|
|
3758
|
-
*/
|
|
3759
|
-
const filterSensitiveLog: (obj: ScheduleKeyDeletionRequest) => any;
|
|
3760
|
-
}
|
|
3761
3287
|
export interface ScheduleKeyDeletionResponse {
|
|
3762
3288
|
/**
|
|
3763
3289
|
* <p>The Amazon Resource Name (<a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN">key ARN</a>) of the KMS key whose deletion is scheduled.</p>
|
|
@@ -3783,12 +3309,6 @@ export interface ScheduleKeyDeletionResponse {
|
|
|
3783
3309
|
*/
|
|
3784
3310
|
PendingWindowInDays?: number;
|
|
3785
3311
|
}
|
|
3786
|
-
export declare namespace ScheduleKeyDeletionResponse {
|
|
3787
|
-
/**
|
|
3788
|
-
* @internal
|
|
3789
|
-
*/
|
|
3790
|
-
const filterSensitiveLog: (obj: ScheduleKeyDeletionResponse) => any;
|
|
3791
|
-
}
|
|
3792
3312
|
export interface SignRequest {
|
|
3793
3313
|
/**
|
|
3794
3314
|
* <p>Identifies an asymmetric KMS key. KMS uses the private key in the asymmetric KMS key to
|
|
@@ -3843,12 +3363,6 @@ export interface SignRequest {
|
|
|
3843
3363
|
*/
|
|
3844
3364
|
SigningAlgorithm: SigningAlgorithmSpec | string | undefined;
|
|
3845
3365
|
}
|
|
3846
|
-
export declare namespace SignRequest {
|
|
3847
|
-
/**
|
|
3848
|
-
* @internal
|
|
3849
|
-
*/
|
|
3850
|
-
const filterSensitiveLog: (obj: SignRequest) => any;
|
|
3851
|
-
}
|
|
3852
3366
|
export interface SignResponse {
|
|
3853
3367
|
/**
|
|
3854
3368
|
* <p>The Amazon Resource Name (<a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN">key ARN</a>) of the asymmetric KMS key that was used to sign the message.</p>
|
|
@@ -3878,12 +3392,6 @@ export interface SignResponse {
|
|
|
3878
3392
|
*/
|
|
3879
3393
|
SigningAlgorithm?: SigningAlgorithmSpec | string;
|
|
3880
3394
|
}
|
|
3881
|
-
export declare namespace SignResponse {
|
|
3882
|
-
/**
|
|
3883
|
-
* @internal
|
|
3884
|
-
*/
|
|
3885
|
-
const filterSensitiveLog: (obj: SignResponse) => any;
|
|
3886
|
-
}
|
|
3887
3395
|
export interface TagResourceRequest {
|
|
3888
3396
|
/**
|
|
3889
3397
|
* <p>Identifies a customer managed key in the account and Region.</p>
|
|
@@ -3913,12 +3421,6 @@ export interface TagResourceRequest {
|
|
|
3913
3421
|
*/
|
|
3914
3422
|
Tags: Tag[] | undefined;
|
|
3915
3423
|
}
|
|
3916
|
-
export declare namespace TagResourceRequest {
|
|
3917
|
-
/**
|
|
3918
|
-
* @internal
|
|
3919
|
-
*/
|
|
3920
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3921
|
-
}
|
|
3922
3424
|
export interface UntagResourceRequest {
|
|
3923
3425
|
/**
|
|
3924
3426
|
* <p>Identifies the KMS key from which you are removing tags.</p>
|
|
@@ -3943,12 +3445,6 @@ export interface UntagResourceRequest {
|
|
|
3943
3445
|
*/
|
|
3944
3446
|
TagKeys: string[] | undefined;
|
|
3945
3447
|
}
|
|
3946
|
-
export declare namespace UntagResourceRequest {
|
|
3947
|
-
/**
|
|
3948
|
-
* @internal
|
|
3949
|
-
*/
|
|
3950
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3951
|
-
}
|
|
3952
3448
|
export interface UpdateAliasRequest {
|
|
3953
3449
|
/**
|
|
3954
3450
|
* <p>Identifies the alias that is changing its KMS key. This value must begin with
|
|
@@ -3980,12 +3476,6 @@ export interface UpdateAliasRequest {
|
|
|
3980
3476
|
*/
|
|
3981
3477
|
TargetKeyId: string | undefined;
|
|
3982
3478
|
}
|
|
3983
|
-
export declare namespace UpdateAliasRequest {
|
|
3984
|
-
/**
|
|
3985
|
-
* @internal
|
|
3986
|
-
*/
|
|
3987
|
-
const filterSensitiveLog: (obj: UpdateAliasRequest) => any;
|
|
3988
|
-
}
|
|
3989
3479
|
export interface UpdateCustomKeyStoreRequest {
|
|
3990
3480
|
/**
|
|
3991
3481
|
* <p>Identifies the custom key store that you want to update. Enter the ID of the custom key
|
|
@@ -4015,20 +3505,8 @@ export interface UpdateCustomKeyStoreRequest {
|
|
|
4015
3505
|
*/
|
|
4016
3506
|
CloudHsmClusterId?: string;
|
|
4017
3507
|
}
|
|
4018
|
-
export declare namespace UpdateCustomKeyStoreRequest {
|
|
4019
|
-
/**
|
|
4020
|
-
* @internal
|
|
4021
|
-
*/
|
|
4022
|
-
const filterSensitiveLog: (obj: UpdateCustomKeyStoreRequest) => any;
|
|
4023
|
-
}
|
|
4024
3508
|
export interface UpdateCustomKeyStoreResponse {
|
|
4025
3509
|
}
|
|
4026
|
-
export declare namespace UpdateCustomKeyStoreResponse {
|
|
4027
|
-
/**
|
|
4028
|
-
* @internal
|
|
4029
|
-
*/
|
|
4030
|
-
const filterSensitiveLog: (obj: UpdateCustomKeyStoreResponse) => any;
|
|
4031
|
-
}
|
|
4032
3510
|
export interface UpdateKeyDescriptionRequest {
|
|
4033
3511
|
/**
|
|
4034
3512
|
* <p>Updates the description of the specified KMS key.</p>
|
|
@@ -4053,12 +3531,6 @@ export interface UpdateKeyDescriptionRequest {
|
|
|
4053
3531
|
*/
|
|
4054
3532
|
Description: string | undefined;
|
|
4055
3533
|
}
|
|
4056
|
-
export declare namespace UpdateKeyDescriptionRequest {
|
|
4057
|
-
/**
|
|
4058
|
-
* @internal
|
|
4059
|
-
*/
|
|
4060
|
-
const filterSensitiveLog: (obj: UpdateKeyDescriptionRequest) => any;
|
|
4061
|
-
}
|
|
4062
3534
|
export interface UpdatePrimaryRegionRequest {
|
|
4063
3535
|
/**
|
|
4064
3536
|
* <p>Identifies the current primary key. When the operation completes, this KMS key will be a
|
|
@@ -4087,12 +3559,6 @@ export interface UpdatePrimaryRegionRequest {
|
|
|
4087
3559
|
*/
|
|
4088
3560
|
PrimaryRegion: string | undefined;
|
|
4089
3561
|
}
|
|
4090
|
-
export declare namespace UpdatePrimaryRegionRequest {
|
|
4091
|
-
/**
|
|
4092
|
-
* @internal
|
|
4093
|
-
*/
|
|
4094
|
-
const filterSensitiveLog: (obj: UpdatePrimaryRegionRequest) => any;
|
|
4095
|
-
}
|
|
4096
3562
|
export interface VerifyRequest {
|
|
4097
3563
|
/**
|
|
4098
3564
|
* <p>Identifies the asymmetric KMS key that will be used to verify the signature. This must be
|
|
@@ -4157,12 +3623,6 @@ export interface VerifyRequest {
|
|
|
4157
3623
|
*/
|
|
4158
3624
|
GrantTokens?: string[];
|
|
4159
3625
|
}
|
|
4160
|
-
export declare namespace VerifyRequest {
|
|
4161
|
-
/**
|
|
4162
|
-
* @internal
|
|
4163
|
-
*/
|
|
4164
|
-
const filterSensitiveLog: (obj: VerifyRequest) => any;
|
|
4165
|
-
}
|
|
4166
3626
|
export interface VerifyResponse {
|
|
4167
3627
|
/**
|
|
4168
3628
|
* <p>The Amazon Resource Name (<a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN">key ARN</a>) of the asymmetric KMS key that was used to verify the signature.</p>
|
|
@@ -4181,12 +3641,6 @@ export interface VerifyResponse {
|
|
|
4181
3641
|
*/
|
|
4182
3642
|
SigningAlgorithm?: SigningAlgorithmSpec | string;
|
|
4183
3643
|
}
|
|
4184
|
-
export declare namespace VerifyResponse {
|
|
4185
|
-
/**
|
|
4186
|
-
* @internal
|
|
4187
|
-
*/
|
|
4188
|
-
const filterSensitiveLog: (obj: VerifyResponse) => any;
|
|
4189
|
-
}
|
|
4190
3644
|
export interface VerifyMacRequest {
|
|
4191
3645
|
/**
|
|
4192
3646
|
* <p>The message that will be used in the verification. Enter the same message that was used to
|
|
@@ -4219,12 +3673,6 @@ export interface VerifyMacRequest {
|
|
|
4219
3673
|
*/
|
|
4220
3674
|
GrantTokens?: string[];
|
|
4221
3675
|
}
|
|
4222
|
-
export declare namespace VerifyMacRequest {
|
|
4223
|
-
/**
|
|
4224
|
-
* @internal
|
|
4225
|
-
*/
|
|
4226
|
-
const filterSensitiveLog: (obj: VerifyMacRequest) => any;
|
|
4227
|
-
}
|
|
4228
3676
|
export interface VerifyMacResponse {
|
|
4229
3677
|
/**
|
|
4230
3678
|
* <p>The HMAC KMS key used in the verification.</p>
|
|
@@ -4245,9 +3693,375 @@ export interface VerifyMacResponse {
|
|
|
4245
3693
|
*/
|
|
4246
3694
|
MacAlgorithm?: MacAlgorithmSpec | string;
|
|
4247
3695
|
}
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
3696
|
+
/**
|
|
3697
|
+
* @internal
|
|
3698
|
+
*/
|
|
3699
|
+
export declare const AliasListEntryFilterSensitiveLog: (obj: AliasListEntry) => any;
|
|
3700
|
+
/**
|
|
3701
|
+
* @internal
|
|
3702
|
+
*/
|
|
3703
|
+
export declare const CancelKeyDeletionRequestFilterSensitiveLog: (obj: CancelKeyDeletionRequest) => any;
|
|
3704
|
+
/**
|
|
3705
|
+
* @internal
|
|
3706
|
+
*/
|
|
3707
|
+
export declare const CancelKeyDeletionResponseFilterSensitiveLog: (obj: CancelKeyDeletionResponse) => any;
|
|
3708
|
+
/**
|
|
3709
|
+
* @internal
|
|
3710
|
+
*/
|
|
3711
|
+
export declare const ConnectCustomKeyStoreRequestFilterSensitiveLog: (obj: ConnectCustomKeyStoreRequest) => any;
|
|
3712
|
+
/**
|
|
3713
|
+
* @internal
|
|
3714
|
+
*/
|
|
3715
|
+
export declare const ConnectCustomKeyStoreResponseFilterSensitiveLog: (obj: ConnectCustomKeyStoreResponse) => any;
|
|
3716
|
+
/**
|
|
3717
|
+
* @internal
|
|
3718
|
+
*/
|
|
3719
|
+
export declare const CreateAliasRequestFilterSensitiveLog: (obj: CreateAliasRequest) => any;
|
|
3720
|
+
/**
|
|
3721
|
+
* @internal
|
|
3722
|
+
*/
|
|
3723
|
+
export declare const CreateCustomKeyStoreRequestFilterSensitiveLog: (obj: CreateCustomKeyStoreRequest) => any;
|
|
3724
|
+
/**
|
|
3725
|
+
* @internal
|
|
3726
|
+
*/
|
|
3727
|
+
export declare const CreateCustomKeyStoreResponseFilterSensitiveLog: (obj: CreateCustomKeyStoreResponse) => any;
|
|
3728
|
+
/**
|
|
3729
|
+
* @internal
|
|
3730
|
+
*/
|
|
3731
|
+
export declare const GrantConstraintsFilterSensitiveLog: (obj: GrantConstraints) => any;
|
|
3732
|
+
/**
|
|
3733
|
+
* @internal
|
|
3734
|
+
*/
|
|
3735
|
+
export declare const CreateGrantRequestFilterSensitiveLog: (obj: CreateGrantRequest) => any;
|
|
3736
|
+
/**
|
|
3737
|
+
* @internal
|
|
3738
|
+
*/
|
|
3739
|
+
export declare const CreateGrantResponseFilterSensitiveLog: (obj: CreateGrantResponse) => any;
|
|
3740
|
+
/**
|
|
3741
|
+
* @internal
|
|
3742
|
+
*/
|
|
3743
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
3744
|
+
/**
|
|
3745
|
+
* @internal
|
|
3746
|
+
*/
|
|
3747
|
+
export declare const CreateKeyRequestFilterSensitiveLog: (obj: CreateKeyRequest) => any;
|
|
3748
|
+
/**
|
|
3749
|
+
* @internal
|
|
3750
|
+
*/
|
|
3751
|
+
export declare const MultiRegionKeyFilterSensitiveLog: (obj: MultiRegionKey) => any;
|
|
3752
|
+
/**
|
|
3753
|
+
* @internal
|
|
3754
|
+
*/
|
|
3755
|
+
export declare const MultiRegionConfigurationFilterSensitiveLog: (obj: MultiRegionConfiguration) => any;
|
|
3756
|
+
/**
|
|
3757
|
+
* @internal
|
|
3758
|
+
*/
|
|
3759
|
+
export declare const KeyMetadataFilterSensitiveLog: (obj: KeyMetadata) => any;
|
|
3760
|
+
/**
|
|
3761
|
+
* @internal
|
|
3762
|
+
*/
|
|
3763
|
+
export declare const CreateKeyResponseFilterSensitiveLog: (obj: CreateKeyResponse) => any;
|
|
3764
|
+
/**
|
|
3765
|
+
* @internal
|
|
3766
|
+
*/
|
|
3767
|
+
export declare const CustomKeyStoresListEntryFilterSensitiveLog: (obj: CustomKeyStoresListEntry) => any;
|
|
3768
|
+
/**
|
|
3769
|
+
* @internal
|
|
3770
|
+
*/
|
|
3771
|
+
export declare const DecryptRequestFilterSensitiveLog: (obj: DecryptRequest) => any;
|
|
3772
|
+
/**
|
|
3773
|
+
* @internal
|
|
3774
|
+
*/
|
|
3775
|
+
export declare const DecryptResponseFilterSensitiveLog: (obj: DecryptResponse) => any;
|
|
3776
|
+
/**
|
|
3777
|
+
* @internal
|
|
3778
|
+
*/
|
|
3779
|
+
export declare const DeleteAliasRequestFilterSensitiveLog: (obj: DeleteAliasRequest) => any;
|
|
3780
|
+
/**
|
|
3781
|
+
* @internal
|
|
3782
|
+
*/
|
|
3783
|
+
export declare const DeleteCustomKeyStoreRequestFilterSensitiveLog: (obj: DeleteCustomKeyStoreRequest) => any;
|
|
3784
|
+
/**
|
|
3785
|
+
* @internal
|
|
3786
|
+
*/
|
|
3787
|
+
export declare const DeleteCustomKeyStoreResponseFilterSensitiveLog: (obj: DeleteCustomKeyStoreResponse) => any;
|
|
3788
|
+
/**
|
|
3789
|
+
* @internal
|
|
3790
|
+
*/
|
|
3791
|
+
export declare const DeleteImportedKeyMaterialRequestFilterSensitiveLog: (obj: DeleteImportedKeyMaterialRequest) => any;
|
|
3792
|
+
/**
|
|
3793
|
+
* @internal
|
|
3794
|
+
*/
|
|
3795
|
+
export declare const DescribeCustomKeyStoresRequestFilterSensitiveLog: (obj: DescribeCustomKeyStoresRequest) => any;
|
|
3796
|
+
/**
|
|
3797
|
+
* @internal
|
|
3798
|
+
*/
|
|
3799
|
+
export declare const DescribeCustomKeyStoresResponseFilterSensitiveLog: (obj: DescribeCustomKeyStoresResponse) => any;
|
|
3800
|
+
/**
|
|
3801
|
+
* @internal
|
|
3802
|
+
*/
|
|
3803
|
+
export declare const DescribeKeyRequestFilterSensitiveLog: (obj: DescribeKeyRequest) => any;
|
|
3804
|
+
/**
|
|
3805
|
+
* @internal
|
|
3806
|
+
*/
|
|
3807
|
+
export declare const DescribeKeyResponseFilterSensitiveLog: (obj: DescribeKeyResponse) => any;
|
|
3808
|
+
/**
|
|
3809
|
+
* @internal
|
|
3810
|
+
*/
|
|
3811
|
+
export declare const DisableKeyRequestFilterSensitiveLog: (obj: DisableKeyRequest) => any;
|
|
3812
|
+
/**
|
|
3813
|
+
* @internal
|
|
3814
|
+
*/
|
|
3815
|
+
export declare const DisableKeyRotationRequestFilterSensitiveLog: (obj: DisableKeyRotationRequest) => any;
|
|
3816
|
+
/**
|
|
3817
|
+
* @internal
|
|
3818
|
+
*/
|
|
3819
|
+
export declare const DisconnectCustomKeyStoreRequestFilterSensitiveLog: (obj: DisconnectCustomKeyStoreRequest) => any;
|
|
3820
|
+
/**
|
|
3821
|
+
* @internal
|
|
3822
|
+
*/
|
|
3823
|
+
export declare const DisconnectCustomKeyStoreResponseFilterSensitiveLog: (obj: DisconnectCustomKeyStoreResponse) => any;
|
|
3824
|
+
/**
|
|
3825
|
+
* @internal
|
|
3826
|
+
*/
|
|
3827
|
+
export declare const EnableKeyRequestFilterSensitiveLog: (obj: EnableKeyRequest) => any;
|
|
3828
|
+
/**
|
|
3829
|
+
* @internal
|
|
3830
|
+
*/
|
|
3831
|
+
export declare const EnableKeyRotationRequestFilterSensitiveLog: (obj: EnableKeyRotationRequest) => any;
|
|
3832
|
+
/**
|
|
3833
|
+
* @internal
|
|
3834
|
+
*/
|
|
3835
|
+
export declare const EncryptRequestFilterSensitiveLog: (obj: EncryptRequest) => any;
|
|
3836
|
+
/**
|
|
3837
|
+
* @internal
|
|
3838
|
+
*/
|
|
3839
|
+
export declare const EncryptResponseFilterSensitiveLog: (obj: EncryptResponse) => any;
|
|
3840
|
+
/**
|
|
3841
|
+
* @internal
|
|
3842
|
+
*/
|
|
3843
|
+
export declare const GenerateDataKeyRequestFilterSensitiveLog: (obj: GenerateDataKeyRequest) => any;
|
|
3844
|
+
/**
|
|
3845
|
+
* @internal
|
|
3846
|
+
*/
|
|
3847
|
+
export declare const GenerateDataKeyResponseFilterSensitiveLog: (obj: GenerateDataKeyResponse) => any;
|
|
3848
|
+
/**
|
|
3849
|
+
* @internal
|
|
3850
|
+
*/
|
|
3851
|
+
export declare const GenerateDataKeyPairRequestFilterSensitiveLog: (obj: GenerateDataKeyPairRequest) => any;
|
|
3852
|
+
/**
|
|
3853
|
+
* @internal
|
|
3854
|
+
*/
|
|
3855
|
+
export declare const GenerateDataKeyPairResponseFilterSensitiveLog: (obj: GenerateDataKeyPairResponse) => any;
|
|
3856
|
+
/**
|
|
3857
|
+
* @internal
|
|
3858
|
+
*/
|
|
3859
|
+
export declare const GenerateDataKeyPairWithoutPlaintextRequestFilterSensitiveLog: (obj: GenerateDataKeyPairWithoutPlaintextRequest) => any;
|
|
3860
|
+
/**
|
|
3861
|
+
* @internal
|
|
3862
|
+
*/
|
|
3863
|
+
export declare const GenerateDataKeyPairWithoutPlaintextResponseFilterSensitiveLog: (obj: GenerateDataKeyPairWithoutPlaintextResponse) => any;
|
|
3864
|
+
/**
|
|
3865
|
+
* @internal
|
|
3866
|
+
*/
|
|
3867
|
+
export declare const GenerateDataKeyWithoutPlaintextRequestFilterSensitiveLog: (obj: GenerateDataKeyWithoutPlaintextRequest) => any;
|
|
3868
|
+
/**
|
|
3869
|
+
* @internal
|
|
3870
|
+
*/
|
|
3871
|
+
export declare const GenerateDataKeyWithoutPlaintextResponseFilterSensitiveLog: (obj: GenerateDataKeyWithoutPlaintextResponse) => any;
|
|
3872
|
+
/**
|
|
3873
|
+
* @internal
|
|
3874
|
+
*/
|
|
3875
|
+
export declare const GenerateMacRequestFilterSensitiveLog: (obj: GenerateMacRequest) => any;
|
|
3876
|
+
/**
|
|
3877
|
+
* @internal
|
|
3878
|
+
*/
|
|
3879
|
+
export declare const GenerateMacResponseFilterSensitiveLog: (obj: GenerateMacResponse) => any;
|
|
3880
|
+
/**
|
|
3881
|
+
* @internal
|
|
3882
|
+
*/
|
|
3883
|
+
export declare const GenerateRandomRequestFilterSensitiveLog: (obj: GenerateRandomRequest) => any;
|
|
3884
|
+
/**
|
|
3885
|
+
* @internal
|
|
3886
|
+
*/
|
|
3887
|
+
export declare const GenerateRandomResponseFilterSensitiveLog: (obj: GenerateRandomResponse) => any;
|
|
3888
|
+
/**
|
|
3889
|
+
* @internal
|
|
3890
|
+
*/
|
|
3891
|
+
export declare const GetKeyPolicyRequestFilterSensitiveLog: (obj: GetKeyPolicyRequest) => any;
|
|
3892
|
+
/**
|
|
3893
|
+
* @internal
|
|
3894
|
+
*/
|
|
3895
|
+
export declare const GetKeyPolicyResponseFilterSensitiveLog: (obj: GetKeyPolicyResponse) => any;
|
|
3896
|
+
/**
|
|
3897
|
+
* @internal
|
|
3898
|
+
*/
|
|
3899
|
+
export declare const GetKeyRotationStatusRequestFilterSensitiveLog: (obj: GetKeyRotationStatusRequest) => any;
|
|
3900
|
+
/**
|
|
3901
|
+
* @internal
|
|
3902
|
+
*/
|
|
3903
|
+
export declare const GetKeyRotationStatusResponseFilterSensitiveLog: (obj: GetKeyRotationStatusResponse) => any;
|
|
3904
|
+
/**
|
|
3905
|
+
* @internal
|
|
3906
|
+
*/
|
|
3907
|
+
export declare const GetParametersForImportRequestFilterSensitiveLog: (obj: GetParametersForImportRequest) => any;
|
|
3908
|
+
/**
|
|
3909
|
+
* @internal
|
|
3910
|
+
*/
|
|
3911
|
+
export declare const GetParametersForImportResponseFilterSensitiveLog: (obj: GetParametersForImportResponse) => any;
|
|
3912
|
+
/**
|
|
3913
|
+
* @internal
|
|
3914
|
+
*/
|
|
3915
|
+
export declare const GetPublicKeyRequestFilterSensitiveLog: (obj: GetPublicKeyRequest) => any;
|
|
3916
|
+
/**
|
|
3917
|
+
* @internal
|
|
3918
|
+
*/
|
|
3919
|
+
export declare const GetPublicKeyResponseFilterSensitiveLog: (obj: GetPublicKeyResponse) => any;
|
|
3920
|
+
/**
|
|
3921
|
+
* @internal
|
|
3922
|
+
*/
|
|
3923
|
+
export declare const GrantListEntryFilterSensitiveLog: (obj: GrantListEntry) => any;
|
|
3924
|
+
/**
|
|
3925
|
+
* @internal
|
|
3926
|
+
*/
|
|
3927
|
+
export declare const ImportKeyMaterialRequestFilterSensitiveLog: (obj: ImportKeyMaterialRequest) => any;
|
|
3928
|
+
/**
|
|
3929
|
+
* @internal
|
|
3930
|
+
*/
|
|
3931
|
+
export declare const ImportKeyMaterialResponseFilterSensitiveLog: (obj: ImportKeyMaterialResponse) => any;
|
|
3932
|
+
/**
|
|
3933
|
+
* @internal
|
|
3934
|
+
*/
|
|
3935
|
+
export declare const KeyListEntryFilterSensitiveLog: (obj: KeyListEntry) => any;
|
|
3936
|
+
/**
|
|
3937
|
+
* @internal
|
|
3938
|
+
*/
|
|
3939
|
+
export declare const ListAliasesRequestFilterSensitiveLog: (obj: ListAliasesRequest) => any;
|
|
3940
|
+
/**
|
|
3941
|
+
* @internal
|
|
3942
|
+
*/
|
|
3943
|
+
export declare const ListAliasesResponseFilterSensitiveLog: (obj: ListAliasesResponse) => any;
|
|
3944
|
+
/**
|
|
3945
|
+
* @internal
|
|
3946
|
+
*/
|
|
3947
|
+
export declare const ListGrantsRequestFilterSensitiveLog: (obj: ListGrantsRequest) => any;
|
|
3948
|
+
/**
|
|
3949
|
+
* @internal
|
|
3950
|
+
*/
|
|
3951
|
+
export declare const ListGrantsResponseFilterSensitiveLog: (obj: ListGrantsResponse) => any;
|
|
3952
|
+
/**
|
|
3953
|
+
* @internal
|
|
3954
|
+
*/
|
|
3955
|
+
export declare const ListKeyPoliciesRequestFilterSensitiveLog: (obj: ListKeyPoliciesRequest) => any;
|
|
3956
|
+
/**
|
|
3957
|
+
* @internal
|
|
3958
|
+
*/
|
|
3959
|
+
export declare const ListKeyPoliciesResponseFilterSensitiveLog: (obj: ListKeyPoliciesResponse) => any;
|
|
3960
|
+
/**
|
|
3961
|
+
* @internal
|
|
3962
|
+
*/
|
|
3963
|
+
export declare const ListKeysRequestFilterSensitiveLog: (obj: ListKeysRequest) => any;
|
|
3964
|
+
/**
|
|
3965
|
+
* @internal
|
|
3966
|
+
*/
|
|
3967
|
+
export declare const ListKeysResponseFilterSensitiveLog: (obj: ListKeysResponse) => any;
|
|
3968
|
+
/**
|
|
3969
|
+
* @internal
|
|
3970
|
+
*/
|
|
3971
|
+
export declare const ListResourceTagsRequestFilterSensitiveLog: (obj: ListResourceTagsRequest) => any;
|
|
3972
|
+
/**
|
|
3973
|
+
* @internal
|
|
3974
|
+
*/
|
|
3975
|
+
export declare const ListResourceTagsResponseFilterSensitiveLog: (obj: ListResourceTagsResponse) => any;
|
|
3976
|
+
/**
|
|
3977
|
+
* @internal
|
|
3978
|
+
*/
|
|
3979
|
+
export declare const ListRetirableGrantsRequestFilterSensitiveLog: (obj: ListRetirableGrantsRequest) => any;
|
|
3980
|
+
/**
|
|
3981
|
+
* @internal
|
|
3982
|
+
*/
|
|
3983
|
+
export declare const PutKeyPolicyRequestFilterSensitiveLog: (obj: PutKeyPolicyRequest) => any;
|
|
3984
|
+
/**
|
|
3985
|
+
* @internal
|
|
3986
|
+
*/
|
|
3987
|
+
export declare const ReEncryptRequestFilterSensitiveLog: (obj: ReEncryptRequest) => any;
|
|
3988
|
+
/**
|
|
3989
|
+
* @internal
|
|
3990
|
+
*/
|
|
3991
|
+
export declare const ReEncryptResponseFilterSensitiveLog: (obj: ReEncryptResponse) => any;
|
|
3992
|
+
/**
|
|
3993
|
+
* @internal
|
|
3994
|
+
*/
|
|
3995
|
+
export declare const ReplicateKeyRequestFilterSensitiveLog: (obj: ReplicateKeyRequest) => any;
|
|
3996
|
+
/**
|
|
3997
|
+
* @internal
|
|
3998
|
+
*/
|
|
3999
|
+
export declare const ReplicateKeyResponseFilterSensitiveLog: (obj: ReplicateKeyResponse) => any;
|
|
4000
|
+
/**
|
|
4001
|
+
* @internal
|
|
4002
|
+
*/
|
|
4003
|
+
export declare const RetireGrantRequestFilterSensitiveLog: (obj: RetireGrantRequest) => any;
|
|
4004
|
+
/**
|
|
4005
|
+
* @internal
|
|
4006
|
+
*/
|
|
4007
|
+
export declare const RevokeGrantRequestFilterSensitiveLog: (obj: RevokeGrantRequest) => any;
|
|
4008
|
+
/**
|
|
4009
|
+
* @internal
|
|
4010
|
+
*/
|
|
4011
|
+
export declare const ScheduleKeyDeletionRequestFilterSensitiveLog: (obj: ScheduleKeyDeletionRequest) => any;
|
|
4012
|
+
/**
|
|
4013
|
+
* @internal
|
|
4014
|
+
*/
|
|
4015
|
+
export declare const ScheduleKeyDeletionResponseFilterSensitiveLog: (obj: ScheduleKeyDeletionResponse) => any;
|
|
4016
|
+
/**
|
|
4017
|
+
* @internal
|
|
4018
|
+
*/
|
|
4019
|
+
export declare const SignRequestFilterSensitiveLog: (obj: SignRequest) => any;
|
|
4020
|
+
/**
|
|
4021
|
+
* @internal
|
|
4022
|
+
*/
|
|
4023
|
+
export declare const SignResponseFilterSensitiveLog: (obj: SignResponse) => any;
|
|
4024
|
+
/**
|
|
4025
|
+
* @internal
|
|
4026
|
+
*/
|
|
4027
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
4028
|
+
/**
|
|
4029
|
+
* @internal
|
|
4030
|
+
*/
|
|
4031
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
4032
|
+
/**
|
|
4033
|
+
* @internal
|
|
4034
|
+
*/
|
|
4035
|
+
export declare const UpdateAliasRequestFilterSensitiveLog: (obj: UpdateAliasRequest) => any;
|
|
4036
|
+
/**
|
|
4037
|
+
* @internal
|
|
4038
|
+
*/
|
|
4039
|
+
export declare const UpdateCustomKeyStoreRequestFilterSensitiveLog: (obj: UpdateCustomKeyStoreRequest) => any;
|
|
4040
|
+
/**
|
|
4041
|
+
* @internal
|
|
4042
|
+
*/
|
|
4043
|
+
export declare const UpdateCustomKeyStoreResponseFilterSensitiveLog: (obj: UpdateCustomKeyStoreResponse) => any;
|
|
4044
|
+
/**
|
|
4045
|
+
* @internal
|
|
4046
|
+
*/
|
|
4047
|
+
export declare const UpdateKeyDescriptionRequestFilterSensitiveLog: (obj: UpdateKeyDescriptionRequest) => any;
|
|
4048
|
+
/**
|
|
4049
|
+
* @internal
|
|
4050
|
+
*/
|
|
4051
|
+
export declare const UpdatePrimaryRegionRequestFilterSensitiveLog: (obj: UpdatePrimaryRegionRequest) => any;
|
|
4052
|
+
/**
|
|
4053
|
+
* @internal
|
|
4054
|
+
*/
|
|
4055
|
+
export declare const VerifyRequestFilterSensitiveLog: (obj: VerifyRequest) => any;
|
|
4056
|
+
/**
|
|
4057
|
+
* @internal
|
|
4058
|
+
*/
|
|
4059
|
+
export declare const VerifyResponseFilterSensitiveLog: (obj: VerifyResponse) => any;
|
|
4060
|
+
/**
|
|
4061
|
+
* @internal
|
|
4062
|
+
*/
|
|
4063
|
+
export declare const VerifyMacRequestFilterSensitiveLog: (obj: VerifyMacRequest) => any;
|
|
4064
|
+
/**
|
|
4065
|
+
* @internal
|
|
4066
|
+
*/
|
|
4067
|
+
export declare const VerifyMacResponseFilterSensitiveLog: (obj: VerifyMacResponse) => any;
|