amazonka-migrationhubstrategy-2.0: Amazon Migration Hub Strategy Recommendations 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.MigrationHubStrategy.Types.TransformationTool

Description

 
Synopsis

Documentation

data TransformationTool Source #

Information of the transformation tool that can be used to migrate and modernize the application.

See: newTransformationTool smart constructor.

Constructors

TransformationTool' 

Fields

Instances

Instances details
FromJSON TransformationTool Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.TransformationTool

Generic TransformationTool Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.TransformationTool

Associated Types

type Rep TransformationTool :: Type -> Type #

Read TransformationTool Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.TransformationTool

Show TransformationTool Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.TransformationTool

NFData TransformationTool Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.TransformationTool

Methods

rnf :: TransformationTool -> () #

Eq TransformationTool Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.TransformationTool

Hashable TransformationTool Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.TransformationTool

type Rep TransformationTool Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.TransformationTool

type Rep TransformationTool = D1 ('MetaData "TransformationTool" "Amazonka.MigrationHubStrategy.Types.TransformationTool" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'False) (C1 ('MetaCons "TransformationTool'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransformationToolName)) :*: S1 ('MetaSel ('Just "tranformationToolInstallationLink") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newTransformationTool :: TransformationTool Source #

Create a value of TransformationTool 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:description:TransformationTool', transformationTool_description - Description of the tool.

$sel:name:TransformationTool', transformationTool_name - Name of the tool.

$sel:tranformationToolInstallationLink:TransformationTool', transformationTool_tranformationToolInstallationLink - URL for installing the tool.