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 |
Documentation
data ActionHistoryDetails Source #
The description of details of the event.
See: newActionHistoryDetails
smart constructor.
Instances
newActionHistoryDetails Source #
:: Text | |
-> Action | |
-> ActionHistoryDetails |
Create a value of ActionHistoryDetails
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:message:ActionHistoryDetails'
, actionHistoryDetails_message
- Undocumented member.
$sel:action:ActionHistoryDetails'
, actionHistoryDetails_action
- The budget action resource.
actionHistoryDetails_message :: Lens' ActionHistoryDetails Text Source #
Undocumented member.
actionHistoryDetails_action :: Lens' ActionHistoryDetails Action Source #
The budget action resource.