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

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

Read GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Show GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

NFData GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Eq GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Hashable GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

type AWSResponse 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" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "GetLicenseManagerReportGenerator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseManagerReportGeneratorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic 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

NFData GetLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Eq 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" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" '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.