amazonka-license-manager-2.0: Amazon License Manager SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Description

Lists the report generators for your account.

Synopsis

Creating a Request

data ListLicenseManagerReportGenerators Source #

Constructors

ListLicenseManagerReportGenerators' 

Fields

Instances

Instances details
ToJSON ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

ToHeaders ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

ToPath ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

ToQuery ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

AWSRequest ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Generic ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Associated Types

type Rep ListLicenseManagerReportGenerators :: Type -> Type #

Read ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Show ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

NFData ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Eq ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Hashable ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

type AWSResponse ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

type Rep ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

type Rep ListLicenseManagerReportGenerators = D1 ('MetaData "ListLicenseManagerReportGenerators" "Amazonka.LicenseManager.ListLicenseManagerReportGenerators" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListLicenseManagerReportGenerators'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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

Destructuring the Response

data ListLicenseManagerReportGeneratorsResponse Source #

Constructors

ListLicenseManagerReportGeneratorsResponse' 

Fields

Instances

Instances details
Generic ListLicenseManagerReportGeneratorsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Read ListLicenseManagerReportGeneratorsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Show ListLicenseManagerReportGeneratorsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

NFData ListLicenseManagerReportGeneratorsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Eq ListLicenseManagerReportGeneratorsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

type Rep ListLicenseManagerReportGeneratorsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

type Rep ListLicenseManagerReportGeneratorsResponse = D1 ('MetaData "ListLicenseManagerReportGeneratorsResponse" "Amazonka.LicenseManager.ListLicenseManagerReportGenerators" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListLicenseManagerReportGeneratorsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reportGenerators") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReportGenerator])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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:

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_reportGenerators :: Lens' ListLicenseManagerReportGeneratorsResponse (Maybe [ReportGenerator]) Source #

A report generator that creates periodic reports about your license configurations.