Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Renews an eligible ACM certificate. At this time, only exported private certificates can be renewed with this operation. In order to renew your ACM PCA certificates with ACM, you must first grant the ACM service principal permission to do so. For more information, see Testing Managed Renewal in the ACM User Guide.
Creating a Request
data RenewCertificate Source #
See: newRenewCertificate
smart constructor.
RenewCertificate' | |
|
Instances
Create a value of RenewCertificate
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:certificateArn:RenewCertificate'
, renewCertificate_certificateArn
- String that contains the ARN of the ACM certificate to be renewed. This
must be of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs).
Request Lenses
renewCertificate_certificateArn :: Lens' RenewCertificate Text Source #
String that contains the ARN of the ACM certificate to be renewed. This must be of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs).
Destructuring the Response
data RenewCertificateResponse Source #
See: newRenewCertificateResponse
smart constructor.
Instances
newRenewCertificateResponse :: RenewCertificateResponse Source #
Create a value of RenewCertificateResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.