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

Description

 
Synopsis

Documentation

data TemplateSummary Source #

The summary of the template.

See: newTemplateSummary smart constructor.

Constructors

TemplateSummary' 

Fields

Instances

Instances details
FromJSON TemplateSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateSummary

Generic TemplateSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateSummary

Associated Types

type Rep TemplateSummary :: Type -> Type #

Read TemplateSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateSummary

Show TemplateSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateSummary

NFData TemplateSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateSummary

Methods

rnf :: TemplateSummary -> () #

Eq TemplateSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateSummary

Hashable TemplateSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateSummary

type Rep TemplateSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateSummary

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

newTemplateSummary :: TemplateSummary Source #

Create a value of TemplateSummary 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:arn:TemplateSummary', templateSummary_arn - The Amazon Resource Name (ARN) of the template.

$sel:description:TemplateSummary', templateSummary_description - The description of the template.

$sel:id:TemplateSummary', templateSummary_id - The ID of the template.

$sel:name:TemplateSummary', templateSummary_name - The name of the template.

templateSummary_arn :: Lens' TemplateSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the template.

templateSummary_description :: Lens' TemplateSummary (Maybe Text) Source #

The description of the template.