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.GetLicenseManagerReportGenerator

Description

Gets information about the specified report generator.

Synopsis

Creating a Request

data GetLicenseManagerReportGenerator Source #

See: newGetLicenseManagerReportGenerator smart constructor.

Constructors

GetLicenseManagerReportGenerator' 

Fields

Instances

Instances details
Eq GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Read GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Show GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Generic GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Associated Types

type Rep GetLicenseManagerReportGenerator :: Type -> Type #

NFData GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Hashable GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

ToJSON GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

AWSRequest GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

ToHeaders GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

ToPath GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

ToQuery GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

type Rep GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

type Rep GetLicenseManagerReportGenerator = D1 ('MetaData "GetLicenseManagerReportGenerator" "Amazonka.LicenseManager.GetLicenseManagerReportGenerator" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "GetLicenseManagerReportGenerator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseManagerReportGeneratorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

newGetLicenseManagerReportGenerator Source #

Create a value of GetLicenseManagerReportGenerator 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:licenseManagerReportGeneratorArn:GetLicenseManagerReportGenerator', getLicenseManagerReportGenerator_licenseManagerReportGeneratorArn - Amazon Resource Name (ARN) of the report generator.

Request Lenses

Destructuring the Response

data GetLicenseManagerReportGeneratorResponse Source #

Constructors

GetLicenseManagerReportGeneratorResponse' 

Fields

Instances

Instances details
Eq GetLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Read GetLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Show GetLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Generic GetLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

NFData GetLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

type Rep GetLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

type Rep GetLicenseManagerReportGeneratorResponse = D1 ('MetaData "GetLicenseManagerReportGeneratorResponse" "Amazonka.LicenseManager.GetLicenseManagerReportGenerator" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "GetLicenseManagerReportGeneratorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reportGenerator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportGenerator)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetLicenseManagerReportGeneratorResponse Source #

Create a value of GetLicenseManagerReportGeneratorResponse 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:reportGenerator:GetLicenseManagerReportGeneratorResponse', getLicenseManagerReportGeneratorResponse_reportGenerator - A report generator that creates periodic reports about your license configurations.

$sel:httpStatus:GetLicenseManagerReportGeneratorResponse', getLicenseManagerReportGeneratorResponse_httpStatus - The response's http status code.

Response Lenses

getLicenseManagerReportGeneratorResponse_reportGenerator :: Lens' GetLicenseManagerReportGeneratorResponse (Maybe ReportGenerator) Source #

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