| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.IAM.GetServerCertificate
Description
Retrieves information about the specified server certificate.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServerCertificate.html
- data GetServerCertificate
- getServerCertificate :: Text -> GetServerCertificate
- gscServerCertificateName :: Lens' GetServerCertificate Text
- data GetServerCertificateResponse
- getServerCertificateResponse :: ServerCertificate -> GetServerCertificateResponse
- gscrServerCertificate :: Lens' GetServerCertificateResponse ServerCertificate
Request
data GetServerCertificate Source
Instances
| Eq GetServerCertificate | |
| Ord GetServerCertificate | |
| Read GetServerCertificate | |
| Show GetServerCertificate | |
| IsString GetServerCertificate | |
| Monoid GetServerCertificate | |
| AWSRequest GetServerCertificate | |
| ToQuery GetServerCertificate | |
| ToPath GetServerCertificate | |
| ToHeaders GetServerCertificate | |
| type Sv GetServerCertificate = IAM | |
| type Rs GetServerCertificate = GetServerCertificateResponse |
Request constructor
Arguments
| :: Text | |
| -> GetServerCertificate |
GetServerCertificate constructor.
The fields accessible through corresponding lenses are:
Request lenses
gscServerCertificateName :: Lens' GetServerCertificate Text Source
The name of the server certificate you want to retrieve information about.
Response
Response constructor
getServerCertificateResponse Source
GetServerCertificateResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
gscrServerCertificate :: Lens' GetServerCertificateResponse ServerCertificate Source
Information about the server certificate.