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 FlowExecutionMessage = FlowExecutionMessage' {}
- newFlowExecutionMessage :: FlowExecutionMessage
- flowExecutionMessage_payload :: Lens' FlowExecutionMessage (Maybe Text)
- flowExecutionMessage_eventType :: Lens' FlowExecutionMessage (Maybe FlowExecutionEventType)
- flowExecutionMessage_timestamp :: Lens' FlowExecutionMessage (Maybe UTCTime)
- flowExecutionMessage_messageId :: Lens' FlowExecutionMessage (Maybe Text)
Documentation
data FlowExecutionMessage Source #
An object that contains information about a flow event.
See: newFlowExecutionMessage
smart constructor.
Instances
newFlowExecutionMessage :: FlowExecutionMessage Source #
Create a value of FlowExecutionMessage
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:payload:FlowExecutionMessage'
, flowExecutionMessage_payload
- A string containing information about the flow event.
$sel:eventType:FlowExecutionMessage'
, flowExecutionMessage_eventType
- The type of flow event .
$sel:timestamp:FlowExecutionMessage'
, flowExecutionMessage_timestamp
- The date and time when the message was last updated.
$sel:messageId:FlowExecutionMessage'
, flowExecutionMessage_messageId
- The unique identifier of the message.
flowExecutionMessage_payload :: Lens' FlowExecutionMessage (Maybe Text) Source #
A string containing information about the flow event.
flowExecutionMessage_eventType :: Lens' FlowExecutionMessage (Maybe FlowExecutionEventType) Source #
The type of flow event .
flowExecutionMessage_timestamp :: Lens' FlowExecutionMessage (Maybe UTCTime) Source #
The date and time when the message was last updated.
flowExecutionMessage_messageId :: Lens' FlowExecutionMessage (Maybe Text) Source #
The unique identifier of the message.