@aws-sdk/client-acm-pca 3.296.0 → 3.298.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 (81) hide show
  1. package/dist-cjs/commands/CreateCertificateAuthorityAuditReportCommand.js +2 -3
  2. package/dist-cjs/commands/CreateCertificateAuthorityCommand.js +2 -3
  3. package/dist-cjs/commands/CreatePermissionCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteCertificateAuthorityCommand.js +2 -3
  5. package/dist-cjs/commands/DeletePermissionCommand.js +2 -3
  6. package/dist-cjs/commands/DeletePolicyCommand.js +2 -3
  7. package/dist-cjs/commands/DescribeCertificateAuthorityAuditReportCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeCertificateAuthorityCommand.js +2 -3
  9. package/dist-cjs/commands/GetCertificateAuthorityCertificateCommand.js +2 -3
  10. package/dist-cjs/commands/GetCertificateAuthorityCsrCommand.js +2 -3
  11. package/dist-cjs/commands/GetCertificateCommand.js +2 -3
  12. package/dist-cjs/commands/GetPolicyCommand.js +2 -3
  13. package/dist-cjs/commands/ImportCertificateAuthorityCertificateCommand.js +2 -3
  14. package/dist-cjs/commands/IssueCertificateCommand.js +2 -3
  15. package/dist-cjs/commands/ListCertificateAuthoritiesCommand.js +2 -3
  16. package/dist-cjs/commands/ListPermissionsCommand.js +2 -3
  17. package/dist-cjs/commands/ListTagsCommand.js +2 -3
  18. package/dist-cjs/commands/PutPolicyCommand.js +2 -3
  19. package/dist-cjs/commands/RestoreCertificateAuthorityCommand.js +2 -3
  20. package/dist-cjs/commands/RevokeCertificateCommand.js +2 -3
  21. package/dist-cjs/commands/TagCertificateAuthorityCommand.js +2 -3
  22. package/dist-cjs/commands/UntagCertificateAuthorityCommand.js +2 -3
  23. package/dist-cjs/commands/UpdateCertificateAuthorityCommand.js +2 -3
  24. package/dist-cjs/models/models_0.js +1 -238
  25. package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +2 -3
  26. package/dist-es/commands/CreateCertificateAuthorityCommand.js +2 -3
  27. package/dist-es/commands/CreatePermissionCommand.js +2 -3
  28. package/dist-es/commands/DeleteCertificateAuthorityCommand.js +2 -3
  29. package/dist-es/commands/DeletePermissionCommand.js +2 -3
  30. package/dist-es/commands/DeletePolicyCommand.js +2 -3
  31. package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js +2 -3
  32. package/dist-es/commands/DescribeCertificateAuthorityCommand.js +2 -3
  33. package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js +2 -3
  34. package/dist-es/commands/GetCertificateAuthorityCsrCommand.js +2 -3
  35. package/dist-es/commands/GetCertificateCommand.js +2 -3
  36. package/dist-es/commands/GetPolicyCommand.js +2 -3
  37. package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +2 -3
  38. package/dist-es/commands/IssueCertificateCommand.js +2 -3
  39. package/dist-es/commands/ListCertificateAuthoritiesCommand.js +2 -3
  40. package/dist-es/commands/ListPermissionsCommand.js +2 -3
  41. package/dist-es/commands/ListTagsCommand.js +2 -3
  42. package/dist-es/commands/PutPolicyCommand.js +2 -3
  43. package/dist-es/commands/RestoreCertificateAuthorityCommand.js +2 -3
  44. package/dist-es/commands/RevokeCertificateCommand.js +2 -3
  45. package/dist-es/commands/TagCertificateAuthorityCommand.js +2 -3
  46. package/dist-es/commands/UntagCertificateAuthorityCommand.js +2 -3
  47. package/dist-es/commands/UpdateCertificateAuthorityCommand.js +2 -3
  48. package/dist-es/models/models_0.js +0 -177
  49. package/dist-types/ACMPCA.d.ts +24 -0
  50. package/dist-types/ACMPCAClient.d.ts +24 -4
  51. package/dist-types/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +16 -0
  52. package/dist-types/commands/CreateCertificateAuthorityCommand.d.ts +16 -0
  53. package/dist-types/commands/CreatePermissionCommand.d.ts +16 -0
  54. package/dist-types/commands/DeleteCertificateAuthorityCommand.d.ts +16 -0
  55. package/dist-types/commands/DeletePermissionCommand.d.ts +16 -0
  56. package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
  57. package/dist-types/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +16 -0
  58. package/dist-types/commands/DescribeCertificateAuthorityCommand.d.ts +16 -0
  59. package/dist-types/commands/GetCertificateAuthorityCertificateCommand.d.ts +16 -0
  60. package/dist-types/commands/GetCertificateAuthorityCsrCommand.d.ts +16 -0
  61. package/dist-types/commands/GetCertificateCommand.d.ts +16 -0
  62. package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
  63. package/dist-types/commands/ImportCertificateAuthorityCertificateCommand.d.ts +16 -0
  64. package/dist-types/commands/IssueCertificateCommand.d.ts +16 -0
  65. package/dist-types/commands/ListCertificateAuthoritiesCommand.d.ts +16 -0
  66. package/dist-types/commands/ListPermissionsCommand.d.ts +16 -0
  67. package/dist-types/commands/ListTagsCommand.d.ts +16 -0
  68. package/dist-types/commands/PutPolicyCommand.d.ts +16 -0
  69. package/dist-types/commands/RestoreCertificateAuthorityCommand.d.ts +16 -0
  70. package/dist-types/commands/RevokeCertificateCommand.d.ts +16 -0
  71. package/dist-types/commands/TagCertificateAuthorityCommand.d.ts +16 -0
  72. package/dist-types/commands/UntagCertificateAuthorityCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateCertificateAuthorityCommand.d.ts +16 -0
  74. package/dist-types/models/ACMPCAServiceException.d.ts +2 -0
  75. package/dist-types/models/models_0.d.ts +199 -236
  76. package/dist-types/pagination/Interfaces.d.ts +3 -0
  77. package/dist-types/pagination/ListCertificateAuthoritiesPaginator.d.ts +3 -0
  78. package/dist-types/pagination/ListPermissionsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListTagsPaginator.d.ts +3 -0
  80. package/dist-types/ts3.4/models/models_0.d.ts +0 -155
  81. package/package.json +4 -3
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { ACMPCAServiceException as __BaseException } from "./ACMPCAServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>Defines the X.500 relative distinguished name (RDN).</p>
5
6
  */
6
7
  export interface CustomAttribute {
@@ -16,6 +17,7 @@ export interface CustomAttribute {
16
17
  Value: string | undefined;
17
18
  }
18
19
  /**
20
+ * @public
19
21
  * <p>Contains information about the certificate subject. The <code>Subject</code> field in
20
22
  * the certificate identifies the entity that owns or controls the public key in the
21
23
  * certificate. The entity can be a user, computer, device, or service. The <code>Subject
@@ -104,6 +106,7 @@ export interface ASN1Subject {
104
106
  CustomAttributes?: CustomAttribute[];
105
107
  }
106
108
  /**
109
+ * @public
107
110
  * <p>Describes an Electronic Data Interchange (EDI) entity as described in as defined in
108
111
  * <a href="https://datatracker.ietf.org/doc/html/rfc5280">Subject Alternative
109
112
  * Name</a> in RFC 5280.</p>
@@ -119,6 +122,7 @@ export interface EdiPartyName {
119
122
  NameAssigner?: string;
120
123
  }
121
124
  /**
125
+ * @public
122
126
  * <p>Defines a custom ASN.1 X.400 <code>GeneralName</code> using an object identifier (OID)
123
127
  * and value. The OID must satisfy the regular expression shown below. For more
124
128
  * information, see NIST's definition of <a href="https://csrc.nist.gov/glossary/term/Object_Identifier">Object Identifier
@@ -135,6 +139,7 @@ export interface OtherName {
135
139
  Value: string | undefined;
136
140
  }
137
141
  /**
142
+ * @public
138
143
  * <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
139
144
  * the following naming options should be provided. Providing more than one option results
140
145
  * in an <code>InvalidArgsException</code> error.</p>
@@ -178,12 +183,16 @@ export interface GeneralName {
178
183
  */
179
184
  RegisteredId?: string;
180
185
  }
186
+ /**
187
+ * @public
188
+ */
181
189
  export declare enum AccessMethodType {
182
190
  CA_REPOSITORY = "CA_REPOSITORY",
183
191
  RESOURCE_PKI_MANIFEST = "RESOURCE_PKI_MANIFEST",
184
192
  RESOURCE_PKI_NOTIFY = "RESOURCE_PKI_NOTIFY"
185
193
  }
186
194
  /**
195
+ * @public
187
196
  * <p>Describes the type and format of extension access. Only one of
188
197
  * <code>CustomObjectIdentifier</code> or <code>AccessMethodType</code> may be
189
198
  * provided. Providing both results in <code>InvalidArgsException</code>.</p>
@@ -202,6 +211,7 @@ export interface AccessMethod {
202
211
  AccessMethodType?: AccessMethodType | string;
203
212
  }
204
213
  /**
214
+ * @public
205
215
  * <p>Provides access information used by the <code>authorityInfoAccess</code> and
206
216
  * <code>subjectInfoAccess</code> extensions described in <a href="https://datatracker.ietf.org/doc/html/rfc5280">RFC 5280</a>.</p>
207
217
  */
@@ -216,6 +226,7 @@ export interface AccessDescription {
216
226
  AccessLocation: GeneralName | undefined;
217
227
  }
218
228
  /**
229
+ * @public
219
230
  * <p>Defines one or more purposes for which the key contained in the certificate can be
220
231
  * used. Default value for each option is false.</p>
221
232
  */
@@ -258,6 +269,7 @@ export interface KeyUsage {
258
269
  DecipherOnly?: boolean;
259
270
  }
260
271
  /**
272
+ * @public
261
273
  * <p>Describes the certificate extensions to be added to the certificate signing request
262
274
  * (CSR).</p>
263
275
  */
@@ -274,12 +286,18 @@ export interface CsrExtensions {
274
286
  */
275
287
  SubjectInformationAccess?: AccessDescription[];
276
288
  }
289
+ /**
290
+ * @public
291
+ */
277
292
  export declare enum KeyAlgorithm {
278
293
  EC_prime256v1 = "EC_prime256v1",
279
294
  EC_secp384r1 = "EC_secp384r1",
280
295
  RSA_2048 = "RSA_2048",
281
296
  RSA_4096 = "RSA_4096"
282
297
  }
298
+ /**
299
+ * @public
300
+ */
283
301
  export declare enum SigningAlgorithm {
284
302
  SHA256WITHECDSA = "SHA256WITHECDSA",
285
303
  SHA256WITHRSA = "SHA256WITHRSA",
@@ -289,6 +307,7 @@ export declare enum SigningAlgorithm {
289
307
  SHA512WITHRSA = "SHA512WITHRSA"
290
308
  }
291
309
  /**
310
+ * @public
292
311
  * <p>Contains configuration information for your private certificate authority (CA). This
293
312
  * includes information about the class of public key algorithm and the key pair that your
294
313
  * private CA creates when it issues a certificate. It also includes the signature
@@ -319,19 +338,29 @@ export interface CertificateAuthorityConfiguration {
319
338
  */
320
339
  CsrExtensions?: CsrExtensions;
321
340
  }
341
+ /**
342
+ * @public
343
+ */
322
344
  export declare enum CertificateAuthorityType {
323
345
  ROOT = "ROOT",
324
346
  SUBORDINATE = "SUBORDINATE"
325
347
  }
348
+ /**
349
+ * @public
350
+ */
326
351
  export declare enum KeyStorageSecurityStandard {
327
352
  FIPS_140_2_LEVEL_2_OR_HIGHER = "FIPS_140_2_LEVEL_2_OR_HIGHER",
328
353
  FIPS_140_2_LEVEL_3_OR_HIGHER = "FIPS_140_2_LEVEL_3_OR_HIGHER"
329
354
  }
355
+ /**
356
+ * @public
357
+ */
330
358
  export declare enum S3ObjectAcl {
331
359
  BUCKET_OWNER_FULL_CONTROL = "BUCKET_OWNER_FULL_CONTROL",
332
360
  PUBLIC_READ = "PUBLIC_READ"
333
361
  }
334
362
  /**
363
+ * @public
335
364
  * <p>Contains configuration information for a certificate revocation list (CRL). Your
336
365
  * private certificate authority (CA) creates base CRLs. Delta CRLs are not supported. You
337
366
  * can enable CRLs for your new or an existing private CA by setting the <b>Enabled</b> parameter to <code>true</code>. Your private CA
@@ -501,6 +530,7 @@ export interface CrlConfiguration {
501
530
  S3ObjectAcl?: S3ObjectAcl | string;
502
531
  }
503
532
  /**
533
+ * @public
504
534
  * <p>Contains information to enable and configure Online Certificate Status Protocol (OCSP)
505
535
  * for validating certificate revocation status.</p>
506
536
  * <p>When you revoke a certificate, OCSP responses may take up to 60 minutes
@@ -527,6 +557,7 @@ export interface OcspConfiguration {
527
557
  OcspCustomCname?: string;
528
558
  }
529
559
  /**
560
+ * @public
530
561
  * <p>Certificate revocation information used by the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a> and <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_UpdateCertificateAuthority.html">UpdateCertificateAuthority</a> actions. Your private certificate authority (CA)
531
562
  * can configure Online Certificate Status Protocol (OCSP) support and/or maintain a
532
563
  * certificate revocation list (CRL). OCSP returns validation information about
@@ -551,6 +582,7 @@ export interface RevocationConfiguration {
551
582
  OcspConfiguration?: OcspConfiguration;
552
583
  }
553
584
  /**
585
+ * @public
554
586
  * <p>Tags are labels that you can use to identify and organize your private CAs. Each tag
555
587
  * consists of a key and an optional value. You can associate up to 50 tags with a private
556
588
  * CA. To add one or more tags to a private CA, call the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_TagCertificateAuthority.html">TagCertificateAuthority</a>
@@ -566,10 +598,16 @@ export interface Tag {
566
598
  */
567
599
  Value?: string;
568
600
  }
601
+ /**
602
+ * @public
603
+ */
569
604
  export declare enum CertificateAuthorityUsageMode {
570
605
  GENERAL_PURPOSE = "GENERAL_PURPOSE",
571
606
  SHORT_LIVED_CERTIFICATE = "SHORT_LIVED_CERTIFICATE"
572
607
  }
608
+ /**
609
+ * @public
610
+ */
573
611
  export interface CreateCertificateAuthorityRequest {
574
612
  /**
575
613
  * <p>Name and bit size of the private key algorithm, the name of the signing algorithm, and
@@ -660,6 +698,9 @@ export interface CreateCertificateAuthorityRequest {
660
698
  */
661
699
  UsageMode?: CertificateAuthorityUsageMode | string;
662
700
  }
701
+ /**
702
+ * @public
703
+ */
663
704
  export interface CreateCertificateAuthorityResponse {
664
705
  /**
665
706
  * <p>If successful, the Amazon Resource Name (ARN) of the certificate authority (CA). This
@@ -672,6 +713,7 @@ export interface CreateCertificateAuthorityResponse {
672
713
  CertificateAuthorityArn?: string;
673
714
  }
674
715
  /**
716
+ * @public
675
717
  * <p>One or more of the specified arguments was not valid.</p>
676
718
  */
677
719
  export declare class InvalidArgsException extends __BaseException {
@@ -683,6 +725,7 @@ export declare class InvalidArgsException extends __BaseException {
683
725
  constructor(opts: __ExceptionOptionType<InvalidArgsException, __BaseException>);
684
726
  }
685
727
  /**
728
+ * @public
686
729
  * <p>The resource policy is invalid or is missing a required statement. For general
687
730
  * information about IAM policy and statement structure, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#access_policies-json">Overview of JSON Policies</a>.</p>
688
731
  */
@@ -695,6 +738,7 @@ export declare class InvalidPolicyException extends __BaseException {
695
738
  constructor(opts: __ExceptionOptionType<InvalidPolicyException, __BaseException>);
696
739
  }
697
740
  /**
741
+ * @public
698
742
  * <p>The tag associated with the CA is not valid. The invalid argument is contained in the
699
743
  * message field.</p>
700
744
  */
@@ -707,6 +751,7 @@ export declare class InvalidTagException extends __BaseException {
707
751
  constructor(opts: __ExceptionOptionType<InvalidTagException, __BaseException>);
708
752
  }
709
753
  /**
754
+ * @public
710
755
  * <p>An Amazon Web Services Private CA quota has been exceeded. See the exception message returned to determine
711
756
  * the quota that was exceeded.</p>
712
757
  */
@@ -718,10 +763,16 @@ export declare class LimitExceededException extends __BaseException {
718
763
  */
719
764
  constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
720
765
  }
766
+ /**
767
+ * @public
768
+ */
721
769
  export declare enum AuditReportResponseFormat {
722
770
  CSV = "CSV",
723
771
  JSON = "JSON"
724
772
  }
773
+ /**
774
+ * @public
775
+ */
725
776
  export interface CreateCertificateAuthorityAuditReportRequest {
726
777
  /**
727
778
  * <p>The Amazon Resource Name (ARN) of the CA to be audited. This is of the form:</p>
@@ -739,6 +790,9 @@ export interface CreateCertificateAuthorityAuditReportRequest {
739
790
  */
740
791
  AuditReportResponseFormat: AuditReportResponseFormat | string | undefined;
741
792
  }
793
+ /**
794
+ * @public
795
+ */
742
796
  export interface CreateCertificateAuthorityAuditReportResponse {
743
797
  /**
744
798
  * <p>An alphanumeric string that contains a report identifier.</p>
@@ -751,6 +805,7 @@ export interface CreateCertificateAuthorityAuditReportResponse {
751
805
  S3Key?: string;
752
806
  }
753
807
  /**
808
+ * @public
754
809
  * <p>The requested Amazon Resource Name (ARN) does not refer to an existing
755
810
  * resource.</p>
756
811
  */
@@ -763,6 +818,7 @@ export declare class InvalidArnException extends __BaseException {
763
818
  constructor(opts: __ExceptionOptionType<InvalidArnException, __BaseException>);
764
819
  }
765
820
  /**
821
+ * @public
766
822
  * <p>The state of the private CA does not allow this action to occur.</p>
767
823
  */
768
824
  export declare class InvalidStateException extends __BaseException {
@@ -774,6 +830,7 @@ export declare class InvalidStateException extends __BaseException {
774
830
  constructor(opts: __ExceptionOptionType<InvalidStateException, __BaseException>);
775
831
  }
776
832
  /**
833
+ * @public
777
834
  * <p>The request has failed for an unspecified reason.</p>
778
835
  */
779
836
  export declare class RequestFailedException extends __BaseException {
@@ -785,6 +842,7 @@ export declare class RequestFailedException extends __BaseException {
785
842
  constructor(opts: __ExceptionOptionType<RequestFailedException, __BaseException>);
786
843
  }
787
844
  /**
845
+ * @public
788
846
  * <p>Your request is already in progress.</p>
789
847
  */
790
848
  export declare class RequestInProgressException extends __BaseException {
@@ -796,6 +854,7 @@ export declare class RequestInProgressException extends __BaseException {
796
854
  constructor(opts: __ExceptionOptionType<RequestInProgressException, __BaseException>);
797
855
  }
798
856
  /**
857
+ * @public
799
858
  * <p>A resource such as a private CA, S3 bucket, certificate, audit report, or policy
800
859
  * cannot be found.</p>
801
860
  */
@@ -807,11 +866,17 @@ export declare class ResourceNotFoundException extends __BaseException {
807
866
  */
808
867
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
809
868
  }
869
+ /**
870
+ * @public
871
+ */
810
872
  export declare enum ActionType {
811
873
  GetCertificate = "GetCertificate",
812
874
  IssueCertificate = "IssueCertificate",
813
875
  ListPermissions = "ListPermissions"
814
876
  }
877
+ /**
878
+ * @public
879
+ */
815
880
  export interface CreatePermissionRequest {
816
881
  /**
817
882
  * <p>The Amazon Resource Name (ARN) of the CA that grants the permissions. You can find the
@@ -839,6 +904,7 @@ export interface CreatePermissionRequest {
839
904
  Actions: (ActionType | string)[] | undefined;
840
905
  }
841
906
  /**
907
+ * @public
842
908
  * <p>The designated permission has already been given to the user.</p>
843
909
  */
844
910
  export declare class PermissionAlreadyExistsException extends __BaseException {
@@ -850,6 +916,7 @@ export declare class PermissionAlreadyExistsException extends __BaseException {
850
916
  constructor(opts: __ExceptionOptionType<PermissionAlreadyExistsException, __BaseException>);
851
917
  }
852
918
  /**
919
+ * @public
853
920
  * <p>A previous update to your private CA is still ongoing.</p>
854
921
  */
855
922
  export declare class ConcurrentModificationException extends __BaseException {
@@ -860,6 +927,9 @@ export declare class ConcurrentModificationException extends __BaseException {
860
927
  */
861
928
  constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
862
929
  }
930
+ /**
931
+ * @public
932
+ */
863
933
  export interface DeleteCertificateAuthorityRequest {
864
934
  /**
865
935
  * <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a>. This must have the following form: </p>
@@ -875,6 +945,9 @@ export interface DeleteCertificateAuthorityRequest {
875
945
  */
876
946
  PermanentDeletionTimeInDays?: number;
877
947
  }
948
+ /**
949
+ * @public
950
+ */
878
951
  export interface DeletePermissionRequest {
879
952
  /**
880
953
  * <p>The Amazon Resource Number (ARN) of the private CA that issued the permissions. You
@@ -896,6 +969,9 @@ export interface DeletePermissionRequest {
896
969
  */
897
970
  SourceAccount?: string;
898
971
  }
972
+ /**
973
+ * @public
974
+ */
899
975
  export interface DeletePolicyRequest {
900
976
  /**
901
977
  * <p>The Amazon Resource Number (ARN) of the private CA that will have its policy deleted.
@@ -906,6 +982,7 @@ export interface DeletePolicyRequest {
906
982
  ResourceArn: string | undefined;
907
983
  }
908
984
  /**
985
+ * @public
909
986
  * <p>The current action was prevented because it would lock the caller out from performing
910
987
  * subsequent actions. Verify that the specified parameters would not result in the caller
911
988
  * being denied access to the resource. </p>
@@ -918,6 +995,9 @@ export declare class LockoutPreventedException extends __BaseException {
918
995
  */
919
996
  constructor(opts: __ExceptionOptionType<LockoutPreventedException, __BaseException>);
920
997
  }
998
+ /**
999
+ * @public
1000
+ */
921
1001
  export interface DescribeCertificateAuthorityRequest {
922
1002
  /**
923
1003
  * <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a>. This must be of the form: </p>
@@ -928,11 +1008,17 @@ export interface DescribeCertificateAuthorityRequest {
928
1008
  */
929
1009
  CertificateAuthorityArn: string | undefined;
930
1010
  }
1011
+ /**
1012
+ * @public
1013
+ */
931
1014
  export declare enum FailureReason {
932
1015
  OTHER = "OTHER",
933
1016
  REQUEST_TIMED_OUT = "REQUEST_TIMED_OUT",
934
1017
  UNSUPPORTED_ALGORITHM = "UNSUPPORTED_ALGORITHM"
935
1018
  }
1019
+ /**
1020
+ * @public
1021
+ */
936
1022
  export declare enum CertificateAuthorityStatus {
937
1023
  ACTIVE = "ACTIVE",
938
1024
  CREATING = "CREATING",
@@ -943,6 +1029,7 @@ export declare enum CertificateAuthorityStatus {
943
1029
  PENDING_CERTIFICATE = "PENDING_CERTIFICATE"
944
1030
  }
945
1031
  /**
1032
+ * @public
946
1033
  * <p>Contains information about your private certificate authority (CA). Your private CA
947
1034
  * can issue and revoke X.509 digital certificates. Digital certificates verify that the
948
1035
  * entity named in the certificate <b>Subject</b> field owns or
@@ -1030,6 +1117,9 @@ export interface CertificateAuthority {
1030
1117
  */
1031
1118
  UsageMode?: CertificateAuthorityUsageMode | string;
1032
1119
  }
1120
+ /**
1121
+ * @public
1122
+ */
1033
1123
  export interface DescribeCertificateAuthorityResponse {
1034
1124
  /**
1035
1125
  * <p>A <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_CertificateAuthority.html">CertificateAuthority</a> structure that contains information about your private
@@ -1037,6 +1127,9 @@ export interface DescribeCertificateAuthorityResponse {
1037
1127
  */
1038
1128
  CertificateAuthority?: CertificateAuthority;
1039
1129
  }
1130
+ /**
1131
+ * @public
1132
+ */
1040
1133
  export interface DescribeCertificateAuthorityAuditReportRequest {
1041
1134
  /**
1042
1135
  * <p>The Amazon Resource Name (ARN) of the private CA. This must be of the form:</p>
@@ -1051,11 +1144,17 @@ export interface DescribeCertificateAuthorityAuditReportRequest {
1051
1144
  */
1052
1145
  AuditReportId: string | undefined;
1053
1146
  }
1147
+ /**
1148
+ * @public
1149
+ */
1054
1150
  export declare enum AuditReportStatus {
1055
1151
  CREATING = "CREATING",
1056
1152
  FAILED = "FAILED",
1057
1153
  SUCCESS = "SUCCESS"
1058
1154
  }
1155
+ /**
1156
+ * @public
1157
+ */
1059
1158
  export interface DescribeCertificateAuthorityAuditReportResponse {
1060
1159
  /**
1061
1160
  * <p>Specifies whether report creation is in progress, has succeeded, or has failed.</p>
@@ -1075,6 +1174,9 @@ export interface DescribeCertificateAuthorityAuditReportResponse {
1075
1174
  */
1076
1175
  CreatedAt?: Date;
1077
1176
  }
1177
+ /**
1178
+ * @public
1179
+ */
1078
1180
  export interface GetCertificateRequest {
1079
1181
  /**
1080
1182
  * <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a>. This must be of the form: </p>
@@ -1094,6 +1196,9 @@ export interface GetCertificateRequest {
1094
1196
  */
1095
1197
  CertificateArn: string | undefined;
1096
1198
  }
1199
+ /**
1200
+ * @public
1201
+ */
1097
1202
  export interface GetCertificateResponse {
1098
1203
  /**
1099
1204
  * <p>The base64 PEM-encoded certificate specified by the <code>CertificateArn</code>
@@ -1106,6 +1211,9 @@ export interface GetCertificateResponse {
1106
1211
  */
1107
1212
  CertificateChain?: string;
1108
1213
  }
1214
+ /**
1215
+ * @public
1216
+ */
1109
1217
  export interface GetCertificateAuthorityCertificateRequest {
1110
1218
  /**
1111
1219
  * <p>The Amazon Resource Name (ARN) of your private CA. This is of the form:</p>
@@ -1116,6 +1224,9 @@ export interface GetCertificateAuthorityCertificateRequest {
1116
1224
  */
1117
1225
  CertificateAuthorityArn: string | undefined;
1118
1226
  }
1227
+ /**
1228
+ * @public
1229
+ */
1119
1230
  export interface GetCertificateAuthorityCertificateResponse {
1120
1231
  /**
1121
1232
  * <p>Base64-encoded certificate authority (CA) certificate.</p>
@@ -1129,6 +1240,9 @@ export interface GetCertificateAuthorityCertificateResponse {
1129
1240
  */
1130
1241
  CertificateChain?: string;
1131
1242
  }
1243
+ /**
1244
+ * @public
1245
+ */
1132
1246
  export interface GetCertificateAuthorityCsrRequest {
1133
1247
  /**
1134
1248
  * <p>The Amazon Resource Name (ARN) that was returned when you called the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a> action. This must be of the form: </p>
@@ -1139,6 +1253,9 @@ export interface GetCertificateAuthorityCsrRequest {
1139
1253
  */
1140
1254
  CertificateAuthorityArn: string | undefined;
1141
1255
  }
1256
+ /**
1257
+ * @public
1258
+ */
1142
1259
  export interface GetCertificateAuthorityCsrResponse {
1143
1260
  /**
1144
1261
  * <p>The base64 PEM-encoded certificate signing request (CSR) for your private CA
@@ -1146,6 +1263,9 @@ export interface GetCertificateAuthorityCsrResponse {
1146
1263
  */
1147
1264
  Csr?: string;
1148
1265
  }
1266
+ /**
1267
+ * @public
1268
+ */
1149
1269
  export interface GetPolicyRequest {
1150
1270
  /**
1151
1271
  * <p>The Amazon Resource Number (ARN) of the private CA that will have its policy
@@ -1155,6 +1275,9 @@ export interface GetPolicyRequest {
1155
1275
  */
1156
1276
  ResourceArn: string | undefined;
1157
1277
  }
1278
+ /**
1279
+ * @public
1280
+ */
1158
1281
  export interface GetPolicyResponse {
1159
1282
  /**
1160
1283
  * <p>The policy attached to the private CA as a JSON document.</p>
@@ -1162,6 +1285,7 @@ export interface GetPolicyResponse {
1162
1285
  Policy?: string;
1163
1286
  }
1164
1287
  /**
1288
+ * @public
1165
1289
  * <p>The certificate authority certificate you are importing does not comply with
1166
1290
  * conditions specified in the certificate that signed it.</p>
1167
1291
  */
@@ -1173,6 +1297,9 @@ export declare class CertificateMismatchException extends __BaseException {
1173
1297
  */
1174
1298
  constructor(opts: __ExceptionOptionType<CertificateMismatchException, __BaseException>);
1175
1299
  }
1300
+ /**
1301
+ * @public
1302
+ */
1176
1303
  export interface ImportCertificateAuthorityCertificateRequest {
1177
1304
  /**
1178
1305
  * <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a>. This must be of the form: </p>
@@ -1198,6 +1325,7 @@ export interface ImportCertificateAuthorityCertificateRequest {
1198
1325
  CertificateChain?: Uint8Array;
1199
1326
  }
1200
1327
  /**
1328
+ * @public
1201
1329
  * <p>The request action cannot be performed or is prohibited.</p>
1202
1330
  */
1203
1331
  export declare class InvalidRequestException extends __BaseException {
@@ -1209,6 +1337,7 @@ export declare class InvalidRequestException extends __BaseException {
1209
1337
  constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
1210
1338
  }
1211
1339
  /**
1340
+ * @public
1212
1341
  * <p>One or more fields in the certificate are invalid.</p>
1213
1342
  */
1214
1343
  export declare class MalformedCertificateException extends __BaseException {
@@ -1219,10 +1348,14 @@ export declare class MalformedCertificateException extends __BaseException {
1219
1348
  */
1220
1349
  constructor(opts: __ExceptionOptionType<MalformedCertificateException, __BaseException>);
1221
1350
  }
1351
+ /**
1352
+ * @public
1353
+ */
1222
1354
  export declare enum PolicyQualifierId {
1223
1355
  CPS = "CPS"
1224
1356
  }
1225
1357
  /**
1358
+ * @public
1226
1359
  * <p>Defines a <code>PolicyInformation</code> qualifier. Amazon Web Services Private CA supports the <a href="https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.4">certification
1227
1360
  * practice statement (CPS) qualifier</a> defined in RFC 5280. </p>
1228
1361
  */
@@ -1234,6 +1367,7 @@ export interface Qualifier {
1234
1367
  CpsUri: string | undefined;
1235
1368
  }
1236
1369
  /**
1370
+ * @public
1237
1371
  * <p>Modifies the <code>CertPolicyId</code> of a <code>PolicyInformation</code> object with
1238
1372
  * a qualifier. Amazon Web Services Private CA supports the certification practice statement (CPS)
1239
1373
  * qualifier.</p>
@@ -1250,6 +1384,7 @@ export interface PolicyQualifierInfo {
1250
1384
  Qualifier: Qualifier | undefined;
1251
1385
  }
1252
1386
  /**
1387
+ * @public
1253
1388
  * <p>Defines the X.509 <code>CertificatePolicies</code> extension.</p>
1254
1389
  */
1255
1390
  export interface PolicyInformation {
@@ -1266,6 +1401,7 @@ export interface PolicyInformation {
1266
1401
  PolicyQualifiers?: PolicyQualifierInfo[];
1267
1402
  }
1268
1403
  /**
1404
+ * @public
1269
1405
  * <p></p>
1270
1406
  * <p>Specifies the X.509 extension information for a certificate.</p>
1271
1407
  * <p>Extensions present in <code>CustomExtensions</code> follow the
@@ -1292,6 +1428,9 @@ export interface CustomExtension {
1292
1428
  */
1293
1429
  Critical?: boolean;
1294
1430
  }
1431
+ /**
1432
+ * @public
1433
+ */
1295
1434
  export declare enum ExtendedKeyUsageType {
1296
1435
  CERTIFICATE_TRANSPARENCY = "CERTIFICATE_TRANSPARENCY",
1297
1436
  CLIENT_AUTH = "CLIENT_AUTH",
@@ -1304,6 +1443,7 @@ export declare enum ExtendedKeyUsageType {
1304
1443
  TIME_STAMPING = "TIME_STAMPING"
1305
1444
  }
1306
1445
  /**
1446
+ * @public
1307
1447
  * <p>Specifies additional purposes for which the certified public key may be used other
1308
1448
  * than basic purposes indicated in the <code>KeyUsage</code> extension.</p>
1309
1449
  */
@@ -1320,6 +1460,7 @@ export interface ExtendedKeyUsage {
1320
1460
  ExtendedKeyUsageObjectIdentifier?: string;
1321
1461
  }
1322
1462
  /**
1463
+ * @public
1323
1464
  * <p>Contains X.509 extension information for a certificate.</p>
1324
1465
  */
1325
1466
  export interface Extensions {
@@ -1361,6 +1502,7 @@ export interface Extensions {
1361
1502
  CustomExtensions?: CustomExtension[];
1362
1503
  }
1363
1504
  /**
1505
+ * @public
1364
1506
  * <p>Contains X.509 certificate information to be placed in an issued certificate. An
1365
1507
  * <code>APIPassthrough</code> or <code>APICSRPassthrough</code> template variant must
1366
1508
  * be selected, or else this parameter is ignored. </p>
@@ -1382,6 +1524,9 @@ export interface ApiPassthrough {
1382
1524
  */
1383
1525
  Subject?: ASN1Subject;
1384
1526
  }
1527
+ /**
1528
+ * @public
1529
+ */
1385
1530
  export declare enum ValidityPeriodType {
1386
1531
  ABSOLUTE = "ABSOLUTE",
1387
1532
  DAYS = "DAYS",
@@ -1390,6 +1535,7 @@ export declare enum ValidityPeriodType {
1390
1535
  YEARS = "YEARS"
1391
1536
  }
1392
1537
  /**
1538
+ * @public
1393
1539
  * <p>Validity specifies the period of time during which a certificate is valid. Validity
1394
1540
  * can be expressed as an explicit date and time when the validity of a certificate starts
1395
1541
  * or expires, or as a span of time after issuance, stated in days, months, or years. For
@@ -1454,6 +1600,9 @@ export interface Validity {
1454
1600
  */
1455
1601
  Type: ValidityPeriodType | string | undefined;
1456
1602
  }
1603
+ /**
1604
+ * @public
1605
+ */
1457
1606
  export interface IssueCertificateRequest {
1458
1607
  /**
1459
1608
  * <p>Specifies X.509 certificate information to be included in the issued certificate. An
@@ -1558,6 +1707,9 @@ export interface IssueCertificateRequest {
1558
1707
  */
1559
1708
  IdempotencyToken?: string;
1560
1709
  }
1710
+ /**
1711
+ * @public
1712
+ */
1561
1713
  export interface IssueCertificateResponse {
1562
1714
  /**
1563
1715
  * <p>The Amazon Resource Name (ARN) of the issued certificate and the certificate serial
@@ -1570,6 +1722,7 @@ export interface IssueCertificateResponse {
1570
1722
  CertificateArn?: string;
1571
1723
  }
1572
1724
  /**
1725
+ * @public
1573
1726
  * <p>The certificate signing request is invalid.</p>
1574
1727
  */
1575
1728
  export declare class MalformedCSRException extends __BaseException {
@@ -1581,6 +1734,7 @@ export declare class MalformedCSRException extends __BaseException {
1581
1734
  constructor(opts: __ExceptionOptionType<MalformedCSRException, __BaseException>);
1582
1735
  }
1583
1736
  /**
1737
+ * @public
1584
1738
  * <p>The token specified in the <code>NextToken</code> argument is not valid. Use the token
1585
1739
  * returned from your previous call to <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_ListCertificateAuthorities.html">ListCertificateAuthorities</a>.</p>
1586
1740
  */
@@ -1592,10 +1746,16 @@ export declare class InvalidNextTokenException extends __BaseException {
1592
1746
  */
1593
1747
  constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
1594
1748
  }
1749
+ /**
1750
+ * @public
1751
+ */
1595
1752
  export declare enum ResourceOwner {
1596
1753
  OTHER_ACCOUNTS = "OTHER_ACCOUNTS",
1597
1754
  SELF = "SELF"
1598
1755
  }
1756
+ /**
1757
+ * @public
1758
+ */
1599
1759
  export interface ListCertificateAuthoritiesRequest {
1600
1760
  /**
1601
1761
  * <p>Use this parameter when paginating results in a subsequent request after you receive a
@@ -1617,6 +1777,9 @@ export interface ListCertificateAuthoritiesRequest {
1617
1777
  */
1618
1778
  ResourceOwner?: ResourceOwner | string;
1619
1779
  }
1780
+ /**
1781
+ * @public
1782
+ */
1620
1783
  export interface ListCertificateAuthoritiesResponse {
1621
1784
  /**
1622
1785
  * <p>Summary information about each certificate authority you have created.</p>
@@ -1628,6 +1791,9 @@ export interface ListCertificateAuthoritiesResponse {
1628
1791
  */
1629
1792
  NextToken?: string;
1630
1793
  }
1794
+ /**
1795
+ * @public
1796
+ */
1631
1797
  export interface ListPermissionsRequest {
1632
1798
  /**
1633
1799
  * <p>The Amazon Resource Number (ARN) of the private CA to inspect. You can find the ARN by
@@ -1651,6 +1817,7 @@ export interface ListPermissionsRequest {
1651
1817
  MaxResults?: number;
1652
1818
  }
1653
1819
  /**
1820
+ * @public
1654
1821
  * <p>Permissions designate which private CA actions can be performed by an Amazon Web Services service or
1655
1822
  * entity. In order for ACM to automatically renew private certificates, you must give
1656
1823
  * the ACM service principal all available permissions (<code>IssueCertificate</code>,
@@ -1687,6 +1854,9 @@ export interface Permission {
1687
1854
  */
1688
1855
  Policy?: string;
1689
1856
  }
1857
+ /**
1858
+ * @public
1859
+ */
1690
1860
  export interface ListPermissionsResponse {
1691
1861
  /**
1692
1862
  * <p>Summary information about each permission assigned by the specified private CA,
@@ -1699,6 +1869,9 @@ export interface ListPermissionsResponse {
1699
1869
  */
1700
1870
  NextToken?: string;
1701
1871
  }
1872
+ /**
1873
+ * @public
1874
+ */
1702
1875
  export interface ListTagsRequest {
1703
1876
  /**
1704
1877
  * <p>The Amazon Resource Name (ARN) that was returned when you called the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a> action. This must be of the form: </p>
@@ -1722,6 +1895,9 @@ export interface ListTagsRequest {
1722
1895
  */
1723
1896
  MaxResults?: number;
1724
1897
  }
1898
+ /**
1899
+ * @public
1900
+ */
1725
1901
  export interface ListTagsResponse {
1726
1902
  /**
1727
1903
  * <p>The tags associated with your private CA.</p>
@@ -1733,6 +1909,9 @@ export interface ListTagsResponse {
1733
1909
  */
1734
1910
  NextToken?: string;
1735
1911
  }
1912
+ /**
1913
+ * @public
1914
+ */
1736
1915
  export interface PutPolicyRequest {
1737
1916
  /**
1738
1917
  * <p>The Amazon Resource Number (ARN) of the private CA to associate with the policy. The
@@ -1749,6 +1928,9 @@ export interface PutPolicyRequest {
1749
1928
  */
1750
1929
  Policy: string | undefined;
1751
1930
  }
1931
+ /**
1932
+ * @public
1933
+ */
1752
1934
  export interface RestoreCertificateAuthorityRequest {
1753
1935
  /**
1754
1936
  * <p>The Amazon Resource Name (ARN) that was returned when you called the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a> action. This must be of the form: </p>
@@ -1760,6 +1942,7 @@ export interface RestoreCertificateAuthorityRequest {
1760
1942
  CertificateAuthorityArn: string | undefined;
1761
1943
  }
1762
1944
  /**
1945
+ * @public
1763
1946
  * <p>Your request has already been completed.</p>
1764
1947
  */
1765
1948
  export declare class RequestAlreadyProcessedException extends __BaseException {
@@ -1770,6 +1953,9 @@ export declare class RequestAlreadyProcessedException extends __BaseException {
1770
1953
  */
1771
1954
  constructor(opts: __ExceptionOptionType<RequestAlreadyProcessedException, __BaseException>);
1772
1955
  }
1956
+ /**
1957
+ * @public
1958
+ */
1773
1959
  export declare enum RevocationReason {
1774
1960
  AFFILIATION_CHANGED = "AFFILIATION_CHANGED",
1775
1961
  A_A_COMPROMISE = "A_A_COMPROMISE",
@@ -1780,6 +1966,9 @@ export declare enum RevocationReason {
1780
1966
  SUPERSEDED = "SUPERSEDED",
1781
1967
  UNSPECIFIED = "UNSPECIFIED"
1782
1968
  }
1969
+ /**
1970
+ * @public
1971
+ */
1783
1972
  export interface RevokeCertificateRequest {
1784
1973
  /**
1785
1974
  * <p>Amazon Resource Name (ARN) of the private CA that issued the certificate to be
@@ -1809,6 +1998,9 @@ export interface RevokeCertificateRequest {
1809
1998
  */
1810
1999
  RevocationReason: RevocationReason | string | undefined;
1811
2000
  }
2001
+ /**
2002
+ * @public
2003
+ */
1812
2004
  export interface TagCertificateAuthorityRequest {
1813
2005
  /**
1814
2006
  * <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a>. This must be of the form: </p>
@@ -1824,6 +2016,7 @@ export interface TagCertificateAuthorityRequest {
1824
2016
  Tags: Tag[] | undefined;
1825
2017
  }
1826
2018
  /**
2019
+ * @public
1827
2020
  * <p>You can associate up to 50 tags with a private CA. Exception information is contained
1828
2021
  * in the exception message field.</p>
1829
2022
  */
@@ -1835,6 +2028,9 @@ export declare class TooManyTagsException extends __BaseException {
1835
2028
  */
1836
2029
  constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
1837
2030
  }
2031
+ /**
2032
+ * @public
2033
+ */
1838
2034
  export interface UntagCertificateAuthorityRequest {
1839
2035
  /**
1840
2036
  * <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a>. This must be of the form: </p>
@@ -1849,6 +2045,9 @@ export interface UntagCertificateAuthorityRequest {
1849
2045
  */
1850
2046
  Tags: Tag[] | undefined;
1851
2047
  }
2048
+ /**
2049
+ * @public
2050
+ */
1852
2051
  export interface UpdateCertificateAuthorityRequest {
1853
2052
  /**
1854
2053
  * <p>Amazon Resource Name (ARN) of the private CA that issued the certificate to be
@@ -1895,239 +2094,3 @@ export interface UpdateCertificateAuthorityRequest {
1895
2094
  */
1896
2095
  Status?: CertificateAuthorityStatus | string;
1897
2096
  }
1898
- /**
1899
- * @internal
1900
- */
1901
- export declare const CustomAttributeFilterSensitiveLog: (obj: CustomAttribute) => any;
1902
- /**
1903
- * @internal
1904
- */
1905
- export declare const ASN1SubjectFilterSensitiveLog: (obj: ASN1Subject) => any;
1906
- /**
1907
- * @internal
1908
- */
1909
- export declare const EdiPartyNameFilterSensitiveLog: (obj: EdiPartyName) => any;
1910
- /**
1911
- * @internal
1912
- */
1913
- export declare const OtherNameFilterSensitiveLog: (obj: OtherName) => any;
1914
- /**
1915
- * @internal
1916
- */
1917
- export declare const GeneralNameFilterSensitiveLog: (obj: GeneralName) => any;
1918
- /**
1919
- * @internal
1920
- */
1921
- export declare const AccessMethodFilterSensitiveLog: (obj: AccessMethod) => any;
1922
- /**
1923
- * @internal
1924
- */
1925
- export declare const AccessDescriptionFilterSensitiveLog: (obj: AccessDescription) => any;
1926
- /**
1927
- * @internal
1928
- */
1929
- export declare const KeyUsageFilterSensitiveLog: (obj: KeyUsage) => any;
1930
- /**
1931
- * @internal
1932
- */
1933
- export declare const CsrExtensionsFilterSensitiveLog: (obj: CsrExtensions) => any;
1934
- /**
1935
- * @internal
1936
- */
1937
- export declare const CertificateAuthorityConfigurationFilterSensitiveLog: (obj: CertificateAuthorityConfiguration) => any;
1938
- /**
1939
- * @internal
1940
- */
1941
- export declare const CrlConfigurationFilterSensitiveLog: (obj: CrlConfiguration) => any;
1942
- /**
1943
- * @internal
1944
- */
1945
- export declare const OcspConfigurationFilterSensitiveLog: (obj: OcspConfiguration) => any;
1946
- /**
1947
- * @internal
1948
- */
1949
- export declare const RevocationConfigurationFilterSensitiveLog: (obj: RevocationConfiguration) => any;
1950
- /**
1951
- * @internal
1952
- */
1953
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1954
- /**
1955
- * @internal
1956
- */
1957
- export declare const CreateCertificateAuthorityRequestFilterSensitiveLog: (obj: CreateCertificateAuthorityRequest) => any;
1958
- /**
1959
- * @internal
1960
- */
1961
- export declare const CreateCertificateAuthorityResponseFilterSensitiveLog: (obj: CreateCertificateAuthorityResponse) => any;
1962
- /**
1963
- * @internal
1964
- */
1965
- export declare const CreateCertificateAuthorityAuditReportRequestFilterSensitiveLog: (obj: CreateCertificateAuthorityAuditReportRequest) => any;
1966
- /**
1967
- * @internal
1968
- */
1969
- export declare const CreateCertificateAuthorityAuditReportResponseFilterSensitiveLog: (obj: CreateCertificateAuthorityAuditReportResponse) => any;
1970
- /**
1971
- * @internal
1972
- */
1973
- export declare const CreatePermissionRequestFilterSensitiveLog: (obj: CreatePermissionRequest) => any;
1974
- /**
1975
- * @internal
1976
- */
1977
- export declare const DeleteCertificateAuthorityRequestFilterSensitiveLog: (obj: DeleteCertificateAuthorityRequest) => any;
1978
- /**
1979
- * @internal
1980
- */
1981
- export declare const DeletePermissionRequestFilterSensitiveLog: (obj: DeletePermissionRequest) => any;
1982
- /**
1983
- * @internal
1984
- */
1985
- export declare const DeletePolicyRequestFilterSensitiveLog: (obj: DeletePolicyRequest) => any;
1986
- /**
1987
- * @internal
1988
- */
1989
- export declare const DescribeCertificateAuthorityRequestFilterSensitiveLog: (obj: DescribeCertificateAuthorityRequest) => any;
1990
- /**
1991
- * @internal
1992
- */
1993
- export declare const CertificateAuthorityFilterSensitiveLog: (obj: CertificateAuthority) => any;
1994
- /**
1995
- * @internal
1996
- */
1997
- export declare const DescribeCertificateAuthorityResponseFilterSensitiveLog: (obj: DescribeCertificateAuthorityResponse) => any;
1998
- /**
1999
- * @internal
2000
- */
2001
- export declare const DescribeCertificateAuthorityAuditReportRequestFilterSensitiveLog: (obj: DescribeCertificateAuthorityAuditReportRequest) => any;
2002
- /**
2003
- * @internal
2004
- */
2005
- export declare const DescribeCertificateAuthorityAuditReportResponseFilterSensitiveLog: (obj: DescribeCertificateAuthorityAuditReportResponse) => any;
2006
- /**
2007
- * @internal
2008
- */
2009
- export declare const GetCertificateRequestFilterSensitiveLog: (obj: GetCertificateRequest) => any;
2010
- /**
2011
- * @internal
2012
- */
2013
- export declare const GetCertificateResponseFilterSensitiveLog: (obj: GetCertificateResponse) => any;
2014
- /**
2015
- * @internal
2016
- */
2017
- export declare const GetCertificateAuthorityCertificateRequestFilterSensitiveLog: (obj: GetCertificateAuthorityCertificateRequest) => any;
2018
- /**
2019
- * @internal
2020
- */
2021
- export declare const GetCertificateAuthorityCertificateResponseFilterSensitiveLog: (obj: GetCertificateAuthorityCertificateResponse) => any;
2022
- /**
2023
- * @internal
2024
- */
2025
- export declare const GetCertificateAuthorityCsrRequestFilterSensitiveLog: (obj: GetCertificateAuthorityCsrRequest) => any;
2026
- /**
2027
- * @internal
2028
- */
2029
- export declare const GetCertificateAuthorityCsrResponseFilterSensitiveLog: (obj: GetCertificateAuthorityCsrResponse) => any;
2030
- /**
2031
- * @internal
2032
- */
2033
- export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
2034
- /**
2035
- * @internal
2036
- */
2037
- export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
2038
- /**
2039
- * @internal
2040
- */
2041
- export declare const ImportCertificateAuthorityCertificateRequestFilterSensitiveLog: (obj: ImportCertificateAuthorityCertificateRequest) => any;
2042
- /**
2043
- * @internal
2044
- */
2045
- export declare const QualifierFilterSensitiveLog: (obj: Qualifier) => any;
2046
- /**
2047
- * @internal
2048
- */
2049
- export declare const PolicyQualifierInfoFilterSensitiveLog: (obj: PolicyQualifierInfo) => any;
2050
- /**
2051
- * @internal
2052
- */
2053
- export declare const PolicyInformationFilterSensitiveLog: (obj: PolicyInformation) => any;
2054
- /**
2055
- * @internal
2056
- */
2057
- export declare const CustomExtensionFilterSensitiveLog: (obj: CustomExtension) => any;
2058
- /**
2059
- * @internal
2060
- */
2061
- export declare const ExtendedKeyUsageFilterSensitiveLog: (obj: ExtendedKeyUsage) => any;
2062
- /**
2063
- * @internal
2064
- */
2065
- export declare const ExtensionsFilterSensitiveLog: (obj: Extensions) => any;
2066
- /**
2067
- * @internal
2068
- */
2069
- export declare const ApiPassthroughFilterSensitiveLog: (obj: ApiPassthrough) => any;
2070
- /**
2071
- * @internal
2072
- */
2073
- export declare const ValidityFilterSensitiveLog: (obj: Validity) => any;
2074
- /**
2075
- * @internal
2076
- */
2077
- export declare const IssueCertificateRequestFilterSensitiveLog: (obj: IssueCertificateRequest) => any;
2078
- /**
2079
- * @internal
2080
- */
2081
- export declare const IssueCertificateResponseFilterSensitiveLog: (obj: IssueCertificateResponse) => any;
2082
- /**
2083
- * @internal
2084
- */
2085
- export declare const ListCertificateAuthoritiesRequestFilterSensitiveLog: (obj: ListCertificateAuthoritiesRequest) => any;
2086
- /**
2087
- * @internal
2088
- */
2089
- export declare const ListCertificateAuthoritiesResponseFilterSensitiveLog: (obj: ListCertificateAuthoritiesResponse) => any;
2090
- /**
2091
- * @internal
2092
- */
2093
- export declare const ListPermissionsRequestFilterSensitiveLog: (obj: ListPermissionsRequest) => any;
2094
- /**
2095
- * @internal
2096
- */
2097
- export declare const PermissionFilterSensitiveLog: (obj: Permission) => any;
2098
- /**
2099
- * @internal
2100
- */
2101
- export declare const ListPermissionsResponseFilterSensitiveLog: (obj: ListPermissionsResponse) => any;
2102
- /**
2103
- * @internal
2104
- */
2105
- export declare const ListTagsRequestFilterSensitiveLog: (obj: ListTagsRequest) => any;
2106
- /**
2107
- * @internal
2108
- */
2109
- export declare const ListTagsResponseFilterSensitiveLog: (obj: ListTagsResponse) => any;
2110
- /**
2111
- * @internal
2112
- */
2113
- export declare const PutPolicyRequestFilterSensitiveLog: (obj: PutPolicyRequest) => any;
2114
- /**
2115
- * @internal
2116
- */
2117
- export declare const RestoreCertificateAuthorityRequestFilterSensitiveLog: (obj: RestoreCertificateAuthorityRequest) => any;
2118
- /**
2119
- * @internal
2120
- */
2121
- export declare const RevokeCertificateRequestFilterSensitiveLog: (obj: RevokeCertificateRequest) => any;
2122
- /**
2123
- * @internal
2124
- */
2125
- export declare const TagCertificateAuthorityRequestFilterSensitiveLog: (obj: TagCertificateAuthorityRequest) => any;
2126
- /**
2127
- * @internal
2128
- */
2129
- export declare const UntagCertificateAuthorityRequestFilterSensitiveLog: (obj: UntagCertificateAuthorityRequest) => any;
2130
- /**
2131
- * @internal
2132
- */
2133
- export declare const UpdateCertificateAuthorityRequestFilterSensitiveLog: (obj: UpdateCertificateAuthorityRequest) => any;