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.Types.ReportContext

Description

 
Synopsis

Documentation

data ReportContext Source #

Details of the license configuration that this generator reports on.

See: newReportContext smart constructor.

Constructors

ReportContext' 

Fields

Instances

Instances details
Eq ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

Read ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

Show ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

Generic ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

Associated Types

type Rep ReportContext :: Type -> Type #

NFData ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

Methods

rnf :: ReportContext -> () #

Hashable ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

ToJSON ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

FromJSON ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

type Rep ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

type Rep ReportContext = D1 ('MetaData "ReportContext" "Amazonka.LicenseManager.Types.ReportContext" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ReportContext'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseConfigurationArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newReportContext :: ReportContext Source #

Create a value of ReportContext 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:licenseConfigurationArns:ReportContext', reportContext_licenseConfigurationArns - Amazon Resource Name (ARN) of the license configuration that this generator reports on.

reportContext_licenseConfigurationArns :: Lens' ReportContext [Text] Source #

Amazon Resource Name (ARN) of the license configuration that this generator reports on.