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 EventActionEntry = EventActionEntry' {}
- newEventActionEntry :: Action -> UTCTime -> Event -> Text -> Text -> UTCTime -> EventActionEntry
- eventActionEntry_action :: Lens' EventActionEntry Action
- eventActionEntry_createdAt :: Lens' EventActionEntry UTCTime
- eventActionEntry_event :: Lens' EventActionEntry Event
- eventActionEntry_id :: Lens' EventActionEntry Text
- eventActionEntry_arn :: Lens' EventActionEntry Text
- eventActionEntry_updatedAt :: Lens' EventActionEntry UTCTime
Documentation
data EventActionEntry Source #
An event action is an object that defines the relationship between a specific event and an automated action that will be taken on behalf of the customer.
See: newEventActionEntry
smart constructor.
EventActionEntry' | |
|
Instances
Create a value of EventActionEntry
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:action:EventActionEntry'
, eventActionEntry_action
- What occurs after a certain event.
$sel:createdAt:EventActionEntry'
, eventActionEntry_createdAt
- The date and time that the event action was created, in ISO 8601 format.
$sel:event:EventActionEntry'
, eventActionEntry_event
- What occurs to start an action.
$sel:id:EventActionEntry'
, eventActionEntry_id
- The unique identifier for the event action.
$sel:arn:EventActionEntry'
, eventActionEntry_arn
- The Amazon Resource Name (ARN) for the event action.
$sel:updatedAt:EventActionEntry'
, eventActionEntry_updatedAt
- The date and time that the event action was last updated, in ISO 8601
format.
eventActionEntry_action :: Lens' EventActionEntry Action Source #
What occurs after a certain event.
eventActionEntry_createdAt :: Lens' EventActionEntry UTCTime Source #
The date and time that the event action was created, in ISO 8601 format.
eventActionEntry_event :: Lens' EventActionEntry Event Source #
What occurs to start an action.
eventActionEntry_id :: Lens' EventActionEntry Text Source #
The unique identifier for the event action.
eventActionEntry_arn :: Lens' EventActionEntry Text Source #
The Amazon Resource Name (ARN) for the event action.
eventActionEntry_updatedAt :: Lens' EventActionEntry UTCTime Source #
The date and time that the event action was last updated, in ISO 8601 format.