amazonka-migrationhuborchestrator-2.0: Amazon Migration Hub Orchestrator SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

Description

List the step groups in a migration workflow.

This operation returns paginated results.

Synopsis

Creating a Request

data ListWorkflowStepGroups Source #

See: newListWorkflowStepGroups smart constructor.

Constructors

ListWorkflowStepGroups' 

Fields

Instances

Instances details
ToHeaders ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

ToPath ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

ToQuery ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

AWSPager ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

AWSRequest ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

Associated Types

type AWSResponse ListWorkflowStepGroups #

Generic ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

Associated Types

type Rep ListWorkflowStepGroups :: Type -> Type #

Read ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

Show ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

NFData ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

Methods

rnf :: ListWorkflowStepGroups -> () #

Eq ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

Hashable ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

type AWSResponse ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

type Rep ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

type Rep ListWorkflowStepGroups = D1 ('MetaData "ListWorkflowStepGroups" "Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "ListWorkflowStepGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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.

Destructuring the Response

data ListWorkflowStepGroupsResponse Source #

See: newListWorkflowStepGroupsResponse smart constructor.

Constructors

ListWorkflowStepGroupsResponse' 

Fields

Instances

Instances details
Generic ListWorkflowStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

Associated Types

type Rep ListWorkflowStepGroupsResponse :: Type -> Type #

Read ListWorkflowStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

Show ListWorkflowStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

NFData ListWorkflowStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

Eq ListWorkflowStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

type Rep ListWorkflowStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

type Rep ListWorkflowStepGroupsResponse = D1 ('MetaData "ListWorkflowStepGroupsResponse" "Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "ListWorkflowStepGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "workflowStepGroupsSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [WorkflowStepGroupSummary]))))

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