| 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.GetCrl
Description
Gets a certificate revocation list (CRL).
Required permissions: rolesanywhere:GetCrl.
Synopsis
- data GetCrl = GetCrl' {}
- newGetCrl :: Text -> GetCrl
- getCrl_crlId :: Lens' GetCrl Text
- data CrlDetailResponse = CrlDetailResponse' {}
- newCrlDetailResponse :: CrlDetail -> CrlDetailResponse
- crlDetailResponse_crl :: Lens' CrlDetailResponse CrlDetail
Creating a Request
See: newGetCrl smart constructor.
Constructors
| GetCrl' | |
Instances
| ToHeaders GetCrl Source # | |
Defined in Amazonka.RolesAnywhere.GetCrl | |
| ToPath GetCrl Source # | |
Defined in Amazonka.RolesAnywhere.GetCrl Methods toPath :: GetCrl -> ByteString # | |
| ToQuery GetCrl Source # | |
Defined in Amazonka.RolesAnywhere.GetCrl Methods toQuery :: GetCrl -> QueryString # | |
| AWSRequest GetCrl Source # | |
Defined in Amazonka.RolesAnywhere.GetCrl Associated Types type AWSResponse GetCrl # Methods request :: (Service -> Service) -> GetCrl -> Request GetCrl # response :: MonadResource m => (ByteStringLazy -> IO ByteStringLazy) -> Service -> Proxy GetCrl -> ClientResponse ClientBody -> m (Either Error (ClientResponse (AWSResponse GetCrl))) # | |
| Generic GetCrl Source # | |
| Read GetCrl Source # | |
| Show GetCrl Source # | |
| NFData GetCrl Source # | |
Defined in Amazonka.RolesAnywhere.GetCrl | |
| Eq GetCrl Source # | |
| Hashable GetCrl Source # | |
Defined in Amazonka.RolesAnywhere.GetCrl | |
| type AWSResponse GetCrl Source # | |
Defined in Amazonka.RolesAnywhere.GetCrl | |
| type Rep GetCrl Source # | |
Defined in Amazonka.RolesAnywhere.GetCrl | |
Create a value of GetCrl 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:
GetCrl, getCrl_crlId - The unique identifier of the certificate revocation list (CRL).
Request Lenses
getCrl_crlId :: Lens' GetCrl 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.