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

Description

 
Synopsis

Documentation

data TemplateStepSummary Source #

The summary of the step.

See: newTemplateStepSummary smart constructor.

Constructors

TemplateStepSummary' 

Fields

Instances

Instances details
FromJSON TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

Generic TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

Associated Types

type Rep TemplateStepSummary :: Type -> Type #

Read TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

Show TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

NFData TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

Methods

rnf :: TemplateStepSummary -> () #

Eq TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

Hashable TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

type Rep TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

newTemplateStepSummary :: TemplateStepSummary Source #

Create a value of TemplateStepSummary 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:id:TemplateStepSummary', templateStepSummary_id - The ID of the step.

$sel:name:TemplateStepSummary', templateStepSummary_name - The name of the step.

$sel:next:TemplateStepSummary', templateStepSummary_next - The next step.

$sel:owner:TemplateStepSummary', templateStepSummary_owner - The owner of the step.

$sel:previous:TemplateStepSummary', templateStepSummary_previous - The previous step.

$sel:stepActionType:TemplateStepSummary', templateStepSummary_stepActionType - The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.

$sel:stepGroupId:TemplateStepSummary', templateStepSummary_stepGroupId - The ID of the step group.

$sel:targetType:TemplateStepSummary', templateStepSummary_targetType - The servers on which to run the script.

$sel:templateId:TemplateStepSummary', templateStepSummary_templateId - The ID of the template.

templateStepSummary_stepActionType :: Lens' TemplateStepSummary (Maybe StepActionType) Source #

The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.