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

Description

Get migration workflow.

Synopsis

Creating a Request

data GetWorkflow Source #

See: newGetWorkflow smart constructor.

Constructors

GetWorkflow' 

Fields

  • id :: Text

    The ID of the migration workflow.

Instances

Instances details
ToHeaders GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

Methods

toHeaders :: GetWorkflow -> [Header] #

ToPath GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

ToQuery GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

AWSRequest GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

Associated Types

type AWSResponse GetWorkflow #

Generic GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

Associated Types

type Rep GetWorkflow :: Type -> Type #

Read GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

Show GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

NFData GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

Methods

rnf :: GetWorkflow -> () #

Eq GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

Hashable GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

type AWSResponse GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

type Rep GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

type Rep GetWorkflow = D1 ('MetaData "GetWorkflow" "Amazonka.MigrationHubOrchestrator.GetWorkflow" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "GetWorkflow'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetWorkflow Source #

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

GetWorkflow, getWorkflow_id - The ID of the migration workflow.

Request Lenses

getWorkflow_id :: Lens' GetWorkflow Text Source #

The ID of the migration workflow.

Destructuring the Response

data GetWorkflowResponse Source #

See: newGetWorkflowResponse smart constructor.

Constructors

GetWorkflowResponse' 

Fields

Instances

Instances details
Generic GetWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

Associated Types

type Rep GetWorkflowResponse :: Type -> Type #

Show GetWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

NFData GetWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

Methods

rnf :: GetWorkflowResponse -> () #

Eq GetWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

type Rep GetWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

type Rep GetWorkflowResponse = D1 ('MetaData "GetWorkflowResponse" "Amazonka.MigrationHubOrchestrator.GetWorkflow" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "GetWorkflowResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "adsApplicationConfigurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "adsApplicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "completedSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))) :*: (((S1 ('MetaSel ('Just "lastStopTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MigrationWorkflowStatusEnum)) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))) :*: ((S1 ('MetaSel ('Just "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tools") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tool])) :*: S1 ('MetaSel ('Just "totalSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "workflowBucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workflowInputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text StepInput)))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

newGetWorkflowResponse Source #

Create a value of GetWorkflowResponse 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:adsApplicationConfigurationId:GetWorkflowResponse', getWorkflowResponse_adsApplicationConfigurationId - The configuration ID of the application configured in Application Discovery Service.

$sel:adsApplicationName:GetWorkflowResponse', getWorkflowResponse_adsApplicationName - The name of the application configured in Application Discovery Service.

GetWorkflowResponse, getWorkflowResponse_arn - The Amazon Resource Name (ARN) of the migration workflow.

GetWorkflowResponse, getWorkflowResponse_completedSteps - Get a list of completed steps in the migration workflow.

GetWorkflowResponse, getWorkflowResponse_creationTime - The time at which the migration workflow was created.

GetWorkflowResponse, getWorkflowResponse_description - The description of the migration workflow.

GetWorkflowResponse, getWorkflowResponse_endTime - The time at which the migration workflow ended.

GetWorkflow, getWorkflowResponse_id - The ID of the migration workflow.

$sel:lastModifiedTime:GetWorkflowResponse', getWorkflowResponse_lastModifiedTime - The time at which the migration workflow was last modified.

$sel:lastStartTime:GetWorkflowResponse', getWorkflowResponse_lastStartTime - The time at which the migration workflow was last started.

$sel:lastStopTime:GetWorkflowResponse', getWorkflowResponse_lastStopTime - The time at which the migration workflow was last stopped.

GetWorkflowResponse, getWorkflowResponse_name - The name of the migration workflow.

GetWorkflowResponse, getWorkflowResponse_status - The status of the migration workflow.

GetWorkflowResponse, getWorkflowResponse_statusMessage - The status message of the migration workflow.

$sel:tags:GetWorkflowResponse', getWorkflowResponse_tags - The tags added to the migration workflow.

GetWorkflowResponse, getWorkflowResponse_templateId - The ID of the template.

$sel:tools:GetWorkflowResponse', getWorkflowResponse_tools - List of AWS services utilized in a migration workflow.

GetWorkflowResponse, getWorkflowResponse_totalSteps - The total number of steps in the migration workflow.

$sel:workflowBucket:GetWorkflowResponse', getWorkflowResponse_workflowBucket - The Amazon S3 bucket where the migration logs are stored.

$sel:workflowInputs:GetWorkflowResponse', getWorkflowResponse_workflowInputs - The inputs required for creating the migration workflow.

$sel:httpStatus:GetWorkflowResponse', getWorkflowResponse_httpStatus - The response's http status code.

Response Lenses

getWorkflowResponse_adsApplicationConfigurationId :: Lens' GetWorkflowResponse (Maybe Text) Source #

The configuration ID of the application configured in Application Discovery Service.

getWorkflowResponse_adsApplicationName :: Lens' GetWorkflowResponse (Maybe Text) Source #

The name of the application configured in Application Discovery Service.

getWorkflowResponse_arn :: Lens' GetWorkflowResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the migration workflow.

getWorkflowResponse_completedSteps :: Lens' GetWorkflowResponse (Maybe Int) Source #

Get a list of completed steps in the migration workflow.

getWorkflowResponse_creationTime :: Lens' GetWorkflowResponse (Maybe UTCTime) Source #

The time at which the migration workflow was created.

getWorkflowResponse_description :: Lens' GetWorkflowResponse (Maybe Text) Source #

The description of the migration workflow.

getWorkflowResponse_endTime :: Lens' GetWorkflowResponse (Maybe UTCTime) Source #

The time at which the migration workflow ended.

getWorkflowResponse_id :: Lens' GetWorkflowResponse (Maybe Text) Source #

The ID of the migration workflow.

getWorkflowResponse_lastModifiedTime :: Lens' GetWorkflowResponse (Maybe UTCTime) Source #

The time at which the migration workflow was last modified.

getWorkflowResponse_lastStartTime :: Lens' GetWorkflowResponse (Maybe UTCTime) Source #

The time at which the migration workflow was last started.

getWorkflowResponse_lastStopTime :: Lens' GetWorkflowResponse (Maybe UTCTime) Source #

The time at which the migration workflow was last stopped.

getWorkflowResponse_name :: Lens' GetWorkflowResponse (Maybe Text) Source #

The name of the migration workflow.

getWorkflowResponse_statusMessage :: Lens' GetWorkflowResponse (Maybe Text) Source #

The status message of the migration workflow.

getWorkflowResponse_tags :: Lens' GetWorkflowResponse (Maybe (HashMap Text Text)) Source #

The tags added to the migration workflow.

getWorkflowResponse_tools :: Lens' GetWorkflowResponse (Maybe [Tool]) Source #

List of AWS services utilized in a migration workflow.

getWorkflowResponse_totalSteps :: Lens' GetWorkflowResponse (Maybe Int) Source #

The total number of steps in the migration workflow.

getWorkflowResponse_workflowBucket :: Lens' GetWorkflowResponse (Maybe Text) Source #

The Amazon S3 bucket where the migration logs are stored.

getWorkflowResponse_workflowInputs :: Lens' GetWorkflowResponse (Maybe (HashMap Text StepInput)) Source #

The inputs required for creating the migration workflow.