Skip to content

Commit be902c6

Browse files
author
aws-sdk-cpp-automation
committed
This release adds support for selecting a maintenance window.
Updating service name entities
1 parent 3b84a1b commit be902c6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2247
-926
lines changed

aws-cpp-sdk-acm-pca/include/aws/acm-pca/ACMPCAClient.h

Lines changed: 298 additions & 324 deletions
Large diffs are not rendered by default.

aws-cpp-sdk-acm-pca/include/aws/acm-pca/model/ApiPassthrough.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace Model
2929
* An <code>APIPassthrough</code> or <code>APICSRPassthrough</code> template
3030
* variant must be selected, or else this parameter is ignored. </p> <p>If
3131
* conflicting or duplicate certificate information is supplied from other sources,
32-
* Amazon Web Services Private CA applies <a
32+
* ACM Private CA applies <a
3333
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/UsingTemplates.html#template-order-of-operations">order
3434
* of operation rules</a> to determine what information is used.</p><p><h3>See
3535
* Also:</h3> <a

aws-cpp-sdk-acm-pca/include/aws/acm-pca/model/CertificateAuthority.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ namespace Model
4040
* action to create your private CA. You must then call the <a
4141
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_GetCertificateAuthorityCertificate.html">GetCertificateAuthorityCertificate</a>
4242
* action to retrieve a private CA certificate signing request (CSR). Sign the CSR
43-
* with your Amazon Web Services Private CA-hosted or on-premises root or
44-
* subordinate CA certificate. Call the <a
43+
* with your ACM Private CA-hosted or on-premises root or subordinate CA
44+
* certificate. Call the <a
4545
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_ImportCertificateAuthorityCertificate.html">ImportCertificateAuthorityCertificate</a>
4646
* action to import the signed certificate into Certificate Manager (ACM).
4747
* </p><p><h3>See Also:</h3> <a

aws-cpp-sdk-acm-pca/include/aws/acm-pca/model/CreateCertificateAuthorityRequest.h

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@ namespace Model
186186
* <b>CreateCertificateAuthority</b> action. Idempotency tokens for
187187
* <b>CreateCertificateAuthority</b> time out after five minutes. Therefore, if you
188188
* call <b>CreateCertificateAuthority</b> multiple times with the same idempotency
189-
* token within five minutes, Amazon Web Services Private CA recognizes that you
190-
* are requesting only certificate authority and will issue only one. If you change
191-
* the idempotency token for each call, PCA recognizes that you are requesting
192-
* multiple certificate authorities.</p>
189+
* token within five minutes, ACM Private CA recognizes that you are requesting
190+
* only certificate authority and will issue only one. If you change the
191+
* idempotency token for each call, PCA recognizes that you are requesting multiple
192+
* certificate authorities.</p>
193193
*/
194194
inline const Aws::String& GetIdempotencyToken() const{ return m_idempotencyToken; }
195195

@@ -198,10 +198,10 @@ namespace Model
198198
* <b>CreateCertificateAuthority</b> action. Idempotency tokens for
199199
* <b>CreateCertificateAuthority</b> time out after five minutes. Therefore, if you
200200
* call <b>CreateCertificateAuthority</b> multiple times with the same idempotency
201-
* token within five minutes, Amazon Web Services Private CA recognizes that you
202-
* are requesting only certificate authority and will issue only one. If you change
203-
* the idempotency token for each call, PCA recognizes that you are requesting
204-
* multiple certificate authorities.</p>
201+
* token within five minutes, ACM Private CA recognizes that you are requesting
202+
* only certificate authority and will issue only one. If you change the
203+
* idempotency token for each call, PCA recognizes that you are requesting multiple
204+
* certificate authorities.</p>
205205
*/
206206
inline bool IdempotencyTokenHasBeenSet() const { return m_idempotencyTokenHasBeenSet; }
207207

@@ -210,10 +210,10 @@ namespace Model
210210
* <b>CreateCertificateAuthority</b> action. Idempotency tokens for
211211
* <b>CreateCertificateAuthority</b> time out after five minutes. Therefore, if you
212212
* call <b>CreateCertificateAuthority</b> multiple times with the same idempotency
213-
* token within five minutes, Amazon Web Services Private CA recognizes that you
214-
* are requesting only certificate authority and will issue only one. If you change
215-
* the idempotency token for each call, PCA recognizes that you are requesting
216-
* multiple certificate authorities.</p>
213+
* token within five minutes, ACM Private CA recognizes that you are requesting
214+
* only certificate authority and will issue only one. If you change the
215+
* idempotency token for each call, PCA recognizes that you are requesting multiple
216+
* certificate authorities.</p>
217217
*/
218218
inline void SetIdempotencyToken(const Aws::String& value) { m_idempotencyTokenHasBeenSet = true; m_idempotencyToken = value; }
219219

@@ -222,10 +222,10 @@ namespace Model
222222
* <b>CreateCertificateAuthority</b> action. Idempotency tokens for
223223
* <b>CreateCertificateAuthority</b> time out after five minutes. Therefore, if you
224224
* call <b>CreateCertificateAuthority</b> multiple times with the same idempotency
225-
* token within five minutes, Amazon Web Services Private CA recognizes that you
226-
* are requesting only certificate authority and will issue only one. If you change
227-
* the idempotency token for each call, PCA recognizes that you are requesting
228-
* multiple certificate authorities.</p>
225+
* token within five minutes, ACM Private CA recognizes that you are requesting
226+
* only certificate authority and will issue only one. If you change the
227+
* idempotency token for each call, PCA recognizes that you are requesting multiple
228+
* certificate authorities.</p>
229229
*/
230230
inline void SetIdempotencyToken(Aws::String&& value) { m_idempotencyTokenHasBeenSet = true; m_idempotencyToken = std::move(value); }
231231

@@ -234,10 +234,10 @@ namespace Model
234234
* <b>CreateCertificateAuthority</b> action. Idempotency tokens for
235235
* <b>CreateCertificateAuthority</b> time out after five minutes. Therefore, if you
236236
* call <b>CreateCertificateAuthority</b> multiple times with the same idempotency
237-
* token within five minutes, Amazon Web Services Private CA recognizes that you
238-
* are requesting only certificate authority and will issue only one. If you change
239-
* the idempotency token for each call, PCA recognizes that you are requesting
240-
* multiple certificate authorities.</p>
237+
* token within five minutes, ACM Private CA recognizes that you are requesting
238+
* only certificate authority and will issue only one. If you change the
239+
* idempotency token for each call, PCA recognizes that you are requesting multiple
240+
* certificate authorities.</p>
241241
*/
242242
inline void SetIdempotencyToken(const char* value) { m_idempotencyTokenHasBeenSet = true; m_idempotencyToken.assign(value); }
243243

@@ -246,10 +246,10 @@ namespace Model
246246
* <b>CreateCertificateAuthority</b> action. Idempotency tokens for
247247
* <b>CreateCertificateAuthority</b> time out after five minutes. Therefore, if you
248248
* call <b>CreateCertificateAuthority</b> multiple times with the same idempotency
249-
* token within five minutes, Amazon Web Services Private CA recognizes that you
250-
* are requesting only certificate authority and will issue only one. If you change
251-
* the idempotency token for each call, PCA recognizes that you are requesting
252-
* multiple certificate authorities.</p>
249+
* token within five minutes, ACM Private CA recognizes that you are requesting
250+
* only certificate authority and will issue only one. If you change the
251+
* idempotency token for each call, PCA recognizes that you are requesting multiple
252+
* certificate authorities.</p>
253253
*/
254254
inline CreateCertificateAuthorityRequest& WithIdempotencyToken(const Aws::String& value) { SetIdempotencyToken(value); return *this;}
255255

@@ -258,10 +258,10 @@ namespace Model
258258
* <b>CreateCertificateAuthority</b> action. Idempotency tokens for
259259
* <b>CreateCertificateAuthority</b> time out after five minutes. Therefore, if you
260260
* call <b>CreateCertificateAuthority</b> multiple times with the same idempotency
261-
* token within five minutes, Amazon Web Services Private CA recognizes that you
262-
* are requesting only certificate authority and will issue only one. If you change
263-
* the idempotency token for each call, PCA recognizes that you are requesting
264-
* multiple certificate authorities.</p>
261+
* token within five minutes, ACM Private CA recognizes that you are requesting
262+
* only certificate authority and will issue only one. If you change the
263+
* idempotency token for each call, PCA recognizes that you are requesting multiple
264+
* certificate authorities.</p>
265265
*/
266266
inline CreateCertificateAuthorityRequest& WithIdempotencyToken(Aws::String&& value) { SetIdempotencyToken(std::move(value)); return *this;}
267267

@@ -270,10 +270,10 @@ namespace Model
270270
* <b>CreateCertificateAuthority</b> action. Idempotency tokens for
271271
* <b>CreateCertificateAuthority</b> time out after five minutes. Therefore, if you
272272
* call <b>CreateCertificateAuthority</b> multiple times with the same idempotency
273-
* token within five minutes, Amazon Web Services Private CA recognizes that you
274-
* are requesting only certificate authority and will issue only one. If you change
275-
* the idempotency token for each call, PCA recognizes that you are requesting
276-
* multiple certificate authorities.</p>
273+
* token within five minutes, ACM Private CA recognizes that you are requesting
274+
* only certificate authority and will issue only one. If you change the
275+
* idempotency token for each call, PCA recognizes that you are requesting multiple
276+
* certificate authorities.</p>
277277
*/
278278
inline CreateCertificateAuthorityRequest& WithIdempotencyToken(const char* value) { SetIdempotencyToken(value); return *this;}
279279

aws-cpp-sdk-acm-pca/include/aws/acm-pca/model/CrlConfiguration.h

Lines changed: 38 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ namespace Model
3333
* hide the name of your bucket by specifying a value for the <b>CustomCname</b>
3434
* parameter. Your private CA copies the CNAME or the S3 bucket name to the <b>CRL
3535
* Distribution Points</b> extension of each certificate it issues. Your S3 bucket
36-
* policy must give write permission to Amazon Web Services Private CA. </p>
37-
* <p>Amazon Web Services Private CA assets that are stored in Amazon S3 can be
38-
* protected with encryption. For more information, see <a
36+
* policy must give write permission to ACM Private CA. </p> <p>ACM Private CA
37+
* assets that are stored in Amazon S3 can be protected with encryption. For more
38+
* information, see <a
3939
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#crl-encryption">Encrypting
4040
* Your CRLs</a>.</p> <p>Your private CA uses the value in the
4141
* <b>ExpirationInDays</b> parameter to calculate the <b>nextUpdate</b> field in
@@ -44,34 +44,34 @@ namespace Model
4444
* until the certificate expires, and then in one additional CRL after expiration,
4545
* and it always appears in the audit report.</p> <p>A CRL is typically updated
4646
* approximately 30 minutes after a certificate is revoked. If for any reason a CRL
47-
* update fails, Amazon Web Services Private CA makes further attempts every 15
48-
* minutes.</p> <p>CRLs contain the following fields:</p> <ul> <li> <p>
49-
* <b>Version</b>: The current version number defined in RFC 5280 is V2. The
50-
* integer value is 0x1. </p> </li> <li> <p> <b>Signature Algorithm</b>: The name
51-
* of the algorithm used to sign the CRL.</p> </li> <li> <p> <b>Issuer</b>: The
52-
* X.500 distinguished name of your private CA that issued the CRL.</p> </li> <li>
53-
* <p> <b>Last Update</b>: The issue date and time of this CRL.</p> </li> <li> <p>
54-
* <b>Next Update</b>: The day and time by which the next CRL will be issued.</p>
55-
* </li> <li> <p> <b>Revoked Certificates</b>: List of revoked certificates. Each
56-
* list item contains the following information.</p> <ul> <li> <p> <b>Serial
57-
* Number</b>: The serial number, in hexadecimal format, of the revoked
58-
* certificate.</p> </li> <li> <p> <b>Revocation Date</b>: Date and time the
59-
* certificate was revoked.</p> </li> <li> <p> <b>CRL Entry Extensions</b>:
60-
* Optional extensions for the CRL entry.</p> <ul> <li> <p> <b>X509v3 CRL Reason
61-
* Code</b>: Reason the certificate was revoked.</p> </li> </ul> </li> </ul> </li>
62-
* <li> <p> <b>CRL Extensions</b>: Optional extensions for the CRL.</p> <ul> <li>
63-
* <p> <b>X509v3 Authority Key Identifier</b>: Identifies the public key associated
64-
* with the private key used to sign the certificate.</p> </li> <li> <p> <b>X509v3
65-
* CRL Number:</b>: Decimal sequence number for the CRL.</p> </li> </ul> </li> <li>
66-
* <p> <b>Signature Algorithm</b>: Algorithm used by your private CA to sign the
67-
* CRL.</p> </li> <li> <p> <b>Signature Value</b>: Signature computed over the
68-
* CRL.</p> </li> </ul> <p>Certificate revocation lists created by Amazon Web
69-
* Services Private CA are DER-encoded. You can use the following OpenSSL command
70-
* to list a CRL.</p> <p> <code>openssl crl -inform DER -text -in <i>crl_path</i>
71-
* -noout</code> </p> <p>For more information, see <a
47+
* update fails, ACM Private CA makes further attempts every 15 minutes.</p>
48+
* <p>CRLs contain the following fields:</p> <ul> <li> <p> <b>Version</b>: The
49+
* current version number defined in RFC 5280 is V2. The integer value is 0x1. </p>
50+
* </li> <li> <p> <b>Signature Algorithm</b>: The name of the algorithm used to
51+
* sign the CRL.</p> </li> <li> <p> <b>Issuer</b>: The X.500 distinguished name of
52+
* your private CA that issued the CRL.</p> </li> <li> <p> <b>Last Update</b>: The
53+
* issue date and time of this CRL.</p> </li> <li> <p> <b>Next Update</b>: The day
54+
* and time by which the next CRL will be issued.</p> </li> <li> <p> <b>Revoked
55+
* Certificates</b>: List of revoked certificates. Each list item contains the
56+
* following information.</p> <ul> <li> <p> <b>Serial Number</b>: The serial
57+
* number, in hexadecimal format, of the revoked certificate.</p> </li> <li> <p>
58+
* <b>Revocation Date</b>: Date and time the certificate was revoked.</p> </li>
59+
* <li> <p> <b>CRL Entry Extensions</b>: Optional extensions for the CRL entry.</p>
60+
* <ul> <li> <p> <b>X509v3 CRL Reason Code</b>: Reason the certificate was
61+
* revoked.</p> </li> </ul> </li> </ul> </li> <li> <p> <b>CRL Extensions</b>:
62+
* Optional extensions for the CRL.</p> <ul> <li> <p> <b>X509v3 Authority Key
63+
* Identifier</b>: Identifies the public key associated with the private key used
64+
* to sign the certificate.</p> </li> <li> <p> <b>X509v3 CRL Number:</b>: Decimal
65+
* sequence number for the CRL.</p> </li> </ul> </li> <li> <p> <b>Signature
66+
* Algorithm</b>: Algorithm used by your private CA to sign the CRL.</p> </li> <li>
67+
* <p> <b>Signature Value</b>: Signature computed over the CRL.</p> </li> </ul>
68+
* <p>Certificate revocation lists created by ACM Private CA are DER-encoded. You
69+
* can use the following OpenSSL command to list a CRL.</p> <p> <code>openssl crl
70+
* -inform DER -text -in <i>crl_path</i> -noout</code> </p> <p>For more
71+
* information, see <a
7272
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/crl-planning.html">Planning
73-
* a certificate revocation list (CRL)</a> in the <i>Amazon Web Services Private
74-
* Certificate Authority User Guide</i> </p><p><h3>See Also:</h3> <a
73+
* a certificate revocation list (CRL)</a> in the <i>Certificate Manager Private
74+
* Certificate Authority (PCA) User Guide</i> </p><p><h3>See Also:</h3> <a
7575
* href="http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/CrlConfiguration">AWS
7676
* API Reference</a></p>
7777
*/
@@ -215,8 +215,7 @@ namespace Model
215215
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html">UpdateCertificateAuthority</a>
216216
* operation. You must specify a <a
217217
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-policies">bucket
218-
* policy</a> that allows Amazon Web Services Private CA to write the CRL to your
219-
* bucket.</p>
218+
* policy</a> that allows ACM Private CA to write the CRL to your bucket.</p>
220219
*/
221220
inline const Aws::String& GetS3BucketName() const{ return m_s3BucketName; }
222221

@@ -228,8 +227,7 @@ namespace Model
228227
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html">UpdateCertificateAuthority</a>
229228
* operation. You must specify a <a
230229
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-policies">bucket
231-
* policy</a> that allows Amazon Web Services Private CA to write the CRL to your
232-
* bucket.</p>
230+
* policy</a> that allows ACM Private CA to write the CRL to your bucket.</p>
233231
*/
234232
inline bool S3BucketNameHasBeenSet() const { return m_s3BucketNameHasBeenSet; }
235233

@@ -241,8 +239,7 @@ namespace Model
241239
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html">UpdateCertificateAuthority</a>
242240
* operation. You must specify a <a
243241
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-policies">bucket
244-
* policy</a> that allows Amazon Web Services Private CA to write the CRL to your
245-
* bucket.</p>
242+
* policy</a> that allows ACM Private CA to write the CRL to your bucket.</p>
246243
*/
247244
inline void SetS3BucketName(const Aws::String& value) { m_s3BucketNameHasBeenSet = true; m_s3BucketName = value; }
248245

@@ -254,8 +251,7 @@ namespace Model
254251
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html">UpdateCertificateAuthority</a>
255252
* operation. You must specify a <a
256253
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-policies">bucket
257-
* policy</a> that allows Amazon Web Services Private CA to write the CRL to your
258-
* bucket.</p>
254+
* policy</a> that allows ACM Private CA to write the CRL to your bucket.</p>
259255
*/
260256
inline void SetS3BucketName(Aws::String&& value) { m_s3BucketNameHasBeenSet = true; m_s3BucketName = std::move(value); }
261257

@@ -267,8 +263,7 @@ namespace Model
267263
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html">UpdateCertificateAuthority</a>
268264
* operation. You must specify a <a
269265
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-policies">bucket
270-
* policy</a> that allows Amazon Web Services Private CA to write the CRL to your
271-
* bucket.</p>
266+
* policy</a> that allows ACM Private CA to write the CRL to your bucket.</p>
272267
*/
273268
inline void SetS3BucketName(const char* value) { m_s3BucketNameHasBeenSet = true; m_s3BucketName.assign(value); }
274269

@@ -280,8 +275,7 @@ namespace Model
280275
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html">UpdateCertificateAuthority</a>
281276
* operation. You must specify a <a
282277
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-policies">bucket
283-
* policy</a> that allows Amazon Web Services Private CA to write the CRL to your
284-
* bucket.</p>
278+
* policy</a> that allows ACM Private CA to write the CRL to your bucket.</p>
285279
*/
286280
inline CrlConfiguration& WithS3BucketName(const Aws::String& value) { SetS3BucketName(value); return *this;}
287281

@@ -293,8 +287,7 @@ namespace Model
293287
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html">UpdateCertificateAuthority</a>
294288
* operation. You must specify a <a
295289
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-policies">bucket
296-
* policy</a> that allows Amazon Web Services Private CA to write the CRL to your
297-
* bucket.</p>
290+
* policy</a> that allows ACM Private CA to write the CRL to your bucket.</p>
298291
*/
299292
inline CrlConfiguration& WithS3BucketName(Aws::String&& value) { SetS3BucketName(std::move(value)); return *this;}
300293

@@ -306,8 +299,7 @@ namespace Model
306299
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html">UpdateCertificateAuthority</a>
307300
* operation. You must specify a <a
308301
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-policies">bucket
309-
* policy</a> that allows Amazon Web Services Private CA to write the CRL to your
310-
* bucket.</p>
302+
* policy</a> that allows ACM Private CA to write the CRL to your bucket.</p>
311303
*/
312304
inline CrlConfiguration& WithS3BucketName(const char* value) { SetS3BucketName(value); return *this;}
313305

0 commit comments

Comments
 (0)