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 |
List the step groups in a migration workflow.
This operation returns paginated results.
Synopsis
- data ListWorkflowStepGroups = ListWorkflowStepGroups' {
- maxResults :: Maybe Natural
- nextToken :: Maybe Text
- workflowId :: Text
- newListWorkflowStepGroups :: Text -> ListWorkflowStepGroups
- listWorkflowStepGroups_maxResults :: Lens' ListWorkflowStepGroups (Maybe Natural)
- listWorkflowStepGroups_nextToken :: Lens' ListWorkflowStepGroups (Maybe Text)
- listWorkflowStepGroups_workflowId :: Lens' ListWorkflowStepGroups Text
- data ListWorkflowStepGroupsResponse = ListWorkflowStepGroupsResponse' {}
- newListWorkflowStepGroupsResponse :: Int -> ListWorkflowStepGroupsResponse
- listWorkflowStepGroupsResponse_nextToken :: Lens' ListWorkflowStepGroupsResponse (Maybe Text)
- listWorkflowStepGroupsResponse_httpStatus :: Lens' ListWorkflowStepGroupsResponse Int
- listWorkflowStepGroupsResponse_workflowStepGroupsSummary :: Lens' ListWorkflowStepGroupsResponse [WorkflowStepGroupSummary]
Creating a Request
data ListWorkflowStepGroups Source #
See: newListWorkflowStepGroups
smart constructor.
ListWorkflowStepGroups' | |
|
Instances
newListWorkflowStepGroups Source #
Create a value of ListWorkflowStepGroups
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:ListWorkflowStepGroups'
, listWorkflowStepGroups_maxResults
- The maximum number of results that can be returned.
ListWorkflowStepGroups
, listWorkflowStepGroups_nextToken
- The pagination token.
$sel:workflowId:ListWorkflowStepGroups'
, listWorkflowStepGroups_workflowId
- The ID of the migration workflow.
Request Lenses
listWorkflowStepGroups_maxResults :: Lens' ListWorkflowStepGroups (Maybe Natural) Source #
The maximum number of results that can be returned.
listWorkflowStepGroups_nextToken :: Lens' ListWorkflowStepGroups (Maybe Text) Source #
The pagination token.
listWorkflowStepGroups_workflowId :: Lens' ListWorkflowStepGroups Text Source #
The ID of the migration workflow.
Destructuring the Response
data ListWorkflowStepGroupsResponse Source #
See: newListWorkflowStepGroupsResponse
smart constructor.
ListWorkflowStepGroupsResponse' | |
|
Instances
newListWorkflowStepGroupsResponse Source #
Create a value of ListWorkflowStepGroupsResponse
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:
ListWorkflowStepGroups
, listWorkflowStepGroupsResponse_nextToken
- The pagination token.
$sel:httpStatus:ListWorkflowStepGroupsResponse'
, listWorkflowStepGroupsResponse_httpStatus
- The response's http status code.
$sel:workflowStepGroupsSummary:ListWorkflowStepGroupsResponse'
, listWorkflowStepGroupsResponse_workflowStepGroupsSummary
- The summary of step groups in a migration workflow.
Response Lenses
listWorkflowStepGroupsResponse_nextToken :: Lens' ListWorkflowStepGroupsResponse (Maybe Text) Source #
The pagination token.
listWorkflowStepGroupsResponse_httpStatus :: Lens' ListWorkflowStepGroupsResponse Int Source #
The response's http status code.
listWorkflowStepGroupsResponse_workflowStepGroupsSummary :: Lens' ListWorkflowStepGroupsResponse [WorkflowStepGroupSummary] Source #
The summary of step groups in a migration workflow.