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.ListWorkflowSteps

Description

List the steps in a workflow.

This operation returns paginated results.

Synopsis

Creating a Request

data ListWorkflowSteps Source #

See: newListWorkflowSteps smart constructor.

Constructors

ListWorkflowSteps' 

Fields

Instances

Instances details
ToHeaders ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

ToPath ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

ToQuery ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

AWSPager ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

AWSRequest ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

Associated Types

type AWSResponse ListWorkflowSteps #

Generic ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

Associated Types

type Rep ListWorkflowSteps :: Type -> Type #

Read ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

Show ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

NFData ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

Methods

rnf :: ListWorkflowSteps -> () #

Eq ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

Hashable ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

type AWSResponse ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

type Rep ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

type Rep ListWorkflowSteps = D1 ('MetaData "ListWorkflowSteps" "Amazonka.MigrationHubOrchestrator.ListWorkflowSteps" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "ListWorkflowSteps'" '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) :*: S1 ('MetaSel ('Just "stepGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListWorkflowSteps Source #

Create a value of ListWorkflowSteps 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:ListWorkflowSteps', listWorkflowSteps_maxResults - The maximum number of results that can be returned.

ListWorkflowSteps, listWorkflowSteps_nextToken - The pagination token.

$sel:workflowId:ListWorkflowSteps', listWorkflowSteps_workflowId - The ID of the migration workflow.

ListWorkflowSteps, listWorkflowSteps_stepGroupId - The ID of the step group.

Request Lenses

listWorkflowSteps_maxResults :: Lens' ListWorkflowSteps (Maybe Natural) Source #

The maximum number of results that can be returned.

listWorkflowSteps_workflowId :: Lens' ListWorkflowSteps Text Source #

The ID of the migration workflow.

Destructuring the Response

data ListWorkflowStepsResponse Source #

See: newListWorkflowStepsResponse smart constructor.

Constructors

ListWorkflowStepsResponse' 

Fields

Instances

Instances details
Generic ListWorkflowStepsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

Associated Types

type Rep ListWorkflowStepsResponse :: Type -> Type #

Read ListWorkflowStepsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

Show ListWorkflowStepsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

NFData ListWorkflowStepsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

Eq ListWorkflowStepsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

type Rep ListWorkflowStepsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

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

newListWorkflowStepsResponse Source #

Create a value of ListWorkflowStepsResponse 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:

ListWorkflowSteps, listWorkflowStepsResponse_nextToken - The pagination token.

$sel:httpStatus:ListWorkflowStepsResponse', listWorkflowStepsResponse_httpStatus - The response's http status code.

$sel:workflowStepsSummary:ListWorkflowStepsResponse', listWorkflowStepsResponse_workflowStepsSummary - The summary of steps in a migration workflow.

Response Lenses