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 |
Lists the report generators for your account.
Synopsis
- data ListLicenseManagerReportGenerators = ListLicenseManagerReportGenerators' {}
- newListLicenseManagerReportGenerators :: ListLicenseManagerReportGenerators
- listLicenseManagerReportGenerators_filters :: Lens' ListLicenseManagerReportGenerators (Maybe [Filter])
- listLicenseManagerReportGenerators_nextToken :: Lens' ListLicenseManagerReportGenerators (Maybe Text)
- listLicenseManagerReportGenerators_maxResults :: Lens' ListLicenseManagerReportGenerators (Maybe Natural)
- data ListLicenseManagerReportGeneratorsResponse = ListLicenseManagerReportGeneratorsResponse' {}
- newListLicenseManagerReportGeneratorsResponse :: Int -> ListLicenseManagerReportGeneratorsResponse
- listLicenseManagerReportGeneratorsResponse_nextToken :: Lens' ListLicenseManagerReportGeneratorsResponse (Maybe Text)
- listLicenseManagerReportGeneratorsResponse_reportGenerators :: Lens' ListLicenseManagerReportGeneratorsResponse (Maybe [ReportGenerator])
- listLicenseManagerReportGeneratorsResponse_httpStatus :: Lens' ListLicenseManagerReportGeneratorsResponse Int
Creating a Request
data ListLicenseManagerReportGenerators Source #
See: newListLicenseManagerReportGenerators
smart constructor.
Instances
newListLicenseManagerReportGenerators :: ListLicenseManagerReportGenerators Source #
Create a value of ListLicenseManagerReportGenerators
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:filters:ListLicenseManagerReportGenerators'
, listLicenseManagerReportGenerators_filters
- Filters to scope the results. The following filters are supported:
LicenseConfigurationArn
$sel:nextToken:ListLicenseManagerReportGenerators'
, listLicenseManagerReportGenerators_nextToken
- Token for the next set of results.
$sel:maxResults:ListLicenseManagerReportGenerators'
, listLicenseManagerReportGenerators_maxResults
- Maximum number of results to return in a single call.
Request Lenses
listLicenseManagerReportGenerators_filters :: Lens' ListLicenseManagerReportGenerators (Maybe [Filter]) Source #
Filters to scope the results. The following filters are supported:
LicenseConfigurationArn
listLicenseManagerReportGenerators_nextToken :: Lens' ListLicenseManagerReportGenerators (Maybe Text) Source #
Token for the next set of results.
listLicenseManagerReportGenerators_maxResults :: Lens' ListLicenseManagerReportGenerators (Maybe Natural) Source #
Maximum number of results to return in a single call.
Destructuring the Response
data ListLicenseManagerReportGeneratorsResponse Source #
See: newListLicenseManagerReportGeneratorsResponse
smart constructor.
ListLicenseManagerReportGeneratorsResponse' | |
|
Instances
newListLicenseManagerReportGeneratorsResponse Source #
Create a value of ListLicenseManagerReportGeneratorsResponse
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:nextToken:ListLicenseManagerReportGenerators'
, listLicenseManagerReportGeneratorsResponse_nextToken
- Token for the next set of results.
$sel:reportGenerators:ListLicenseManagerReportGeneratorsResponse'
, listLicenseManagerReportGeneratorsResponse_reportGenerators
- A report generator that creates periodic reports about your license
configurations.
$sel:httpStatus:ListLicenseManagerReportGeneratorsResponse'
, listLicenseManagerReportGeneratorsResponse_httpStatus
- The response's http status code.
Response Lenses
listLicenseManagerReportGeneratorsResponse_nextToken :: Lens' ListLicenseManagerReportGeneratorsResponse (Maybe Text) Source #
Token for the next set of results.
listLicenseManagerReportGeneratorsResponse_reportGenerators :: Lens' ListLicenseManagerReportGeneratorsResponse (Maybe [ReportGenerator]) Source #
A report generator that creates periodic reports about your license configurations.
listLicenseManagerReportGeneratorsResponse_httpStatus :: Lens' ListLicenseManagerReportGeneratorsResponse Int Source #
The response's http status code.