libZSservicesZSamazonka-license-managerZSamazonka-license-manager
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Description

Lists the report generators for your account.

Synopsis

Creating a Request

data ListLicenseManagerReportGenerators Source #

Constructors

ListLicenseManagerReportGenerators' 

Fields

Instances

Instances details
Eq ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Read ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Show 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 #

NFData ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Hashable ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

ToJSON ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

AWSRequest 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

type Rep ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

type Rep ListLicenseManagerReportGenerators = D1 ('MetaData "ListLicenseManagerReportGenerators" "Amazonka.LicenseManager.ListLicenseManagerReportGenerators" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListLicenseManagerReportGenerators'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

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

Destructuring the Response

data ListLicenseManagerReportGeneratorsResponse Source #

Constructors

ListLicenseManagerReportGeneratorsResponse' 

Fields

Instances

Instances details
Eq 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

Generic ListLicenseManagerReportGeneratorsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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:

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

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