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 |
Accepts a pending certificate transfer. The default state of the certificate is INACTIVE.
To check for pending certificate transfers, call ListCertificates to enumerate your certificates.
Requires permission to access the AcceptCertificateTransfer action.
Synopsis
- data AcceptCertificateTransfer = AcceptCertificateTransfer' {}
- newAcceptCertificateTransfer :: Text -> AcceptCertificateTransfer
- acceptCertificateTransfer_setAsActive :: Lens' AcceptCertificateTransfer (Maybe Bool)
- acceptCertificateTransfer_certificateId :: Lens' AcceptCertificateTransfer Text
- data AcceptCertificateTransferResponse = AcceptCertificateTransferResponse' {
- newAcceptCertificateTransferResponse :: AcceptCertificateTransferResponse
Creating a Request
data AcceptCertificateTransfer Source #
The input for the AcceptCertificateTransfer operation.
See: newAcceptCertificateTransfer
smart constructor.
AcceptCertificateTransfer' | |
|
Instances
newAcceptCertificateTransfer Source #
Create a value of AcceptCertificateTransfer
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:setAsActive:AcceptCertificateTransfer'
, acceptCertificateTransfer_setAsActive
- Specifies whether the certificate is active.
$sel:certificateId:AcceptCertificateTransfer'
, acceptCertificateTransfer_certificateId
- The ID of the certificate. (The last part of the certificate ARN
contains the certificate ID.)
Request Lenses
acceptCertificateTransfer_setAsActive :: Lens' AcceptCertificateTransfer (Maybe Bool) Source #
Specifies whether the certificate is active.
acceptCertificateTransfer_certificateId :: Lens' AcceptCertificateTransfer Text Source #
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
Destructuring the Response
data AcceptCertificateTransferResponse Source #
See: newAcceptCertificateTransferResponse
smart constructor.
Instances
newAcceptCertificateTransferResponse :: AcceptCertificateTransferResponse Source #
Create a value of AcceptCertificateTransferResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.