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

Description

 
Synopsis

Documentation

data TemplateInput Source #

The input parameters of a template.

See: newTemplateInput smart constructor.

Constructors

TemplateInput' 

Fields

Instances

Instances details
FromJSON TemplateInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateInput

Generic TemplateInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateInput

Associated Types

type Rep TemplateInput :: Type -> Type #

Read TemplateInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateInput

Show TemplateInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateInput

NFData TemplateInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateInput

Methods

rnf :: TemplateInput -> () #

Eq TemplateInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateInput

Hashable TemplateInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateInput

type Rep TemplateInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateInput

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

newTemplateInput :: TemplateInput Source #

Create a value of TemplateInput 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:TemplateInput', templateInput_dataType - The data type of the template input.

$sel:inputName:TemplateInput', templateInput_inputName - The name of the template.

$sel:required:TemplateInput', templateInput_required - Determine if an input is required from the template.

templateInput_dataType :: Lens' TemplateInput (Maybe DataType) Source #

The data type of the template input.

templateInput_required :: Lens' TemplateInput (Maybe Bool) Source #

Determine if an input is required from the template.