Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Retrieves information about IAM entity usage and IAM quotas in the Amazon Web Services account.
For information about IAM quotas, see IAM and STS quotas in the IAM User Guide.
Synopsis
- data GetAccountSummary = GetAccountSummary' {
- newGetAccountSummary :: GetAccountSummary
- data GetAccountSummaryResponse = GetAccountSummaryResponse' {
- summaryMap :: Maybe (HashMap SummaryKeyType Int)
- httpStatus :: Int
- newGetAccountSummaryResponse :: Int -> GetAccountSummaryResponse
- getAccountSummaryResponse_summaryMap :: Lens' GetAccountSummaryResponse (Maybe (HashMap SummaryKeyType Int))
- getAccountSummaryResponse_httpStatus :: Lens' GetAccountSummaryResponse Int
Creating a Request
data GetAccountSummary Source #
See: newGetAccountSummary
smart constructor.
Instances
newGetAccountSummary :: GetAccountSummary Source #
Create a value of GetAccountSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetAccountSummaryResponse Source #
Contains the response to a successful GetAccountSummary request.
See: newGetAccountSummaryResponse
smart constructor.
GetAccountSummaryResponse' | |
|
Instances
newGetAccountSummaryResponse Source #
Create a value of GetAccountSummaryResponse
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:summaryMap:GetAccountSummaryResponse'
, getAccountSummaryResponse_summaryMap
- A set of key–value pairs containing information about IAM entity usage
and IAM quotas.
$sel:httpStatus:GetAccountSummaryResponse'
, getAccountSummaryResponse_httpStatus
- The response's http status code.
Response Lenses
getAccountSummaryResponse_summaryMap :: Lens' GetAccountSummaryResponse (Maybe (HashMap SummaryKeyType Int)) Source #
A set of key–value pairs containing information about IAM entity usage and IAM quotas.
getAccountSummaryResponse_httpStatus :: Lens' GetAccountSummaryResponse Int Source #
The response's http status code.