@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.
Files changed (138) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CancelKeyDeletionCommand.js +2 -2
  4. package/dist-cjs/commands/ConnectCustomKeyStoreCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAliasCommand.js +1 -1
  6. package/dist-cjs/commands/CreateCustomKeyStoreCommand.js +2 -2
  7. package/dist-cjs/commands/CreateGrantCommand.js +2 -2
  8. package/dist-cjs/commands/CreateKeyCommand.js +2 -2
  9. package/dist-cjs/commands/DecryptCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteAliasCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteCustomKeyStoreCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteImportedKeyMaterialCommand.js +1 -1
  13. package/dist-cjs/commands/DescribeCustomKeyStoresCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeKeyCommand.js +2 -2
  15. package/dist-cjs/commands/DisableKeyCommand.js +1 -1
  16. package/dist-cjs/commands/DisableKeyRotationCommand.js +1 -1
  17. package/dist-cjs/commands/DisconnectCustomKeyStoreCommand.js +2 -2
  18. package/dist-cjs/commands/EnableKeyCommand.js +1 -1
  19. package/dist-cjs/commands/EnableKeyRotationCommand.js +1 -1
  20. package/dist-cjs/commands/EncryptCommand.js +2 -2
  21. package/dist-cjs/commands/GenerateDataKeyCommand.js +2 -2
  22. package/dist-cjs/commands/GenerateDataKeyPairCommand.js +2 -2
  23. package/dist-cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +2 -2
  24. package/dist-cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js +2 -2
  25. package/dist-cjs/commands/GenerateMacCommand.js +2 -2
  26. package/dist-cjs/commands/GenerateRandomCommand.js +2 -2
  27. package/dist-cjs/commands/GetKeyPolicyCommand.js +2 -2
  28. package/dist-cjs/commands/GetKeyRotationStatusCommand.js +2 -2
  29. package/dist-cjs/commands/GetParametersForImportCommand.js +2 -2
  30. package/dist-cjs/commands/GetPublicKeyCommand.js +2 -2
  31. package/dist-cjs/commands/ImportKeyMaterialCommand.js +2 -2
  32. package/dist-cjs/commands/ListAliasesCommand.js +2 -2
  33. package/dist-cjs/commands/ListGrantsCommand.js +2 -2
  34. package/dist-cjs/commands/ListKeyPoliciesCommand.js +2 -2
  35. package/dist-cjs/commands/ListKeysCommand.js +2 -2
  36. package/dist-cjs/commands/ListResourceTagsCommand.js +2 -2
  37. package/dist-cjs/commands/ListRetirableGrantsCommand.js +2 -2
  38. package/dist-cjs/commands/PutKeyPolicyCommand.js +1 -1
  39. package/dist-cjs/commands/ReEncryptCommand.js +2 -2
  40. package/dist-cjs/commands/ReplicateKeyCommand.js +2 -2
  41. package/dist-cjs/commands/RetireGrantCommand.js +1 -1
  42. package/dist-cjs/commands/RevokeGrantCommand.js +1 -1
  43. package/dist-cjs/commands/ScheduleKeyDeletionCommand.js +2 -2
  44. package/dist-cjs/commands/SignCommand.js +2 -2
  45. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  46. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  47. package/dist-cjs/commands/UpdateAliasCommand.js +1 -1
  48. package/dist-cjs/commands/UpdateCustomKeyStoreCommand.js +2 -2
  49. package/dist-cjs/commands/UpdateKeyDescriptionCommand.js +1 -1
  50. package/dist-cjs/commands/UpdatePrimaryRegionCommand.js +1 -1
  51. package/dist-cjs/commands/VerifyCommand.js +2 -2
  52. package/dist-cjs/commands/VerifyMacCommand.js +2 -2
  53. package/dist-cjs/models/models_0.js +393 -573
  54. package/dist-cjs/pagination/DescribeCustomKeyStoresPaginator.js +36 -0
  55. package/dist-cjs/pagination/ListResourceTagsPaginator.js +36 -0
  56. package/dist-cjs/pagination/ListRetirableGrantsPaginator.js +36 -0
  57. package/dist-cjs/pagination/index.js +3 -0
  58. package/dist-es/commands/CancelKeyDeletionCommand.js +3 -3
  59. package/dist-es/commands/ConnectCustomKeyStoreCommand.js +3 -3
  60. package/dist-es/commands/CreateAliasCommand.js +2 -2
  61. package/dist-es/commands/CreateCustomKeyStoreCommand.js +3 -3
  62. package/dist-es/commands/CreateGrantCommand.js +3 -3
  63. package/dist-es/commands/CreateKeyCommand.js +3 -3
  64. package/dist-es/commands/DecryptCommand.js +3 -3
  65. package/dist-es/commands/DeleteAliasCommand.js +2 -2
  66. package/dist-es/commands/DeleteCustomKeyStoreCommand.js +3 -3
  67. package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +2 -2
  68. package/dist-es/commands/DescribeCustomKeyStoresCommand.js +3 -3
  69. package/dist-es/commands/DescribeKeyCommand.js +3 -3
  70. package/dist-es/commands/DisableKeyCommand.js +2 -2
  71. package/dist-es/commands/DisableKeyRotationCommand.js +2 -2
  72. package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +3 -3
  73. package/dist-es/commands/EnableKeyCommand.js +2 -2
  74. package/dist-es/commands/EnableKeyRotationCommand.js +2 -2
  75. package/dist-es/commands/EncryptCommand.js +3 -3
  76. package/dist-es/commands/GenerateDataKeyCommand.js +3 -3
  77. package/dist-es/commands/GenerateDataKeyPairCommand.js +3 -3
  78. package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +3 -3
  79. package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +3 -3
  80. package/dist-es/commands/GenerateMacCommand.js +3 -3
  81. package/dist-es/commands/GenerateRandomCommand.js +3 -3
  82. package/dist-es/commands/GetKeyPolicyCommand.js +3 -3
  83. package/dist-es/commands/GetKeyRotationStatusCommand.js +3 -3
  84. package/dist-es/commands/GetParametersForImportCommand.js +3 -3
  85. package/dist-es/commands/GetPublicKeyCommand.js +3 -3
  86. package/dist-es/commands/ImportKeyMaterialCommand.js +3 -3
  87. package/dist-es/commands/ListAliasesCommand.js +3 -3
  88. package/dist-es/commands/ListGrantsCommand.js +3 -3
  89. package/dist-es/commands/ListKeyPoliciesCommand.js +3 -3
  90. package/dist-es/commands/ListKeysCommand.js +3 -3
  91. package/dist-es/commands/ListResourceTagsCommand.js +3 -3
  92. package/dist-es/commands/ListRetirableGrantsCommand.js +3 -3
  93. package/dist-es/commands/PutKeyPolicyCommand.js +2 -2
  94. package/dist-es/commands/ReEncryptCommand.js +3 -3
  95. package/dist-es/commands/ReplicateKeyCommand.js +3 -3
  96. package/dist-es/commands/RetireGrantCommand.js +2 -2
  97. package/dist-es/commands/RevokeGrantCommand.js +2 -2
  98. package/dist-es/commands/ScheduleKeyDeletionCommand.js +3 -3
  99. package/dist-es/commands/SignCommand.js +3 -3
  100. package/dist-es/commands/TagResourceCommand.js +2 -2
  101. package/dist-es/commands/UntagResourceCommand.js +2 -2
  102. package/dist-es/commands/UpdateAliasCommand.js +2 -2
  103. package/dist-es/commands/UpdateCustomKeyStoreCommand.js +3 -3
  104. package/dist-es/commands/UpdateKeyDescriptionCommand.js +2 -2
  105. package/dist-es/commands/UpdatePrimaryRegionCommand.js +2 -2
  106. package/dist-es/commands/VerifyCommand.js +3 -3
  107. package/dist-es/commands/VerifyMacCommand.js +3 -3
  108. package/dist-es/models/models_0.js +99 -372
  109. package/dist-es/pagination/DescribeCustomKeyStoresPaginator.js +75 -0
  110. package/dist-es/pagination/ListResourceTagsPaginator.js +75 -0
  111. package/dist-es/pagination/ListRetirableGrantsPaginator.js +75 -0
  112. package/dist-es/pagination/index.js +3 -0
  113. package/dist-types/KMS.d.ts +49 -27
  114. package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateKeyCommand.d.ts +5 -3
  116. package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +2 -2
  117. package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeKeyCommand.d.ts +1 -1
  119. package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +1 -1
  120. package/dist-types/commands/EncryptCommand.d.ts +5 -1
  121. package/dist-types/commands/GenerateDataKeyCommand.d.ts +12 -6
  122. package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +3 -3
  123. package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +3 -3
  124. package/dist-types/commands/GenerateRandomCommand.d.ts +4 -1
  125. package/dist-types/commands/GetPublicKeyCommand.d.ts +5 -2
  126. package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +1 -1
  127. package/dist-types/commands/VerifyCommand.d.ts +5 -1
  128. package/dist-types/models/models_0.d.ts +428 -596
  129. package/dist-types/pagination/DescribeCustomKeyStoresPaginator.d.ts +4 -0
  130. package/dist-types/pagination/ListResourceTagsPaginator.d.ts +4 -0
  131. package/dist-types/pagination/ListRetirableGrantsPaginator.d.ts +4 -0
  132. package/dist-types/pagination/index.d.ts +3 -0
  133. package/dist-types/ts3.4/models/models_0.d.ts +197 -377
  134. package/dist-types/ts3.4/pagination/DescribeCustomKeyStoresPaginator.d.ts +4 -0
  135. package/dist-types/ts3.4/pagination/ListResourceTagsPaginator.d.ts +4 -0
  136. package/dist-types/ts3.4/pagination/ListRetirableGrantsPaginator.d.ts +4 -0
  137. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  138. package/package.json +6 -6
@@ -18,10 +18,6 @@ export interface AliasListEntry {
18
18
 
19
19
  LastUpdatedDate?: Date;
20
20
  }
21
- export declare namespace AliasListEntry {
22
-
23
- const filterSensitiveLog: (obj: AliasListEntry) => any;
24
- }
25
21
 
26
22
  export declare class AlreadyExistsException extends __BaseException {
27
23
  readonly name: "AlreadyExistsException";
@@ -33,18 +29,10 @@ export interface CancelKeyDeletionRequest {
33
29
 
34
30
  KeyId: string | undefined;
35
31
  }
36
- export declare namespace CancelKeyDeletionRequest {
37
-
38
- const filterSensitiveLog: (obj: CancelKeyDeletionRequest) => any;
39
- }
40
32
  export interface CancelKeyDeletionResponse {
41
33
 
42
34
  KeyId?: string;
43
35
  }
44
- export declare namespace CancelKeyDeletionResponse {
45
-
46
- const filterSensitiveLog: (obj: CancelKeyDeletionResponse) => any;
47
- }
48
36
 
49
37
  export declare class DependencyTimeoutException extends __BaseException {
50
38
  readonly name: "DependencyTimeoutException";
@@ -119,16 +107,8 @@ export interface ConnectCustomKeyStoreRequest {
119
107
 
120
108
  CustomKeyStoreId: string | undefined;
121
109
  }
122
- export declare namespace ConnectCustomKeyStoreRequest {
123
-
124
- const filterSensitiveLog: (obj: ConnectCustomKeyStoreRequest) => any;
125
- }
126
110
  export interface ConnectCustomKeyStoreResponse {
127
111
  }
128
- export declare namespace ConnectCustomKeyStoreResponse {
129
-
130
- const filterSensitiveLog: (obj: ConnectCustomKeyStoreResponse) => any;
131
- }
132
112
 
133
113
  export declare class CustomKeyStoreInvalidStateException extends __BaseException {
134
114
  readonly name: "CustomKeyStoreInvalidStateException";
@@ -146,6 +126,7 @@ export declare class CustomKeyStoreNotFoundException extends __BaseException {
146
126
  export declare enum ConnectionErrorCodeType {
147
127
  CLUSTER_NOT_FOUND = "CLUSTER_NOT_FOUND",
148
128
  INSUFFICIENT_CLOUDHSM_HSMS = "INSUFFICIENT_CLOUDHSM_HSMS",
129
+ INSUFFICIENT_FREE_ADDRESSES_IN_SUBNET = "INSUFFICIENT_FREE_ADDRESSES_IN_SUBNET",
149
130
  INTERNAL_ERROR = "INTERNAL_ERROR",
150
131
  INVALID_CREDENTIALS = "INVALID_CREDENTIALS",
151
132
  NETWORK_ERRORS = "NETWORK_ERRORS",
@@ -167,10 +148,6 @@ export interface CreateAliasRequest {
167
148
 
168
149
  TargetKeyId: string | undefined;
169
150
  }
170
- export declare namespace CreateAliasRequest {
171
-
172
- const filterSensitiveLog: (obj: CreateAliasRequest) => any;
173
- }
174
151
 
175
152
  export declare class InvalidAliasNameException extends __BaseException {
176
153
  readonly name: "InvalidAliasNameException";
@@ -189,24 +166,16 @@ export interface CreateCustomKeyStoreRequest {
189
166
 
190
167
  CustomKeyStoreName: string | undefined;
191
168
 
192
- CloudHsmClusterId: string | undefined;
193
-
194
- TrustAnchorCertificate: string | undefined;
169
+ CloudHsmClusterId?: string;
195
170
 
196
- KeyStorePassword: string | undefined;
197
- }
198
- export declare namespace CreateCustomKeyStoreRequest {
171
+ TrustAnchorCertificate?: string;
199
172
 
200
- const filterSensitiveLog: (obj: CreateCustomKeyStoreRequest) => any;
173
+ KeyStorePassword?: string;
201
174
  }
202
175
  export interface CreateCustomKeyStoreResponse {
203
176
 
204
177
  CustomKeyStoreId?: string;
205
178
  }
206
- export declare namespace CreateCustomKeyStoreResponse {
207
-
208
- const filterSensitiveLog: (obj: CreateCustomKeyStoreResponse) => any;
209
- }
210
179
 
211
180
  export declare class CustomKeyStoreNameInUseException extends __BaseException {
212
181
  readonly name: "CustomKeyStoreNameInUseException";
@@ -228,10 +197,6 @@ export interface GrantConstraints {
228
197
 
229
198
  EncryptionContextEquals?: Record<string, string>;
230
199
  }
231
- export declare namespace GrantConstraints {
232
-
233
- const filterSensitiveLog: (obj: GrantConstraints) => any;
234
- }
235
200
  export declare enum GrantOperation {
236
201
  CreateGrant = "CreateGrant",
237
202
  Decrypt = "Decrypt",
@@ -266,20 +231,12 @@ export interface CreateGrantRequest {
266
231
 
267
232
  Name?: string;
268
233
  }
269
- export declare namespace CreateGrantRequest {
270
-
271
- const filterSensitiveLog: (obj: CreateGrantRequest) => any;
272
- }
273
234
  export interface CreateGrantResponse {
274
235
 
275
236
  GrantToken?: string;
276
237
 
277
238
  GrantId?: string;
278
239
  }
279
- export declare namespace CreateGrantResponse {
280
-
281
- const filterSensitiveLog: (obj: CreateGrantResponse) => any;
282
- }
283
240
 
284
241
  export declare class DisabledException extends __BaseException {
285
242
  readonly name: "DisabledException";
@@ -306,6 +263,7 @@ export declare enum CustomerMasterKeySpec {
306
263
  RSA_2048 = "RSA_2048",
307
264
  RSA_3072 = "RSA_3072",
308
265
  RSA_4096 = "RSA_4096",
266
+ SM2 = "SM2",
309
267
  SYMMETRIC_DEFAULT = "SYMMETRIC_DEFAULT"
310
268
  }
311
269
  export declare enum KeySpec {
@@ -320,6 +278,7 @@ export declare enum KeySpec {
320
278
  RSA_2048 = "RSA_2048",
321
279
  RSA_3072 = "RSA_3072",
322
280
  RSA_4096 = "RSA_4096",
281
+ SM2 = "SM2",
323
282
  SYMMETRIC_DEFAULT = "SYMMETRIC_DEFAULT"
324
283
  }
325
284
  export declare enum KeyUsageType {
@@ -339,10 +298,6 @@ export interface Tag {
339
298
 
340
299
  TagValue: string | undefined;
341
300
  }
342
- export declare namespace Tag {
343
-
344
- const filterSensitiveLog: (obj: Tag) => any;
345
- }
346
301
  export interface CreateKeyRequest {
347
302
 
348
303
  Policy?: string;
@@ -365,13 +320,10 @@ export interface CreateKeyRequest {
365
320
 
366
321
  MultiRegion?: boolean;
367
322
  }
368
- export declare namespace CreateKeyRequest {
369
-
370
- const filterSensitiveLog: (obj: CreateKeyRequest) => any;
371
- }
372
323
  export declare enum EncryptionAlgorithmSpec {
373
324
  RSAES_OAEP_SHA_1 = "RSAES_OAEP_SHA_1",
374
325
  RSAES_OAEP_SHA_256 = "RSAES_OAEP_SHA_256",
326
+ SM2PKE = "SM2PKE",
375
327
  SYMMETRIC_DEFAULT = "SYMMETRIC_DEFAULT"
376
328
  }
377
329
  export declare enum ExpirationModelType {
@@ -409,10 +361,6 @@ export interface MultiRegionKey {
409
361
 
410
362
  Region?: string;
411
363
  }
412
- export declare namespace MultiRegionKey {
413
-
414
- const filterSensitiveLog: (obj: MultiRegionKey) => any;
415
- }
416
364
 
417
365
  export interface MultiRegionConfiguration {
418
366
 
@@ -422,10 +370,6 @@ export interface MultiRegionConfiguration {
422
370
 
423
371
  ReplicaKeys?: MultiRegionKey[];
424
372
  }
425
- export declare namespace MultiRegionConfiguration {
426
-
427
- const filterSensitiveLog: (obj: MultiRegionConfiguration) => any;
428
- }
429
373
  export declare enum SigningAlgorithmSpec {
430
374
  ECDSA_SHA_256 = "ECDSA_SHA_256",
431
375
  ECDSA_SHA_384 = "ECDSA_SHA_384",
@@ -435,7 +379,8 @@ export declare enum SigningAlgorithmSpec {
435
379
  RSASSA_PKCS1_V1_5_SHA_512 = "RSASSA_PKCS1_V1_5_SHA_512",
436
380
  RSASSA_PSS_SHA_256 = "RSASSA_PSS_SHA_256",
437
381
  RSASSA_PSS_SHA_384 = "RSASSA_PSS_SHA_384",
438
- RSASSA_PSS_SHA_512 = "RSASSA_PSS_SHA_512"
382
+ RSASSA_PSS_SHA_512 = "RSASSA_PSS_SHA_512",
383
+ SM2DSA = "SM2DSA"
439
384
  }
440
385
 
441
386
  export interface KeyMetadata {
@@ -486,18 +431,10 @@ export interface KeyMetadata {
486
431
 
487
432
  MacAlgorithms?: (MacAlgorithmSpec | string)[];
488
433
  }
489
- export declare namespace KeyMetadata {
490
-
491
- const filterSensitiveLog: (obj: KeyMetadata) => any;
492
- }
493
434
  export interface CreateKeyResponse {
494
435
 
495
436
  KeyMetadata?: KeyMetadata;
496
437
  }
497
- export declare namespace CreateKeyResponse {
498
-
499
- const filterSensitiveLog: (obj: CreateKeyResponse) => any;
500
- }
501
438
 
502
439
  export declare class MalformedPolicyDocumentException extends __BaseException {
503
440
  readonly name: "MalformedPolicyDocumentException";
@@ -543,10 +480,6 @@ export interface CustomKeyStoresListEntry {
543
480
 
544
481
  CreationDate?: Date;
545
482
  }
546
- export declare namespace CustomKeyStoresListEntry {
547
-
548
- const filterSensitiveLog: (obj: CustomKeyStoresListEntry) => any;
549
- }
550
483
  export declare enum DataKeyPairSpec {
551
484
  ECC_NIST_P256 = "ECC_NIST_P256",
552
485
  ECC_NIST_P384 = "ECC_NIST_P384",
@@ -554,7 +487,8 @@ export declare enum DataKeyPairSpec {
554
487
  ECC_SECG_P256K1 = "ECC_SECG_P256K1",
555
488
  RSA_2048 = "RSA_2048",
556
489
  RSA_3072 = "RSA_3072",
557
- RSA_4096 = "RSA_4096"
490
+ RSA_4096 = "RSA_4096",
491
+ SM2 = "SM2"
558
492
  }
559
493
  export declare enum DataKeySpec {
560
494
  AES_128 = "AES_128",
@@ -572,10 +506,6 @@ export interface DecryptRequest {
572
506
 
573
507
  EncryptionAlgorithm?: EncryptionAlgorithmSpec | string;
574
508
  }
575
- export declare namespace DecryptRequest {
576
-
577
- const filterSensitiveLog: (obj: DecryptRequest) => any;
578
- }
579
509
  export interface DecryptResponse {
580
510
 
581
511
  KeyId?: string;
@@ -584,10 +514,6 @@ export interface DecryptResponse {
584
514
 
585
515
  EncryptionAlgorithm?: EncryptionAlgorithmSpec | string;
586
516
  }
587
- export declare namespace DecryptResponse {
588
-
589
- const filterSensitiveLog: (obj: DecryptResponse) => any;
590
- }
591
517
 
592
518
  export declare class IncorrectKeyException extends __BaseException {
593
519
  readonly name: "IncorrectKeyException";
@@ -620,32 +546,16 @@ export interface DeleteAliasRequest {
620
546
 
621
547
  AliasName: string | undefined;
622
548
  }
623
- export declare namespace DeleteAliasRequest {
624
-
625
- const filterSensitiveLog: (obj: DeleteAliasRequest) => any;
626
- }
627
549
  export interface DeleteCustomKeyStoreRequest {
628
550
 
629
551
  CustomKeyStoreId: string | undefined;
630
552
  }
631
- export declare namespace DeleteCustomKeyStoreRequest {
632
-
633
- const filterSensitiveLog: (obj: DeleteCustomKeyStoreRequest) => any;
634
- }
635
553
  export interface DeleteCustomKeyStoreResponse {
636
554
  }
637
- export declare namespace DeleteCustomKeyStoreResponse {
638
-
639
- const filterSensitiveLog: (obj: DeleteCustomKeyStoreResponse) => any;
640
- }
641
555
  export interface DeleteImportedKeyMaterialRequest {
642
556
 
643
557
  KeyId: string | undefined;
644
558
  }
645
- export declare namespace DeleteImportedKeyMaterialRequest {
646
-
647
- const filterSensitiveLog: (obj: DeleteImportedKeyMaterialRequest) => any;
648
- }
649
559
  export interface DescribeCustomKeyStoresRequest {
650
560
 
651
561
  CustomKeyStoreId?: string;
@@ -656,10 +566,6 @@ export interface DescribeCustomKeyStoresRequest {
656
566
 
657
567
  Marker?: string;
658
568
  }
659
- export declare namespace DescribeCustomKeyStoresRequest {
660
-
661
- const filterSensitiveLog: (obj: DescribeCustomKeyStoresRequest) => any;
662
- }
663
569
  export interface DescribeCustomKeyStoresResponse {
664
570
 
665
571
  CustomKeyStores?: CustomKeyStoresListEntry[];
@@ -668,10 +574,6 @@ export interface DescribeCustomKeyStoresResponse {
668
574
 
669
575
  Truncated?: boolean;
670
576
  }
671
- export declare namespace DescribeCustomKeyStoresResponse {
672
-
673
- const filterSensitiveLog: (obj: DescribeCustomKeyStoresResponse) => any;
674
- }
675
577
 
676
578
  export declare class InvalidMarkerException extends __BaseException {
677
579
  readonly name: "InvalidMarkerException";
@@ -685,64 +587,32 @@ export interface DescribeKeyRequest {
685
587
 
686
588
  GrantTokens?: string[];
687
589
  }
688
- export declare namespace DescribeKeyRequest {
689
-
690
- const filterSensitiveLog: (obj: DescribeKeyRequest) => any;
691
- }
692
590
  export interface DescribeKeyResponse {
693
591
 
694
592
  KeyMetadata?: KeyMetadata;
695
593
  }
696
- export declare namespace DescribeKeyResponse {
697
-
698
- const filterSensitiveLog: (obj: DescribeKeyResponse) => any;
699
- }
700
594
  export interface DisableKeyRequest {
701
595
 
702
596
  KeyId: string | undefined;
703
597
  }
704
- export declare namespace DisableKeyRequest {
705
-
706
- const filterSensitiveLog: (obj: DisableKeyRequest) => any;
707
- }
708
598
  export interface DisableKeyRotationRequest {
709
599
 
710
600
  KeyId: string | undefined;
711
601
  }
712
- export declare namespace DisableKeyRotationRequest {
713
-
714
- const filterSensitiveLog: (obj: DisableKeyRotationRequest) => any;
715
- }
716
602
  export interface DisconnectCustomKeyStoreRequest {
717
603
 
718
604
  CustomKeyStoreId: string | undefined;
719
605
  }
720
- export declare namespace DisconnectCustomKeyStoreRequest {
721
-
722
- const filterSensitiveLog: (obj: DisconnectCustomKeyStoreRequest) => any;
723
- }
724
606
  export interface DisconnectCustomKeyStoreResponse {
725
607
  }
726
- export declare namespace DisconnectCustomKeyStoreResponse {
727
-
728
- const filterSensitiveLog: (obj: DisconnectCustomKeyStoreResponse) => any;
729
- }
730
608
  export interface EnableKeyRequest {
731
609
 
732
610
  KeyId: string | undefined;
733
611
  }
734
- export declare namespace EnableKeyRequest {
735
-
736
- const filterSensitiveLog: (obj: EnableKeyRequest) => any;
737
- }
738
612
  export interface EnableKeyRotationRequest {
739
613
 
740
614
  KeyId: string | undefined;
741
615
  }
742
- export declare namespace EnableKeyRotationRequest {
743
-
744
- const filterSensitiveLog: (obj: EnableKeyRotationRequest) => any;
745
- }
746
616
  export interface EncryptRequest {
747
617
 
748
618
  KeyId: string | undefined;
@@ -755,10 +625,6 @@ export interface EncryptRequest {
755
625
 
756
626
  EncryptionAlgorithm?: EncryptionAlgorithmSpec | string;
757
627
  }
758
- export declare namespace EncryptRequest {
759
-
760
- const filterSensitiveLog: (obj: EncryptRequest) => any;
761
- }
762
628
  export interface EncryptResponse {
763
629
 
764
630
  CiphertextBlob?: Uint8Array;
@@ -767,10 +633,6 @@ export interface EncryptResponse {
767
633
 
768
634
  EncryptionAlgorithm?: EncryptionAlgorithmSpec | string;
769
635
  }
770
- export declare namespace EncryptResponse {
771
-
772
- const filterSensitiveLog: (obj: EncryptResponse) => any;
773
- }
774
636
 
775
637
  export declare class ExpiredImportTokenException extends __BaseException {
776
638
  readonly name: "ExpiredImportTokenException";
@@ -790,10 +652,6 @@ export interface GenerateDataKeyRequest {
790
652
 
791
653
  GrantTokens?: string[];
792
654
  }
793
- export declare namespace GenerateDataKeyRequest {
794
-
795
- const filterSensitiveLog: (obj: GenerateDataKeyRequest) => any;
796
- }
797
655
  export interface GenerateDataKeyResponse {
798
656
 
799
657
  CiphertextBlob?: Uint8Array;
@@ -802,10 +660,6 @@ export interface GenerateDataKeyResponse {
802
660
 
803
661
  KeyId?: string;
804
662
  }
805
- export declare namespace GenerateDataKeyResponse {
806
-
807
- const filterSensitiveLog: (obj: GenerateDataKeyResponse) => any;
808
- }
809
663
  export interface GenerateDataKeyPairRequest {
810
664
 
811
665
  EncryptionContext?: Record<string, string>;
@@ -816,10 +670,6 @@ export interface GenerateDataKeyPairRequest {
816
670
 
817
671
  GrantTokens?: string[];
818
672
  }
819
- export declare namespace GenerateDataKeyPairRequest {
820
-
821
- const filterSensitiveLog: (obj: GenerateDataKeyPairRequest) => any;
822
- }
823
673
  export interface GenerateDataKeyPairResponse {
824
674
 
825
675
  PrivateKeyCiphertextBlob?: Uint8Array;
@@ -832,10 +682,6 @@ export interface GenerateDataKeyPairResponse {
832
682
 
833
683
  KeyPairSpec?: DataKeyPairSpec | string;
834
684
  }
835
- export declare namespace GenerateDataKeyPairResponse {
836
-
837
- const filterSensitiveLog: (obj: GenerateDataKeyPairResponse) => any;
838
- }
839
685
  export interface GenerateDataKeyPairWithoutPlaintextRequest {
840
686
 
841
687
  EncryptionContext?: Record<string, string>;
@@ -846,10 +692,6 @@ export interface GenerateDataKeyPairWithoutPlaintextRequest {
846
692
 
847
693
  GrantTokens?: string[];
848
694
  }
849
- export declare namespace GenerateDataKeyPairWithoutPlaintextRequest {
850
-
851
- const filterSensitiveLog: (obj: GenerateDataKeyPairWithoutPlaintextRequest) => any;
852
- }
853
695
  export interface GenerateDataKeyPairWithoutPlaintextResponse {
854
696
 
855
697
  PrivateKeyCiphertextBlob?: Uint8Array;
@@ -860,10 +702,6 @@ export interface GenerateDataKeyPairWithoutPlaintextResponse {
860
702
 
861
703
  KeyPairSpec?: DataKeyPairSpec | string;
862
704
  }
863
- export declare namespace GenerateDataKeyPairWithoutPlaintextResponse {
864
-
865
- const filterSensitiveLog: (obj: GenerateDataKeyPairWithoutPlaintextResponse) => any;
866
- }
867
705
  export interface GenerateDataKeyWithoutPlaintextRequest {
868
706
 
869
707
  KeyId: string | undefined;
@@ -876,20 +714,12 @@ export interface GenerateDataKeyWithoutPlaintextRequest {
876
714
 
877
715
  GrantTokens?: string[];
878
716
  }
879
- export declare namespace GenerateDataKeyWithoutPlaintextRequest {
880
-
881
- const filterSensitiveLog: (obj: GenerateDataKeyWithoutPlaintextRequest) => any;
882
- }
883
717
  export interface GenerateDataKeyWithoutPlaintextResponse {
884
718
 
885
719
  CiphertextBlob?: Uint8Array;
886
720
 
887
721
  KeyId?: string;
888
722
  }
889
- export declare namespace GenerateDataKeyWithoutPlaintextResponse {
890
-
891
- const filterSensitiveLog: (obj: GenerateDataKeyWithoutPlaintextResponse) => any;
892
- }
893
723
  export interface GenerateMacRequest {
894
724
 
895
725
  Message: Uint8Array | undefined;
@@ -900,10 +730,6 @@ export interface GenerateMacRequest {
900
730
 
901
731
  GrantTokens?: string[];
902
732
  }
903
- export declare namespace GenerateMacRequest {
904
-
905
- const filterSensitiveLog: (obj: GenerateMacRequest) => any;
906
- }
907
733
  export interface GenerateMacResponse {
908
734
 
909
735
  Mac?: Uint8Array;
@@ -912,62 +738,34 @@ export interface GenerateMacResponse {
912
738
 
913
739
  KeyId?: string;
914
740
  }
915
- export declare namespace GenerateMacResponse {
916
-
917
- const filterSensitiveLog: (obj: GenerateMacResponse) => any;
918
- }
919
741
  export interface GenerateRandomRequest {
920
742
 
921
743
  NumberOfBytes?: number;
922
744
 
923
745
  CustomKeyStoreId?: string;
924
746
  }
925
- export declare namespace GenerateRandomRequest {
926
-
927
- const filterSensitiveLog: (obj: GenerateRandomRequest) => any;
928
- }
929
747
  export interface GenerateRandomResponse {
930
748
 
931
749
  Plaintext?: Uint8Array;
932
750
  }
933
- export declare namespace GenerateRandomResponse {
934
-
935
- const filterSensitiveLog: (obj: GenerateRandomResponse) => any;
936
- }
937
751
  export interface GetKeyPolicyRequest {
938
752
 
939
753
  KeyId: string | undefined;
940
754
 
941
755
  PolicyName: string | undefined;
942
756
  }
943
- export declare namespace GetKeyPolicyRequest {
944
-
945
- const filterSensitiveLog: (obj: GetKeyPolicyRequest) => any;
946
- }
947
757
  export interface GetKeyPolicyResponse {
948
758
 
949
759
  Policy?: string;
950
760
  }
951
- export declare namespace GetKeyPolicyResponse {
952
-
953
- const filterSensitiveLog: (obj: GetKeyPolicyResponse) => any;
954
- }
955
761
  export interface GetKeyRotationStatusRequest {
956
762
 
957
763
  KeyId: string | undefined;
958
764
  }
959
- export declare namespace GetKeyRotationStatusRequest {
960
-
961
- const filterSensitiveLog: (obj: GetKeyRotationStatusRequest) => any;
962
- }
963
765
  export interface GetKeyRotationStatusResponse {
964
766
 
965
767
  KeyRotationEnabled?: boolean;
966
768
  }
967
- export declare namespace GetKeyRotationStatusResponse {
968
-
969
- const filterSensitiveLog: (obj: GetKeyRotationStatusResponse) => any;
970
- }
971
769
  export declare enum WrappingKeySpec {
972
770
  RSA_2048 = "RSA_2048"
973
771
  }
@@ -979,10 +777,6 @@ export interface GetParametersForImportRequest {
979
777
 
980
778
  WrappingKeySpec: WrappingKeySpec | string | undefined;
981
779
  }
982
- export declare namespace GetParametersForImportRequest {
983
-
984
- const filterSensitiveLog: (obj: GetParametersForImportRequest) => any;
985
- }
986
780
  export interface GetParametersForImportResponse {
987
781
 
988
782
  KeyId?: string;
@@ -993,20 +787,12 @@ export interface GetParametersForImportResponse {
993
787
 
994
788
  ParametersValidTo?: Date;
995
789
  }
996
- export declare namespace GetParametersForImportResponse {
997
-
998
- const filterSensitiveLog: (obj: GetParametersForImportResponse) => any;
999
- }
1000
790
  export interface GetPublicKeyRequest {
1001
791
 
1002
792
  KeyId: string | undefined;
1003
793
 
1004
794
  GrantTokens?: string[];
1005
795
  }
1006
- export declare namespace GetPublicKeyRequest {
1007
-
1008
- const filterSensitiveLog: (obj: GetPublicKeyRequest) => any;
1009
- }
1010
796
  export interface GetPublicKeyResponse {
1011
797
 
1012
798
  KeyId?: string;
@@ -1023,10 +809,6 @@ export interface GetPublicKeyResponse {
1023
809
 
1024
810
  SigningAlgorithms?: (SigningAlgorithmSpec | string)[];
1025
811
  }
1026
- export declare namespace GetPublicKeyResponse {
1027
-
1028
- const filterSensitiveLog: (obj: GetPublicKeyResponse) => any;
1029
- }
1030
812
 
1031
813
  export interface GrantListEntry {
1032
814
 
@@ -1048,10 +830,6 @@ export interface GrantListEntry {
1048
830
 
1049
831
  Constraints?: GrantConstraints;
1050
832
  }
1051
- export declare namespace GrantListEntry {
1052
-
1053
- const filterSensitiveLog: (obj: GrantListEntry) => any;
1054
- }
1055
833
  export interface ImportKeyMaterialRequest {
1056
834
 
1057
835
  KeyId: string | undefined;
@@ -1064,16 +842,8 @@ export interface ImportKeyMaterialRequest {
1064
842
 
1065
843
  ExpirationModel?: ExpirationModelType | string;
1066
844
  }
1067
- export declare namespace ImportKeyMaterialRequest {
1068
-
1069
- const filterSensitiveLog: (obj: ImportKeyMaterialRequest) => any;
1070
- }
1071
845
  export interface ImportKeyMaterialResponse {
1072
846
  }
1073
- export declare namespace ImportKeyMaterialResponse {
1074
-
1075
- const filterSensitiveLog: (obj: ImportKeyMaterialResponse) => any;
1076
- }
1077
847
 
1078
848
  export declare class IncorrectKeyMaterialException extends __BaseException {
1079
849
  readonly name: "IncorrectKeyMaterialException";
@@ -1102,10 +872,6 @@ export interface KeyListEntry {
1102
872
 
1103
873
  KeyArn?: string;
1104
874
  }
1105
- export declare namespace KeyListEntry {
1106
-
1107
- const filterSensitiveLog: (obj: KeyListEntry) => any;
1108
- }
1109
875
 
1110
876
  export declare class KMSInvalidMacException extends __BaseException {
1111
877
  readonly name: "KMSInvalidMacException";
@@ -1128,10 +894,6 @@ export interface ListAliasesRequest {
1128
894
 
1129
895
  Marker?: string;
1130
896
  }
1131
- export declare namespace ListAliasesRequest {
1132
-
1133
- const filterSensitiveLog: (obj: ListAliasesRequest) => any;
1134
- }
1135
897
  export interface ListAliasesResponse {
1136
898
 
1137
899
  Aliases?: AliasListEntry[];
@@ -1140,10 +902,6 @@ export interface ListAliasesResponse {
1140
902
 
1141
903
  Truncated?: boolean;
1142
904
  }
1143
- export declare namespace ListAliasesResponse {
1144
-
1145
- const filterSensitiveLog: (obj: ListAliasesResponse) => any;
1146
- }
1147
905
  export interface ListGrantsRequest {
1148
906
 
1149
907
  Limit?: number;
@@ -1156,10 +914,6 @@ export interface ListGrantsRequest {
1156
914
 
1157
915
  GranteePrincipal?: string;
1158
916
  }
1159
- export declare namespace ListGrantsRequest {
1160
-
1161
- const filterSensitiveLog: (obj: ListGrantsRequest) => any;
1162
- }
1163
917
  export interface ListGrantsResponse {
1164
918
 
1165
919
  Grants?: GrantListEntry[];
@@ -1168,10 +922,6 @@ export interface ListGrantsResponse {
1168
922
 
1169
923
  Truncated?: boolean;
1170
924
  }
1171
- export declare namespace ListGrantsResponse {
1172
-
1173
- const filterSensitiveLog: (obj: ListGrantsResponse) => any;
1174
- }
1175
925
  export interface ListKeyPoliciesRequest {
1176
926
 
1177
927
  KeyId: string | undefined;
@@ -1180,10 +930,6 @@ export interface ListKeyPoliciesRequest {
1180
930
 
1181
931
  Marker?: string;
1182
932
  }
1183
- export declare namespace ListKeyPoliciesRequest {
1184
-
1185
- const filterSensitiveLog: (obj: ListKeyPoliciesRequest) => any;
1186
- }
1187
933
  export interface ListKeyPoliciesResponse {
1188
934
 
1189
935
  PolicyNames?: string[];
@@ -1192,20 +938,12 @@ export interface ListKeyPoliciesResponse {
1192
938
 
1193
939
  Truncated?: boolean;
1194
940
  }
1195
- export declare namespace ListKeyPoliciesResponse {
1196
-
1197
- const filterSensitiveLog: (obj: ListKeyPoliciesResponse) => any;
1198
- }
1199
941
  export interface ListKeysRequest {
1200
942
 
1201
943
  Limit?: number;
1202
944
 
1203
945
  Marker?: string;
1204
946
  }
1205
- export declare namespace ListKeysRequest {
1206
-
1207
- const filterSensitiveLog: (obj: ListKeysRequest) => any;
1208
- }
1209
947
  export interface ListKeysResponse {
1210
948
 
1211
949
  Keys?: KeyListEntry[];
@@ -1214,10 +952,6 @@ export interface ListKeysResponse {
1214
952
 
1215
953
  Truncated?: boolean;
1216
954
  }
1217
- export declare namespace ListKeysResponse {
1218
-
1219
- const filterSensitiveLog: (obj: ListKeysResponse) => any;
1220
- }
1221
955
  export interface ListResourceTagsRequest {
1222
956
 
1223
957
  KeyId: string | undefined;
@@ -1226,10 +960,6 @@ export interface ListResourceTagsRequest {
1226
960
 
1227
961
  Marker?: string;
1228
962
  }
1229
- export declare namespace ListResourceTagsRequest {
1230
-
1231
- const filterSensitiveLog: (obj: ListResourceTagsRequest) => any;
1232
- }
1233
963
  export interface ListResourceTagsResponse {
1234
964
 
1235
965
  Tags?: Tag[];
@@ -1238,10 +968,6 @@ export interface ListResourceTagsResponse {
1238
968
 
1239
969
  Truncated?: boolean;
1240
970
  }
1241
- export declare namespace ListResourceTagsResponse {
1242
-
1243
- const filterSensitiveLog: (obj: ListResourceTagsResponse) => any;
1244
- }
1245
971
  export interface ListRetirableGrantsRequest {
1246
972
 
1247
973
  Limit?: number;
@@ -1250,10 +976,6 @@ export interface ListRetirableGrantsRequest {
1250
976
 
1251
977
  RetiringPrincipal: string | undefined;
1252
978
  }
1253
- export declare namespace ListRetirableGrantsRequest {
1254
-
1255
- const filterSensitiveLog: (obj: ListRetirableGrantsRequest) => any;
1256
- }
1257
979
  export declare enum MessageType {
1258
980
  DIGEST = "DIGEST",
1259
981
  RAW = "RAW"
@@ -1268,10 +990,6 @@ export interface PutKeyPolicyRequest {
1268
990
 
1269
991
  BypassPolicyLockoutSafetyCheck?: boolean;
1270
992
  }
1271
- export declare namespace PutKeyPolicyRequest {
1272
-
1273
- const filterSensitiveLog: (obj: PutKeyPolicyRequest) => any;
1274
- }
1275
993
  export interface ReEncryptRequest {
1276
994
 
1277
995
  CiphertextBlob: Uint8Array | undefined;
@@ -1290,10 +1008,6 @@ export interface ReEncryptRequest {
1290
1008
 
1291
1009
  GrantTokens?: string[];
1292
1010
  }
1293
- export declare namespace ReEncryptRequest {
1294
-
1295
- const filterSensitiveLog: (obj: ReEncryptRequest) => any;
1296
- }
1297
1011
  export interface ReEncryptResponse {
1298
1012
 
1299
1013
  CiphertextBlob?: Uint8Array;
@@ -1306,10 +1020,6 @@ export interface ReEncryptResponse {
1306
1020
 
1307
1021
  DestinationEncryptionAlgorithm?: EncryptionAlgorithmSpec | string;
1308
1022
  }
1309
- export declare namespace ReEncryptResponse {
1310
-
1311
- const filterSensitiveLog: (obj: ReEncryptResponse) => any;
1312
- }
1313
1023
  export interface ReplicateKeyRequest {
1314
1024
 
1315
1025
  KeyId: string | undefined;
@@ -1324,10 +1034,6 @@ export interface ReplicateKeyRequest {
1324
1034
 
1325
1035
  Tags?: Tag[];
1326
1036
  }
1327
- export declare namespace ReplicateKeyRequest {
1328
-
1329
- const filterSensitiveLog: (obj: ReplicateKeyRequest) => any;
1330
- }
1331
1037
  export interface ReplicateKeyResponse {
1332
1038
 
1333
1039
  ReplicaKeyMetadata?: KeyMetadata;
@@ -1336,10 +1042,6 @@ export interface ReplicateKeyResponse {
1336
1042
 
1337
1043
  ReplicaTags?: Tag[];
1338
1044
  }
1339
- export declare namespace ReplicateKeyResponse {
1340
-
1341
- const filterSensitiveLog: (obj: ReplicateKeyResponse) => any;
1342
- }
1343
1045
  export interface RetireGrantRequest {
1344
1046
 
1345
1047
  GrantToken?: string;
@@ -1348,30 +1050,18 @@ export interface RetireGrantRequest {
1348
1050
 
1349
1051
  GrantId?: string;
1350
1052
  }
1351
- export declare namespace RetireGrantRequest {
1352
-
1353
- const filterSensitiveLog: (obj: RetireGrantRequest) => any;
1354
- }
1355
1053
  export interface RevokeGrantRequest {
1356
1054
 
1357
1055
  KeyId: string | undefined;
1358
1056
 
1359
1057
  GrantId: string | undefined;
1360
1058
  }
1361
- export declare namespace RevokeGrantRequest {
1362
-
1363
- const filterSensitiveLog: (obj: RevokeGrantRequest) => any;
1364
- }
1365
1059
  export interface ScheduleKeyDeletionRequest {
1366
1060
 
1367
1061
  KeyId: string | undefined;
1368
1062
 
1369
1063
  PendingWindowInDays?: number;
1370
1064
  }
1371
- export declare namespace ScheduleKeyDeletionRequest {
1372
-
1373
- const filterSensitiveLog: (obj: ScheduleKeyDeletionRequest) => any;
1374
- }
1375
1065
  export interface ScheduleKeyDeletionResponse {
1376
1066
 
1377
1067
  KeyId?: string;
@@ -1382,10 +1072,6 @@ export interface ScheduleKeyDeletionResponse {
1382
1072
 
1383
1073
  PendingWindowInDays?: number;
1384
1074
  }
1385
- export declare namespace ScheduleKeyDeletionResponse {
1386
-
1387
- const filterSensitiveLog: (obj: ScheduleKeyDeletionResponse) => any;
1388
- }
1389
1075
  export interface SignRequest {
1390
1076
 
1391
1077
  KeyId: string | undefined;
@@ -1398,10 +1084,6 @@ export interface SignRequest {
1398
1084
 
1399
1085
  SigningAlgorithm: SigningAlgorithmSpec | string | undefined;
1400
1086
  }
1401
- export declare namespace SignRequest {
1402
-
1403
- const filterSensitiveLog: (obj: SignRequest) => any;
1404
- }
1405
1087
  export interface SignResponse {
1406
1088
 
1407
1089
  KeyId?: string;
@@ -1410,40 +1092,24 @@ export interface SignResponse {
1410
1092
 
1411
1093
  SigningAlgorithm?: SigningAlgorithmSpec | string;
1412
1094
  }
1413
- export declare namespace SignResponse {
1414
-
1415
- const filterSensitiveLog: (obj: SignResponse) => any;
1416
- }
1417
1095
  export interface TagResourceRequest {
1418
1096
 
1419
1097
  KeyId: string | undefined;
1420
1098
 
1421
1099
  Tags: Tag[] | undefined;
1422
1100
  }
1423
- export declare namespace TagResourceRequest {
1424
-
1425
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1426
- }
1427
1101
  export interface UntagResourceRequest {
1428
1102
 
1429
1103
  KeyId: string | undefined;
1430
1104
 
1431
1105
  TagKeys: string[] | undefined;
1432
1106
  }
1433
- export declare namespace UntagResourceRequest {
1434
-
1435
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1436
- }
1437
1107
  export interface UpdateAliasRequest {
1438
1108
 
1439
1109
  AliasName: string | undefined;
1440
1110
 
1441
1111
  TargetKeyId: string | undefined;
1442
1112
  }
1443
- export declare namespace UpdateAliasRequest {
1444
-
1445
- const filterSensitiveLog: (obj: UpdateAliasRequest) => any;
1446
- }
1447
1113
  export interface UpdateCustomKeyStoreRequest {
1448
1114
 
1449
1115
  CustomKeyStoreId: string | undefined;
@@ -1454,36 +1120,20 @@ export interface UpdateCustomKeyStoreRequest {
1454
1120
 
1455
1121
  CloudHsmClusterId?: string;
1456
1122
  }
1457
- export declare namespace UpdateCustomKeyStoreRequest {
1458
-
1459
- const filterSensitiveLog: (obj: UpdateCustomKeyStoreRequest) => any;
1460
- }
1461
1123
  export interface UpdateCustomKeyStoreResponse {
1462
1124
  }
1463
- export declare namespace UpdateCustomKeyStoreResponse {
1464
-
1465
- const filterSensitiveLog: (obj: UpdateCustomKeyStoreResponse) => any;
1466
- }
1467
1125
  export interface UpdateKeyDescriptionRequest {
1468
1126
 
1469
1127
  KeyId: string | undefined;
1470
1128
 
1471
1129
  Description: string | undefined;
1472
1130
  }
1473
- export declare namespace UpdateKeyDescriptionRequest {
1474
-
1475
- const filterSensitiveLog: (obj: UpdateKeyDescriptionRequest) => any;
1476
- }
1477
1131
  export interface UpdatePrimaryRegionRequest {
1478
1132
 
1479
1133
  KeyId: string | undefined;
1480
1134
 
1481
1135
  PrimaryRegion: string | undefined;
1482
1136
  }
1483
- export declare namespace UpdatePrimaryRegionRequest {
1484
-
1485
- const filterSensitiveLog: (obj: UpdatePrimaryRegionRequest) => any;
1486
- }
1487
1137
  export interface VerifyRequest {
1488
1138
 
1489
1139
  KeyId: string | undefined;
@@ -1498,10 +1148,6 @@ export interface VerifyRequest {
1498
1148
 
1499
1149
  GrantTokens?: string[];
1500
1150
  }
1501
- export declare namespace VerifyRequest {
1502
-
1503
- const filterSensitiveLog: (obj: VerifyRequest) => any;
1504
- }
1505
1151
  export interface VerifyResponse {
1506
1152
 
1507
1153
  KeyId?: string;
@@ -1510,10 +1156,6 @@ export interface VerifyResponse {
1510
1156
 
1511
1157
  SigningAlgorithm?: SigningAlgorithmSpec | string;
1512
1158
  }
1513
- export declare namespace VerifyResponse {
1514
-
1515
- const filterSensitiveLog: (obj: VerifyResponse) => any;
1516
- }
1517
1159
  export interface VerifyMacRequest {
1518
1160
 
1519
1161
  Message: Uint8Array | undefined;
@@ -1526,10 +1168,6 @@ export interface VerifyMacRequest {
1526
1168
 
1527
1169
  GrantTokens?: string[];
1528
1170
  }
1529
- export declare namespace VerifyMacRequest {
1530
-
1531
- const filterSensitiveLog: (obj: VerifyMacRequest) => any;
1532
- }
1533
1171
  export interface VerifyMacResponse {
1534
1172
 
1535
1173
  KeyId?: string;
@@ -1538,7 +1176,189 @@ export interface VerifyMacResponse {
1538
1176
 
1539
1177
  MacAlgorithm?: MacAlgorithmSpec | string;
1540
1178
  }
1541
- export declare namespace VerifyMacResponse {
1542
-
1543
- const filterSensitiveLog: (obj: VerifyMacResponse) => any;
1544
- }
1179
+
1180
+ export declare const AliasListEntryFilterSensitiveLog: (obj: AliasListEntry) => any;
1181
+
1182
+ export declare const CancelKeyDeletionRequestFilterSensitiveLog: (obj: CancelKeyDeletionRequest) => any;
1183
+
1184
+ export declare const CancelKeyDeletionResponseFilterSensitiveLog: (obj: CancelKeyDeletionResponse) => any;
1185
+
1186
+ export declare const ConnectCustomKeyStoreRequestFilterSensitiveLog: (obj: ConnectCustomKeyStoreRequest) => any;
1187
+
1188
+ export declare const ConnectCustomKeyStoreResponseFilterSensitiveLog: (obj: ConnectCustomKeyStoreResponse) => any;
1189
+
1190
+ export declare const CreateAliasRequestFilterSensitiveLog: (obj: CreateAliasRequest) => any;
1191
+
1192
+ export declare const CreateCustomKeyStoreRequestFilterSensitiveLog: (obj: CreateCustomKeyStoreRequest) => any;
1193
+
1194
+ export declare const CreateCustomKeyStoreResponseFilterSensitiveLog: (obj: CreateCustomKeyStoreResponse) => any;
1195
+
1196
+ export declare const GrantConstraintsFilterSensitiveLog: (obj: GrantConstraints) => any;
1197
+
1198
+ export declare const CreateGrantRequestFilterSensitiveLog: (obj: CreateGrantRequest) => any;
1199
+
1200
+ export declare const CreateGrantResponseFilterSensitiveLog: (obj: CreateGrantResponse) => any;
1201
+
1202
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1203
+
1204
+ export declare const CreateKeyRequestFilterSensitiveLog: (obj: CreateKeyRequest) => any;
1205
+
1206
+ export declare const MultiRegionKeyFilterSensitiveLog: (obj: MultiRegionKey) => any;
1207
+
1208
+ export declare const MultiRegionConfigurationFilterSensitiveLog: (obj: MultiRegionConfiguration) => any;
1209
+
1210
+ export declare const KeyMetadataFilterSensitiveLog: (obj: KeyMetadata) => any;
1211
+
1212
+ export declare const CreateKeyResponseFilterSensitiveLog: (obj: CreateKeyResponse) => any;
1213
+
1214
+ export declare const CustomKeyStoresListEntryFilterSensitiveLog: (obj: CustomKeyStoresListEntry) => any;
1215
+
1216
+ export declare const DecryptRequestFilterSensitiveLog: (obj: DecryptRequest) => any;
1217
+
1218
+ export declare const DecryptResponseFilterSensitiveLog: (obj: DecryptResponse) => any;
1219
+
1220
+ export declare const DeleteAliasRequestFilterSensitiveLog: (obj: DeleteAliasRequest) => any;
1221
+
1222
+ export declare const DeleteCustomKeyStoreRequestFilterSensitiveLog: (obj: DeleteCustomKeyStoreRequest) => any;
1223
+
1224
+ export declare const DeleteCustomKeyStoreResponseFilterSensitiveLog: (obj: DeleteCustomKeyStoreResponse) => any;
1225
+
1226
+ export declare const DeleteImportedKeyMaterialRequestFilterSensitiveLog: (obj: DeleteImportedKeyMaterialRequest) => any;
1227
+
1228
+ export declare const DescribeCustomKeyStoresRequestFilterSensitiveLog: (obj: DescribeCustomKeyStoresRequest) => any;
1229
+
1230
+ export declare const DescribeCustomKeyStoresResponseFilterSensitiveLog: (obj: DescribeCustomKeyStoresResponse) => any;
1231
+
1232
+ export declare const DescribeKeyRequestFilterSensitiveLog: (obj: DescribeKeyRequest) => any;
1233
+
1234
+ export declare const DescribeKeyResponseFilterSensitiveLog: (obj: DescribeKeyResponse) => any;
1235
+
1236
+ export declare const DisableKeyRequestFilterSensitiveLog: (obj: DisableKeyRequest) => any;
1237
+
1238
+ export declare const DisableKeyRotationRequestFilterSensitiveLog: (obj: DisableKeyRotationRequest) => any;
1239
+
1240
+ export declare const DisconnectCustomKeyStoreRequestFilterSensitiveLog: (obj: DisconnectCustomKeyStoreRequest) => any;
1241
+
1242
+ export declare const DisconnectCustomKeyStoreResponseFilterSensitiveLog: (obj: DisconnectCustomKeyStoreResponse) => any;
1243
+
1244
+ export declare const EnableKeyRequestFilterSensitiveLog: (obj: EnableKeyRequest) => any;
1245
+
1246
+ export declare const EnableKeyRotationRequestFilterSensitiveLog: (obj: EnableKeyRotationRequest) => any;
1247
+
1248
+ export declare const EncryptRequestFilterSensitiveLog: (obj: EncryptRequest) => any;
1249
+
1250
+ export declare const EncryptResponseFilterSensitiveLog: (obj: EncryptResponse) => any;
1251
+
1252
+ export declare const GenerateDataKeyRequestFilterSensitiveLog: (obj: GenerateDataKeyRequest) => any;
1253
+
1254
+ export declare const GenerateDataKeyResponseFilterSensitiveLog: (obj: GenerateDataKeyResponse) => any;
1255
+
1256
+ export declare const GenerateDataKeyPairRequestFilterSensitiveLog: (obj: GenerateDataKeyPairRequest) => any;
1257
+
1258
+ export declare const GenerateDataKeyPairResponseFilterSensitiveLog: (obj: GenerateDataKeyPairResponse) => any;
1259
+
1260
+ export declare const GenerateDataKeyPairWithoutPlaintextRequestFilterSensitiveLog: (obj: GenerateDataKeyPairWithoutPlaintextRequest) => any;
1261
+
1262
+ export declare const GenerateDataKeyPairWithoutPlaintextResponseFilterSensitiveLog: (obj: GenerateDataKeyPairWithoutPlaintextResponse) => any;
1263
+
1264
+ export declare const GenerateDataKeyWithoutPlaintextRequestFilterSensitiveLog: (obj: GenerateDataKeyWithoutPlaintextRequest) => any;
1265
+
1266
+ export declare const GenerateDataKeyWithoutPlaintextResponseFilterSensitiveLog: (obj: GenerateDataKeyWithoutPlaintextResponse) => any;
1267
+
1268
+ export declare const GenerateMacRequestFilterSensitiveLog: (obj: GenerateMacRequest) => any;
1269
+
1270
+ export declare const GenerateMacResponseFilterSensitiveLog: (obj: GenerateMacResponse) => any;
1271
+
1272
+ export declare const GenerateRandomRequestFilterSensitiveLog: (obj: GenerateRandomRequest) => any;
1273
+
1274
+ export declare const GenerateRandomResponseFilterSensitiveLog: (obj: GenerateRandomResponse) => any;
1275
+
1276
+ export declare const GetKeyPolicyRequestFilterSensitiveLog: (obj: GetKeyPolicyRequest) => any;
1277
+
1278
+ export declare const GetKeyPolicyResponseFilterSensitiveLog: (obj: GetKeyPolicyResponse) => any;
1279
+
1280
+ export declare const GetKeyRotationStatusRequestFilterSensitiveLog: (obj: GetKeyRotationStatusRequest) => any;
1281
+
1282
+ export declare const GetKeyRotationStatusResponseFilterSensitiveLog: (obj: GetKeyRotationStatusResponse) => any;
1283
+
1284
+ export declare const GetParametersForImportRequestFilterSensitiveLog: (obj: GetParametersForImportRequest) => any;
1285
+
1286
+ export declare const GetParametersForImportResponseFilterSensitiveLog: (obj: GetParametersForImportResponse) => any;
1287
+
1288
+ export declare const GetPublicKeyRequestFilterSensitiveLog: (obj: GetPublicKeyRequest) => any;
1289
+
1290
+ export declare const GetPublicKeyResponseFilterSensitiveLog: (obj: GetPublicKeyResponse) => any;
1291
+
1292
+ export declare const GrantListEntryFilterSensitiveLog: (obj: GrantListEntry) => any;
1293
+
1294
+ export declare const ImportKeyMaterialRequestFilterSensitiveLog: (obj: ImportKeyMaterialRequest) => any;
1295
+
1296
+ export declare const ImportKeyMaterialResponseFilterSensitiveLog: (obj: ImportKeyMaterialResponse) => any;
1297
+
1298
+ export declare const KeyListEntryFilterSensitiveLog: (obj: KeyListEntry) => any;
1299
+
1300
+ export declare const ListAliasesRequestFilterSensitiveLog: (obj: ListAliasesRequest) => any;
1301
+
1302
+ export declare const ListAliasesResponseFilterSensitiveLog: (obj: ListAliasesResponse) => any;
1303
+
1304
+ export declare const ListGrantsRequestFilterSensitiveLog: (obj: ListGrantsRequest) => any;
1305
+
1306
+ export declare const ListGrantsResponseFilterSensitiveLog: (obj: ListGrantsResponse) => any;
1307
+
1308
+ export declare const ListKeyPoliciesRequestFilterSensitiveLog: (obj: ListKeyPoliciesRequest) => any;
1309
+
1310
+ export declare const ListKeyPoliciesResponseFilterSensitiveLog: (obj: ListKeyPoliciesResponse) => any;
1311
+
1312
+ export declare const ListKeysRequestFilterSensitiveLog: (obj: ListKeysRequest) => any;
1313
+
1314
+ export declare const ListKeysResponseFilterSensitiveLog: (obj: ListKeysResponse) => any;
1315
+
1316
+ export declare const ListResourceTagsRequestFilterSensitiveLog: (obj: ListResourceTagsRequest) => any;
1317
+
1318
+ export declare const ListResourceTagsResponseFilterSensitiveLog: (obj: ListResourceTagsResponse) => any;
1319
+
1320
+ export declare const ListRetirableGrantsRequestFilterSensitiveLog: (obj: ListRetirableGrantsRequest) => any;
1321
+
1322
+ export declare const PutKeyPolicyRequestFilterSensitiveLog: (obj: PutKeyPolicyRequest) => any;
1323
+
1324
+ export declare const ReEncryptRequestFilterSensitiveLog: (obj: ReEncryptRequest) => any;
1325
+
1326
+ export declare const ReEncryptResponseFilterSensitiveLog: (obj: ReEncryptResponse) => any;
1327
+
1328
+ export declare const ReplicateKeyRequestFilterSensitiveLog: (obj: ReplicateKeyRequest) => any;
1329
+
1330
+ export declare const ReplicateKeyResponseFilterSensitiveLog: (obj: ReplicateKeyResponse) => any;
1331
+
1332
+ export declare const RetireGrantRequestFilterSensitiveLog: (obj: RetireGrantRequest) => any;
1333
+
1334
+ export declare const RevokeGrantRequestFilterSensitiveLog: (obj: RevokeGrantRequest) => any;
1335
+
1336
+ export declare const ScheduleKeyDeletionRequestFilterSensitiveLog: (obj: ScheduleKeyDeletionRequest) => any;
1337
+
1338
+ export declare const ScheduleKeyDeletionResponseFilterSensitiveLog: (obj: ScheduleKeyDeletionResponse) => any;
1339
+
1340
+ export declare const SignRequestFilterSensitiveLog: (obj: SignRequest) => any;
1341
+
1342
+ export declare const SignResponseFilterSensitiveLog: (obj: SignResponse) => any;
1343
+
1344
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1345
+
1346
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1347
+
1348
+ export declare const UpdateAliasRequestFilterSensitiveLog: (obj: UpdateAliasRequest) => any;
1349
+
1350
+ export declare const UpdateCustomKeyStoreRequestFilterSensitiveLog: (obj: UpdateCustomKeyStoreRequest) => any;
1351
+
1352
+ export declare const UpdateCustomKeyStoreResponseFilterSensitiveLog: (obj: UpdateCustomKeyStoreResponse) => any;
1353
+
1354
+ export declare const UpdateKeyDescriptionRequestFilterSensitiveLog: (obj: UpdateKeyDescriptionRequest) => any;
1355
+
1356
+ export declare const UpdatePrimaryRegionRequestFilterSensitiveLog: (obj: UpdatePrimaryRegionRequest) => any;
1357
+
1358
+ export declare const VerifyRequestFilterSensitiveLog: (obj: VerifyRequest) => any;
1359
+
1360
+ export declare const VerifyResponseFilterSensitiveLog: (obj: VerifyResponse) => any;
1361
+
1362
+ export declare const VerifyMacRequestFilterSensitiveLog: (obj: VerifyMacRequest) => any;
1363
+
1364
+ export declare const VerifyMacResponseFilterSensitiveLog: (obj: VerifyMacResponse) => any;