@aws-sdk/client-acm 3.1109.0 → 3.1111.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 (39) hide show
  1. package/README.md +7 -0
  2. package/dist-cjs/index.js +105 -9
  3. package/dist-es/ACM.js +4 -0
  4. package/dist-es/commands/ListCertificateDomainValidationsCommand.js +4 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/enums.js +8 -0
  7. package/dist-es/pagination/ListCertificateDomainValidationsPaginator.js +4 -0
  8. package/dist-es/pagination/index.js +1 -0
  9. package/dist-es/schemas/schemas_0.js +75 -8
  10. package/dist-types/ACM.d.ts +14 -0
  11. package/dist-types/ACMClient.d.ts +3 -2
  12. package/dist-types/commands/DescribeCertificateCommand.d.ts +11 -0
  13. package/dist-types/commands/ListCertificateDomainValidationsCommand.d.ts +128 -0
  14. package/dist-types/commands/RequestCertificateCommand.d.ts +1 -0
  15. package/dist-types/commands/UpdateCertificateOptionsCommand.d.ts +5 -1
  16. package/dist-types/commands/index.d.ts +1 -0
  17. package/dist-types/models/enums.d.ts +24 -0
  18. package/dist-types/models/models_0.d.ts +209 -3
  19. package/dist-types/pagination/ListCertificateDomainValidationsPaginator.d.ts +7 -0
  20. package/dist-types/pagination/index.d.ts +1 -0
  21. package/dist-types/runtimeConfig.browser.d.ts +38 -38
  22. package/dist-types/runtimeConfig.d.ts +39 -39
  23. package/dist-types/runtimeConfig.native.d.ts +37 -37
  24. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  25. package/dist-types/schemas/schemas_0.d.ts +10 -0
  26. package/dist-types/ts3.4/ACM.d.ts +24 -0
  27. package/dist-types/ts3.4/ACMClient.d.ts +6 -0
  28. package/dist-types/ts3.4/commands/ListCertificateDomainValidationsCommand.d.ts +42 -0
  29. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  30. package/dist-types/ts3.4/models/enums.d.ts +10 -0
  31. package/dist-types/ts3.4/models/models_0.d.ts +67 -0
  32. package/dist-types/ts3.4/pagination/ListCertificateDomainValidationsPaginator.d.ts +11 -0
  33. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  34. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +54 -56
  35. package/dist-types/ts3.4/runtimeConfig.d.ts +57 -57
  36. package/dist-types/ts3.4/runtimeConfig.native.d.ts +58 -60
  37. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  38. package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
  39. package/package.json +5 -5
@@ -28,6 +28,7 @@ import type { ListAcmeAccountsCommandInput, ListAcmeAccountsCommandOutput } from
28
28
  import type { ListAcmeDomainValidationsCommandInput, ListAcmeDomainValidationsCommandOutput } from "./commands/ListAcmeDomainValidationsCommand";
29
29
  import type { ListAcmeEndpointsCommandInput, ListAcmeEndpointsCommandOutput } from "./commands/ListAcmeEndpointsCommand";
30
30
  import type { ListAcmeExternalAccountBindingsCommandInput, ListAcmeExternalAccountBindingsCommandOutput } from "./commands/ListAcmeExternalAccountBindingsCommand";
31
+ import type { ListCertificateDomainValidationsCommandInput, ListCertificateDomainValidationsCommandOutput } from "./commands/ListCertificateDomainValidationsCommand";
31
32
  import type { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "./commands/ListCertificatesCommand";
32
33
  import type { ListTagsForCertificateCommandInput, ListTagsForCertificateCommandOutput } from "./commands/ListTagsForCertificateCommand";
33
34
  import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
@@ -51,11 +52,11 @@ export { __Client };
51
52
  /**
52
53
  * @public
53
54
  */
54
- export type ServiceInputTypes = AddTagsToCertificateCommandInput | CreateAcmeDomainValidationCommandInput | CreateAcmeEndpointCommandInput | CreateAcmeExternalAccountBindingCommandInput | DeleteAcmeDomainValidationCommandInput | DeleteAcmeEndpointCommandInput | DeleteAcmeExternalAccountBindingCommandInput | DeleteCertificateCommandInput | DescribeAcmeAccountCommandInput | DescribeAcmeDomainValidationCommandInput | DescribeAcmeEndpointCommandInput | DescribeAcmeExternalAccountBindingCommandInput | DescribeCertificateCommandInput | ExportCertificateCommandInput | GetAccountConfigurationCommandInput | GetAcmeExternalAccountBindingCredentialsCommandInput | GetCertificateCommandInput | ImportCertificateCommandInput | ListAcmeAccountsCommandInput | ListAcmeDomainValidationsCommandInput | ListAcmeEndpointsCommandInput | ListAcmeExternalAccountBindingsCommandInput | ListCertificatesCommandInput | ListTagsForCertificateCommandInput | ListTagsForResourceCommandInput | PutAccountConfigurationCommandInput | RemoveTagsFromCertificateCommandInput | RenewCertificateCommandInput | RequestCertificateCommandInput | ResendValidationEmailCommandInput | RevokeAcmeAccountCommandInput | RevokeAcmeExternalAccountBindingCommandInput | RevokeCertificateCommandInput | SearchCertificatesCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAcmeDomainValidationCommandInput | UpdateAcmeEndpointCommandInput | UpdateCertificateOptionsCommandInput;
55
+ export type ServiceInputTypes = AddTagsToCertificateCommandInput | CreateAcmeDomainValidationCommandInput | CreateAcmeEndpointCommandInput | CreateAcmeExternalAccountBindingCommandInput | DeleteAcmeDomainValidationCommandInput | DeleteAcmeEndpointCommandInput | DeleteAcmeExternalAccountBindingCommandInput | DeleteCertificateCommandInput | DescribeAcmeAccountCommandInput | DescribeAcmeDomainValidationCommandInput | DescribeAcmeEndpointCommandInput | DescribeAcmeExternalAccountBindingCommandInput | DescribeCertificateCommandInput | ExportCertificateCommandInput | GetAccountConfigurationCommandInput | GetAcmeExternalAccountBindingCredentialsCommandInput | GetCertificateCommandInput | ImportCertificateCommandInput | ListAcmeAccountsCommandInput | ListAcmeDomainValidationsCommandInput | ListAcmeEndpointsCommandInput | ListAcmeExternalAccountBindingsCommandInput | ListCertificateDomainValidationsCommandInput | ListCertificatesCommandInput | ListTagsForCertificateCommandInput | ListTagsForResourceCommandInput | PutAccountConfigurationCommandInput | RemoveTagsFromCertificateCommandInput | RenewCertificateCommandInput | RequestCertificateCommandInput | ResendValidationEmailCommandInput | RevokeAcmeAccountCommandInput | RevokeAcmeExternalAccountBindingCommandInput | RevokeCertificateCommandInput | SearchCertificatesCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAcmeDomainValidationCommandInput | UpdateAcmeEndpointCommandInput | UpdateCertificateOptionsCommandInput;
55
56
  /**
56
57
  * @public
57
58
  */
58
- export type ServiceOutputTypes = AddTagsToCertificateCommandOutput | CreateAcmeDomainValidationCommandOutput | CreateAcmeEndpointCommandOutput | CreateAcmeExternalAccountBindingCommandOutput | DeleteAcmeDomainValidationCommandOutput | DeleteAcmeEndpointCommandOutput | DeleteAcmeExternalAccountBindingCommandOutput | DeleteCertificateCommandOutput | DescribeAcmeAccountCommandOutput | DescribeAcmeDomainValidationCommandOutput | DescribeAcmeEndpointCommandOutput | DescribeAcmeExternalAccountBindingCommandOutput | DescribeCertificateCommandOutput | ExportCertificateCommandOutput | GetAccountConfigurationCommandOutput | GetAcmeExternalAccountBindingCredentialsCommandOutput | GetCertificateCommandOutput | ImportCertificateCommandOutput | ListAcmeAccountsCommandOutput | ListAcmeDomainValidationsCommandOutput | ListAcmeEndpointsCommandOutput | ListAcmeExternalAccountBindingsCommandOutput | ListCertificatesCommandOutput | ListTagsForCertificateCommandOutput | ListTagsForResourceCommandOutput | PutAccountConfigurationCommandOutput | RemoveTagsFromCertificateCommandOutput | RenewCertificateCommandOutput | RequestCertificateCommandOutput | ResendValidationEmailCommandOutput | RevokeAcmeAccountCommandOutput | RevokeAcmeExternalAccountBindingCommandOutput | RevokeCertificateCommandOutput | SearchCertificatesCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAcmeDomainValidationCommandOutput | UpdateAcmeEndpointCommandOutput | UpdateCertificateOptionsCommandOutput;
59
+ export type ServiceOutputTypes = AddTagsToCertificateCommandOutput | CreateAcmeDomainValidationCommandOutput | CreateAcmeEndpointCommandOutput | CreateAcmeExternalAccountBindingCommandOutput | DeleteAcmeDomainValidationCommandOutput | DeleteAcmeEndpointCommandOutput | DeleteAcmeExternalAccountBindingCommandOutput | DeleteCertificateCommandOutput | DescribeAcmeAccountCommandOutput | DescribeAcmeDomainValidationCommandOutput | DescribeAcmeEndpointCommandOutput | DescribeAcmeExternalAccountBindingCommandOutput | DescribeCertificateCommandOutput | ExportCertificateCommandOutput | GetAccountConfigurationCommandOutput | GetAcmeExternalAccountBindingCredentialsCommandOutput | GetCertificateCommandOutput | ImportCertificateCommandOutput | ListAcmeAccountsCommandOutput | ListAcmeDomainValidationsCommandOutput | ListAcmeEndpointsCommandOutput | ListAcmeExternalAccountBindingsCommandOutput | ListCertificateDomainValidationsCommandOutput | ListCertificatesCommandOutput | ListTagsForCertificateCommandOutput | ListTagsForResourceCommandOutput | PutAccountConfigurationCommandOutput | RemoveTagsFromCertificateCommandOutput | RenewCertificateCommandOutput | RequestCertificateCommandOutput | ResendValidationEmailCommandOutput | RevokeAcmeAccountCommandOutput | RevokeAcmeExternalAccountBindingCommandOutput | RevokeCertificateCommandOutput | SearchCertificatesCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAcmeDomainValidationCommandOutput | UpdateAcmeEndpointCommandOutput | UpdateCertificateOptionsCommandOutput;
59
60
  /**
60
61
  * @public
61
62
  */
@@ -125,6 +125,17 @@ declare const DescribeCertificateCommand_base: {
125
125
  * // Options: { // CertificateOptions
126
126
  * // CertificateTransparencyLoggingPreference: "ENABLED" || "DISABLED",
127
127
  * // Export: "ENABLED" || "DISABLED",
128
+ * // ValidationMethod: "EMAIL" || "DNS" || "HTTP",
129
+ * // },
130
+ * // UpdateSummary: { // UpdateSummary
131
+ * // Status: "PENDING_DOMAIN_VALIDATION" || "SUCCESS" || "FAILED",
132
+ * // Type: "DOMAIN_VALIDATION_METHOD",
133
+ * // DomainValidationMethodUpdateSummary: { // DomainValidationMethodUpdateSummary
134
+ * // From: "EMAIL" || "DNS" || "HTTP",
135
+ * // To: "EMAIL" || "DNS" || "HTTP",
136
+ * // },
137
+ * // RequestedAt: new Date("TIMESTAMP"),
138
+ * // UpdatedAt: new Date("TIMESTAMP"),
128
139
  * // },
129
140
  * // CertificateKeyPairOrigin: "AWS_MANAGED" || "ACME" || "CUSTOMER_PROVIDED",
130
141
  * // AcmeEndpointArn: "STRING_VALUE",
@@ -0,0 +1,128 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { ListCertificateDomainValidationsRequest, ListCertificateDomainValidationsResponse } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link ListCertificateDomainValidationsCommand}.
11
+ */
12
+ export interface ListCertificateDomainValidationsCommandInput extends ListCertificateDomainValidationsRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link ListCertificateDomainValidationsCommand}.
18
+ */
19
+ export interface ListCertificateDomainValidationsCommandOutput extends ListCertificateDomainValidationsResponse, __MetadataBearer {
20
+ }
21
+ declare const ListCertificateDomainValidationsCommand_base: {
22
+ new (input: ListCertificateDomainValidationsCommandInput): import("@smithy/core/client").CommandImpl<ListCertificateDomainValidationsCommandInput, ListCertificateDomainValidationsCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListCertificateDomainValidationsCommandInput): import("@smithy/core/client").CommandImpl<ListCertificateDomainValidationsCommandInput, ListCertificateDomainValidationsCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Returns per-domain validation summaries for an ACM certificate. Each summary includes the domain name, the active validation configuration, and the requested validation configuration when a validation method migration is in progress. You can use the results to monitor the progress of an email-to-DNS validation migration and to retrieve the CNAME records required for DNS validation.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { ACMClient, ListCertificateDomainValidationsCommand } from "@aws-sdk/client-acm"; // ES Modules import
32
+ * // const { ACMClient, ListCertificateDomainValidationsCommand } = require("@aws-sdk/client-acm"); // CommonJS import
33
+ * // import type { ACMClientConfig } from "@aws-sdk/client-acm";
34
+ * const config = {}; // type is ACMClientConfig
35
+ * const client = new ACMClient(config);
36
+ * const input = { // ListCertificateDomainValidationsRequest
37
+ * CertificateArn: "STRING_VALUE", // required
38
+ * NextToken: "STRING_VALUE",
39
+ * MaxItems: Number("int"),
40
+ * };
41
+ * const command = new ListCertificateDomainValidationsCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // ListCertificateDomainValidationsResponse
44
+ * // DomainValidationSummaryList: [ // DomainValidationSummaryList
45
+ * // { // DomainValidationSummary
46
+ * // DomainName: "STRING_VALUE", // required
47
+ * // ActiveValidationConfiguration: { // ValidationConfiguration
48
+ * // ValidationMethod: "EMAIL" || "DNS" || "HTTP",
49
+ * // ValidationChallenge: { // ValidationChallenge Union: only one key present
50
+ * // EmailValidationChallenge: { // EmailValidationChallenge
51
+ * // ValidationEmails: [ // ValidationEmailList
52
+ * // "STRING_VALUE",
53
+ * // ],
54
+ * // ValidationDomain: "STRING_VALUE",
55
+ * // },
56
+ * // DnsValidationChallenge: { // DnsValidationChallenge
57
+ * // ResourceRecord: { // ResourceRecord
58
+ * // Name: "STRING_VALUE", // required
59
+ * // Type: "CNAME", // required
60
+ * // Value: "STRING_VALUE", // required
61
+ * // },
62
+ * // },
63
+ * // },
64
+ * // ValidationStatus: "PENDING_VALIDATION" || "SUCCESS" || "FAILED",
65
+ * // },
66
+ * // RequestedValidationConfiguration: {
67
+ * // ValidationMethod: "EMAIL" || "DNS" || "HTTP",
68
+ * // ValidationChallenge: {// Union: only one key present
69
+ * // EmailValidationChallenge: {
70
+ * // ValidationEmails: [
71
+ * // "STRING_VALUE",
72
+ * // ],
73
+ * // ValidationDomain: "STRING_VALUE",
74
+ * // },
75
+ * // DnsValidationChallenge: {
76
+ * // ResourceRecord: {
77
+ * // Name: "STRING_VALUE", // required
78
+ * // Type: "CNAME", // required
79
+ * // Value: "STRING_VALUE", // required
80
+ * // },
81
+ * // },
82
+ * // },
83
+ * // ValidationStatus: "PENDING_VALIDATION" || "SUCCESS" || "FAILED",
84
+ * // },
85
+ * // },
86
+ * // ],
87
+ * // NextToken: "STRING_VALUE",
88
+ * // };
89
+ *
90
+ * ```
91
+ *
92
+ * @param ListCertificateDomainValidationsCommandInput - {@link ListCertificateDomainValidationsCommandInput}
93
+ * @returns {@link ListCertificateDomainValidationsCommandOutput}
94
+ * @see {@link ListCertificateDomainValidationsCommandInput} for command's `input` shape.
95
+ * @see {@link ListCertificateDomainValidationsCommandOutput} for command's `response` shape.
96
+ * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
97
+ *
98
+ * @throws {@link AccessDeniedException} (client fault)
99
+ * <p>You do not have access required to perform this action.</p>
100
+ *
101
+ * @throws {@link InvalidArgsException} (client fault)
102
+ * <p>One or more of request parameters specified is not valid.</p>
103
+ *
104
+ * @throws {@link ResourceNotFoundException} (client fault)
105
+ * <p>The specified certificate cannot be found in the caller's account or the caller's account cannot be found.</p>
106
+ *
107
+ * @throws {@link ThrottlingException} (client fault)
108
+ * <p>The request was denied because it exceeded a quota.</p>
109
+ *
110
+ * @throws {@link ACMServiceException}
111
+ * <p>Base exception class for all service exceptions from ACM service.</p>
112
+ *
113
+ *
114
+ * @public
115
+ */
116
+ export declare class ListCertificateDomainValidationsCommand extends ListCertificateDomainValidationsCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: ListCertificateDomainValidationsRequest;
121
+ output: ListCertificateDomainValidationsResponse;
122
+ };
123
+ sdk: {
124
+ input: ListCertificateDomainValidationsCommandInput;
125
+ output: ListCertificateDomainValidationsCommandOutput;
126
+ };
127
+ };
128
+ }
@@ -49,6 +49,7 @@ declare const RequestCertificateCommand_base: {
49
49
  * Options: { // CertificateOptions
50
50
  * CertificateTransparencyLoggingPreference: "ENABLED" || "DISABLED",
51
51
  * Export: "ENABLED" || "DISABLED",
52
+ * ValidationMethod: "EMAIL" || "DNS" || "HTTP",
52
53
  * },
53
54
  * CertificateAuthorityArn: "STRING_VALUE",
54
55
  * Tags: [ // TagList
@@ -24,7 +24,7 @@ declare const UpdateCertificateOptionsCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Updates a certificate. You can use this function to specify whether to export your certificate. Certificate transparency logging opt-out is no longer available. For more information, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency">Certificate Transparency Logging</a> and <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-exportable-certificates.html">Certificate Manager Exportable Managed Certificates</a>.</p>
27
+ * <p>Updates certificate options. You can use this operation to change the domain validation method or specify whether to export your certificate. For more information, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/email-to-dns-migration.html">Migrate from email to DNS validation</a> and <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-exportable-certificates.html">Certificate Manager Exportable Managed Certificates</a>.</p>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
30
30
  * ```javascript
@@ -38,6 +38,7 @@ declare const UpdateCertificateOptionsCommand_base: {
38
38
  * Options: { // CertificateOptions
39
39
  * CertificateTransparencyLoggingPreference: "ENABLED" || "DISABLED",
40
40
  * Export: "ENABLED" || "DISABLED",
41
+ * ValidationMethod: "EMAIL" || "DNS" || "HTTP",
41
42
  * },
42
43
  * };
43
44
  * const command = new UpdateCertificateOptionsCommand(input);
@@ -52,6 +53,9 @@ declare const UpdateCertificateOptionsCommand_base: {
52
53
  * @see {@link UpdateCertificateOptionsCommandOutput} for command's `response` shape.
53
54
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
54
55
  *
56
+ * @throws {@link ConflictException} (client fault)
57
+ * <p>You are trying to update a resource or configuration that is already being created or updated. Wait for the previous operation to finish and try again.</p>
58
+ *
55
59
  * @throws {@link InvalidArnException} (client fault)
56
60
  * <p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>
57
61
  *
@@ -20,6 +20,7 @@ export * from "./ListAcmeAccountsCommand";
20
20
  export * from "./ListAcmeDomainValidationsCommand";
21
21
  export * from "./ListAcmeEndpointsCommand";
22
22
  export * from "./ListAcmeExternalAccountBindingsCommand";
23
+ export * from "./ListCertificateDomainValidationsCommand";
23
24
  export * from "./ListCertificatesCommand";
24
25
  export * from "./ListTagsForCertificateCommand";
25
26
  export * from "./ListTagsForResourceCommand";
@@ -366,6 +366,30 @@ export declare const RevocationReason: {
366
366
  * @public
367
367
  */
368
368
  export type RevocationReason = (typeof RevocationReason)[keyof typeof RevocationReason];
369
+ /**
370
+ * @public
371
+ * @enum
372
+ */
373
+ export declare const UpdateStatus: {
374
+ readonly FAILED: "FAILED";
375
+ readonly PENDING_DOMAIN_VALIDATION: "PENDING_DOMAIN_VALIDATION";
376
+ readonly SUCCESS: "SUCCESS";
377
+ };
378
+ /**
379
+ * @public
380
+ */
381
+ export type UpdateStatus = (typeof UpdateStatus)[keyof typeof UpdateStatus];
382
+ /**
383
+ * @public
384
+ * @enum
385
+ */
386
+ export declare const UpdateType: {
387
+ readonly DOMAIN_VALIDATION_METHOD: "DOMAIN_VALIDATION_METHOD";
388
+ };
389
+ /**
390
+ * @public
391
+ */
392
+ export type UpdateType = (typeof UpdateType)[keyof typeof UpdateType];
369
393
  /**
370
394
  * @public
371
395
  * @enum
@@ -1,4 +1,4 @@
1
- import type { AcmeAccountStatus, AcmeAuthorizationBehavior, AcmeContact, AcmeDomainValidationFailureReason, AcmeDomainValidationStatus, AcmeEndpointStatus, CertificateExport, CertificateKeyPairOrigin, CertificateManagedBy, CertificateStatus, CertificateTransparencyLoggingPreference, CertificateType, ComparisonOperator, DomainScopeOption, DomainStatus, ExtendedKeyUsageName, FailureReason, KeyAlgorithm, KeyUsageName, PrevalidationType, PublicKeyAlgorithm, RecordType, RenewalEligibility, RenewalStatus, RevocationReason, SearchCertificatesSortBy, SearchCertificatesSortOrder, SortBy, SortOrder, TimeType, ValidationMethod } from "./enums";
1
+ import type { AcmeAccountStatus, AcmeAuthorizationBehavior, AcmeContact, AcmeDomainValidationFailureReason, AcmeDomainValidationStatus, AcmeEndpointStatus, CertificateExport, CertificateKeyPairOrigin, CertificateManagedBy, CertificateStatus, CertificateTransparencyLoggingPreference, CertificateType, ComparisonOperator, DomainScopeOption, DomainStatus, ExtendedKeyUsageName, FailureReason, KeyAlgorithm, KeyUsageName, PrevalidationType, PublicKeyAlgorithm, RecordType, RenewalEligibility, RenewalStatus, RevocationReason, SearchCertificatesSortBy, SearchCertificatesSortOrder, SortBy, SortOrder, TimeType, UpdateStatus, UpdateType, ValidationMethod } from "./enums";
2
2
  /**
3
3
  * <p>Contains ACM-specific metadata about a certificate.</p>
4
4
  * @public
@@ -994,7 +994,7 @@ export interface KeyUsage {
994
994
  Name?: KeyUsageName | undefined;
995
995
  }
996
996
  /**
997
- * <p>Structure that contains options for your certificate. You can use this structure to specify whether to export your certificate.</p> <p>Certificate transparency logging opt-out is no longer available. All public certificates are recorded in a certificate transparency log. For general information, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency">Certificate Transparency Logging</a>.</p> <p>You can export public ACM certificates to use with Amazon Web Services services as well as outside Amazon Web Services Cloud. For more information, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-exportable-certificates.html">Certificate Manager exportable public certificate</a>.</p>
997
+ * <p>Structure that contains options for your certificate. You can use this structure to change the domain validation method or specify whether to export your certificate.</p> <p>All public certificates are recorded in a certificate transparency log. For general information, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency">Certificate Transparency Logging</a>.</p> <p>You can export public ACM certificates to use with Amazon Web Services services as well as outside Amazon Web Services Cloud. For more information, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-exportable-certificates.html">Certificate Manager exportable public certificate</a>.</p>
998
998
  * @public
999
999
  */
1000
1000
  export interface CertificateOptions {
@@ -1010,6 +1010,11 @@ export interface CertificateOptions {
1010
1010
  * @public
1011
1011
  */
1012
1012
  Export?: CertificateExport | undefined;
1013
+ /**
1014
+ * <p>The domain validation method for the certificate. To migrate from email to DNS validation, specify <code>DNS</code>.</p>
1015
+ * @public
1016
+ */
1017
+ ValidationMethod?: ValidationMethod | undefined;
1013
1018
  }
1014
1019
  /**
1015
1020
  * <p>Contains information about the status of ACM's <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html">managed renewal</a> for the certificate. This structure exists only when the certificate type is <code>AMAZON_ISSUED</code>.</p>
@@ -1037,6 +1042,53 @@ export interface RenewalSummary {
1037
1042
  */
1038
1043
  UpdatedAt: Date | undefined;
1039
1044
  }
1045
+ /**
1046
+ * <p>Contains information about a domain validation method migration, including the previous validation method and the target validation method.</p>
1047
+ * @public
1048
+ */
1049
+ export interface DomainValidationMethodUpdateSummary {
1050
+ /**
1051
+ * <p>The validation method that the certificate was using before the update.</p>
1052
+ * @public
1053
+ */
1054
+ From?: ValidationMethod | undefined;
1055
+ /**
1056
+ * <p>The target validation method for the update.</p>
1057
+ * @public
1058
+ */
1059
+ To?: ValidationMethod | undefined;
1060
+ }
1061
+ /**
1062
+ * <p>Contains information about the most recent certificate update, such as a domain validation method migration. This structure is returned as part of the <a>CertificateDetail</a> response from <a>DescribeCertificate</a>.</p>
1063
+ * @public
1064
+ */
1065
+ export interface UpdateSummary {
1066
+ /**
1067
+ * <p>The status of the certificate update. The following are valid values:</p> <ul> <li> <p> <code>PENDING_DOMAIN_VALIDATION</code> – The certificate update is waiting for domain ownership validation to complete.</p> </li> <li> <p> <code>SUCCESS</code> – The certificate was updated successfully.</p> </li> <li> <p> <code>FAILED</code> – The certificate update failed.</p> </li> </ul>
1068
+ * @public
1069
+ */
1070
+ Status?: UpdateStatus | undefined;
1071
+ /**
1072
+ * <p>The type of update that was requested for the certificate. The following are valid values:</p> <ul> <li> <p> <code>DOMAIN_VALIDATION_METHOD</code> – The update changes the domain validation method for the certificate.</p> </li> </ul>
1073
+ * @public
1074
+ */
1075
+ Type?: UpdateType | undefined;
1076
+ /**
1077
+ * <p>Contains information about a domain validation method migration, including the previous and target validation methods.</p>
1078
+ * @public
1079
+ */
1080
+ DomainValidationMethodUpdateSummary?: DomainValidationMethodUpdateSummary | undefined;
1081
+ /**
1082
+ * <p>The time at which the certificate update was requested.</p>
1083
+ * @public
1084
+ */
1085
+ RequestedAt?: Date | undefined;
1086
+ /**
1087
+ * <p>The time at which the certificate update status was last changed.</p>
1088
+ * @public
1089
+ */
1090
+ UpdatedAt?: Date | undefined;
1091
+ }
1040
1092
  /**
1041
1093
  * <p>Contains metadata about an ACM certificate. This structure is returned in the response to a <a>DescribeCertificate</a> request. </p>
1042
1094
  * @public
@@ -1177,6 +1229,11 @@ export interface CertificateDetail {
1177
1229
  * @public
1178
1230
  */
1179
1231
  Options?: CertificateOptions | undefined;
1232
+ /**
1233
+ * <p>Contains information about the most recent update to the certificate. This field exists only when the certificate type is <code>AMAZON_ISSUED</code> and a certificate update has been requested.</p>
1234
+ * @public
1235
+ */
1236
+ UpdateSummary?: UpdateSummary | undefined;
1180
1237
  /**
1181
1238
  * <p>The origin of the certificate's key pair.</p>
1182
1239
  * @public
@@ -2141,6 +2198,155 @@ export interface ListAcmeExternalAccountBindingsResponse {
2141
2198
  */
2142
2199
  NextToken?: string | undefined;
2143
2200
  }
2201
+ /**
2202
+ * @public
2203
+ */
2204
+ export interface ListCertificateDomainValidationsRequest {
2205
+ /**
2206
+ * <p>The Amazon Resource Name (ARN) of the certificate for which to list domain validation summaries.</p>
2207
+ * @public
2208
+ */
2209
+ CertificateArn: string | undefined;
2210
+ /**
2211
+ * <p>A token returned by a previous call to <code>ListCertificateDomainValidations</code>. If the number of results exceeds <code>MaxItems</code>, use this token to retrieve the next page of results.</p>
2212
+ * @public
2213
+ */
2214
+ NextToken?: string | undefined;
2215
+ /**
2216
+ * <p>The maximum number of domain validation summaries to return. If you don't specify a value, the default is 1000.</p>
2217
+ * @public
2218
+ */
2219
+ MaxItems?: number | undefined;
2220
+ }
2221
+ /**
2222
+ * <p>Contains the CNAME record that you must add to your DNS configuration to validate domain ownership using DNS validation.</p>
2223
+ * @public
2224
+ */
2225
+ export interface DnsValidationChallenge {
2226
+ /**
2227
+ * <p>The CNAME record that ACM creates for DNS validation. Add this record to your DNS configuration to prove that you own or control the domain.</p>
2228
+ * @public
2229
+ */
2230
+ ResourceRecord?: ResourceRecord | undefined;
2231
+ }
2232
+ /**
2233
+ * <p>Contains the email addresses used for email-based domain validation.</p>
2234
+ * @public
2235
+ */
2236
+ export interface EmailValidationChallenge {
2237
+ /**
2238
+ * <p>A list of email addresses that ACM uses to send domain validation emails.</p>
2239
+ * @public
2240
+ */
2241
+ ValidationEmails?: string[] | undefined;
2242
+ /**
2243
+ * <p>The domain name that ACM uses to send validation emails.</p>
2244
+ * @public
2245
+ */
2246
+ ValidationDomain?: string | undefined;
2247
+ }
2248
+ /**
2249
+ * <p>Contains the challenge details that you use to prove domain ownership. Only one member is set, depending on the validation method.</p>
2250
+ * @public
2251
+ */
2252
+ export type ValidationChallenge = ValidationChallenge.DnsValidationChallengeMember | ValidationChallenge.EmailValidationChallengeMember | ValidationChallenge.$UnknownMember;
2253
+ /**
2254
+ * @public
2255
+ */
2256
+ export declare namespace ValidationChallenge {
2257
+ /**
2258
+ * <p>Contains the email addresses used for email-based domain validation.</p>
2259
+ * @public
2260
+ */
2261
+ interface EmailValidationChallengeMember {
2262
+ EmailValidationChallenge: EmailValidationChallenge;
2263
+ DnsValidationChallenge?: never;
2264
+ $unknown?: never;
2265
+ }
2266
+ /**
2267
+ * <p>Contains the CNAME record that you must add to your DNS configuration to validate domain ownership using DNS validation.</p>
2268
+ * @public
2269
+ */
2270
+ interface DnsValidationChallengeMember {
2271
+ EmailValidationChallenge?: never;
2272
+ DnsValidationChallenge: DnsValidationChallenge;
2273
+ $unknown?: never;
2274
+ }
2275
+ /**
2276
+ * @public
2277
+ */
2278
+ interface $UnknownMember {
2279
+ EmailValidationChallenge?: never;
2280
+ DnsValidationChallenge?: never;
2281
+ $unknown: [string, any];
2282
+ }
2283
+ /**
2284
+ * @deprecated unused in schema-serde mode.
2285
+ *
2286
+ */
2287
+ interface Visitor<T> {
2288
+ EmailValidationChallenge: (value: EmailValidationChallenge) => T;
2289
+ DnsValidationChallenge: (value: DnsValidationChallenge) => T;
2290
+ _: (name: string, value: any) => T;
2291
+ }
2292
+ }
2293
+ /**
2294
+ * <p>Contains the validation method, validation status, and validation challenge details for a domain. This structure appears in <a>DomainValidationSummary</a> as both the active and requested validation configuration.</p>
2295
+ * @public
2296
+ */
2297
+ export interface ValidationConfiguration {
2298
+ /**
2299
+ * <p>The validation method for this configuration. Valid values:</p> <ul> <li> <p> <code>DNS</code> – Validation using a CNAME record added to your DNS configuration.</p> </li> <li> <p> <code>EMAIL</code> – Validation using an approval email sent to domain contacts.</p> </li> <li> <p> <code>HTTP</code> – Validation using an HTTP resource placed on your web server.</p> </li> </ul>
2300
+ * @public
2301
+ */
2302
+ ValidationMethod?: ValidationMethod | undefined;
2303
+ /**
2304
+ * <p>The validation challenge details for this configuration. The structure varies by validation method: for DNS validation, contains a <code>DnsValidationChallenge</code> with the CNAME record to add; for email validation, contains an <code>EmailValidationChallenge</code> with the validation email addresses.</p>
2305
+ * @public
2306
+ */
2307
+ ValidationChallenge?: ValidationChallenge | undefined;
2308
+ /**
2309
+ * <p>The validation status for this domain. Valid values:</p> <ul> <li> <p> <code>PENDING_VALIDATION</code> – The domain is waiting for validation to complete.</p> </li> <li> <p> <code>SUCCESS</code> – Validation completed successfully.</p> </li> <li> <p> <code>FAILED</code> – Validation failed.</p> </li> </ul>
2310
+ * @public
2311
+ */
2312
+ ValidationStatus?: DomainStatus | undefined;
2313
+ }
2314
+ /**
2315
+ * <p>Contains per-domain validation information for a certificate. This structure is returned as a member of the <a>ListCertificateDomainValidations</a> response.</p>
2316
+ * @public
2317
+ */
2318
+ export interface DomainValidationSummary {
2319
+ /**
2320
+ * <p>The fully qualified domain name (FQDN) in the certificate for which this validation summary applies.</p>
2321
+ * @public
2322
+ */
2323
+ DomainName: string | undefined;
2324
+ /**
2325
+ * <p>The validation configuration currently in effect for this domain. This reflects the validation method that ACM is currently using to validate domain ownership (for example, email or DNS).</p>
2326
+ * @public
2327
+ */
2328
+ ActiveValidationConfiguration?: ValidationConfiguration | undefined;
2329
+ /**
2330
+ * <p>The validation configuration for a pending validation method migration. This field is present only when a migration is in progress (for example, from email to DNS validation). It contains the target validation method, the current validation status, and the validation challenge details (such as the CNAME record to add to your DNS configuration).</p>
2331
+ * @public
2332
+ */
2333
+ RequestedValidationConfiguration?: ValidationConfiguration | undefined;
2334
+ }
2335
+ /**
2336
+ * @public
2337
+ */
2338
+ export interface ListCertificateDomainValidationsResponse {
2339
+ /**
2340
+ * <p>A list of <a>DomainValidationSummary</a> objects, one for each domain on the certificate. Each object contains the domain name and its active and requested validation configurations.</p>
2341
+ * @public
2342
+ */
2343
+ DomainValidationSummaryList?: DomainValidationSummary[] | undefined;
2344
+ /**
2345
+ * <p>If the number of results exceeds <code>MaxItems</code>, this token is included in the response. Use this token in a subsequent <code>ListCertificateDomainValidations</code> request to retrieve the next page of results.</p>
2346
+ * @public
2347
+ */
2348
+ NextToken?: string | undefined;
2349
+ }
2144
2350
  /**
2145
2351
  * <p>This structure can be used in the <a>ListCertificates</a> action to filter the output of the certificate list. </p>
2146
2352
  * @public
@@ -3022,7 +3228,7 @@ export interface UpdateCertificateOptionsRequest {
3022
3228
  */
3023
3229
  CertificateArn: string | undefined;
3024
3230
  /**
3025
- * <p>Use to update the options for your certificate. Currently, you can specify whether to export your certificate. Certificate transparency logging opt-out is no longer available. All public certificates are recorded in a certificate transparency log. For more information, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency">Certificate Transparency Logging</a>.</p>
3231
+ * <p>Use to update the options for your certificate. Currently, you can change the domain validation method or specify whether to export your certificate. For more information about migrating from email to DNS validation, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/email-to-dns-migration.html">Migrate from email to DNS validation</a>.</p>
3026
3232
  * @public
3027
3233
  */
3028
3234
  Options: CertificateOptions | undefined;
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListCertificateDomainValidationsCommandInput, ListCertificateDomainValidationsCommandOutput } from "../commands/ListCertificateDomainValidationsCommand";
3
+ import type { ACMPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListCertificateDomainValidations: (config: ACMPaginationConfiguration, input: ListCertificateDomainValidationsCommandInput, ...rest: any[]) => Paginator<ListCertificateDomainValidationsCommandOutput>;
@@ -3,5 +3,6 @@ export * from "./ListAcmeAccountsPaginator";
3
3
  export * from "./ListAcmeDomainValidationsPaginator";
4
4
  export * from "./ListAcmeEndpointsPaginator";
5
5
  export * from "./ListAcmeExternalAccountBindingsPaginator";
6
+ export * from "./ListCertificateDomainValidationsPaginator";
6
7
  export * from "./ListCertificatesPaginator";
7
8
  export * from "./SearchCertificatesPaginator";
@@ -4,49 +4,14 @@ import type { ACMClientConfig } from "./ACMClient";
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: ACMClientConfig) => {
7
- runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
- bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
- defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
- maxAttempts: number | import("@smithy/types").Provider<number>;
13
- region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
- retryMode: string | import("@smithy/types").Provider<string>;
16
- streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
17
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
18
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
- cacheMiddleware?: boolean | undefined;
20
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
21
- protocolSettings: {
22
- defaultNamespace?: string;
23
- [setting: string]: unknown;
24
- };
25
- apiVersion: string;
26
- sha256: import("@smithy/types").HashConstructor;
27
- urlParser: import("@smithy/types").UrlParser;
28
- base64Decoder: import("@smithy/types").Decoder;
29
- base64Encoder: (_input: Uint8Array | string) => string;
30
- utf8Decoder: import("@smithy/types").Decoder;
31
- utf8Encoder: (input: Uint8Array | string) => string;
32
- disableHostPrefix: boolean;
33
- serviceId: string;
34
- profile?: string;
35
- logger: import("@smithy/types").Logger;
36
- extensions: import("./runtimeExtensions").RuntimeExtension[];
7
+ cacheMiddleware?: boolean;
37
8
  customUserAgent?: string | import("@smithy/types").UserAgent;
38
9
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
39
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
40
- endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
41
- endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
42
- logger?: import("@smithy/types").Logger;
43
- }) => import("@smithy/types").EndpointV2;
10
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<string> | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
44
11
  tls?: boolean;
45
12
  ignoreConfiguredEndpointUrls?: boolean;
46
13
  serviceConfiguredEndpoint?: never;
47
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
48
- httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
49
- httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ACMHttpAuthSchemeProvider;
14
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
50
15
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
51
16
  signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
52
17
  signingEscapePath?: boolean;
@@ -54,8 +19,43 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
54
19
  signingRegion?: string;
55
20
  signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
56
21
  disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
22
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
57
23
  clientContextParams?: {
58
24
  serviceType?: string | undefined | import("@smithy/types").Provider<string | undefined>;
59
25
  };
60
26
  serviceType?: string | undefined | import("@smithy/types").Provider<string | undefined>;
27
+ apiVersion: string;
28
+ base64Decoder: import("@smithy/types").Decoder;
29
+ base64Encoder: (_input: Uint8Array | string) => string;
30
+ disableHostPrefix: boolean;
31
+ endpointProvider: (params: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
32
+ logger?: import("@smithy/types").Logger;
33
+ }) => import("@smithy/types").EndpointV2;
34
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
35
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ACMHttpAuthSchemeProvider;
36
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
37
+ logger: import("@smithy/types").Logger;
38
+ protocol: import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
39
+ protocolSettings: {
40
+ [setting: string]: unknown;
41
+ defaultNamespace?: string;
42
+ };
43
+ serviceId: string;
44
+ sha256: import("@smithy/types").HashConstructor;
45
+ urlParser: import("@smithy/types").UrlParser;
46
+ utf8Decoder: import("@smithy/types").Decoder;
47
+ utf8Encoder: (input: Uint8Array | string) => string;
48
+ profile?: string;
49
+ runtime: string;
50
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
51
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
52
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
53
+ defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
54
+ maxAttempts: number | import("@smithy/types").Provider<number>;
55
+ region: string | import("@smithy/types").Provider<any>;
56
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
57
+ retryMode: string | import("@smithy/types").Provider<string>;
58
+ streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
59
+ useDualstackEndpoint: boolean | (() => Promise<boolean>);
60
+ useFipsEndpoint: boolean | (() => Promise<boolean>);
61
61
  };