| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.IAM.GetCredentialReport
Description
Retrieves a credential report for the AWS account. For more information about the credential report, see Getting Credential Reports in the Using IAM guide.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_GetCredentialReport.html
- data GetCredentialReport
- getCredentialReport :: GetCredentialReport
- data GetCredentialReportResponse
- getCredentialReportResponse :: GetCredentialReportResponse
- gcrrContent :: Lens' GetCredentialReportResponse (Maybe Base64)
- gcrrGeneratedTime :: Lens' GetCredentialReportResponse (Maybe UTCTime)
- gcrrReportFormat :: Lens' GetCredentialReportResponse (Maybe ReportFormatType)
Request
data GetCredentialReport Source
Instances
| Eq GetCredentialReport | |
| Ord GetCredentialReport | |
| Read GetCredentialReport | |
| Show GetCredentialReport | |
| Generic GetCredentialReport | |
| AWSRequest GetCredentialReport | |
| ToQuery GetCredentialReport | |
| ToPath GetCredentialReport | |
| ToHeaders GetCredentialReport | |
| type Rep GetCredentialReport | |
| type Sv GetCredentialReport = IAM | |
| type Rs GetCredentialReport = GetCredentialReportResponse |
Request constructor
getCredentialReport :: GetCredentialReport Source
GetCredentialReport constructor.
Response
Response constructor
getCredentialReportResponse :: GetCredentialReportResponse Source
GetCredentialReportResponse constructor.
The fields accessible through corresponding lenses are:
gcrrContent::MaybeBase64gcrrGeneratedTime::MaybeUTCTimegcrrReportFormat::MaybeReportFormatType
Response lenses
gcrrContent :: Lens' GetCredentialReportResponse (Maybe Base64) Source
Contains the credential report. The report is Base64-encoded.
gcrrGeneratedTime :: Lens' GetCredentialReportResponse (Maybe UTCTime) Source
The date and time when the credential report was created, in ISO 8601date-time format.
gcrrReportFormat :: Lens' GetCredentialReportResponse (Maybe ReportFormatType) Source
The format (MIME type) of the credential report.