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

Description

 
Synopsis

Documentation

data ReportFrequency Source #

Details about how frequently reports are generated.

See: newReportFrequency smart constructor.

Constructors

ReportFrequency' 

Fields

  • period :: Maybe ReportFrequencyType

    Time period between each report. The period can be daily, weekly, or monthly.

  • value :: Maybe Int

    Number of times within the frequency period that a report is generated. The only supported value is 1.

Instances

Instances details
Eq ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

Read ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

Show ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

Generic ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

Associated Types

type Rep ReportFrequency :: Type -> Type #

NFData ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

Methods

rnf :: ReportFrequency -> () #

Hashable ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

ToJSON ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

FromJSON ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

type Rep ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

type Rep ReportFrequency = D1 ('MetaData "ReportFrequency" "Amazonka.LicenseManager.Types.ReportFrequency" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ReportFrequency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "period") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportFrequencyType)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newReportFrequency :: ReportFrequency Source #

Create a value of ReportFrequency 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:period:ReportFrequency', reportFrequency_period - Time period between each report. The period can be daily, weekly, or monthly.

$sel:value:ReportFrequency', reportFrequency_value - Number of times within the frequency period that a report is generated. The only supported value is 1.

reportFrequency_period :: Lens' ReportFrequency (Maybe ReportFrequencyType) Source #

Time period between each report. The period can be daily, weekly, or monthly.

reportFrequency_value :: Lens' ReportFrequency (Maybe Int) Source #

Number of times within the frequency period that a report is generated. The only supported value is 1.