| 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.Glue.ListWorkflows
Description
Lists names of workflows created in the account.
Synopsis
- data ListWorkflows = ListWorkflows' {}
- newListWorkflows :: ListWorkflows
- listWorkflows_maxResults :: Lens' ListWorkflows (Maybe Natural)
- listWorkflows_nextToken :: Lens' ListWorkflows (Maybe Text)
- data ListWorkflowsResponse = ListWorkflowsResponse' {}
- newListWorkflowsResponse :: Int -> ListWorkflowsResponse
- listWorkflowsResponse_nextToken :: Lens' ListWorkflowsResponse (Maybe Text)
- listWorkflowsResponse_workflows :: Lens' ListWorkflowsResponse (Maybe (NonEmpty Text))
- listWorkflowsResponse_httpStatus :: Lens' ListWorkflowsResponse Int
Creating a Request
data ListWorkflows Source #
See: newListWorkflows smart constructor.
Constructors
| ListWorkflows' | |
Instances
newListWorkflows :: ListWorkflows Source #
Create a value of ListWorkflows 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:ListWorkflows', listWorkflows_maxResults - The maximum size of a list to return.
ListWorkflows, listWorkflows_nextToken - A continuation token, if this is a continuation request.
Request Lenses
listWorkflows_maxResults :: Lens' ListWorkflows (Maybe Natural) Source #
The maximum size of a list to return.
listWorkflows_nextToken :: Lens' ListWorkflows (Maybe Text) Source #
A continuation token, if this is a continuation request.
Destructuring the Response
data ListWorkflowsResponse Source #
See: newListWorkflowsResponse smart constructor.
Constructors
| ListWorkflowsResponse' | |
Instances
newListWorkflowsResponse Source #
Create a value of ListWorkflowsResponse 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:
ListWorkflows, listWorkflowsResponse_nextToken - A continuation token, if not all workflow names have been returned.
$sel:workflows:ListWorkflowsResponse', listWorkflowsResponse_workflows - List of names of workflows in the account.
$sel:httpStatus:ListWorkflowsResponse', listWorkflowsResponse_httpStatus - The response's http status code.
Response Lenses
listWorkflowsResponse_nextToken :: Lens' ListWorkflowsResponse (Maybe Text) Source #
A continuation token, if not all workflow names have been returned.
listWorkflowsResponse_workflows :: Lens' ListWorkflowsResponse (Maybe (NonEmpty Text)) Source #
List of names of workflows in the account.
listWorkflowsResponse_httpStatus :: Lens' ListWorkflowsResponse Int Source #
The response's http status code.