amazonka-budgets-2.0: Amazon Budgets 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.Budgets.Types.AutoAdjustData

Description

 
Synopsis

Documentation

data AutoAdjustData Source #

The parameters that determine the budget amount for an auto-adjusting budget.

See: newAutoAdjustData smart constructor.

Constructors

AutoAdjustData' 

Fields

Instances

Instances details
FromJSON AutoAdjustData Source # 
Instance details

Defined in Amazonka.Budgets.Types.AutoAdjustData

ToJSON AutoAdjustData Source # 
Instance details

Defined in Amazonka.Budgets.Types.AutoAdjustData

Generic AutoAdjustData Source # 
Instance details

Defined in Amazonka.Budgets.Types.AutoAdjustData

Associated Types

type Rep AutoAdjustData :: Type -> Type #

Read AutoAdjustData Source # 
Instance details

Defined in Amazonka.Budgets.Types.AutoAdjustData

Show AutoAdjustData Source # 
Instance details

Defined in Amazonka.Budgets.Types.AutoAdjustData

NFData AutoAdjustData Source # 
Instance details

Defined in Amazonka.Budgets.Types.AutoAdjustData

Methods

rnf :: AutoAdjustData -> () #

Eq AutoAdjustData Source # 
Instance details

Defined in Amazonka.Budgets.Types.AutoAdjustData

Hashable AutoAdjustData Source # 
Instance details

Defined in Amazonka.Budgets.Types.AutoAdjustData

type Rep AutoAdjustData Source # 
Instance details

Defined in Amazonka.Budgets.Types.AutoAdjustData

type Rep AutoAdjustData = D1 ('MetaData "AutoAdjustData" "Amazonka.Budgets.Types.AutoAdjustData" "amazonka-budgets-2.0-7U1RWOWP6pxJESvTUhAD5Y" 'False) (C1 ('MetaCons "AutoAdjustData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "historicalOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HistoricalOptions)) :*: (S1 ('MetaSel ('Just "lastAutoAdjustTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "autoAdjustType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoAdjustType))))

newAutoAdjustData Source #

Create a value of AutoAdjustData 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:historicalOptions:AutoAdjustData', autoAdjustData_historicalOptions - The parameters that define or describe the historical data that your auto-adjusting budget is based on.

$sel:lastAutoAdjustTime:AutoAdjustData', autoAdjustData_lastAutoAdjustTime - The last time that your budget was auto-adjusted.

$sel:autoAdjustType:AutoAdjustData', autoAdjustData_autoAdjustType - The string that defines whether your budget auto-adjusts based on historical or forecasted data.

autoAdjustData_historicalOptions :: Lens' AutoAdjustData (Maybe HistoricalOptions) Source #

The parameters that define or describe the historical data that your auto-adjusting budget is based on.

autoAdjustData_lastAutoAdjustTime :: Lens' AutoAdjustData (Maybe UTCTime) Source #

The last time that your budget was auto-adjusted.

autoAdjustData_autoAdjustType :: Lens' AutoAdjustData AutoAdjustType Source #

The string that defines whether your budget auto-adjusts based on historical or forecasted data.