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 |
Returns a list of objects that contain information about events in a flow execution.
This operation returns paginated results.
Synopsis
- data ListFlowExecutionMessages = ListFlowExecutionMessages' {}
- newListFlowExecutionMessages :: Text -> ListFlowExecutionMessages
- listFlowExecutionMessages_nextToken :: Lens' ListFlowExecutionMessages (Maybe Text)
- listFlowExecutionMessages_maxResults :: Lens' ListFlowExecutionMessages (Maybe Natural)
- listFlowExecutionMessages_flowExecutionId :: Lens' ListFlowExecutionMessages Text
- data ListFlowExecutionMessagesResponse = ListFlowExecutionMessagesResponse' {
- nextToken :: Maybe Text
- messages :: Maybe [FlowExecutionMessage]
- httpStatus :: Int
- newListFlowExecutionMessagesResponse :: Int -> ListFlowExecutionMessagesResponse
- listFlowExecutionMessagesResponse_nextToken :: Lens' ListFlowExecutionMessagesResponse (Maybe Text)
- listFlowExecutionMessagesResponse_messages :: Lens' ListFlowExecutionMessagesResponse (Maybe [FlowExecutionMessage])
- listFlowExecutionMessagesResponse_httpStatus :: Lens' ListFlowExecutionMessagesResponse Int
Creating a Request
data ListFlowExecutionMessages Source #
See: newListFlowExecutionMessages
smart constructor.
ListFlowExecutionMessages' | |
|
Instances
newListFlowExecutionMessages Source #
Create a value of ListFlowExecutionMessages
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:nextToken:ListFlowExecutionMessages'
, listFlowExecutionMessages_nextToken
- The string that specifies the next page of results. Use this when
you're paginating results.
$sel:maxResults:ListFlowExecutionMessages'
, listFlowExecutionMessages_maxResults
- The maximum number of results to return in the response.
$sel:flowExecutionId:ListFlowExecutionMessages'
, listFlowExecutionMessages_flowExecutionId
- The ID of the flow execution.
Request Lenses
listFlowExecutionMessages_nextToken :: Lens' ListFlowExecutionMessages (Maybe Text) Source #
The string that specifies the next page of results. Use this when you're paginating results.
listFlowExecutionMessages_maxResults :: Lens' ListFlowExecutionMessages (Maybe Natural) Source #
The maximum number of results to return in the response.
listFlowExecutionMessages_flowExecutionId :: Lens' ListFlowExecutionMessages Text Source #
The ID of the flow execution.
Destructuring the Response
data ListFlowExecutionMessagesResponse Source #
See: newListFlowExecutionMessagesResponse
smart constructor.
ListFlowExecutionMessagesResponse' | |
|
Instances
newListFlowExecutionMessagesResponse Source #
Create a value of ListFlowExecutionMessagesResponse
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:nextToken:ListFlowExecutionMessages'
, listFlowExecutionMessagesResponse_nextToken
- The string to specify as nextToken
when you request the next page of
results.
$sel:messages:ListFlowExecutionMessagesResponse'
, listFlowExecutionMessagesResponse_messages
- A list of objects that contain information about events in the specified
flow execution.
$sel:httpStatus:ListFlowExecutionMessagesResponse'
, listFlowExecutionMessagesResponse_httpStatus
- The response's http status code.
Response Lenses
listFlowExecutionMessagesResponse_nextToken :: Lens' ListFlowExecutionMessagesResponse (Maybe Text) Source #
The string to specify as nextToken
when you request the next page of
results.
listFlowExecutionMessagesResponse_messages :: Lens' ListFlowExecutionMessagesResponse (Maybe [FlowExecutionMessage]) Source #
A list of objects that contain information about events in the specified flow execution.
listFlowExecutionMessagesResponse_httpStatus :: Lens' ListFlowExecutionMessagesResponse Int Source #
The response's http status code.