Copyright | (c) 2013-2016 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.GetAccountSummary
Description
Retrieves information about IAM entity usage and IAM quotas in the AWS account.
For information about limitations on IAM entities, see Limitations on IAM Entities in the IAM User Guide .
Creating a Request
getAccountSummary :: GetAccountSummary Source #
Creates a value of GetAccountSummary
with the minimum fields required to make a request.
data GetAccountSummary Source #
See: getAccountSummary
smart constructor.
Instances
Destructuring the Response
getAccountSummaryResponse Source #
Arguments
:: Int | |
-> GetAccountSummaryResponse |
Creates a value of GetAccountSummaryResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gasrsSummaryMap
- A set of key value pairs containing information about IAM entity usage and IAM quotas.gasrsResponseStatus
- -- | The response status code.
data GetAccountSummaryResponse Source #
Contains the response to a successful GetAccountSummary
request.
See: getAccountSummaryResponse
smart constructor.
Response Lenses
gasrsSummaryMap :: Lens' GetAccountSummaryResponse (HashMap SummaryKeyType Int) Source #
A set of key value pairs containing information about IAM entity usage and IAM quotas.
gasrsResponseStatus :: Lens' GetAccountSummaryResponse Int Source #
- - | The response status code.