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

Description

 
Synopsis

Documentation

data StepOutput Source #

The output of the step.

See: newStepOutput smart constructor.

Constructors

StepOutput' 

Fields

Instances

Instances details
FromJSON StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

Generic StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

Associated Types

type Rep StepOutput :: Type -> Type #

Read StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

Show StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

NFData StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

Methods

rnf :: StepOutput -> () #

Eq StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

Hashable StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

type Rep StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

type Rep StepOutput = D1 ('MetaData "StepOutput" "Amazonka.MigrationHubOrchestrator.Types.StepOutput" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "StepOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataType)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "required") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newStepOutput :: StepOutput Source #

Create a value of StepOutput 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:dataType:StepOutput', stepOutput_dataType - The data type of the step output.

$sel:name:StepOutput', stepOutput_name - The name of the step.

$sel:required:StepOutput', stepOutput_required - Determine if an output is required from a step.

stepOutput_dataType :: Lens' StepOutput (Maybe DataType) Source #

The data type of the step output.

stepOutput_name :: Lens' StepOutput (Maybe Text) Source #

The name of the step.

stepOutput_required :: Lens' StepOutput (Maybe Bool) Source #

Determine if an output is required from a step.