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

Description

 
Synopsis

Documentation

data TemplateStepGroupSummary Source #

The summary of the step group in the template.

See: newTemplateStepGroupSummary smart constructor.

Constructors

TemplateStepGroupSummary' 

Fields

Instances

Instances details
FromJSON TemplateStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepGroupSummary

Generic TemplateStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepGroupSummary

Associated Types

type Rep TemplateStepGroupSummary :: Type -> Type #

Read TemplateStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepGroupSummary

Show TemplateStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepGroupSummary

NFData TemplateStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepGroupSummary

Eq TemplateStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepGroupSummary

Hashable TemplateStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepGroupSummary

type Rep TemplateStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepGroupSummary

type Rep TemplateStepGroupSummary = D1 ('MetaData "TemplateStepGroupSummary" "Amazonka.MigrationHubOrchestrator.Types.TemplateStepGroupSummary" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "TemplateStepGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "next") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "previous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newTemplateStepGroupSummary :: TemplateStepGroupSummary Source #

Create a value of TemplateStepGroupSummary 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:TemplateStepGroupSummary', templateStepGroupSummary_id - The ID of the step group.

$sel:name:TemplateStepGroupSummary', templateStepGroupSummary_name - The name of the step group.

$sel:next:TemplateStepGroupSummary', templateStepGroupSummary_next - The next step group.

$sel:previous:TemplateStepGroupSummary', templateStepGroupSummary_previous - The previous step group.