| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LicenseManager.ListLicenseManagerReportGenerators
Description
Lists the report generators for your account.
Synopsis
- data ListLicenseManagerReportGenerators = ListLicenseManagerReportGenerators' {}
- newListLicenseManagerReportGenerators :: ListLicenseManagerReportGenerators
- listLicenseManagerReportGenerators_filters :: Lens' ListLicenseManagerReportGenerators (Maybe [Filter])
- listLicenseManagerReportGenerators_maxResults :: Lens' ListLicenseManagerReportGenerators (Maybe Natural)
- listLicenseManagerReportGenerators_nextToken :: Lens' ListLicenseManagerReportGenerators (Maybe Text)
- 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.
Constructors
| ListLicenseManagerReportGenerators' | |
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:maxResults:ListLicenseManagerReportGenerators', listLicenseManagerReportGenerators_maxResults - Maximum number of results to return in a single call.
ListLicenseManagerReportGenerators, listLicenseManagerReportGenerators_nextToken - Token for the next set of results.
Request Lenses
listLicenseManagerReportGenerators_filters :: Lens' ListLicenseManagerReportGenerators (Maybe [Filter]) Source #
Filters to scope the results. The following filters are supported:
LicenseConfigurationArn
listLicenseManagerReportGenerators_maxResults :: Lens' ListLicenseManagerReportGenerators (Maybe Natural) Source #
Maximum number of results to return in a single call.
listLicenseManagerReportGenerators_nextToken :: Lens' ListLicenseManagerReportGenerators (Maybe Text) Source #
Token for the next set of results.
Destructuring the Response
data ListLicenseManagerReportGeneratorsResponse Source #
See: newListLicenseManagerReportGeneratorsResponse smart constructor.
Constructors
| ListLicenseManagerReportGeneratorsResponse' | |
Fields
| |
Instances
newListLicenseManagerReportGeneratorsResponse Source #
Arguments
| :: Int | |
| -> ListLicenseManagerReportGeneratorsResponse |
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:
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.