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.Types.MigrationWorkflowSummary

Description

 
Synopsis

Documentation

data MigrationWorkflowSummary Source #

The summary of a migration workflow.

See: newMigrationWorkflowSummary smart constructor.

Constructors

MigrationWorkflowSummary' 

Fields

Instances

Instances details
FromJSON MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

Generic MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

Associated Types

type Rep MigrationWorkflowSummary :: Type -> Type #

Read MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

Show MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

NFData MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

Eq MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

Hashable MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

type Rep MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

type Rep MigrationWorkflowSummary = D1 ('MetaData "MigrationWorkflowSummary" "Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "MigrationWorkflowSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "adsApplicationConfigurationName") '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 "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((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 "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "totalSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))))

newMigrationWorkflowSummary :: MigrationWorkflowSummary Source #

Create a value of MigrationWorkflowSummary 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:adsApplicationConfigurationName:MigrationWorkflowSummary', migrationWorkflowSummary_adsApplicationConfigurationName - The name of the application configured in Application Discovery Service.

$sel:completedSteps:MigrationWorkflowSummary', migrationWorkflowSummary_completedSteps - The steps completed in the migration workflow.

$sel:creationTime:MigrationWorkflowSummary', migrationWorkflowSummary_creationTime - The time at which the migration workflow was created.

$sel:endTime:MigrationWorkflowSummary', migrationWorkflowSummary_endTime - The time at which the migration workflow ended.

$sel:id:MigrationWorkflowSummary', migrationWorkflowSummary_id - The ID of the migration workflow.

$sel:name:MigrationWorkflowSummary', migrationWorkflowSummary_name - The name of the migration workflow.

$sel:status:MigrationWorkflowSummary', migrationWorkflowSummary_status - The status of the migration workflow.

$sel:statusMessage:MigrationWorkflowSummary', migrationWorkflowSummary_statusMessage - The status message of the migration workflow.

$sel:templateId:MigrationWorkflowSummary', migrationWorkflowSummary_templateId - The ID of the template.

$sel:totalSteps:MigrationWorkflowSummary', migrationWorkflowSummary_totalSteps - All the steps in a migration workflow.

migrationWorkflowSummary_adsApplicationConfigurationName :: Lens' MigrationWorkflowSummary (Maybe Text) Source #

The name of the application configured in Application Discovery Service.

migrationWorkflowSummary_completedSteps :: Lens' MigrationWorkflowSummary (Maybe Int) Source #

The steps completed in the migration workflow.

migrationWorkflowSummary_creationTime :: Lens' MigrationWorkflowSummary (Maybe UTCTime) Source #

The time at which the migration workflow was created.

migrationWorkflowSummary_endTime :: Lens' MigrationWorkflowSummary (Maybe UTCTime) Source #

The time at which the migration workflow ended.

migrationWorkflowSummary_statusMessage :: Lens' MigrationWorkflowSummary (Maybe Text) Source #

The status message of the migration workflow.