| 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 |
Amazonka.IoTThingsGraph.SearchFlowExecutions
Description
Searches for AWS IoT Things Graph workflow execution instances.
This operation returns paginated results.
Synopsis
- data SearchFlowExecutions = SearchFlowExecutions' {}
- newSearchFlowExecutions :: Text -> SearchFlowExecutions
- searchFlowExecutions_startTime :: Lens' SearchFlowExecutions (Maybe UTCTime)
- searchFlowExecutions_flowExecutionId :: Lens' SearchFlowExecutions (Maybe Text)
- searchFlowExecutions_nextToken :: Lens' SearchFlowExecutions (Maybe Text)
- searchFlowExecutions_endTime :: Lens' SearchFlowExecutions (Maybe UTCTime)
- searchFlowExecutions_maxResults :: Lens' SearchFlowExecutions (Maybe Natural)
- searchFlowExecutions_systemInstanceId :: Lens' SearchFlowExecutions Text
- data SearchFlowExecutionsResponse = SearchFlowExecutionsResponse' {}
- newSearchFlowExecutionsResponse :: Int -> SearchFlowExecutionsResponse
- searchFlowExecutionsResponse_nextToken :: Lens' SearchFlowExecutionsResponse (Maybe Text)
- searchFlowExecutionsResponse_summaries :: Lens' SearchFlowExecutionsResponse (Maybe [FlowExecutionSummary])
- searchFlowExecutionsResponse_httpStatus :: Lens' SearchFlowExecutionsResponse Int
Creating a Request
data SearchFlowExecutions Source #
See: newSearchFlowExecutions smart constructor.
Constructors
| SearchFlowExecutions' | |
Fields
| |
Instances
newSearchFlowExecutions Source #
Create a value of SearchFlowExecutions 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:startTime:SearchFlowExecutions', searchFlowExecutions_startTime - The date and time of the earliest flow execution to return.
$sel:flowExecutionId:SearchFlowExecutions', searchFlowExecutions_flowExecutionId - The ID of a flow execution.
$sel:nextToken:SearchFlowExecutions', searchFlowExecutions_nextToken - The string that specifies the next page of results. Use this when
you're paginating results.
$sel:endTime:SearchFlowExecutions', searchFlowExecutions_endTime - The date and time of the latest flow execution to return.
$sel:maxResults:SearchFlowExecutions', searchFlowExecutions_maxResults - The maximum number of results to return in the response.
$sel:systemInstanceId:SearchFlowExecutions', searchFlowExecutions_systemInstanceId - The ID of the system instance that contains the flow.
Request Lenses
searchFlowExecutions_startTime :: Lens' SearchFlowExecutions (Maybe UTCTime) Source #
The date and time of the earliest flow execution to return.
searchFlowExecutions_flowExecutionId :: Lens' SearchFlowExecutions (Maybe Text) Source #
The ID of a flow execution.
searchFlowExecutions_nextToken :: Lens' SearchFlowExecutions (Maybe Text) Source #
The string that specifies the next page of results. Use this when you're paginating results.
searchFlowExecutions_endTime :: Lens' SearchFlowExecutions (Maybe UTCTime) Source #
The date and time of the latest flow execution to return.
searchFlowExecutions_maxResults :: Lens' SearchFlowExecutions (Maybe Natural) Source #
The maximum number of results to return in the response.
searchFlowExecutions_systemInstanceId :: Lens' SearchFlowExecutions Text Source #
The ID of the system instance that contains the flow.
Destructuring the Response
data SearchFlowExecutionsResponse Source #
See: newSearchFlowExecutionsResponse smart constructor.
Constructors
| SearchFlowExecutionsResponse' | |
Fields
| |
Instances
newSearchFlowExecutionsResponse Source #
Create a value of SearchFlowExecutionsResponse 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:SearchFlowExecutions', searchFlowExecutionsResponse_nextToken - The string to specify as nextToken when you request the next page of
results.
$sel:summaries:SearchFlowExecutionsResponse', searchFlowExecutionsResponse_summaries - An array of objects that contain summary information about each workflow
execution in the result set.
$sel:httpStatus:SearchFlowExecutionsResponse', searchFlowExecutionsResponse_httpStatus - The response's http status code.
Response Lenses
searchFlowExecutionsResponse_nextToken :: Lens' SearchFlowExecutionsResponse (Maybe Text) Source #
The string to specify as nextToken when you request the next page of
results.
searchFlowExecutionsResponse_summaries :: Lens' SearchFlowExecutionsResponse (Maybe [FlowExecutionSummary]) Source #
An array of objects that contain summary information about each workflow execution in the result set.
searchFlowExecutionsResponse_httpStatus :: Lens' SearchFlowExecutionsResponse Int Source #
The response's http status code.