Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ActionHistory = ActionHistory' {}
- newActionHistory :: UTCTime -> ActionStatus -> EventType -> ActionHistoryDetails -> ActionHistory
- actionHistory_timestamp :: Lens' ActionHistory UTCTime
- actionHistory_status :: Lens' ActionHistory ActionStatus
- actionHistory_eventType :: Lens' ActionHistory EventType
- actionHistory_actionHistoryDetails :: Lens' ActionHistory ActionHistoryDetails
Documentation
data ActionHistory Source #
The historical records for a budget action.
See: newActionHistory
smart constructor.
ActionHistory' | |
|
Instances
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_timestamp :: Lens' ActionHistory UTCTime Source #
Undocumented member.
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.
actionHistory_actionHistoryDetails :: Lens' ActionHistory ActionHistoryDetails Source #
The description of details of the event.