You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Retrieves a list of certificate ARNs and domain names. By default, the API returns RSA_2048 certificates. To return all certificates in the account, include the <code>keyType</code> filter with the values <code>[RSA_1024, RSA_2048, RSA_3072, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1]</code>.</p>
32
-
* <p>In addition to <code>keyType</code>, you can also filter by the <code>CertificateStatuses</code>, <code>keyUsage</code>, and <code>extendedKeyUsage</code> attributes on the certificate. For more information, see <a>Filters</a>.</p>
31
+
* <p>Retrieves a list of certificate ARNs and domain names. You can request that only
32
+
* certificates that match a specific status be listed. You can also filter by specific
33
+
* attributes of the certificate. Default filtering returns only <code>RSA_2048</code>
34
+
* certificates. For more information, see <a>Filters</a>.</p>
33
35
* @example
34
36
* Use a bare-bones client and the command you need to make an API call.
* <p>Contains the CNAME record that you add to your DNS database for domain validation. For
327
345
* more information, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-dns.html">Use DNS to Validate Domain Ownership</a>.</p>
328
346
* <p>Note: The CNAME information that you need does not include the name of your domain. If you
329
-
* include your domain name in the DNS database CNAME record, validation fails. For example, if
347
+
* include your domain name in the DNS database CNAME record, validation fails. For example, if
330
348
* the name is "_a79865eb4cd1a6ab990a45779b4e0b96.yourdomain.com", only
331
349
* "_a79865eb4cd1a6ab990a45779b4e0b96" must be used.</p>
332
350
* @public
333
351
*/
334
352
ResourceRecord?: ResourceRecord|undefined;
335
353
354
+
/**
355
+
* <p>Contains information for HTTP-based domain validation of certificates requested through CloudFront and issued by ACM.
356
+
* This field exists only when the certificate type is <code>AMAZON_ISSUED</code> and the validation method is <code>HTTP</code>.</p>
* list contains the domain names that are bound to the public key that is contained in the
1321
1372
* certificate. The subject alternative names include the canonical domain name (CN) of the
1322
1373
* certificate and additional domain names that can be used to connect to the website. </p>
1323
-
* <p>When called by <a>ListCertificates</a>, this parameter will only return the first 100 subject alternative
1374
+
* <p>When called by <a href="https://docs.aws.amazon.com/acm/latestAPIReference/API_ListCertificates.html">ListCertificates</a>, this parameter will only return the first 100 subject alternative
1324
1375
* names included in the certificate. To display the full list of subject alternative names, use
* <p>When called by <a>ListCertificates</a>, indicates whether the full list of subject alternative names has
1382
+
* <p>When called by <a href="https://docs.aws.amazon.com/acm/latestAPIReference/API_ListCertificates.html">ListCertificates</a>, indicates whether the full list of subject alternative names has
1332
1383
* been included in the response. If false, the response includes all of the subject alternative
1333
1384
* names included in the certificate. If true, the response only includes the first 100 subject
1334
1385
* alternative names included in the certificate. To display the full list of subject alternative
1335
-
* names, use <a>DescribeCertificate</a>.</p>
1386
+
* names, use <a href="https://docs.aws.amazon.com/acm/latestAPIReference/API_DescribeCertificate.html">DescribeCertificate</a>.</p>
0 commit comments