| 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.MigrationHubOrchestrator.ListWorkflows
Description
List the migration workflows.
This operation returns paginated results.
Synopsis
- data ListWorkflows = ListWorkflows' {}
- newListWorkflows :: ListWorkflows
- listWorkflows_adsApplicationConfigurationName :: Lens' ListWorkflows (Maybe Text)
- listWorkflows_maxResults :: Lens' ListWorkflows (Maybe Natural)
- listWorkflows_name :: Lens' ListWorkflows (Maybe Text)
- listWorkflows_nextToken :: Lens' ListWorkflows (Maybe Text)
- listWorkflows_status :: Lens' ListWorkflows (Maybe MigrationWorkflowStatusEnum)
- listWorkflows_templateId :: Lens' ListWorkflows (Maybe Text)
- data ListWorkflowsResponse = ListWorkflowsResponse' {}
- newListWorkflowsResponse :: Int -> ListWorkflowsResponse
- listWorkflowsResponse_nextToken :: Lens' ListWorkflowsResponse (Maybe Text)
- listWorkflowsResponse_httpStatus :: Lens' ListWorkflowsResponse Int
- listWorkflowsResponse_migrationWorkflowSummary :: Lens' ListWorkflowsResponse [MigrationWorkflowSummary]
Creating a Request
data ListWorkflows Source #
See: newListWorkflows smart constructor.
Constructors
| ListWorkflows' | |
Fields
| |
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:
ListWorkflows, listWorkflows_adsApplicationConfigurationName - The name of the application configured in Application Discovery Service.
$sel:maxResults:ListWorkflows', listWorkflows_maxResults - The maximum number of results that can be returned.
ListWorkflows, listWorkflows_name - The name of the migration workflow.
ListWorkflows, listWorkflows_nextToken - The pagination token.
ListWorkflows, listWorkflows_status - The status of the migration workflow.
ListWorkflows, listWorkflows_templateId - The ID of the template.
Request Lenses
listWorkflows_adsApplicationConfigurationName :: Lens' ListWorkflows (Maybe Text) Source #
The name of the application configured in Application Discovery Service.
listWorkflows_maxResults :: Lens' ListWorkflows (Maybe Natural) Source #
The maximum number of results that can be returned.
listWorkflows_name :: Lens' ListWorkflows (Maybe Text) Source #
The name of the migration workflow.
listWorkflows_nextToken :: Lens' ListWorkflows (Maybe Text) Source #
The pagination token.
listWorkflows_status :: Lens' ListWorkflows (Maybe MigrationWorkflowStatusEnum) Source #
The status of the migration workflow.
listWorkflows_templateId :: Lens' ListWorkflows (Maybe Text) Source #
The ID of the template.
Destructuring the Response
data ListWorkflowsResponse Source #
See: newListWorkflowsResponse smart constructor.
Constructors
| ListWorkflowsResponse' | |
Fields
| |
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 - The pagination token.
$sel:httpStatus:ListWorkflowsResponse', listWorkflowsResponse_httpStatus - The response's http status code.
$sel:migrationWorkflowSummary:ListWorkflowsResponse', listWorkflowsResponse_migrationWorkflowSummary - The summary of the migration workflow.
Response Lenses
listWorkflowsResponse_nextToken :: Lens' ListWorkflowsResponse (Maybe Text) Source #
The pagination token.
listWorkflowsResponse_httpStatus :: Lens' ListWorkflowsResponse Int Source #
The response's http status code.
listWorkflowsResponse_migrationWorkflowSummary :: Lens' ListWorkflowsResponse [MigrationWorkflowSummary] Source #
The summary of the migration workflow.