| 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.Transfer.DescribeCertificate
Description
Describes the certificate that's identified by the CertificateId.
Synopsis
- data DescribeCertificate = DescribeCertificate' {}
- newDescribeCertificate :: Text -> DescribeCertificate
- describeCertificate_certificateId :: Lens' DescribeCertificate Text
- data DescribeCertificateResponse = DescribeCertificateResponse' {}
- newDescribeCertificateResponse :: Int -> DescribedCertificate -> DescribeCertificateResponse
- describeCertificateResponse_httpStatus :: Lens' DescribeCertificateResponse Int
- describeCertificateResponse_certificate :: Lens' DescribeCertificateResponse DescribedCertificate
Creating a Request
data DescribeCertificate Source #
See: newDescribeCertificate smart constructor.
Constructors
| DescribeCertificate' | |
Fields
| |
Instances
newDescribeCertificate Source #
Arguments
| :: Text | |
| -> DescribeCertificate |
Create a value of DescribeCertificate 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:
DescribeCertificate, describeCertificate_certificateId - An array of identifiers for the imported certificates. You use this
identifier for working with profiles and partner profiles.
Request Lenses
describeCertificate_certificateId :: Lens' DescribeCertificate Text Source #
An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.
Destructuring the Response
data DescribeCertificateResponse Source #
See: newDescribeCertificateResponse smart constructor.
Constructors
| DescribeCertificateResponse' | |
Fields
| |
Instances
newDescribeCertificateResponse Source #
Arguments
| :: Int | |
| -> DescribedCertificate | |
| -> DescribeCertificateResponse |
Create a value of DescribeCertificateResponse 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:httpStatus:DescribeCertificateResponse', describeCertificateResponse_httpStatus - The response's http status code.
DescribeCertificateResponse, describeCertificateResponse_certificate - The details for the specified certificate, returned as an object.
Response Lenses
describeCertificateResponse_httpStatus :: Lens' DescribeCertificateResponse Int Source #
The response's http status code.
describeCertificateResponse_certificate :: Lens' DescribeCertificateResponse DescribedCertificate Source #
The details for the specified certificate, returned as an object.