Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.IoT.UpdateCACertificate
Description
Updates a registered CA certificate.
- updateCACertificate :: Text -> UpdateCACertificate
- data UpdateCACertificate
- ucacNewStatus :: Lens' UpdateCACertificate (Maybe CACertificateStatus)
- ucacNewAutoRegistrationStatus :: Lens' UpdateCACertificate (Maybe AutoRegistrationStatus)
- ucacCertificateId :: Lens' UpdateCACertificate Text
- updateCACertificateResponse :: UpdateCACertificateResponse
- data UpdateCACertificateResponse
Creating a Request
Arguments
:: Text | |
-> UpdateCACertificate |
Creates a value of UpdateCACertificate
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ucacNewStatus
- The updated status of the CA certificate. Note: The status value REGISTER_INACTIVE is deprecated and should not be used.ucacNewAutoRegistrationStatus
- The new value for the auto registration status. Valid values are: ENABLE or DISABLE.ucacCertificateId
- The CA certificate identifier.
data UpdateCACertificate #
The input to the UpdateCACertificate operation.
See: updateCACertificate
smart constructor.
Instances
Request Lenses
ucacNewStatus :: Lens' UpdateCACertificate (Maybe CACertificateStatus) #
The updated status of the CA certificate. Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
ucacCertificateId :: Lens' UpdateCACertificate Text #
The CA certificate identifier.
Destructuring the Response
updateCACertificateResponse :: UpdateCACertificateResponse #
Creates a value of UpdateCACertificateResponse
with the minimum fields required to make a request.
data UpdateCACertificateResponse #
See: updateCACertificateResponse
smart constructor.