Skip to content

Commit 8d633e0

Browse files
author
awstools
committed
feat(client-acm-pca): Updating service name entities
1 parent 1d78757 commit 8d633e0

18 files changed

+112
-113
lines changed

clients/client-acm-pca/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77

88
AWS SDK for JavaScript ACMPCA Client for Node.js, Browser and React Native.
99

10-
<p>This is the <i>Amazon Web Services Private Certificate Authority API Reference</i>. It provides descriptions,
10+
<p>This is the <i>Certificate Manager Private Certificate Authority (PCA) API Reference</i>. It provides descriptions,
1111
syntax, and usage examples for each of the actions and data types involved in creating
1212
and managing a private certificate authority (CA) for your organization.</p>
1313
<p>The documentation for each action shows the API request parameters and the JSON
1414
response. Alternatively, you can use one of the Amazon Web Services SDKs to access an API that is
1515
tailored to the programming language or platform that you prefer. For more information,
1616
see <a href="https://aws.amazon.com/tools/#SDKs">Amazon Web Services SDKs</a>.</p>
17-
<p>Each Amazon Web Services Private CA API operation has a quota that determines the number of times the
18-
operation can be called per second. Amazon Web Services Private CA throttles API requests at different rates
19-
depending on the operation. Throttling means that Amazon Web Services Private CA rejects an otherwise valid
17+
<p>Each ACM Private CA API operation has a quota that determines the number of times the
18+
operation can be called per second. ACM Private CA throttles API requests at different rates
19+
depending on the operation. Throttling means that ACM Private CA rejects an otherwise valid
2020
request because the request exceeds the operation's quota for the number of requests per
21-
second. When a request is throttled, Amazon Web Services Private CA returns a <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/CommonErrors.html">ThrottlingException</a> error. Amazon Web Services Private CA does not guarantee a minimum request
21+
second. When a request is throttled, ACM Private CA returns a <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/CommonErrors.html">ThrottlingException</a> error. ACM Private CA does not guarantee a minimum request
2222
rate for APIs. </p>
2323

24-
<p>To see an up-to-date list of your Amazon Web Services Private CA quotas, or to request a quota increase,
24+
<p>To see an up-to-date list of your ACM Private CA quotas, or to request a quota increase,
2525
log into your Amazon Web Services account and visit the <a href="https://console.aws.amazon.com/servicequotas/">Service Quotas</a>
2626
console.</p>
2727

clients/client-acm-pca/src/ACMPCA.ts

+37-37
Large diffs are not rendered by default.

clients/client-acm-pca/src/ACMPCAClient.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -319,21 +319,21 @@ type ACMPCAClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandle
319319
export interface ACMPCAClientResolvedConfig extends ACMPCAClientResolvedConfigType {}
320320

321321
/**
322-
* <p>This is the <i>Amazon Web Services Private Certificate Authority API Reference</i>. It provides descriptions,
322+
* <p>This is the <i>Certificate Manager Private Certificate Authority (PCA) API Reference</i>. It provides descriptions,
323323
* syntax, and usage examples for each of the actions and data types involved in creating
324324
* and managing a private certificate authority (CA) for your organization.</p>
325325
* <p>The documentation for each action shows the API request parameters and the JSON
326326
* response. Alternatively, you can use one of the Amazon Web Services SDKs to access an API that is
327327
* tailored to the programming language or platform that you prefer. For more information,
328328
* see <a href="https://aws.amazon.com/tools/#SDKs">Amazon Web Services SDKs</a>.</p>
329-
* <p>Each Amazon Web Services Private CA API operation has a quota that determines the number of times the
330-
* operation can be called per second. Amazon Web Services Private CA throttles API requests at different rates
331-
* depending on the operation. Throttling means that Amazon Web Services Private CA rejects an otherwise valid
329+
* <p>Each ACM Private CA API operation has a quota that determines the number of times the
330+
* operation can be called per second. ACM Private CA throttles API requests at different rates
331+
* depending on the operation. Throttling means that ACM Private CA rejects an otherwise valid
332332
* request because the request exceeds the operation's quota for the number of requests per
333-
* second. When a request is throttled, Amazon Web Services Private CA returns a <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/CommonErrors.html">ThrottlingException</a> error. Amazon Web Services Private CA does not guarantee a minimum request
333+
* second. When a request is throttled, ACM Private CA returns a <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/CommonErrors.html">ThrottlingException</a> error. ACM Private CA does not guarantee a minimum request
334334
* rate for APIs. </p>
335335
*
336-
* <p>To see an up-to-date list of your Amazon Web Services Private CA quotas, or to request a quota increase,
336+
* <p>To see an up-to-date list of your ACM Private CA quotas, or to request a quota increase,
337337
* log into your Amazon Web Services account and visit the <a href="https://console.aws.amazon.com/servicequotas/">Service Quotas</a>
338338
* console.</p>
339339
*/

clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export interface CreateCertificateAuthorityAuditReportCommandOutput
2828
__MetadataBearer {}
2929

3030
/**
31-
* <p>Creates an audit report that lists every time that your CA private key is used. The report
32-
* is saved in the Amazon S3 bucket that you specify on input. The <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_IssueCertificate.html">IssueCertificate</a> and <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_RevokeCertificate.html">RevokeCertificate</a> actions use
31+
* <p>Creates an audit report that lists every time that your CA private key is used. The
32+
* report is saved in the Amazon S3 bucket that you specify on input. The <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_IssueCertificate.html">IssueCertificate</a> and <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_RevokeCertificate.html">RevokeCertificate</a> actions use
3333
* the private key. </p>
3434
* <note>
3535
* <p>Both PCA and the IAM principal must have permission to write to
@@ -38,7 +38,7 @@ export interface CreateCertificateAuthorityAuditReportCommandOutput
3838
* thrown. For more information, see <a href="https://docs.aws.amazon.com/acm-pca/latest/userguide/crl-planning.html#s3-policies">Access
3939
* policies for CRLs in Amazon S3</a>.</p>
4040
* </note>
41-
* <p>Amazon Web Services Private CA assets that are stored in Amazon S3 can be protected with encryption.
41+
* <p>ACM Private CA assets that are stored in Amazon S3 can be protected with encryption.
4242
* For more information, see <a href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaAuditReport.html#audit-report-encryption">Encrypting Your Audit
4343
* Reports</a>.</p>
4444
* <note>

clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface CreateCertificateAuthorityCommandOutput extends CreateCertifica
3333
* CRL), the Amazon S3 bucket that will contain the CRL, and a CNAME alias for the S3
3434
* bucket that is included in certificates issued by the CA. If successful, this action
3535
* returns the Amazon Resource Name (ARN) of the CA.</p>
36-
* <p>Amazon Web Services Private CA assets that are stored in Amazon S3 can be protected with encryption.
36+
* <p>ACM Private CA assets that are stored in Amazon S3 can be protected with encryption.
3737
* For more information, see <a href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#crl-encryption">Encrypting Your
3838
* CRLs</a>.</p>
3939
* <note>

clients/client-acm-pca/src/commands/CreatePermissionCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export interface CreatePermissionCommandOutput extends __MetadataBearer {}
4646
* the ACM certificate owner must set up a resource-based policy to enable
4747
* cross-account issuance and renewals. For more information, see
4848
* <a href="https://docs.aws.amazon.com/acm-pca/latest/userguide/pca-rbp.html">Using a Resource
49-
* Based Policy with Amazon Web Services Private CA</a>.</p>
49+
* Based Policy with ACM Private CA</a>.</p>
5050
* </li>
5151
* </ul>
5252
* @example

clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface DeleteCertificateAuthorityCommandOutput extends __MetadataBeare
3333
* To do this, call the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html">UpdateCertificateAuthority</a> action and set the <b>CertificateAuthorityStatus</b> parameter to <code>DISABLED</code>. </p>
3434
* <p>Additionally, you can delete a CA if you are waiting for it to be created (that is,
3535
* the status of the CA is <code>CREATING</code>). You can also delete it if the CA has
36-
* been created but you haven't yet imported the signed certificate into Amazon Web Services Private CA (that
36+
* been created but you haven't yet imported the signed certificate into ACM Private CA (that
3737
* is, the status of the CA is <code>PENDING_CERTIFICATE</code>). </p>
3838
* <p>When you successfully call <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_DeleteCertificateAuthority.html">DeleteCertificateAuthority</a>, the CA's status changes to
3939
* <code>DELETED</code>. However, the CA won't be permanently deleted until the restoration

clients/client-acm-pca/src/commands/DeletePermissionCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export interface DeletePermissionCommandOutput extends __MetadataBearer {}
4848
* the ACM certificate owner must set up a resource-based policy to enable
4949
* cross-account issuance and renewals. For more information, see
5050
* <a href="https://docs.aws.amazon.com/acm-pca/latest/userguide/pca-rbp.html">Using a Resource
51-
* Based Policy with Amazon Web Services Private CA</a>.</p>
51+
* Based Policy with ACM Private CA</a>.</p>
5252
* </li>
5353
* </ul>
5454
* @example

clients/client-acm-pca/src/commands/DeletePolicyCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {}
3737
* <li>
3838
* <p>A policy grants access on a private CA to an Amazon Web Services customer account, to Amazon Web Services Organizations, or to
3939
* an Amazon Web Services Organizations unit. Policies are under the control of a CA administrator. For more information,
40-
* see <a href="https://docs.aws.amazon.com/acm-pca/latest/userguide/pca-rbp.html">Using a Resource Based Policy with Amazon Web Services Private CA</a>.</p>
40+
* see <a href="https://docs.aws.amazon.com/acm-pca/latest/userguide/pca-rbp.html">Using a Resource Based Policy with ACM Private CA</a>.</p>
4141
* </li>
4242
* <li>
4343
* <p>A policy permits a user of Certificate Manager (ACM) to issue ACM certificates
@@ -47,7 +47,7 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {}
4747
* <p>For ACM to manage automatic renewal of these certificates,
4848
* the ACM user must configure a Service Linked Role (SLR). The SLR allows
4949
* the ACM service to assume the identity of the user, subject to confirmation against the
50-
* Amazon Web Services Private CA policy. For more information, see
50+
* ACM Private CA policy. For more information, see
5151
* <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-slr.html">Using a
5252
* Service Linked Role with ACM</a>.</p>
5353
* </li>

clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ export interface DescribeCertificateAuthorityCommandOutput
3030
* <ul>
3131
* <li>
3232
* <p>
33-
* <code>CREATING</code> - Amazon Web Services Private CA is creating your private certificate
33+
* <code>CREATING</code> - ACM Private CA is creating your private certificate
3434
* authority.</p>
3535
* </li>
3636
* <li>
3737
* <p>
3838
* <code>PENDING_CERTIFICATE</code> - The certificate is pending. You must use
39-
* your Amazon Web Services Private CA-hosted or on-premises root or subordinate CA to sign your
39+
* your ACM Private CA-hosted or on-premises root or subordinate CA to sign your
4040
* private CA CSR and then import it into PCA. </p>
4141
* </li>
4242
* <li>

clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ export interface GetCertificateAuthorityCsrCommandOutput extends GetCertificateA
2323

2424
/**
2525
* <p>Retrieves the certificate signing request (CSR) for your private certificate authority
26-
* (CA). The CSR is created when you call the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a> action. Sign the CSR with your Amazon Web Services Private CA-hosted
26+
* (CA). The CSR is created when you call the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a> action. Sign the CSR with your ACM Private CA-hosted
2727
* or on-premises root or subordinate CA. Then import the signed certificate back into
28-
* Amazon Web Services Private CA by calling the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_ImportCertificateAuthorityCertificate.html">ImportCertificateAuthorityCertificate</a> action. The CSR is returned as a
28+
* ACM Private CA by calling the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_ImportCertificateAuthorityCertificate.html">ImportCertificateAuthorityCertificate</a> action. The CSR is returned as a
2929
* base64 PEM-encoded string. </p>
3030
* @example
3131
* Use a bare-bones client and the command you need to make an API call.

clients/client-acm-pca/src/commands/GetPolicyCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
3030
* <li>
3131
* <p>A policy grants access on a private CA to an Amazon Web Services customer account, to Amazon Web Services Organizations, or to
3232
* an Amazon Web Services Organizations unit. Policies are under the control of a CA administrator. For more information,
33-
* see <a href="https://docs.aws.amazon.com/acm-pca/latest/userguide/pca-rbp.html">Using a Resource Based Policy with Amazon Web Services Private CA</a>.</p>
33+
* see <a href="https://docs.aws.amazon.com/acm-pca/latest/userguide/pca-rbp.html">Using a Resource Based Policy with ACM Private CA</a>.</p>
3434
* </li>
3535
* <li>
3636
* <p>A policy permits a user of Certificate Manager (ACM) to issue ACM certificates
@@ -40,7 +40,7 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
4040
* <p>For ACM to manage automatic renewal of these certificates,
4141
* the ACM user must configure a Service Linked Role (SLR). The SLR allows
4242
* the ACM service to assume the identity of the user, subject to confirmation against the
43-
* Amazon Web Services Private CA policy. For more information, see
43+
* ACM Private CA policy. For more information, see
4444
* <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-slr.html">Using a
4545
* Service Linked Role with ACM</a>.</p>
4646
* </li>

clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts

+8-8
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ export interface ImportCertificateAuthorityCertificateCommandInput
2323
export interface ImportCertificateAuthorityCertificateCommandOutput extends __MetadataBearer {}
2424

2525
/**
26-
* <p>Imports a signed private CA certificate into Amazon Web Services Private CA. This action is used when you
27-
* are using a chain of trust whose root is located outside Amazon Web Services Private CA. Before you can call
26+
* <p>Imports a signed private CA certificate into ACM Private CA. This action is used when you
27+
* are using a chain of trust whose root is located outside ACM Private CA. Before you can call
2828
* this action, the following preparations must in place:</p>
2929
* <ol>
3030
* <li>
31-
* <p>In Amazon Web Services Private CA, call the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a> action to create the private CA that you
31+
* <p>In ACM Private CA, call the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a> action to create the private CA that you
3232
* plan to back with the imported certificate.</p>
3333
* </li>
3434
* <li>
@@ -44,14 +44,14 @@ export interface ImportCertificateAuthorityCertificateCommandOutput extends __Me
4444
* chain to your working directory.</p>
4545
* </li>
4646
* </ol>
47-
* <p>Amazon Web Services Private CA supports three scenarios for installing a CA certificate:</p>
47+
* <p>ACM Private CA supports three scenarios for installing a CA certificate:</p>
4848
* <ul>
4949
* <li>
50-
* <p>Installing a certificate for a root CA hosted by Amazon Web Services Private CA.</p>
50+
* <p>Installing a certificate for a root CA hosted by ACM Private CA.</p>
5151
* </li>
5252
* <li>
5353
* <p>Installing a subordinate CA certificate whose parent authority is hosted by
54-
* Amazon Web Services Private CA.</p>
54+
* ACM Private CA.</p>
5555
* </li>
5656
* <li>
5757
* <p>Installing a subordinate CA certificate whose parent authority is externally
@@ -89,7 +89,7 @@ export interface ImportCertificateAuthorityCertificateCommandOutput extends __Me
8989
* <p>
9090
* <i>Enforcement of Critical Constraints</i>
9191
* </p>
92-
* <p>Amazon Web Services Private CA allows the following extensions to be marked critical in the imported CA
92+
* <p>ACM Private CA allows the following extensions to be marked critical in the imported CA
9393
* certificate or chain.</p>
9494
* <ul>
9595
* <li>
@@ -129,7 +129,7 @@ export interface ImportCertificateAuthorityCertificateCommandOutput extends __Me
129129
* <p>Inhibit anyPolicy</p>
130130
* </li>
131131
* </ul>
132-
* <p>Amazon Web Services Private CA rejects the following extensions when they are marked critical in an
132+
* <p>ACM Private CA rejects the following extensions when they are marked critical in an
133133
* imported CA certificate or chain.</p>
134134
* <ul>
135135
* <li>

clients/client-acm-pca/src/commands/IssueCertificateCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface IssueCertificateCommandOutput extends IssueCertificateResponse,
2828
* specifying the ARN. </p>
2929
* <note>
3030
* <p>You cannot use the ACM <b>ListCertificateAuthorities</b> action to retrieve the ARNs of the
31-
* certificates that you issue by using Amazon Web Services Private CA.</p>
31+
* certificates that you issue by using ACM Private CA.</p>
3232
* </note>
3333
* @example
3434
* Use a bare-bones client and the command you need to make an API call.

clients/client-acm-pca/src/commands/ListPermissionsCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export interface ListPermissionsCommandOutput extends ListPermissionsResponse, _
4747
* the ACM certificate owner must set up a resource-based policy to enable
4848
* cross-account issuance and renewals. For more information, see
4949
* <a href="https://docs.aws.amazon.com/acm-pca/latest/userguide/pca-rbp.html">Using a Resource
50-
* Based Policy with Amazon Web Services Private CA</a>.</p>
50+
* Based Policy with ACM Private CA</a>.</p>
5151
* </li>
5252
* </ul>
5353
* @example

0 commit comments

Comments
 (0)