| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AppFlow.ListFlows
Description
Lists all of the flows associated with your account.
Synopsis
- data ListFlows = ListFlows' {}
- newListFlows :: ListFlows
- listFlows_maxResults :: Lens' ListFlows (Maybe Natural)
- listFlows_nextToken :: Lens' ListFlows (Maybe Text)
- data ListFlowsResponse = ListFlowsResponse' {
- flows :: Maybe [FlowDefinition]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListFlowsResponse :: Int -> ListFlowsResponse
- listFlowsResponse_flows :: Lens' ListFlowsResponse (Maybe [FlowDefinition])
- listFlowsResponse_nextToken :: Lens' ListFlowsResponse (Maybe Text)
- listFlowsResponse_httpStatus :: Lens' ListFlowsResponse Int
Creating a Request
See: newListFlows smart constructor.
Constructors
| ListFlows' | |
Instances
newListFlows :: ListFlows Source #
Create a value of ListFlows 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:maxResults:ListFlows', listFlows_maxResults - Specifies the maximum number of items that should be returned in the
result set.
ListFlows, listFlows_nextToken - The pagination token for next page of data.
Request Lenses
listFlows_maxResults :: Lens' ListFlows (Maybe Natural) Source #
Specifies the maximum number of items that should be returned in the result set.
listFlows_nextToken :: Lens' ListFlows (Maybe Text) Source #
The pagination token for next page of data.
Destructuring the Response
data ListFlowsResponse Source #
See: newListFlowsResponse smart constructor.
Constructors
| ListFlowsResponse' | |
Fields
| |
Instances
Arguments
| :: Int | |
| -> ListFlowsResponse |
Create a value of ListFlowsResponse 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:flows:ListFlowsResponse', listFlowsResponse_flows - The list of flows associated with your account.
ListFlows, listFlowsResponse_nextToken - The pagination token for next page of data.
$sel:httpStatus:ListFlowsResponse', listFlowsResponse_httpStatus - The response's http status code.
Response Lenses
listFlowsResponse_flows :: Lens' ListFlowsResponse (Maybe [FlowDefinition]) Source #
The list of flows associated with your account.
listFlowsResponse_nextToken :: Lens' ListFlowsResponse (Maybe Text) Source #
The pagination token for next page of data.
listFlowsResponse_httpStatus :: Lens' ListFlowsResponse Int Source #
The response's http status code.