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

Description

List the migration workflows.

This operation returns paginated results.

Synopsis

Creating a Request

data ListWorkflows Source #

See: newListWorkflows smart constructor.

Constructors

ListWorkflows' 

Fields

Instances

Instances details
ToHeaders ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

ToPath ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

ToQuery ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

AWSPager ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

AWSRequest ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

Associated Types

type AWSResponse ListWorkflows #

Generic ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

Associated Types

type Rep ListWorkflows :: Type -> Type #

Read ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

Show ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

NFData ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

Methods

rnf :: ListWorkflows -> () #

Eq ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

Hashable ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

type AWSResponse ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

type Rep ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

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

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.

Destructuring the Response

data ListWorkflowsResponse Source #

See: newListWorkflowsResponse smart constructor.

Constructors

ListWorkflowsResponse' 

Fields

Instances

Instances details
Generic ListWorkflowsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

Associated Types

type Rep ListWorkflowsResponse :: Type -> Type #

Read ListWorkflowsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

Show ListWorkflowsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

NFData ListWorkflowsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

Methods

rnf :: ListWorkflowsResponse -> () #

Eq ListWorkflowsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

type Rep ListWorkflowsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

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

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