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 |
Lists all of the flows associated with your account.
Synopsis
- data ListFlows = ListFlows' {}
- newListFlows :: ListFlows
- listFlows_nextToken :: Lens' ListFlows (Maybe Text)
- listFlows_maxResults :: Lens' ListFlows (Maybe Natural)
- data ListFlowsResponse = ListFlowsResponse' {
- nextToken :: Maybe Text
- flows :: Maybe [FlowDefinition]
- httpStatus :: Int
- newListFlowsResponse :: Int -> ListFlowsResponse
- listFlowsResponse_nextToken :: Lens' ListFlowsResponse (Maybe Text)
- listFlowsResponse_flows :: Lens' ListFlowsResponse (Maybe [FlowDefinition])
- listFlowsResponse_httpStatus :: Lens' ListFlowsResponse Int
Creating a Request
See: newListFlows
smart constructor.
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:nextToken:ListFlows'
, listFlows_nextToken
- The pagination token for next page of data.
$sel:maxResults:ListFlows'
, listFlows_maxResults
- Specifies the maximum number of items that should be returned in the
result set.
Request Lenses
listFlows_nextToken :: Lens' ListFlows (Maybe Text) Source #
The pagination token for next page of data.
listFlows_maxResults :: Lens' ListFlows (Maybe Natural) Source #
Specifies the maximum number of items that should be returned in the result set.
Destructuring the Response
data ListFlowsResponse Source #
See: newListFlowsResponse
smart constructor.
ListFlowsResponse' | |
|
Instances
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:nextToken:ListFlows'
, listFlowsResponse_nextToken
- The pagination token for next page of data.
$sel:flows:ListFlowsResponse'
, listFlowsResponse_flows
- The list of flows associated with your account.
$sel:httpStatus:ListFlowsResponse'
, listFlowsResponse_httpStatus
- The response's http status code.
Response Lenses
listFlowsResponse_nextToken :: Lens' ListFlowsResponse (Maybe Text) Source #
The pagination token for next page of data.
listFlowsResponse_flows :: Lens' ListFlowsResponse (Maybe [FlowDefinition]) Source #
The list of flows associated with your account.
listFlowsResponse_httpStatus :: Lens' ListFlowsResponse Int Source #
The response's http status code.