| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.IAM.GenerateCredentialReport
Description
Generates a credential report for the AWS account. For more information about the credential report, see Getting Credential Reports in the Using IAM guide.
See: AWS API Reference for GenerateCredentialReport.
- generateCredentialReport :: GenerateCredentialReport
- data GenerateCredentialReport
- generateCredentialReportResponse :: Int -> GenerateCredentialReportResponse
- data GenerateCredentialReportResponse
- gcrrsState :: Lens' GenerateCredentialReportResponse (Maybe ReportStateType)
- gcrrsDescription :: Lens' GenerateCredentialReportResponse (Maybe Text)
- gcrrsStatus :: Lens' GenerateCredentialReportResponse Int
Creating a Request
generateCredentialReport :: GenerateCredentialReport Source
Creates a value of GenerateCredentialReport with the minimum fields required to make a request.
data GenerateCredentialReport Source
See: generateCredentialReport smart constructor.
Instances
Destructuring the Response
generateCredentialReportResponse Source
Arguments
| :: Int | |
| -> GenerateCredentialReportResponse |
Creates a value of GenerateCredentialReportResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GenerateCredentialReportResponse Source
Contains the response to a successful GenerateCredentialReport request.
See: generateCredentialReportResponse smart constructor.
Response Lenses
gcrrsState :: Lens' GenerateCredentialReportResponse (Maybe ReportStateType) Source
Information about the state of the credential report.
gcrrsDescription :: Lens' GenerateCredentialReportResponse (Maybe Text) Source
Information about the credential report.
gcrrsStatus :: Lens' GenerateCredentialReportResponse Int Source
The response status code.