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>You can use AWS Certificate Manager (ACM) to manage SSL/TLS certificates for your AWS-based websites
82
-
* and applications. For more information about using ACM, see the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">AWS Certificate Manager User Guide</a>.</p>
80
+
* <fullname>Amazon Web Services Certificate Manager</fullname>
81
+
* <p>You can use Amazon Web Services Certificate Manager (ACM) to manage SSL/TLS certificates for your Amazon Web Services-based websites
82
+
* and applications. For more information about using ACM, see the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">Amazon Web Services Certificate Manager User Guide</a>.</p>
83
83
*/
84
84
exportclassACMextendsACMClient{
85
85
/**
86
86
* <p>Adds one or more tags to an ACM certificate. Tags are labels that you can use to
87
-
* identify and organize your AWS resources. Each tag consists of a <code>key</code> and an
87
+
* identify and organize your Amazon Web Services resources. Each tag consists of a <code>key</code> and an
88
88
* optional <code>value</code>. You specify the certificate on input by its Amazon Resource Name
89
89
* (ARN). You specify the tag by using a key-value pair. </p>
90
90
*
@@ -131,10 +131,10 @@ export class ACM extends ACMClient {
131
131
132
132
/**
133
133
* <p>Deletes a certificate and its associated private key. If this action succeeds, the
134
-
* certificate no longer appears in the list that can be displayed by calling the <a>ListCertificates</a> action or be retrieved by calling the <a>GetCertificate</a> action. The certificate will not be available for use by AWS
134
+
* certificate no longer appears in the list that can be displayed by calling the <a>ListCertificates</a> action or be retrieved by calling the <a>GetCertificate</a> action. The certificate will not be available for use by Amazon Web Services
135
135
* services integrated with ACM. </p>
136
136
* <note>
137
-
* <p>You cannot delete an ACM certificate that is being used by another AWS service. To
137
+
* <p>You cannot delete an ACM certificate that is being used by another Amazon Web Services service. To
138
138
* delete a certificate that is in use, the certificate association must first be
139
139
* removed.</p>
140
140
* </note>
@@ -240,7 +240,7 @@ export class ACM extends ACMClient {
240
240
241
241
/**
242
242
* <p>Returns the account
243
-
* configuration options associated with an AWS account.</p>
243
+
* configuration options associated with an Amazon Web Services account.</p>
244
244
*/
245
245
publicgetAccountConfiguration(
246
246
args: GetAccountConfigurationCommandInput,
@@ -307,13 +307,13 @@ export class ACM extends ACMClient {
307
307
}
308
308
309
309
/**
310
-
* <p>Imports a certificate into AWS Certificate Manager (ACM) to use with services that are integrated with
310
+
* <p>Imports a certificate into Amazon Web Services Certificate Manager (ACM) to use with services that are integrated with
311
311
* ACM. Note that <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html">integrated
312
312
* services</a> allow only certificate types and keys they support to be associated with
313
313
* their resources. Further, their support differs depending on whether the certificate is
314
314
* imported into IAM or into ACM. For more information, see the documentation for each
315
315
* service. For more information about importing certificates into ACM, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html">Importing
316
-
* Certificates</a> in the <i>AWS Certificate Manager User Guide</i>. </p>
316
+
* Certificates</a> in the <i>Amazon Web Services Certificate Manager User Guide</i>. </p>
317
317
*
318
318
* <note>
319
319
* <p>ACM does not provide <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html">managed renewal</a> for certificates that you import.</p>
@@ -594,16 +594,21 @@ export class ACM extends ACMClient {
594
594
}
595
595
596
596
/**
597
-
* <p>Requests an ACM certificate for use with other AWS services. To request an ACM
597
+
* <p>Requests an ACM certificate for use with other Amazon Web Services services. To request an ACM
598
598
* certificate, you must specify a fully qualified domain name (FQDN) in the
599
599
* <code>DomainName</code> parameter. You can also specify additional FQDNs in the
* <p>If you are requesting a private certificate, domain validation is not required. If you are
603
602
* requesting a public certificate, each domain name that you specify must be validated to verify
604
603
* that you own or control the domain. You can use <a href="https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-dns.html">DNS validation</a> or <a href="https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-email.html">email validation</a>.
605
604
* We recommend that you use DNS validation. ACM issues public certificates after receiving
606
605
* approval from the domain owner. </p>
606
+
*
607
+
* <note>
608
+
* <p>ACM behavior differs from the <a href="https://tools.ietf.org/html/rfc6125#appendix-B.2">https://tools.ietf.org/html/rfc6125#appendix-B.2</a>RFC 6125 specification of the
609
+
* certificate validation process. first checks for a subject alternative name, and, if it
* <p>You can use AWS Certificate Manager (ACM) to manage SSL/TLS certificates for your AWS-based websites
268
-
* and applications. For more information about using ACM, see the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">AWS Certificate Manager User Guide</a>.</p>
266
+
* <fullname>Amazon Web Services Certificate Manager</fullname>
267
+
* <p>You can use Amazon Web Services Certificate Manager (ACM) to manage SSL/TLS certificates for your Amazon Web Services-based websites
268
+
* and applications. For more information about using ACM, see the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">Amazon Web Services Certificate Manager User Guide</a>.</p>
Copy file name to clipboardExpand all lines: clients/client-acm/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@
7
7
8
8
AWS SDK for JavaScript ACM Client for Node.js, Browser and React Native.
9
9
10
-
<fullname>AWS Certificate Manager</fullname>
10
+
<fullname>Amazon Web Services Certificate Manager</fullname>
11
11
12
-
<p>You can use AWS Certificate Manager (ACM) to manage SSL/TLS certificates for your AWS-based websites
13
-
and applications. For more information about using ACM, see the <ahref="https://docs.aws.amazon.com/acm/latest/userguide/">AWS Certificate Manager User Guide</a>.</p>
12
+
<p>You can use Amazon Web Services Certificate Manager (ACM) to manage SSL/TLS certificates for your Amazon Web Services-based websites
13
+
and applications. For more information about using ACM, see the <ahref="https://docs.aws.amazon.com/acm/latest/userguide/">Amazon Web Services Certificate Manager User Guide</a>.</p>
* <p>Deletes a certificate and its associated private key. If this action succeeds, the
25
-
* certificate no longer appears in the list that can be displayed by calling the <a>ListCertificates</a> action or be retrieved by calling the <a>GetCertificate</a> action. The certificate will not be available for use by AWS
25
+
* certificate no longer appears in the list that can be displayed by calling the <a>ListCertificates</a> action or be retrieved by calling the <a>GetCertificate</a> action. The certificate will not be available for use by Amazon Web Services
26
26
* services integrated with ACM. </p>
27
27
* <note>
28
-
* <p>You cannot delete an ACM certificate that is being used by another AWS service. To
28
+
* <p>You cannot delete an ACM certificate that is being used by another Amazon Web Services service. To
29
29
* delete a certificate that is in use, the certificate association must first be
* <p>Imports a certificate into AWS Certificate Manager (ACM) to use with services that are integrated with
24
+
* <p>Imports a certificate into Amazon Web Services Certificate Manager (ACM) to use with services that are integrated with
25
25
* ACM. Note that <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html">integrated
26
26
* services</a> allow only certificate types and keys they support to be associated with
27
27
* their resources. Further, their support differs depending on whether the certificate is
28
28
* imported into IAM or into ACM. For more information, see the documentation for each
29
29
* service. For more information about importing certificates into ACM, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html">Importing
30
-
* Certificates</a> in the <i>AWS Certificate Manager User Guide</i>. </p>
30
+
* Certificates</a> in the <i>Amazon Web Services Certificate Manager User Guide</i>. </p>
31
31
*
32
32
* <note>
33
33
* <p>ACM does not provide <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html">managed renewal</a> for certificates that you import.</p>
* <p>If you are requesting a private certificate, domain validation is not required. If you are
30
29
* requesting a public certificate, each domain name that you specify must be validated to verify
31
30
* that you own or control the domain. You can use <a href="https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-dns.html">DNS validation</a> or <a href="https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-email.html">email validation</a>.
32
31
* We recommend that you use DNS validation. ACM issues public certificates after receiving
33
32
* approval from the domain owner. </p>
33
+
*
34
+
* <note>
35
+
* <p>ACM behavior differs from the <a href="https://tools.ietf.org/html/rfc6125#appendix-B.2">https://tools.ietf.org/html/rfc6125#appendix-B.2</a>RFC 6125 specification of the
36
+
* certificate validation process. first checks for a subject alternative name, and, if it
37
+
* finds one, ignores the common name (CN)</p>
38
+
* </note>
34
39
* @example
35
40
* Use a bare-bones client and the command you need to make an API call.
* <p>A list of ARNs for the AWS resources that are using the certificate. A certificate can
685
-
* be used by multiple AWS resources. </p>
685
+
* <p>A list of ARNs for the Amazon Web Services resources that are using the certificate. A certificate can
686
+
* be used by multiple Amazon Web Services resources. </p>
686
687
*/
687
688
InUseBy?: string[];
688
689
689
690
/**
690
691
* <p>The reason the certificate request failed. This value exists only when the certificate
691
692
* status is <code>FAILED</code>. For more information, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/troubleshooting.html#troubleshooting-failed">Certificate Request
692
-
* Failed</a> in the <i>AWS Certificate Manager User Guide</i>. </p>
693
+
* Failed</a> in the <i>Amazon Web Services Certificate Manager User Guide</i>. </p>
* <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html">managed renewal</a> for
700
701
* imported certificates. For more information about the differences between certificates that
701
702
* you import and those that ACM provides, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html">Importing Certificates</a> in the
702
-
* <i>AWS Certificate Manager User Guide</i>. </p>
703
+
* <i>Amazon Web Services Certificate Manager User Guide</i>. </p>
* <p>The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used
1513
1514
* to issue the certificate. If you do not provide an ARN and you are trying to request a private
1514
1515
* certificate, ACM will attempt to issue a public certificate. For more information about
1515
-
* private CAs, see the <a href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaWelcome.html">AWS Certificate Manager Private Certificate Authority (PCA)</a> user guide. The ARN must have the following form: </p>
1516
+
* private CAs, see the <a href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaWelcome.html">Amazon Web Services Certificate Manager Private Certificate Authority (PCA)</a> user guide. The ARN must have the following form: </p>
0 commit comments