| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Budgets.Types.ActionHistory
Description
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.
Constructors
| ActionHistory' | |
Fields
| |
Instances
Arguments
| :: UTCTime | |
| -> ActionStatus | |
| -> EventType | |
| -> ActionHistoryDetails | |
| -> ActionHistory |
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 are generated by the system.
$sel:actionHistoryDetails:ActionHistory', actionHistory_actionHistoryDetails - The description of the details for 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 are generated by the system.
actionHistory_actionHistoryDetails :: Lens' ActionHistory ActionHistoryDetails Source #
The description of the details for the event.