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

Description

 
Synopsis

Documentation

data Tool Source #

List of AWS services utilized in a migration workflow.

See: newTool smart constructor.

Constructors

Tool' 

Fields

Instances

Instances details
FromJSON Tool Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Tool

Generic Tool Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Tool

Associated Types

type Rep Tool :: Type -> Type #

Methods

from :: Tool -> Rep Tool x #

to :: Rep Tool x -> Tool #

Read Tool Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Tool

Show Tool Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Tool

Methods

showsPrec :: Int -> Tool -> ShowS #

show :: Tool -> String #

showList :: [Tool] -> ShowS #

NFData Tool Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Tool

Methods

rnf :: Tool -> () #

Eq Tool Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Tool

Methods

(==) :: Tool -> Tool -> Bool #

(/=) :: Tool -> Tool -> Bool #

Hashable Tool Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Tool

Methods

hashWithSalt :: Int -> Tool -> Int #

hash :: Tool -> Int #

type Rep Tool Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Tool

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

newTool :: Tool Source #

Create a value of Tool 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:name:Tool', tool_name - The name of an AWS service.

$sel:url:Tool', tool_url - The URL of an AWS service.

tool_name :: Lens' Tool (Maybe Text) Source #

The name of an AWS service.

tool_url :: Lens' Tool (Maybe Text) Source #

The URL of an AWS service.