libZSservicesZSamazonka-budgetsZSamazonka-budgets
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.Budgets.Types.ActionHistory

Description

 
Synopsis

Documentation

data ActionHistory Source #

The historical records for a budget action.

See: newActionHistory smart constructor.

Constructors

ActionHistory' 

Fields

Instances

Instances details
Eq ActionHistory Source # 
Instance details

Defined in Amazonka.Budgets.Types.ActionHistory

Show ActionHistory Source # 
Instance details

Defined in Amazonka.Budgets.Types.ActionHistory

Generic ActionHistory Source # 
Instance details

Defined in Amazonka.Budgets.Types.ActionHistory

Associated Types

type Rep ActionHistory :: Type -> Type #

NFData ActionHistory Source # 
Instance details

Defined in Amazonka.Budgets.Types.ActionHistory

Methods

rnf :: ActionHistory -> () #

Hashable ActionHistory Source # 
Instance details

Defined in Amazonka.Budgets.Types.ActionHistory

FromJSON ActionHistory Source # 
Instance details

Defined in Amazonka.Budgets.Types.ActionHistory

type Rep ActionHistory Source # 
Instance details

Defined in Amazonka.Budgets.Types.ActionHistory

type Rep ActionHistory = D1 ('MetaData "ActionHistory" "Amazonka.Budgets.Types.ActionHistory" "libZSservicesZSamazonka-budgetsZSamazonka-budgets" 'False) (C1 ('MetaCons "ActionHistory'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActionStatus)) :*: (S1 ('MetaSel ('Just "eventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EventType) :*: S1 ('MetaSel ('Just "actionHistoryDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActionHistoryDetails))))

newActionHistory Source #

Create a value of ActionHistory 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:timestamp:ActionHistory', actionHistory_timestamp - Undocumented member.

$sel:status:ActionHistory', actionHistory_status - The status of action at the time of the event.

$sel:eventType:ActionHistory', actionHistory_eventType - This distinguishes between whether the events are triggered by the user or generated by the system.

$sel:actionHistoryDetails:ActionHistory', actionHistory_actionHistoryDetails - The description of details of the event.

actionHistory_status :: Lens' ActionHistory ActionStatus Source #

The status of action at the time of the event.

actionHistory_eventType :: Lens' ActionHistory EventType Source #

This distinguishes between whether the events are triggered by the user or generated by the system.