@aws-sdk/client-acm-pca 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 (55) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -2
  3. package/dist-cjs/commands/CreateCertificateAuthorityAuditReportCommand.js +2 -2
  4. package/dist-cjs/commands/CreateCertificateAuthorityCommand.js +2 -2
  5. package/dist-cjs/commands/CreatePermissionCommand.js +1 -1
  6. package/dist-cjs/commands/DeleteCertificateAuthorityCommand.js +1 -1
  7. package/dist-cjs/commands/DeletePermissionCommand.js +1 -1
  8. package/dist-cjs/commands/DeletePolicyCommand.js +1 -1
  9. package/dist-cjs/commands/DescribeCertificateAuthorityAuditReportCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeCertificateAuthorityCommand.js +2 -2
  11. package/dist-cjs/commands/GetCertificateAuthorityCertificateCommand.js +2 -2
  12. package/dist-cjs/commands/GetCertificateAuthorityCsrCommand.js +2 -2
  13. package/dist-cjs/commands/GetCertificateCommand.js +2 -2
  14. package/dist-cjs/commands/GetPolicyCommand.js +2 -2
  15. package/dist-cjs/commands/ImportCertificateAuthorityCertificateCommand.js +1 -1
  16. package/dist-cjs/commands/IssueCertificateCommand.js +2 -2
  17. package/dist-cjs/commands/ListCertificateAuthoritiesCommand.js +2 -2
  18. package/dist-cjs/commands/ListPermissionsCommand.js +2 -2
  19. package/dist-cjs/commands/ListTagsCommand.js +2 -2
  20. package/dist-cjs/commands/PutPolicyCommand.js +1 -1
  21. package/dist-cjs/commands/RestoreCertificateAuthorityCommand.js +1 -1
  22. package/dist-cjs/commands/RevokeCertificateCommand.js +1 -1
  23. package/dist-cjs/commands/TagCertificateAuthorityCommand.js +1 -1
  24. package/dist-cjs/commands/UntagCertificateAuthorityCommand.js +1 -1
  25. package/dist-cjs/commands/UpdateCertificateAuthorityCommand.js +1 -1
  26. package/dist-cjs/models/models_0.js +238 -356
  27. package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +3 -3
  28. package/dist-es/commands/CreateCertificateAuthorityCommand.js +3 -3
  29. package/dist-es/commands/CreatePermissionCommand.js +2 -2
  30. package/dist-es/commands/DeleteCertificateAuthorityCommand.js +2 -2
  31. package/dist-es/commands/DeletePermissionCommand.js +2 -2
  32. package/dist-es/commands/DeletePolicyCommand.js +2 -2
  33. package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js +3 -3
  34. package/dist-es/commands/DescribeCertificateAuthorityCommand.js +3 -3
  35. package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js +3 -3
  36. package/dist-es/commands/GetCertificateAuthorityCsrCommand.js +3 -3
  37. package/dist-es/commands/GetCertificateCommand.js +3 -3
  38. package/dist-es/commands/GetPolicyCommand.js +3 -3
  39. package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +2 -2
  40. package/dist-es/commands/IssueCertificateCommand.js +3 -3
  41. package/dist-es/commands/ListCertificateAuthoritiesCommand.js +3 -3
  42. package/dist-es/commands/ListPermissionsCommand.js +3 -3
  43. package/dist-es/commands/ListTagsCommand.js +3 -3
  44. package/dist-es/commands/PutPolicyCommand.js +2 -2
  45. package/dist-es/commands/RestoreCertificateAuthorityCommand.js +2 -2
  46. package/dist-es/commands/RevokeCertificateCommand.js +2 -2
  47. package/dist-es/commands/TagCertificateAuthorityCommand.js +2 -2
  48. package/dist-es/commands/UntagCertificateAuthorityCommand.js +2 -2
  49. package/dist-es/commands/UpdateCertificateAuthorityCommand.js +2 -2
  50. package/dist-es/models/models_0.js +59 -236
  51. package/dist-types/ACMPCA.d.ts +0 -1
  52. package/dist-types/ACMPCAClient.d.ts +0 -1
  53. package/dist-types/models/models_0.d.ts +264 -399
  54. package/dist-types/ts3.4/models/models_0.d.ts +118 -236
  55. package/package.json +6 -6
@@ -5,25 +5,16 @@ import { ACMPCAServiceException as __BaseException } from "./ACMPCAServiceExcept
5
5
  */
6
6
  export interface CustomAttribute {
7
7
  /**
8
- * <p>Specifies the object identifier (OID) of the attribute type of
9
- * the
10
- * relative distinguished name
11
- * (RDN).</p>
8
+ * <p>Specifies the object identifier (OID) of the attribute type of the relative
9
+ * distinguished name (RDN).</p>
12
10
  */
13
11
  ObjectIdentifier: string | undefined;
14
12
  /**
15
13
  * <p></p>
16
- * <p>Specifies the attribute value of relative distinguished name
17
- * (RDN).</p>
14
+ * <p>Specifies the attribute value of relative distinguished name (RDN).</p>
18
15
  */
19
16
  Value: string | undefined;
20
17
  }
21
- export declare namespace CustomAttribute {
22
- /**
23
- * @internal
24
- */
25
- const filterSensitiveLog: (obj: CustomAttribute) => any;
26
- }
27
18
  /**
28
19
  * <p>Contains information about the certificate subject. The <code>Subject</code> field in
29
20
  * the certificate identifies the entity that owns or controls the public key in the
@@ -103,28 +94,15 @@ export interface ASN1Subject {
103
94
  GenerationQualifier?: string;
104
95
  /**
105
96
  * <p></p>
106
- * <p>Contains a sequence of one or more X.500 relative distinguished
107
- * names
108
- * (RDNs),
109
- * each of which consists of an object identifier (OID) and
110
- * a
111
- * value. For more information, see NIST’s definition of
112
- * <a href="https://csrc.nist.gov/glossary/term/Object_Identifier">Object
113
- * Identifier
114
- * (OID)</a>.</p>
115
- *
97
+ * <p>Contains a sequence of one or more X.500 relative distinguished names (RDNs), each of
98
+ * which consists of an object identifier (OID) and a value. For more information, see
99
+ * NIST’s definition of <a href="https://csrc.nist.gov/glossary/term/Object_Identifier">Object Identifier (OID)</a>.</p>
116
100
  * <note>
117
101
  * <p>Custom attributes cannot be used in combination with standard attributes.</p>
118
102
  * </note>
119
103
  */
120
104
  CustomAttributes?: CustomAttribute[];
121
105
  }
122
- export declare namespace ASN1Subject {
123
- /**
124
- * @internal
125
- */
126
- const filterSensitiveLog: (obj: ASN1Subject) => any;
127
- }
128
106
  /**
129
107
  * <p>Describes an Electronic Data Interchange (EDI) entity as described in as defined in
130
108
  * <a href="https://datatracker.ietf.org/doc/html/rfc5280">Subject Alternative
@@ -140,12 +118,6 @@ export interface EdiPartyName {
140
118
  */
141
119
  NameAssigner?: string;
142
120
  }
143
- export declare namespace EdiPartyName {
144
- /**
145
- * @internal
146
- */
147
- const filterSensitiveLog: (obj: EdiPartyName) => any;
148
- }
149
121
  /**
150
122
  * <p>Defines a custom ASN.1 X.400 <code>GeneralName</code> using an object identifier (OID)
151
123
  * and value. The OID must satisfy the regular expression shown below. For more
@@ -162,12 +134,6 @@ export interface OtherName {
162
134
  */
163
135
  Value: string | undefined;
164
136
  }
165
- export declare namespace OtherName {
166
- /**
167
- * @internal
168
- */
169
- const filterSensitiveLog: (obj: OtherName) => any;
170
- }
171
137
  /**
172
138
  * <p>Describes an ASN.1 X.400 <code>GeneralName</code> as defined in <a href="https://datatracker.ietf.org/doc/html/rfc5280">RFC 5280</a>. Only one of
173
139
  * the following naming options should be provided. Providing more than one option results
@@ -212,12 +178,6 @@ export interface GeneralName {
212
178
  */
213
179
  RegisteredId?: string;
214
180
  }
215
- export declare namespace GeneralName {
216
- /**
217
- * @internal
218
- */
219
- const filterSensitiveLog: (obj: GeneralName) => any;
220
- }
221
181
  export declare enum AccessMethodType {
222
182
  CA_REPOSITORY = "CA_REPOSITORY",
223
183
  RESOURCE_PKI_MANIFEST = "RESOURCE_PKI_MANIFEST",
@@ -241,12 +201,6 @@ export interface AccessMethod {
241
201
  */
242
202
  AccessMethodType?: AccessMethodType | string;
243
203
  }
244
- export declare namespace AccessMethod {
245
- /**
246
- * @internal
247
- */
248
- const filterSensitiveLog: (obj: AccessMethod) => any;
249
- }
250
204
  /**
251
205
  * <p>Provides access information used by the <code>authorityInfoAccess</code> and
252
206
  * <code>subjectInfoAccess</code> extensions described in <a href="https://datatracker.ietf.org/doc/html/rfc5280">RFC 5280</a>.</p>
@@ -261,12 +215,6 @@ export interface AccessDescription {
261
215
  */
262
216
  AccessLocation: GeneralName | undefined;
263
217
  }
264
- export declare namespace AccessDescription {
265
- /**
266
- * @internal
267
- */
268
- const filterSensitiveLog: (obj: AccessDescription) => any;
269
- }
270
218
  /**
271
219
  * <p>Defines one or more purposes for which the key contained in the certificate can be
272
220
  * used. Default value for each option is false.</p>
@@ -309,12 +257,6 @@ export interface KeyUsage {
309
257
  */
310
258
  DecipherOnly?: boolean;
311
259
  }
312
- export declare namespace KeyUsage {
313
- /**
314
- * @internal
315
- */
316
- const filterSensitiveLog: (obj: KeyUsage) => any;
317
- }
318
260
  /**
319
261
  * <p>Describes the certificate extensions to be added to the certificate signing request
320
262
  * (CSR).</p>
@@ -332,12 +274,6 @@ export interface CsrExtensions {
332
274
  */
333
275
  SubjectInformationAccess?: AccessDescription[];
334
276
  }
335
- export declare namespace CsrExtensions {
336
- /**
337
- * @internal
338
- */
339
- const filterSensitiveLog: (obj: CsrExtensions) => any;
340
- }
341
277
  export declare enum KeyAlgorithm {
342
278
  EC_prime256v1 = "EC_prime256v1",
343
279
  EC_secp384r1 = "EC_secp384r1",
@@ -383,12 +319,6 @@ export interface CertificateAuthorityConfiguration {
383
319
  */
384
320
  CsrExtensions?: CsrExtensions;
385
321
  }
386
- export declare namespace CertificateAuthorityConfiguration {
387
- /**
388
- * @internal
389
- */
390
- const filterSensitiveLog: (obj: CertificateAuthorityConfiguration) => any;
391
- }
392
322
  export declare enum CertificateAuthorityType {
393
323
  ROOT = "ROOT",
394
324
  SUBORDINATE = "SUBORDINATE"
@@ -417,11 +347,9 @@ export declare enum S3ObjectAcl {
417
347
  * certificate's expiration date or when a certificate is revoked. When a certificate is
418
348
  * revoked, it appears in the CRL until the certificate expires, and then in one additional
419
349
  * CRL after expiration, and it always appears in the audit report.</p>
420
- *
421
350
  * <p>A CRL is typically updated approximately 30 minutes after a certificate
422
351
  * is revoked. If for any reason a CRL update fails, ACM Private CA makes further attempts
423
352
  * every 15 minutes.</p>
424
- *
425
353
  * <p>CRLs contain the following fields:</p>
426
354
  * <ul>
427
355
  * <li>
@@ -563,12 +491,6 @@ export interface CrlConfiguration {
563
491
  */
564
492
  S3ObjectAcl?: S3ObjectAcl | string;
565
493
  }
566
- export declare namespace CrlConfiguration {
567
- /**
568
- * @internal
569
- */
570
- const filterSensitiveLog: (obj: CrlConfiguration) => any;
571
- }
572
494
  /**
573
495
  * <p>Contains information to enable and configure Online Certificate Status Protocol (OCSP)
574
496
  * for validating certificate revocation status.</p>
@@ -592,12 +514,6 @@ export interface OcspConfiguration {
592
514
  */
593
515
  OcspCustomCname?: string;
594
516
  }
595
- export declare namespace OcspConfiguration {
596
- /**
597
- * @internal
598
- */
599
- const filterSensitiveLog: (obj: OcspConfiguration) => any;
600
- }
601
517
  /**
602
518
  * <p>Certificate revocation information used by the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a> and <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html">UpdateCertificateAuthority</a> actions. Your private certificate authority (CA)
603
519
  * can configure Online Certificate Status Protocol (OCSP) support and/or maintain a
@@ -622,12 +538,6 @@ export interface RevocationConfiguration {
622
538
  */
623
539
  OcspConfiguration?: OcspConfiguration;
624
540
  }
625
- export declare namespace RevocationConfiguration {
626
- /**
627
- * @internal
628
- */
629
- const filterSensitiveLog: (obj: RevocationConfiguration) => any;
630
- }
631
541
  /**
632
542
  * <p>Tags are labels that you can use to identify and organize your private CAs. Each tag
633
543
  * consists of a key and an optional value. You can associate up to 50 tags with a private
@@ -644,12 +554,6 @@ export interface Tag {
644
554
  */
645
555
  Value?: string;
646
556
  }
647
- export declare namespace Tag {
648
- /**
649
- * @internal
650
- */
651
- const filterSensitiveLog: (obj: Tag) => any;
652
- }
653
557
  export interface CreateCertificateAuthorityRequest {
654
558
  /**
655
559
  * <p>Name and bit size of the private key algorithm, the name of the signing algorithm, and
@@ -678,11 +582,22 @@ export interface CreateCertificateAuthorityRequest {
678
582
  */
679
583
  IdempotencyToken?: string;
680
584
  /**
681
- * <p>Specifies a
682
- * cryptographic key management compliance standard used for handling CA keys.</p>
585
+ * <p>Specifies a cryptographic key management compliance standard used for handling CA
586
+ * keys.</p>
683
587
  * <p>Default: FIPS_140_2_LEVEL_3_OR_HIGHER</p>
684
- * <p>Note: <code>FIPS_140_2_LEVEL_3_OR_HIGHER</code> is not supported in Region
685
- * ap-northeast-3. When creating a CA in the ap-northeast-3, you must provide
588
+ * <p>
589
+ * <i>Note:</i>
590
+ * <code>FIPS_140_2_LEVEL_3_OR_HIGHER</code> is not supported in the following
591
+ * Regions:</p>
592
+ * <ul>
593
+ * <li>
594
+ * <p>ap-northeast-3</p>
595
+ * </li>
596
+ * <li>
597
+ * <p>ap-southeast-3</p>
598
+ * </li>
599
+ * </ul>
600
+ * <p>When creating a CA in these Regions, you must provide
686
601
  * <code>FIPS_140_2_LEVEL_2_OR_HIGHER</code> as the argument for
687
602
  * <code>KeyStorageSecurityStandard</code>. Failure to do this results in an
688
603
  * <code>InvalidArgsException</code> with the message, "A certificate authority cannot
@@ -696,12 +611,6 @@ export interface CreateCertificateAuthorityRequest {
696
611
  */
697
612
  Tags?: Tag[];
698
613
  }
699
- export declare namespace CreateCertificateAuthorityRequest {
700
- /**
701
- * @internal
702
- */
703
- const filterSensitiveLog: (obj: CreateCertificateAuthorityRequest) => any;
704
- }
705
614
  export interface CreateCertificateAuthorityResponse {
706
615
  /**
707
616
  * <p>If successful, the Amazon Resource Name (ARN) of the certificate authority (CA). This
@@ -713,12 +622,6 @@ export interface CreateCertificateAuthorityResponse {
713
622
  */
714
623
  CertificateAuthorityArn?: string;
715
624
  }
716
- export declare namespace CreateCertificateAuthorityResponse {
717
- /**
718
- * @internal
719
- */
720
- const filterSensitiveLog: (obj: CreateCertificateAuthorityResponse) => any;
721
- }
722
625
  /**
723
626
  * <p>One or more of the specified arguments was not valid.</p>
724
627
  */
@@ -787,12 +690,6 @@ export interface CreateCertificateAuthorityAuditReportRequest {
787
690
  */
788
691
  AuditReportResponseFormat: AuditReportResponseFormat | string | undefined;
789
692
  }
790
- export declare namespace CreateCertificateAuthorityAuditReportRequest {
791
- /**
792
- * @internal
793
- */
794
- const filterSensitiveLog: (obj: CreateCertificateAuthorityAuditReportRequest) => any;
795
- }
796
693
  export interface CreateCertificateAuthorityAuditReportResponse {
797
694
  /**
798
695
  * <p>An alphanumeric string that contains a report identifier.</p>
@@ -804,12 +701,6 @@ export interface CreateCertificateAuthorityAuditReportResponse {
804
701
  */
805
702
  S3Key?: string;
806
703
  }
807
- export declare namespace CreateCertificateAuthorityAuditReportResponse {
808
- /**
809
- * @internal
810
- */
811
- const filterSensitiveLog: (obj: CreateCertificateAuthorityAuditReportResponse) => any;
812
- }
813
704
  /**
814
705
  * <p>The requested Amazon Resource Name (ARN) does not refer to an existing
815
706
  * resource.</p>
@@ -898,12 +789,6 @@ export interface CreatePermissionRequest {
898
789
  */
899
790
  Actions: (ActionType | string)[] | undefined;
900
791
  }
901
- export declare namespace CreatePermissionRequest {
902
- /**
903
- * @internal
904
- */
905
- const filterSensitiveLog: (obj: CreatePermissionRequest) => any;
906
- }
907
792
  /**
908
793
  * <p>The designated permission has already been given to the user.</p>
909
794
  */
@@ -941,12 +826,6 @@ export interface DeleteCertificateAuthorityRequest {
941
826
  */
942
827
  PermanentDeletionTimeInDays?: number;
943
828
  }
944
- export declare namespace DeleteCertificateAuthorityRequest {
945
- /**
946
- * @internal
947
- */
948
- const filterSensitiveLog: (obj: DeleteCertificateAuthorityRequest) => any;
949
- }
950
829
  export interface DeletePermissionRequest {
951
830
  /**
952
831
  * <p>The Amazon Resource Number (ARN) of the private CA that issued the permissions. You
@@ -968,12 +847,6 @@ export interface DeletePermissionRequest {
968
847
  */
969
848
  SourceAccount?: string;
970
849
  }
971
- export declare namespace DeletePermissionRequest {
972
- /**
973
- * @internal
974
- */
975
- const filterSensitiveLog: (obj: DeletePermissionRequest) => any;
976
- }
977
850
  export interface DeletePolicyRequest {
978
851
  /**
979
852
  * <p>The Amazon Resource Number (ARN) of the private CA that will have its policy deleted.
@@ -983,12 +856,6 @@ export interface DeletePolicyRequest {
983
856
  */
984
857
  ResourceArn: string | undefined;
985
858
  }
986
- export declare namespace DeletePolicyRequest {
987
- /**
988
- * @internal
989
- */
990
- const filterSensitiveLog: (obj: DeletePolicyRequest) => any;
991
- }
992
859
  /**
993
860
  * <p>The current action was prevented because it would lock the caller out from performing
994
861
  * subsequent actions. Verify that the specified parameters would not result in the caller
@@ -1012,12 +879,6 @@ export interface DescribeCertificateAuthorityRequest {
1012
879
  */
1013
880
  CertificateAuthorityArn: string | undefined;
1014
881
  }
1015
- export declare namespace DescribeCertificateAuthorityRequest {
1016
- /**
1017
- * @internal
1018
- */
1019
- const filterSensitiveLog: (obj: DescribeCertificateAuthorityRequest) => any;
1020
- }
1021
882
  export declare enum FailureReason {
1022
883
  OTHER = "OTHER",
1023
884
  REQUEST_TIMED_OUT = "REQUEST_TIMED_OUT",
@@ -1112,12 +973,6 @@ export interface CertificateAuthority {
1112
973
  */
1113
974
  KeyStorageSecurityStandard?: KeyStorageSecurityStandard | string;
1114
975
  }
1115
- export declare namespace CertificateAuthority {
1116
- /**
1117
- * @internal
1118
- */
1119
- const filterSensitiveLog: (obj: CertificateAuthority) => any;
1120
- }
1121
976
  export interface DescribeCertificateAuthorityResponse {
1122
977
  /**
1123
978
  * <p>A <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_CertificateAuthority.html">CertificateAuthority</a> structure that contains information about your private
@@ -1125,12 +980,6 @@ export interface DescribeCertificateAuthorityResponse {
1125
980
  */
1126
981
  CertificateAuthority?: CertificateAuthority;
1127
982
  }
1128
- export declare namespace DescribeCertificateAuthorityResponse {
1129
- /**
1130
- * @internal
1131
- */
1132
- const filterSensitiveLog: (obj: DescribeCertificateAuthorityResponse) => any;
1133
- }
1134
983
  export interface DescribeCertificateAuthorityAuditReportRequest {
1135
984
  /**
1136
985
  * <p>The Amazon Resource Name (ARN) of the private CA. This must be of the form:</p>
@@ -1145,12 +994,6 @@ export interface DescribeCertificateAuthorityAuditReportRequest {
1145
994
  */
1146
995
  AuditReportId: string | undefined;
1147
996
  }
1148
- export declare namespace DescribeCertificateAuthorityAuditReportRequest {
1149
- /**
1150
- * @internal
1151
- */
1152
- const filterSensitiveLog: (obj: DescribeCertificateAuthorityAuditReportRequest) => any;
1153
- }
1154
997
  export declare enum AuditReportStatus {
1155
998
  CREATING = "CREATING",
1156
999
  FAILED = "FAILED",
@@ -1175,12 +1018,6 @@ export interface DescribeCertificateAuthorityAuditReportResponse {
1175
1018
  */
1176
1019
  CreatedAt?: Date;
1177
1020
  }
1178
- export declare namespace DescribeCertificateAuthorityAuditReportResponse {
1179
- /**
1180
- * @internal
1181
- */
1182
- const filterSensitiveLog: (obj: DescribeCertificateAuthorityAuditReportResponse) => any;
1183
- }
1184
1021
  export interface GetCertificateRequest {
1185
1022
  /**
1186
1023
  * <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a>. This must be of the form: </p>
@@ -1200,12 +1037,6 @@ export interface GetCertificateRequest {
1200
1037
  */
1201
1038
  CertificateArn: string | undefined;
1202
1039
  }
1203
- export declare namespace GetCertificateRequest {
1204
- /**
1205
- * @internal
1206
- */
1207
- const filterSensitiveLog: (obj: GetCertificateRequest) => any;
1208
- }
1209
1040
  export interface GetCertificateResponse {
1210
1041
  /**
1211
1042
  * <p>The base64 PEM-encoded certificate specified by the <code>CertificateArn</code>
@@ -1218,12 +1049,6 @@ export interface GetCertificateResponse {
1218
1049
  */
1219
1050
  CertificateChain?: string;
1220
1051
  }
1221
- export declare namespace GetCertificateResponse {
1222
- /**
1223
- * @internal
1224
- */
1225
- const filterSensitiveLog: (obj: GetCertificateResponse) => any;
1226
- }
1227
1052
  export interface GetCertificateAuthorityCertificateRequest {
1228
1053
  /**
1229
1054
  * <p>The Amazon Resource Name (ARN) of your private CA. This is of the form:</p>
@@ -1234,12 +1059,6 @@ export interface GetCertificateAuthorityCertificateRequest {
1234
1059
  */
1235
1060
  CertificateAuthorityArn: string | undefined;
1236
1061
  }
1237
- export declare namespace GetCertificateAuthorityCertificateRequest {
1238
- /**
1239
- * @internal
1240
- */
1241
- const filterSensitiveLog: (obj: GetCertificateAuthorityCertificateRequest) => any;
1242
- }
1243
1062
  export interface GetCertificateAuthorityCertificateResponse {
1244
1063
  /**
1245
1064
  * <p>Base64-encoded certificate authority (CA) certificate.</p>
@@ -1253,12 +1072,6 @@ export interface GetCertificateAuthorityCertificateResponse {
1253
1072
  */
1254
1073
  CertificateChain?: string;
1255
1074
  }
1256
- export declare namespace GetCertificateAuthorityCertificateResponse {
1257
- /**
1258
- * @internal
1259
- */
1260
- const filterSensitiveLog: (obj: GetCertificateAuthorityCertificateResponse) => any;
1261
- }
1262
1075
  export interface GetCertificateAuthorityCsrRequest {
1263
1076
  /**
1264
1077
  * <p>The Amazon Resource Name (ARN) that was returned when you called the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a> action. This must be of the form: </p>
@@ -1269,12 +1082,6 @@ export interface GetCertificateAuthorityCsrRequest {
1269
1082
  */
1270
1083
  CertificateAuthorityArn: string | undefined;
1271
1084
  }
1272
- export declare namespace GetCertificateAuthorityCsrRequest {
1273
- /**
1274
- * @internal
1275
- */
1276
- const filterSensitiveLog: (obj: GetCertificateAuthorityCsrRequest) => any;
1277
- }
1278
1085
  export interface GetCertificateAuthorityCsrResponse {
1279
1086
  /**
1280
1087
  * <p>The base64 PEM-encoded certificate signing request (CSR) for your private CA
@@ -1282,12 +1089,6 @@ export interface GetCertificateAuthorityCsrResponse {
1282
1089
  */
1283
1090
  Csr?: string;
1284
1091
  }
1285
- export declare namespace GetCertificateAuthorityCsrResponse {
1286
- /**
1287
- * @internal
1288
- */
1289
- const filterSensitiveLog: (obj: GetCertificateAuthorityCsrResponse) => any;
1290
- }
1291
1092
  export interface GetPolicyRequest {
1292
1093
  /**
1293
1094
  * <p>The Amazon Resource Number (ARN) of the private CA that will have its policy
@@ -1297,24 +1098,12 @@ export interface GetPolicyRequest {
1297
1098
  */
1298
1099
  ResourceArn: string | undefined;
1299
1100
  }
1300
- export declare namespace GetPolicyRequest {
1301
- /**
1302
- * @internal
1303
- */
1304
- const filterSensitiveLog: (obj: GetPolicyRequest) => any;
1305
- }
1306
1101
  export interface GetPolicyResponse {
1307
1102
  /**
1308
1103
  * <p>The policy attached to the private CA as a JSON document.</p>
1309
1104
  */
1310
1105
  Policy?: string;
1311
1106
  }
1312
- export declare namespace GetPolicyResponse {
1313
- /**
1314
- * @internal
1315
- */
1316
- const filterSensitiveLog: (obj: GetPolicyResponse) => any;
1317
- }
1318
1107
  /**
1319
1108
  * <p>The certificate authority certificate you are importing does not comply with
1320
1109
  * conditions specified in the certificate that signed it.</p>
@@ -1351,12 +1140,6 @@ export interface ImportCertificateAuthorityCertificateRequest {
1351
1140
  */
1352
1141
  CertificateChain?: Uint8Array;
1353
1142
  }
1354
- export declare namespace ImportCertificateAuthorityCertificateRequest {
1355
- /**
1356
- * @internal
1357
- */
1358
- const filterSensitiveLog: (obj: ImportCertificateAuthorityCertificateRequest) => any;
1359
- }
1360
1143
  /**
1361
1144
  * <p>The request action cannot be performed or is prohibited.</p>
1362
1145
  */
@@ -1393,12 +1176,6 @@ export interface Qualifier {
1393
1176
  */
1394
1177
  CpsUri: string | undefined;
1395
1178
  }
1396
- export declare namespace Qualifier {
1397
- /**
1398
- * @internal
1399
- */
1400
- const filterSensitiveLog: (obj: Qualifier) => any;
1401
- }
1402
1179
  /**
1403
1180
  * <p>Modifies the <code>CertPolicyId</code> of a <code>PolicyInformation</code> object with
1404
1181
  * a qualifier. ACM Private CA supports the certification practice statement (CPS)
@@ -1415,12 +1192,6 @@ export interface PolicyQualifierInfo {
1415
1192
  */
1416
1193
  Qualifier: Qualifier | undefined;
1417
1194
  }
1418
- export declare namespace PolicyQualifierInfo {
1419
- /**
1420
- * @internal
1421
- */
1422
- const filterSensitiveLog: (obj: PolicyQualifierInfo) => any;
1423
- }
1424
1195
  /**
1425
1196
  * <p>Defines the X.509 <code>CertificatePolicies</code> extension.</p>
1426
1197
  */
@@ -1437,16 +1208,9 @@ export interface PolicyInformation {
1437
1208
  */
1438
1209
  PolicyQualifiers?: PolicyQualifierInfo[];
1439
1210
  }
1440
- export declare namespace PolicyInformation {
1441
- /**
1442
- * @internal
1443
- */
1444
- const filterSensitiveLog: (obj: PolicyInformation) => any;
1445
- }
1446
1211
  /**
1447
1212
  * <p></p>
1448
- * <p>Specifies the X.509 extension information for a
1449
- * certificate.</p>
1213
+ * <p>Specifies the X.509 extension information for a certificate.</p>
1450
1214
  * <p>Extensions present in <code>CustomExtensions</code> follow the
1451
1215
  * <code>ApiPassthrough</code>
1452
1216
  * <a href="https://docs.aws.amazon.com/acm-pca/latest/userguide/UsingTemplates.html#template-order-of-operations">template
@@ -1455,34 +1219,22 @@ export declare namespace PolicyInformation {
1455
1219
  export interface CustomExtension {
1456
1220
  /**
1457
1221
  * <p></p>
1458
- * <p>Specifies the object identifier (OID) of the X.509 extension. For more information,
1459
- * see the
1460
- * <a href="https://oidref.com/2.5.29">Global OID reference
1461
- * database.</a>
1222
+ * <p>Specifies the object identifier (OID) of the X.509 extension. For more information, see the
1223
+ * <a href="https://oidref.com/2.5.29">Global OID reference database.</a>
1462
1224
  * </p>
1463
1225
  */
1464
1226
  ObjectIdentifier: string | undefined;
1465
1227
  /**
1466
1228
  * <p></p>
1467
- * <p>Specifies the base64-encoded value of the X.509
1468
- * extension.</p>
1229
+ * <p>Specifies the base64-encoded value of the X.509 extension.</p>
1469
1230
  */
1470
1231
  Value: string | undefined;
1471
1232
  /**
1472
1233
  * <p></p>
1473
- * <p>Specifies the critical flag of
1474
- * the
1475
- * X.509
1476
- * extension.</p>
1234
+ * <p>Specifies the critical flag of the X.509 extension.</p>
1477
1235
  */
1478
1236
  Critical?: boolean;
1479
1237
  }
1480
- export declare namespace CustomExtension {
1481
- /**
1482
- * @internal
1483
- */
1484
- const filterSensitiveLog: (obj: CustomExtension) => any;
1485
- }
1486
1238
  export declare enum ExtendedKeyUsageType {
1487
1239
  CERTIFICATE_TRANSPARENCY = "CERTIFICATE_TRANSPARENCY",
1488
1240
  CLIENT_AUTH = "CLIENT_AUTH",
@@ -1510,12 +1262,6 @@ export interface ExtendedKeyUsage {
1510
1262
  */
1511
1263
  ExtendedKeyUsageObjectIdentifier?: string;
1512
1264
  }
1513
- export declare namespace ExtendedKeyUsage {
1514
- /**
1515
- * @internal
1516
- */
1517
- const filterSensitiveLog: (obj: ExtendedKeyUsage) => any;
1518
- }
1519
1265
  /**
1520
1266
  * <p>Contains X.509 extension information for a certificate.</p>
1521
1267
  */
@@ -1550,28 +1296,13 @@ export interface Extensions {
1550
1296
  /**
1551
1297
  * <p></p>
1552
1298
  * <p>Contains a sequence of one or more X.509 extensions, each of which consists of an
1553
- * object identifier (OID), a base64-encoded
1554
- * value,
1555
- * and the
1556
- * critical flag.
1557
- * For
1558
- * more information, see the <a href="https://oidref.com/2.5.29">Global OID reference
1299
+ * object identifier (OID), a base64-encoded value, and the critical flag. For more
1300
+ * information, see the <a href="https://oidref.com/2.5.29">Global OID reference
1559
1301
  * database.</a>
1560
1302
  * </p>
1561
- *
1562
- * <note>
1563
- * <p>The OID value of a <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_CustomExtension.html">CustomExtension</a> must not
1564
- * match the OID of a predefined extension.</p>
1565
- * </note>
1566
1303
  */
1567
1304
  CustomExtensions?: CustomExtension[];
1568
1305
  }
1569
- export declare namespace Extensions {
1570
- /**
1571
- * @internal
1572
- */
1573
- const filterSensitiveLog: (obj: Extensions) => any;
1574
- }
1575
1306
  /**
1576
1307
  * <p>Contains X.509 certificate information to be placed in an issued certificate. An
1577
1308
  * <code>APIPassthrough</code> or <code>APICSRPassthrough</code> template variant must
@@ -1594,12 +1325,6 @@ export interface ApiPassthrough {
1594
1325
  */
1595
1326
  Subject?: ASN1Subject;
1596
1327
  }
1597
- export declare namespace ApiPassthrough {
1598
- /**
1599
- * @internal
1600
- */
1601
- const filterSensitiveLog: (obj: ApiPassthrough) => any;
1602
- }
1603
1328
  export declare enum ValidityPeriodType {
1604
1329
  ABSOLUTE = "ABSOLUTE",
1605
1330
  DAYS = "DAYS",
@@ -1673,12 +1398,6 @@ export interface Validity {
1673
1398
  */
1674
1399
  Type: ValidityPeriodType | string | undefined;
1675
1400
  }
1676
- export declare namespace Validity {
1677
- /**
1678
- * @internal
1679
- */
1680
- const filterSensitiveLog: (obj: Validity) => any;
1681
- }
1682
1401
  export interface IssueCertificateRequest {
1683
1402
  /**
1684
1403
  * <p>Specifies X.509 certificate information to be included in the issued certificate. An
@@ -1783,12 +1502,6 @@ export interface IssueCertificateRequest {
1783
1502
  */
1784
1503
  IdempotencyToken?: string;
1785
1504
  }
1786
- export declare namespace IssueCertificateRequest {
1787
- /**
1788
- * @internal
1789
- */
1790
- const filterSensitiveLog: (obj: IssueCertificateRequest) => any;
1791
- }
1792
1505
  export interface IssueCertificateResponse {
1793
1506
  /**
1794
1507
  * <p>The Amazon Resource Name (ARN) of the issued certificate and the certificate serial
@@ -1800,12 +1513,6 @@ export interface IssueCertificateResponse {
1800
1513
  */
1801
1514
  CertificateArn?: string;
1802
1515
  }
1803
- export declare namespace IssueCertificateResponse {
1804
- /**
1805
- * @internal
1806
- */
1807
- const filterSensitiveLog: (obj: IssueCertificateResponse) => any;
1808
- }
1809
1516
  /**
1810
1517
  * <p>The certificate signing request is invalid.</p>
1811
1518
  */
@@ -1854,12 +1561,6 @@ export interface ListCertificateAuthoritiesRequest {
1854
1561
  */
1855
1562
  ResourceOwner?: ResourceOwner | string;
1856
1563
  }
1857
- export declare namespace ListCertificateAuthoritiesRequest {
1858
- /**
1859
- * @internal
1860
- */
1861
- const filterSensitiveLog: (obj: ListCertificateAuthoritiesRequest) => any;
1862
- }
1863
1564
  export interface ListCertificateAuthoritiesResponse {
1864
1565
  /**
1865
1566
  * <p>Summary information about each certificate authority you have created.</p>
@@ -1871,12 +1572,6 @@ export interface ListCertificateAuthoritiesResponse {
1871
1572
  */
1872
1573
  NextToken?: string;
1873
1574
  }
1874
- export declare namespace ListCertificateAuthoritiesResponse {
1875
- /**
1876
- * @internal
1877
- */
1878
- const filterSensitiveLog: (obj: ListCertificateAuthoritiesResponse) => any;
1879
- }
1880
1575
  export interface ListPermissionsRequest {
1881
1576
  /**
1882
1577
  * <p>The Amazon Resource Number (ARN) of the private CA to inspect. You can find the ARN by
@@ -1899,12 +1594,6 @@ export interface ListPermissionsRequest {
1899
1594
  */
1900
1595
  MaxResults?: number;
1901
1596
  }
1902
- export declare namespace ListPermissionsRequest {
1903
- /**
1904
- * @internal
1905
- */
1906
- const filterSensitiveLog: (obj: ListPermissionsRequest) => any;
1907
- }
1908
1597
  /**
1909
1598
  * <p>Permissions designate which private CA actions can be performed by an Amazon Web Services service or
1910
1599
  * entity. In order for ACM to automatically renew private certificates, you must give
@@ -1942,12 +1631,6 @@ export interface Permission {
1942
1631
  */
1943
1632
  Policy?: string;
1944
1633
  }
1945
- export declare namespace Permission {
1946
- /**
1947
- * @internal
1948
- */
1949
- const filterSensitiveLog: (obj: Permission) => any;
1950
- }
1951
1634
  export interface ListPermissionsResponse {
1952
1635
  /**
1953
1636
  * <p>Summary information about each permission assigned by the specified private CA,
@@ -1960,12 +1643,6 @@ export interface ListPermissionsResponse {
1960
1643
  */
1961
1644
  NextToken?: string;
1962
1645
  }
1963
- export declare namespace ListPermissionsResponse {
1964
- /**
1965
- * @internal
1966
- */
1967
- const filterSensitiveLog: (obj: ListPermissionsResponse) => any;
1968
- }
1969
1646
  export interface ListTagsRequest {
1970
1647
  /**
1971
1648
  * <p>The Amazon Resource Name (ARN) that was returned when you called the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a> action. This must be of the form: </p>
@@ -1989,12 +1666,6 @@ export interface ListTagsRequest {
1989
1666
  */
1990
1667
  MaxResults?: number;
1991
1668
  }
1992
- export declare namespace ListTagsRequest {
1993
- /**
1994
- * @internal
1995
- */
1996
- const filterSensitiveLog: (obj: ListTagsRequest) => any;
1997
- }
1998
1669
  export interface ListTagsResponse {
1999
1670
  /**
2000
1671
  * <p>The tags associated with your private CA.</p>
@@ -2006,12 +1677,6 @@ export interface ListTagsResponse {
2006
1677
  */
2007
1678
  NextToken?: string;
2008
1679
  }
2009
- export declare namespace ListTagsResponse {
2010
- /**
2011
- * @internal
2012
- */
2013
- const filterSensitiveLog: (obj: ListTagsResponse) => any;
2014
- }
2015
1680
  export interface PutPolicyRequest {
2016
1681
  /**
2017
1682
  * <p>The Amazon Resource Number (ARN) of the private CA to associate with the policy. The
@@ -2028,12 +1693,6 @@ export interface PutPolicyRequest {
2028
1693
  */
2029
1694
  Policy: string | undefined;
2030
1695
  }
2031
- export declare namespace PutPolicyRequest {
2032
- /**
2033
- * @internal
2034
- */
2035
- const filterSensitiveLog: (obj: PutPolicyRequest) => any;
2036
- }
2037
1696
  export interface RestoreCertificateAuthorityRequest {
2038
1697
  /**
2039
1698
  * <p>The Amazon Resource Name (ARN) that was returned when you called the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a> action. This must be of the form: </p>
@@ -2044,12 +1703,6 @@ export interface RestoreCertificateAuthorityRequest {
2044
1703
  */
2045
1704
  CertificateAuthorityArn: string | undefined;
2046
1705
  }
2047
- export declare namespace RestoreCertificateAuthorityRequest {
2048
- /**
2049
- * @internal
2050
- */
2051
- const filterSensitiveLog: (obj: RestoreCertificateAuthorityRequest) => any;
2052
- }
2053
1706
  /**
2054
1707
  * <p>Your request has already been completed.</p>
2055
1708
  */
@@ -2100,12 +1753,6 @@ export interface RevokeCertificateRequest {
2100
1753
  */
2101
1754
  RevocationReason: RevocationReason | string | undefined;
2102
1755
  }
2103
- export declare namespace RevokeCertificateRequest {
2104
- /**
2105
- * @internal
2106
- */
2107
- const filterSensitiveLog: (obj: RevokeCertificateRequest) => any;
2108
- }
2109
1756
  export interface TagCertificateAuthorityRequest {
2110
1757
  /**
2111
1758
  * <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a>. This must be of the form: </p>
@@ -2120,12 +1767,6 @@ export interface TagCertificateAuthorityRequest {
2120
1767
  */
2121
1768
  Tags: Tag[] | undefined;
2122
1769
  }
2123
- export declare namespace TagCertificateAuthorityRequest {
2124
- /**
2125
- * @internal
2126
- */
2127
- const filterSensitiveLog: (obj: TagCertificateAuthorityRequest) => any;
2128
- }
2129
1770
  /**
2130
1771
  * <p>You can associate up to 50 tags with a private CA. Exception information is contained
2131
1772
  * in the exception message field.</p>
@@ -2152,12 +1793,6 @@ export interface UntagCertificateAuthorityRequest {
2152
1793
  */
2153
1794
  Tags: Tag[] | undefined;
2154
1795
  }
2155
- export declare namespace UntagCertificateAuthorityRequest {
2156
- /**
2157
- * @internal
2158
- */
2159
- const filterSensitiveLog: (obj: UntagCertificateAuthorityRequest) => any;
2160
- }
2161
1796
  export interface UpdateCertificateAuthorityRequest {
2162
1797
  /**
2163
1798
  * <p>Amazon Resource Name (ARN) of the private CA that issued the certificate to be
@@ -2180,9 +1815,239 @@ export interface UpdateCertificateAuthorityRequest {
2180
1815
  */
2181
1816
  Status?: CertificateAuthorityStatus | string;
2182
1817
  }
2183
- export declare namespace UpdateCertificateAuthorityRequest {
2184
- /**
2185
- * @internal
2186
- */
2187
- const filterSensitiveLog: (obj: UpdateCertificateAuthorityRequest) => any;
2188
- }
1818
+ /**
1819
+ * @internal
1820
+ */
1821
+ export declare const CustomAttributeFilterSensitiveLog: (obj: CustomAttribute) => any;
1822
+ /**
1823
+ * @internal
1824
+ */
1825
+ export declare const ASN1SubjectFilterSensitiveLog: (obj: ASN1Subject) => any;
1826
+ /**
1827
+ * @internal
1828
+ */
1829
+ export declare const EdiPartyNameFilterSensitiveLog: (obj: EdiPartyName) => any;
1830
+ /**
1831
+ * @internal
1832
+ */
1833
+ export declare const OtherNameFilterSensitiveLog: (obj: OtherName) => any;
1834
+ /**
1835
+ * @internal
1836
+ */
1837
+ export declare const GeneralNameFilterSensitiveLog: (obj: GeneralName) => any;
1838
+ /**
1839
+ * @internal
1840
+ */
1841
+ export declare const AccessMethodFilterSensitiveLog: (obj: AccessMethod) => any;
1842
+ /**
1843
+ * @internal
1844
+ */
1845
+ export declare const AccessDescriptionFilterSensitiveLog: (obj: AccessDescription) => any;
1846
+ /**
1847
+ * @internal
1848
+ */
1849
+ export declare const KeyUsageFilterSensitiveLog: (obj: KeyUsage) => any;
1850
+ /**
1851
+ * @internal
1852
+ */
1853
+ export declare const CsrExtensionsFilterSensitiveLog: (obj: CsrExtensions) => any;
1854
+ /**
1855
+ * @internal
1856
+ */
1857
+ export declare const CertificateAuthorityConfigurationFilterSensitiveLog: (obj: CertificateAuthorityConfiguration) => any;
1858
+ /**
1859
+ * @internal
1860
+ */
1861
+ export declare const CrlConfigurationFilterSensitiveLog: (obj: CrlConfiguration) => any;
1862
+ /**
1863
+ * @internal
1864
+ */
1865
+ export declare const OcspConfigurationFilterSensitiveLog: (obj: OcspConfiguration) => any;
1866
+ /**
1867
+ * @internal
1868
+ */
1869
+ export declare const RevocationConfigurationFilterSensitiveLog: (obj: RevocationConfiguration) => any;
1870
+ /**
1871
+ * @internal
1872
+ */
1873
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1874
+ /**
1875
+ * @internal
1876
+ */
1877
+ export declare const CreateCertificateAuthorityRequestFilterSensitiveLog: (obj: CreateCertificateAuthorityRequest) => any;
1878
+ /**
1879
+ * @internal
1880
+ */
1881
+ export declare const CreateCertificateAuthorityResponseFilterSensitiveLog: (obj: CreateCertificateAuthorityResponse) => any;
1882
+ /**
1883
+ * @internal
1884
+ */
1885
+ export declare const CreateCertificateAuthorityAuditReportRequestFilterSensitiveLog: (obj: CreateCertificateAuthorityAuditReportRequest) => any;
1886
+ /**
1887
+ * @internal
1888
+ */
1889
+ export declare const CreateCertificateAuthorityAuditReportResponseFilterSensitiveLog: (obj: CreateCertificateAuthorityAuditReportResponse) => any;
1890
+ /**
1891
+ * @internal
1892
+ */
1893
+ export declare const CreatePermissionRequestFilterSensitiveLog: (obj: CreatePermissionRequest) => any;
1894
+ /**
1895
+ * @internal
1896
+ */
1897
+ export declare const DeleteCertificateAuthorityRequestFilterSensitiveLog: (obj: DeleteCertificateAuthorityRequest) => any;
1898
+ /**
1899
+ * @internal
1900
+ */
1901
+ export declare const DeletePermissionRequestFilterSensitiveLog: (obj: DeletePermissionRequest) => any;
1902
+ /**
1903
+ * @internal
1904
+ */
1905
+ export declare const DeletePolicyRequestFilterSensitiveLog: (obj: DeletePolicyRequest) => any;
1906
+ /**
1907
+ * @internal
1908
+ */
1909
+ export declare const DescribeCertificateAuthorityRequestFilterSensitiveLog: (obj: DescribeCertificateAuthorityRequest) => any;
1910
+ /**
1911
+ * @internal
1912
+ */
1913
+ export declare const CertificateAuthorityFilterSensitiveLog: (obj: CertificateAuthority) => any;
1914
+ /**
1915
+ * @internal
1916
+ */
1917
+ export declare const DescribeCertificateAuthorityResponseFilterSensitiveLog: (obj: DescribeCertificateAuthorityResponse) => any;
1918
+ /**
1919
+ * @internal
1920
+ */
1921
+ export declare const DescribeCertificateAuthorityAuditReportRequestFilterSensitiveLog: (obj: DescribeCertificateAuthorityAuditReportRequest) => any;
1922
+ /**
1923
+ * @internal
1924
+ */
1925
+ export declare const DescribeCertificateAuthorityAuditReportResponseFilterSensitiveLog: (obj: DescribeCertificateAuthorityAuditReportResponse) => any;
1926
+ /**
1927
+ * @internal
1928
+ */
1929
+ export declare const GetCertificateRequestFilterSensitiveLog: (obj: GetCertificateRequest) => any;
1930
+ /**
1931
+ * @internal
1932
+ */
1933
+ export declare const GetCertificateResponseFilterSensitiveLog: (obj: GetCertificateResponse) => any;
1934
+ /**
1935
+ * @internal
1936
+ */
1937
+ export declare const GetCertificateAuthorityCertificateRequestFilterSensitiveLog: (obj: GetCertificateAuthorityCertificateRequest) => any;
1938
+ /**
1939
+ * @internal
1940
+ */
1941
+ export declare const GetCertificateAuthorityCertificateResponseFilterSensitiveLog: (obj: GetCertificateAuthorityCertificateResponse) => any;
1942
+ /**
1943
+ * @internal
1944
+ */
1945
+ export declare const GetCertificateAuthorityCsrRequestFilterSensitiveLog: (obj: GetCertificateAuthorityCsrRequest) => any;
1946
+ /**
1947
+ * @internal
1948
+ */
1949
+ export declare const GetCertificateAuthorityCsrResponseFilterSensitiveLog: (obj: GetCertificateAuthorityCsrResponse) => any;
1950
+ /**
1951
+ * @internal
1952
+ */
1953
+ export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
1954
+ /**
1955
+ * @internal
1956
+ */
1957
+ export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
1958
+ /**
1959
+ * @internal
1960
+ */
1961
+ export declare const ImportCertificateAuthorityCertificateRequestFilterSensitiveLog: (obj: ImportCertificateAuthorityCertificateRequest) => any;
1962
+ /**
1963
+ * @internal
1964
+ */
1965
+ export declare const QualifierFilterSensitiveLog: (obj: Qualifier) => any;
1966
+ /**
1967
+ * @internal
1968
+ */
1969
+ export declare const PolicyQualifierInfoFilterSensitiveLog: (obj: PolicyQualifierInfo) => any;
1970
+ /**
1971
+ * @internal
1972
+ */
1973
+ export declare const PolicyInformationFilterSensitiveLog: (obj: PolicyInformation) => any;
1974
+ /**
1975
+ * @internal
1976
+ */
1977
+ export declare const CustomExtensionFilterSensitiveLog: (obj: CustomExtension) => any;
1978
+ /**
1979
+ * @internal
1980
+ */
1981
+ export declare const ExtendedKeyUsageFilterSensitiveLog: (obj: ExtendedKeyUsage) => any;
1982
+ /**
1983
+ * @internal
1984
+ */
1985
+ export declare const ExtensionsFilterSensitiveLog: (obj: Extensions) => any;
1986
+ /**
1987
+ * @internal
1988
+ */
1989
+ export declare const ApiPassthroughFilterSensitiveLog: (obj: ApiPassthrough) => any;
1990
+ /**
1991
+ * @internal
1992
+ */
1993
+ export declare const ValidityFilterSensitiveLog: (obj: Validity) => any;
1994
+ /**
1995
+ * @internal
1996
+ */
1997
+ export declare const IssueCertificateRequestFilterSensitiveLog: (obj: IssueCertificateRequest) => any;
1998
+ /**
1999
+ * @internal
2000
+ */
2001
+ export declare const IssueCertificateResponseFilterSensitiveLog: (obj: IssueCertificateResponse) => any;
2002
+ /**
2003
+ * @internal
2004
+ */
2005
+ export declare const ListCertificateAuthoritiesRequestFilterSensitiveLog: (obj: ListCertificateAuthoritiesRequest) => any;
2006
+ /**
2007
+ * @internal
2008
+ */
2009
+ export declare const ListCertificateAuthoritiesResponseFilterSensitiveLog: (obj: ListCertificateAuthoritiesResponse) => any;
2010
+ /**
2011
+ * @internal
2012
+ */
2013
+ export declare const ListPermissionsRequestFilterSensitiveLog: (obj: ListPermissionsRequest) => any;
2014
+ /**
2015
+ * @internal
2016
+ */
2017
+ export declare const PermissionFilterSensitiveLog: (obj: Permission) => any;
2018
+ /**
2019
+ * @internal
2020
+ */
2021
+ export declare const ListPermissionsResponseFilterSensitiveLog: (obj: ListPermissionsResponse) => any;
2022
+ /**
2023
+ * @internal
2024
+ */
2025
+ export declare const ListTagsRequestFilterSensitiveLog: (obj: ListTagsRequest) => any;
2026
+ /**
2027
+ * @internal
2028
+ */
2029
+ export declare const ListTagsResponseFilterSensitiveLog: (obj: ListTagsResponse) => any;
2030
+ /**
2031
+ * @internal
2032
+ */
2033
+ export declare const PutPolicyRequestFilterSensitiveLog: (obj: PutPolicyRequest) => any;
2034
+ /**
2035
+ * @internal
2036
+ */
2037
+ export declare const RestoreCertificateAuthorityRequestFilterSensitiveLog: (obj: RestoreCertificateAuthorityRequest) => any;
2038
+ /**
2039
+ * @internal
2040
+ */
2041
+ export declare const RevokeCertificateRequestFilterSensitiveLog: (obj: RevokeCertificateRequest) => any;
2042
+ /**
2043
+ * @internal
2044
+ */
2045
+ export declare const TagCertificateAuthorityRequestFilterSensitiveLog: (obj: TagCertificateAuthorityRequest) => any;
2046
+ /**
2047
+ * @internal
2048
+ */
2049
+ export declare const UntagCertificateAuthorityRequestFilterSensitiveLog: (obj: UntagCertificateAuthorityRequest) => any;
2050
+ /**
2051
+ * @internal
2052
+ */
2053
+ export declare const UpdateCertificateAuthorityRequestFilterSensitiveLog: (obj: UpdateCertificateAuthorityRequest) => any;