| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.RolesAnywhere.DisableCrl
Description
Disables a certificate revocation list (CRL).
Required permissions: rolesanywhere:DisableCrl.
Synopsis
Creating a Request
data DisableCrl Source #
See: newDisableCrl smart constructor.
Constructors
| DisableCrl' | |
Instances
Arguments
| :: Text | |
| -> DisableCrl |
Create a value of DisableCrl 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:
DisableCrl, disableCrl_crlId - The unique identifier of the certificate revocation list (CRL).
Request Lenses
disableCrl_crlId :: Lens' DisableCrl Text Source #
The unique identifier of the certificate revocation list (CRL).
Destructuring the Response
data CrlDetailResponse Source #
See: newCrlDetailResponse smart constructor.
Constructors
| CrlDetailResponse' | |
Instances
Arguments
| :: CrlDetail | |
| -> CrlDetailResponse |
Create a value of CrlDetailResponse 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:crl:CrlDetailResponse', crlDetailResponse_crl - The state of the certificate revocation list (CRL) after a read or write
operation.
Response Lenses
crlDetailResponse_crl :: Lens' CrlDetailResponse CrlDetail Source #
The state of the certificate revocation list (CRL) after a read or write operation.