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

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2021-08-28 of the Amazon Migration Hub Orchestrator SDK configuration.

Errors

_AccessDeniedException :: AsError a => Fold a ServiceError Source #

You do not have sufficient access to perform this action.

_InternalServerException :: AsError a => Fold a ServiceError Source #

An internal error has occurred.

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

The resource is not available.

_ThrottlingException :: AsError a => Fold a ServiceError Source #

The request was denied due to request throttling.

_ValidationException :: AsError a => Fold a ServiceError Source #

The input fails to satisfy the constraints specified by an AWS service.

DataType

newtype DataType Source #

Constructors

DataType' 

Fields

Bundled Patterns

pattern DataType_INTEGER :: DataType 
pattern DataType_STRING :: DataType 
pattern DataType_STRINGLIST :: DataType 
pattern DataType_STRINGMAP :: DataType 

Instances

Instances details
FromJSON DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

FromJSONKey DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

ToJSON DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

ToJSONKey DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

ToByteString DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Methods

toBS :: DataType -> ByteString #

ToHeader DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Methods

toHeader :: HeaderName -> DataType -> [Header] #

ToLog DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

ToQuery DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

FromText DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

ToText DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Methods

toText :: DataType -> Text #

FromXML DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

ToXML DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Methods

toXML :: DataType -> XML #

Generic DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Associated Types

type Rep DataType :: Type -> Type #

Methods

from :: DataType -> Rep DataType x #

to :: Rep DataType x -> DataType #

Read DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Show DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

NFData DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Methods

rnf :: DataType -> () #

Eq DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Ord DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Hashable DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Methods

hashWithSalt :: Int -> DataType -> Int #

hash :: DataType -> Int #

type Rep DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

type Rep DataType = D1 ('MetaData "DataType" "Amazonka.MigrationHubOrchestrator.Types.DataType" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "DataType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MigrationWorkflowStatusEnum

newtype MigrationWorkflowStatusEnum Source #

Instances

Instances details
FromJSON MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

FromJSONKey MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

ToJSON MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

ToJSONKey MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

ToByteString MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

ToHeader MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

ToLog MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

ToQuery MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

FromText MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

ToText MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

FromXML MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

ToXML MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

Generic MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

Associated Types

type Rep MigrationWorkflowStatusEnum :: Type -> Type #

Read MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

Show MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

NFData MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

Eq MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

Ord MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

Hashable MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

type Rep MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

type Rep MigrationWorkflowStatusEnum = D1 ('MetaData "MigrationWorkflowStatusEnum" "Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "MigrationWorkflowStatusEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMigrationWorkflowStatusEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Owner

newtype Owner Source #

Constructors

Owner' 

Fields

Bundled Patterns

pattern Owner_AWS_MANAGED :: Owner 
pattern Owner_CUSTOM :: Owner 

Instances

Instances details
FromJSON Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

FromJSONKey Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

ToJSON Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

ToJSONKey Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

ToByteString Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

toBS :: Owner -> ByteString #

ToHeader Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

toHeader :: HeaderName -> Owner -> [Header] #

ToLog Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

ToQuery Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

toQuery :: Owner -> QueryString #

FromText Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

ToText Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

toText :: Owner -> Text #

FromXML Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

parseXML :: [Node] -> Either String Owner #

ToXML Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

toXML :: Owner -> XML #

Generic Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Associated Types

type Rep Owner :: Type -> Type #

Methods

from :: Owner -> Rep Owner x #

to :: Rep Owner x -> Owner #

Read Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Show Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

showsPrec :: Int -> Owner -> ShowS #

show :: Owner -> String #

showList :: [Owner] -> ShowS #

NFData Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

rnf :: Owner -> () #

Eq Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

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

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

Ord Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

compare :: Owner -> Owner -> Ordering #

(<) :: Owner -> Owner -> Bool #

(<=) :: Owner -> Owner -> Bool #

(>) :: Owner -> Owner -> Bool #

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

max :: Owner -> Owner -> Owner #

min :: Owner -> Owner -> Owner #

Hashable Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

hashWithSalt :: Int -> Owner -> Int #

hash :: Owner -> Int #

type Rep Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

type Rep Owner = D1 ('MetaData "Owner" "Amazonka.MigrationHubOrchestrator.Types.Owner" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "Owner'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PluginHealth

newtype PluginHealth Source #

Constructors

PluginHealth' 

Bundled Patterns

pattern PluginHealth_HEALTHY :: PluginHealth 
pattern PluginHealth_UNHEALTHY :: PluginHealth 

Instances

Instances details
FromJSON PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

FromJSONKey PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

ToJSON PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

ToJSONKey PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

ToByteString PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

ToHeader PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

ToLog PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

ToQuery PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

FromText PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

ToText PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

Methods

toText :: PluginHealth -> Text #

FromXML PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

ToXML PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

Methods

toXML :: PluginHealth -> XML #

Generic PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

Associated Types

type Rep PluginHealth :: Type -> Type #

Read PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

Show PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

NFData PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

Methods

rnf :: PluginHealth -> () #

Eq PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

Ord PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

Hashable PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

type Rep PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

type Rep PluginHealth = D1 ('MetaData "PluginHealth" "Amazonka.MigrationHubOrchestrator.Types.PluginHealth" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "PluginHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPluginHealth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RunEnvironment

newtype RunEnvironment Source #

Constructors

RunEnvironment' 

Instances

Instances details
FromJSON RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

FromJSONKey RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

ToJSON RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

ToJSONKey RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

ToByteString RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

ToHeader RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

ToLog RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

ToQuery RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

FromText RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

ToText RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

FromXML RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

ToXML RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

Methods

toXML :: RunEnvironment -> XML #

Generic RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

Associated Types

type Rep RunEnvironment :: Type -> Type #

Read RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

Show RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

NFData RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

Methods

rnf :: RunEnvironment -> () #

Eq RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

Ord RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

Hashable RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

type Rep RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

type Rep RunEnvironment = D1 ('MetaData "RunEnvironment" "Amazonka.MigrationHubOrchestrator.Types.RunEnvironment" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "RunEnvironment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRunEnvironment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StepActionType

newtype StepActionType Source #

Constructors

StepActionType' 

Instances

Instances details
FromJSON StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

FromJSONKey StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

ToJSON StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

ToJSONKey StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

ToByteString StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

ToHeader StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

ToLog StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

ToQuery StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

FromText StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

ToText StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

FromXML StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

ToXML StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

Methods

toXML :: StepActionType -> XML #

Generic StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

Associated Types

type Rep StepActionType :: Type -> Type #

Read StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

Show StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

NFData StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

Methods

rnf :: StepActionType -> () #

Eq StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

Ord StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

Hashable StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

type Rep StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

type Rep StepActionType = D1 ('MetaData "StepActionType" "Amazonka.MigrationHubOrchestrator.Types.StepActionType" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "StepActionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStepActionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StepGroupStatus

newtype StepGroupStatus Source #

Constructors

StepGroupStatus' 

Instances

Instances details
FromJSON StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

FromJSONKey StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

ToJSON StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

ToJSONKey StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

ToByteString StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

ToHeader StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

ToLog StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

ToQuery StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

FromText StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

ToText StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

FromXML StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

ToXML StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

Methods

toXML :: StepGroupStatus -> XML #

Generic StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

Associated Types

type Rep StepGroupStatus :: Type -> Type #

Read StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

Show StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

NFData StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

Methods

rnf :: StepGroupStatus -> () #

Eq StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

Ord StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

Hashable StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

type Rep StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

type Rep StepGroupStatus = D1 ('MetaData "StepGroupStatus" "Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "StepGroupStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStepGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StepStatus

newtype StepStatus Source #

Constructors

StepStatus' 

Fields

Instances

Instances details
FromJSON StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

FromJSONKey StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

ToJSON StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

ToJSONKey StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

ToByteString StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

ToHeader StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

ToLog StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

ToQuery StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

FromText StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

ToText StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

Methods

toText :: StepStatus -> Text #

FromXML StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

ToXML StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

Methods

toXML :: StepStatus -> XML #

Generic StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

Associated Types

type Rep StepStatus :: Type -> Type #

Read StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

Show StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

NFData StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

Methods

rnf :: StepStatus -> () #

Eq StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

Ord StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

Hashable StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

type Rep StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

type Rep StepStatus = D1 ('MetaData "StepStatus" "Amazonka.MigrationHubOrchestrator.Types.StepStatus" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "StepStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStepStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetType

newtype TargetType Source #

Constructors

TargetType' 

Fields

Bundled Patterns

pattern TargetType_ALL :: TargetType 
pattern TargetType_NONE :: TargetType 
pattern TargetType_SINGLE :: TargetType 

Instances

Instances details
FromJSON TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

FromJSONKey TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

ToJSON TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

ToJSONKey TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

ToByteString TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

ToHeader TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

ToLog TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

ToQuery TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

FromText TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

ToText TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

Methods

toText :: TargetType -> Text #

FromXML TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

ToXML TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

Methods

toXML :: TargetType -> XML #

Generic TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

Associated Types

type Rep TargetType :: Type -> Type #

Read TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

Show TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

NFData TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

Methods

rnf :: TargetType -> () #

Eq TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

Ord TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

Hashable TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

type Rep TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

type Rep TargetType = D1 ('MetaData "TargetType" "Amazonka.MigrationHubOrchestrator.Types.TargetType" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "TargetType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TemplateStatus

newtype TemplateStatus Source #

Constructors

TemplateStatus' 

Bundled Patterns

pattern TemplateStatus_CREATED :: TemplateStatus 

Instances

Instances details
FromJSON TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

FromJSONKey TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

ToJSON TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

ToJSONKey TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

ToByteString TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

ToHeader TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

ToLog TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

ToQuery TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

FromText TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

ToText TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

FromXML TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

ToXML TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

Methods

toXML :: TemplateStatus -> XML #

Generic TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

Associated Types

type Rep TemplateStatus :: Type -> Type #

Read TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

Show TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

NFData TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

Methods

rnf :: TemplateStatus -> () #

Eq TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

Ord TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

Hashable TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

type Rep TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

type Rep TemplateStatus = D1 ('MetaData "TemplateStatus" "Amazonka.MigrationHubOrchestrator.Types.TemplateStatus" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "TemplateStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTemplateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MigrationWorkflowSummary

data MigrationWorkflowSummary Source #

The summary of a migration workflow.

See: newMigrationWorkflowSummary smart constructor.

Constructors

MigrationWorkflowSummary' 

Fields

Instances

Instances details
FromJSON MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

Generic MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

Associated Types

type Rep MigrationWorkflowSummary :: Type -> Type #

Read MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

Show MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

NFData MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

Eq MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

Hashable MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

type Rep MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

type Rep MigrationWorkflowSummary = D1 ('MetaData "MigrationWorkflowSummary" "Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "MigrationWorkflowSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "adsApplicationConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "completedSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MigrationWorkflowStatusEnum))) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "totalSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))))

newMigrationWorkflowSummary :: MigrationWorkflowSummary Source #

Create a value of MigrationWorkflowSummary 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:adsApplicationConfigurationName:MigrationWorkflowSummary', migrationWorkflowSummary_adsApplicationConfigurationName - The name of the application configured in Application Discovery Service.

$sel:completedSteps:MigrationWorkflowSummary', migrationWorkflowSummary_completedSteps - The steps completed in the migration workflow.

$sel:creationTime:MigrationWorkflowSummary', migrationWorkflowSummary_creationTime - The time at which the migration workflow was created.

$sel:endTime:MigrationWorkflowSummary', migrationWorkflowSummary_endTime - The time at which the migration workflow ended.

$sel:id:MigrationWorkflowSummary', migrationWorkflowSummary_id - The ID of the migration workflow.

$sel:name:MigrationWorkflowSummary', migrationWorkflowSummary_name - The name of the migration workflow.

$sel:status:MigrationWorkflowSummary', migrationWorkflowSummary_status - The status of the migration workflow.

$sel:statusMessage:MigrationWorkflowSummary', migrationWorkflowSummary_statusMessage - The status message of the migration workflow.

$sel:templateId:MigrationWorkflowSummary', migrationWorkflowSummary_templateId - The ID of the template.

$sel:totalSteps:MigrationWorkflowSummary', migrationWorkflowSummary_totalSteps - All the steps in a migration workflow.

migrationWorkflowSummary_adsApplicationConfigurationName :: Lens' MigrationWorkflowSummary (Maybe Text) Source #

The name of the application configured in Application Discovery Service.

migrationWorkflowSummary_completedSteps :: Lens' MigrationWorkflowSummary (Maybe Int) Source #

The steps completed in the migration workflow.

migrationWorkflowSummary_creationTime :: Lens' MigrationWorkflowSummary (Maybe UTCTime) Source #

The time at which the migration workflow was created.

migrationWorkflowSummary_endTime :: Lens' MigrationWorkflowSummary (Maybe UTCTime) Source #

The time at which the migration workflow ended.

migrationWorkflowSummary_statusMessage :: Lens' MigrationWorkflowSummary (Maybe Text) Source #

The status message of the migration workflow.

PlatformCommand

data PlatformCommand Source #

Command to be run on a particular operating system.

See: newPlatformCommand smart constructor.

Constructors

PlatformCommand' 

Fields

Instances

Instances details
FromJSON PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

ToJSON PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

Generic PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

Associated Types

type Rep PlatformCommand :: Type -> Type #

Read PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

Show PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

NFData PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

Methods

rnf :: PlatformCommand -> () #

Eq PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

Hashable PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

type Rep PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

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

newPlatformCommand :: PlatformCommand Source #

Create a value of PlatformCommand 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:linux:PlatformCommand', platformCommand_linux - Command for Linux.

$sel:windows:PlatformCommand', platformCommand_windows - Command for Windows.

PlatformScriptKey

data PlatformScriptKey Source #

The script location for a particular operating system.

See: newPlatformScriptKey smart constructor.

Constructors

PlatformScriptKey' 

Fields

Instances

Instances details
FromJSON PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

ToJSON PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

Generic PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

Associated Types

type Rep PlatformScriptKey :: Type -> Type #

Read PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

Show PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

NFData PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

Methods

rnf :: PlatformScriptKey -> () #

Eq PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

Hashable PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

type Rep PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

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

newPlatformScriptKey :: PlatformScriptKey Source #

Create a value of PlatformScriptKey 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:linux:PlatformScriptKey', platformScriptKey_linux - The script location for Linux.

$sel:windows:PlatformScriptKey', platformScriptKey_windows - The script location for Windows.

platformScriptKey_linux :: Lens' PlatformScriptKey (Maybe Text) Source #

The script location for Linux.

platformScriptKey_windows :: Lens' PlatformScriptKey (Maybe Text) Source #

The script location for Windows.

PluginSummary

data PluginSummary Source #

The summary of the Migration Hub Orchestrator plugin.

See: newPluginSummary smart constructor.

Constructors

PluginSummary' 

Fields

Instances

Instances details
FromJSON PluginSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginSummary

Generic PluginSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginSummary

Associated Types

type Rep PluginSummary :: Type -> Type #

Read PluginSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginSummary

Show PluginSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginSummary

NFData PluginSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginSummary

Methods

rnf :: PluginSummary -> () #

Eq PluginSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginSummary

Hashable PluginSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginSummary

type Rep PluginSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginSummary

type Rep PluginSummary = D1 ('MetaData "PluginSummary" "Amazonka.MigrationHubOrchestrator.Types.PluginSummary" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "PluginSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hostname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ipAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pluginId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "registeredTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PluginHealth)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newPluginSummary :: PluginSummary Source #

Create a value of PluginSummary 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:hostname:PluginSummary', pluginSummary_hostname - The name of the host.

$sel:ipAddress:PluginSummary', pluginSummary_ipAddress - The IP address at which the plugin is located.

$sel:pluginId:PluginSummary', pluginSummary_pluginId - The ID of the plugin.

$sel:registeredTime:PluginSummary', pluginSummary_registeredTime - The time at which the plugin was registered.

$sel:status:PluginSummary', pluginSummary_status - The status of the plugin.

$sel:version:PluginSummary', pluginSummary_version - The version of the plugin.

pluginSummary_ipAddress :: Lens' PluginSummary (Maybe Text) Source #

The IP address at which the plugin is located.

pluginSummary_registeredTime :: Lens' PluginSummary (Maybe Text) Source #

The time at which the plugin was registered.

pluginSummary_version :: Lens' PluginSummary (Maybe Text) Source #

The version of the plugin.

StepAutomationConfiguration

data StepAutomationConfiguration Source #

The custom script to run tests on source or target environments.

See: newStepAutomationConfiguration smart constructor.

Constructors

StepAutomationConfiguration' 

Fields

Instances

Instances details
FromJSON StepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepAutomationConfiguration

Generic StepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepAutomationConfiguration

Associated Types

type Rep StepAutomationConfiguration :: Type -> Type #

Read StepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepAutomationConfiguration

Show StepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepAutomationConfiguration

NFData StepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepAutomationConfiguration

Eq StepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepAutomationConfiguration

Hashable StepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepAutomationConfiguration

type Rep StepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepAutomationConfiguration

type Rep StepAutomationConfiguration = D1 ('MetaData "StepAutomationConfiguration" "Amazonka.MigrationHubOrchestrator.Types.StepAutomationConfiguration" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "StepAutomationConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "command") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformCommand)) :*: S1 ('MetaSel ('Just "runEnvironment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RunEnvironment))) :*: (S1 ('MetaSel ('Just "scriptLocationS3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scriptLocationS3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformScriptKey)) :*: S1 ('MetaSel ('Just "targetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetType))))))

newStepAutomationConfiguration :: StepAutomationConfiguration Source #

Create a value of StepAutomationConfiguration 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:command:StepAutomationConfiguration', stepAutomationConfiguration_command - The command to run the script.

$sel:runEnvironment:StepAutomationConfiguration', stepAutomationConfiguration_runEnvironment - The source or target environment.

$sel:scriptLocationS3Bucket:StepAutomationConfiguration', stepAutomationConfiguration_scriptLocationS3Bucket - The Amazon S3 bucket where the script is located.

$sel:scriptLocationS3Key:StepAutomationConfiguration', stepAutomationConfiguration_scriptLocationS3Key - The Amazon S3 key for the script location.

$sel:targetType:StepAutomationConfiguration', stepAutomationConfiguration_targetType - The servers on which to run the script.

StepInput

data StepInput Source #

A map of key value pairs that is generated when you create a migration workflow. The key value pairs will differ based on your selection of the template.

See: newStepInput smart constructor.

Constructors

StepInput' 

Fields

Instances

Instances details
FromJSON StepInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepInput

ToJSON StepInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepInput

Generic StepInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepInput

Associated Types

type Rep StepInput :: Type -> Type #

Read StepInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepInput

Show StepInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepInput

NFData StepInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepInput

Methods

rnf :: StepInput -> () #

Eq StepInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepInput

Hashable StepInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepInput

type Rep StepInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepInput

type Rep StepInput = D1 ('MetaData "StepInput" "Amazonka.MigrationHubOrchestrator.Types.StepInput" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "StepInput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "integerValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "listOfStringsValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "mapOfStringValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "stringValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newStepInput :: StepInput Source #

Create a value of StepInput 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:integerValue:StepInput', stepInput_integerValue - The value of the integer.

$sel:listOfStringsValue:StepInput', stepInput_listOfStringsValue - List of string values.

$sel:mapOfStringValue:StepInput', stepInput_mapOfStringValue - Map of string values.

$sel:stringValue:StepInput', stepInput_stringValue - String value.

stepInput_integerValue :: Lens' StepInput (Maybe Int) Source #

The value of the integer.

StepOutput

data StepOutput Source #

The output of the step.

See: newStepOutput smart constructor.

Constructors

StepOutput' 

Fields

Instances

Instances details
FromJSON StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

Generic StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

Associated Types

type Rep StepOutput :: Type -> Type #

Read StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

Show StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

NFData StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

Methods

rnf :: StepOutput -> () #

Eq StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

Hashable StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

type Rep StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

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

newStepOutput :: StepOutput Source #

Create a value of StepOutput 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:StepOutput', stepOutput_dataType - The data type of the step output.

$sel:name:StepOutput', stepOutput_name - The name of the step.

$sel:required:StepOutput', stepOutput_required - Determine if an output is required from a step.

stepOutput_dataType :: Lens' StepOutput (Maybe DataType) Source #

The data type of the step output.

stepOutput_name :: Lens' StepOutput (Maybe Text) Source #

The name of the step.

stepOutput_required :: Lens' StepOutput (Maybe Bool) Source #

Determine if an output is required from a step.

TemplateInput

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.

TemplateStepGroupSummary

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.

TemplateStepSummary

data TemplateStepSummary Source #

The summary of the step.

See: newTemplateStepSummary smart constructor.

Constructors

TemplateStepSummary' 

Fields

Instances

Instances details
FromJSON TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

Generic TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

Associated Types

type Rep TemplateStepSummary :: Type -> Type #

Read TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

Show TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

NFData TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

Methods

rnf :: TemplateStepSummary -> () #

Eq TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

Hashable TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

type Rep TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

newTemplateStepSummary :: TemplateStepSummary Source #

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

$sel:name:TemplateStepSummary', templateStepSummary_name - The name of the step.

$sel:next:TemplateStepSummary', templateStepSummary_next - The next step.

$sel:owner:TemplateStepSummary', templateStepSummary_owner - The owner of the step.

$sel:previous:TemplateStepSummary', templateStepSummary_previous - The previous step.

$sel:stepActionType:TemplateStepSummary', templateStepSummary_stepActionType - The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.

$sel:stepGroupId:TemplateStepSummary', templateStepSummary_stepGroupId - The ID of the step group.

$sel:targetType:TemplateStepSummary', templateStepSummary_targetType - The servers on which to run the script.

$sel:templateId:TemplateStepSummary', templateStepSummary_templateId - The ID of the template.

templateStepSummary_stepActionType :: Lens' TemplateStepSummary (Maybe StepActionType) Source #

The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.

TemplateSummary

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.

Tool

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.

WorkflowStepAutomationConfiguration

data WorkflowStepAutomationConfiguration Source #

The custom script to run tests on source or target environments.

See: newWorkflowStepAutomationConfiguration smart constructor.

Constructors

WorkflowStepAutomationConfiguration' 

Fields

Instances

Instances details
FromJSON WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

ToJSON WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

Generic WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

Read WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

Show WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

NFData WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

Eq WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

Hashable WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

type Rep WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

type Rep WorkflowStepAutomationConfiguration = D1 ('MetaData "WorkflowStepAutomationConfiguration" "Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "WorkflowStepAutomationConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "command") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformCommand)) :*: S1 ('MetaSel ('Just "runEnvironment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RunEnvironment))) :*: (S1 ('MetaSel ('Just "scriptLocationS3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scriptLocationS3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformScriptKey)) :*: S1 ('MetaSel ('Just "targetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetType))))))

WorkflowStepGroupSummary

data WorkflowStepGroupSummary Source #

The summary of a step group in a workflow.

See: newWorkflowStepGroupSummary smart constructor.

Constructors

WorkflowStepGroupSummary' 

Fields

Instances

Instances details
FromJSON WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

Generic WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

Associated Types

type Rep WorkflowStepGroupSummary :: Type -> Type #

Read WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

Show WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

NFData WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

Eq WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

Hashable WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

type Rep WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

type Rep WorkflowStepGroupSummary = D1 ('MetaData "WorkflowStepGroupSummary" "Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "WorkflowStepGroupSummary'" '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 "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Owner)) :*: (S1 ('MetaSel ('Just "previous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepGroupStatus))))))

newWorkflowStepGroupSummary :: WorkflowStepGroupSummary Source #

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

$sel:name:WorkflowStepGroupSummary', workflowStepGroupSummary_name - The name of the step group.

$sel:next:WorkflowStepGroupSummary', workflowStepGroupSummary_next - The next step group.

$sel:owner:WorkflowStepGroupSummary', workflowStepGroupSummary_owner - The owner of the step group.

$sel:previous:WorkflowStepGroupSummary', workflowStepGroupSummary_previous - The previous step group.

$sel:status:WorkflowStepGroupSummary', workflowStepGroupSummary_status - The status of the step group.

WorkflowStepOutput

data WorkflowStepOutput Source #

The output of a step.

See: newWorkflowStepOutput smart constructor.

Constructors

WorkflowStepOutput' 

Fields

Instances

Instances details
FromJSON WorkflowStepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutput

ToJSON WorkflowStepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutput

Generic WorkflowStepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutput

Associated Types

type Rep WorkflowStepOutput :: Type -> Type #

Read WorkflowStepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutput

Show WorkflowStepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutput

NFData WorkflowStepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutput

Methods

rnf :: WorkflowStepOutput -> () #

Eq WorkflowStepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutput

Hashable WorkflowStepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutput

type Rep WorkflowStepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutput

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

newWorkflowStepOutput :: WorkflowStepOutput Source #

Create a value of WorkflowStepOutput 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:WorkflowStepOutput', workflowStepOutput_dataType - The data type of the output.

$sel:name:WorkflowStepOutput', workflowStepOutput_name - The name of the step.

$sel:required:WorkflowStepOutput', workflowStepOutput_required - Determine if an output is required from a step.

$sel:value:WorkflowStepOutput', workflowStepOutput_value - The value of the output.

workflowStepOutput_required :: Lens' WorkflowStepOutput (Maybe Bool) Source #

Determine if an output is required from a step.

WorkflowStepOutputUnion

data WorkflowStepOutputUnion Source #

A structure to hold multiple values of an output.

See: newWorkflowStepOutputUnion smart constructor.

Constructors

WorkflowStepOutputUnion' 

Fields

Instances

Instances details
FromJSON WorkflowStepOutputUnion Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion

ToJSON WorkflowStepOutputUnion Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion

Generic WorkflowStepOutputUnion Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion

Associated Types

type Rep WorkflowStepOutputUnion :: Type -> Type #

Read WorkflowStepOutputUnion Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion

Show WorkflowStepOutputUnion Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion

NFData WorkflowStepOutputUnion Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion

Methods

rnf :: WorkflowStepOutputUnion -> () #

Eq WorkflowStepOutputUnion Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion

Hashable WorkflowStepOutputUnion Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion

type Rep WorkflowStepOutputUnion Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion

type Rep WorkflowStepOutputUnion = D1 ('MetaData "WorkflowStepOutputUnion" "Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "WorkflowStepOutputUnion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "integerValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "listOfStringValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "stringValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newWorkflowStepOutputUnion :: WorkflowStepOutputUnion Source #

Create a value of WorkflowStepOutputUnion 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:integerValue:WorkflowStepOutputUnion', workflowStepOutputUnion_integerValue - The integer value.

$sel:listOfStringValue:WorkflowStepOutputUnion', workflowStepOutputUnion_listOfStringValue - The list of string value.

$sel:stringValue:WorkflowStepOutputUnion', workflowStepOutputUnion_stringValue - The string value.

WorkflowStepSummary

data WorkflowStepSummary Source #

The summary of the step in a migration workflow.

See: newWorkflowStepSummary smart constructor.

Constructors

WorkflowStepSummary' 

Fields

Instances

Instances details
FromJSON WorkflowStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepSummary

Generic WorkflowStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepSummary

Associated Types

type Rep WorkflowStepSummary :: Type -> Type #

Read WorkflowStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepSummary

Show WorkflowStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepSummary

NFData WorkflowStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepSummary

Methods

rnf :: WorkflowStepSummary -> () #

Eq WorkflowStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepSummary

Hashable WorkflowStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepSummary

type Rep WorkflowStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepSummary

type Rep WorkflowStepSummary = D1 ('MetaData "WorkflowStepSummary" "Amazonka.MigrationHubOrchestrator.Types.WorkflowStepSummary" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "WorkflowStepSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "description") '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 "noOfSrvCompleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "noOfSrvFailed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Owner))))) :*: ((S1 ('MetaSel ('Just "previous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "scriptLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepStatus)))) :*: ((S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stepActionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepActionType))) :*: (S1 ('MetaSel ('Just "stepId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "totalNoOfSrv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))))

newWorkflowStepSummary :: WorkflowStepSummary Source #

Create a value of WorkflowStepSummary 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:WorkflowStepSummary', workflowStepSummary_description - The description of the step.

$sel:name:WorkflowStepSummary', workflowStepSummary_name - The name of the step.

$sel:next:WorkflowStepSummary', workflowStepSummary_next - The next step.

$sel:noOfSrvCompleted:WorkflowStepSummary', workflowStepSummary_noOfSrvCompleted - The number of servers that have been migrated.

$sel:noOfSrvFailed:WorkflowStepSummary', workflowStepSummary_noOfSrvFailed - The number of servers that have failed to migrate.

$sel:owner:WorkflowStepSummary', workflowStepSummary_owner - The owner of the step.

$sel:previous:WorkflowStepSummary', workflowStepSummary_previous - The previous step.

$sel:scriptLocation:WorkflowStepSummary', workflowStepSummary_scriptLocation - The location of the script.

$sel:status:WorkflowStepSummary', workflowStepSummary_status - The status of the step.

$sel:statusMessage:WorkflowStepSummary', workflowStepSummary_statusMessage - The status message of the migration workflow.

$sel:stepActionType:WorkflowStepSummary', workflowStepSummary_stepActionType - The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.

$sel:stepId:WorkflowStepSummary', workflowStepSummary_stepId - The ID of the step.

$sel:totalNoOfSrv:WorkflowStepSummary', workflowStepSummary_totalNoOfSrv - The total number of servers that have been migrated.

workflowStepSummary_noOfSrvCompleted :: Lens' WorkflowStepSummary (Maybe Int) Source #

The number of servers that have been migrated.

workflowStepSummary_noOfSrvFailed :: Lens' WorkflowStepSummary (Maybe Int) Source #

The number of servers that have failed to migrate.

workflowStepSummary_statusMessage :: Lens' WorkflowStepSummary (Maybe Text) Source #

The status message of the migration workflow.

workflowStepSummary_stepActionType :: Lens' WorkflowStepSummary (Maybe StepActionType) Source #

The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.

workflowStepSummary_totalNoOfSrv :: Lens' WorkflowStepSummary (Maybe Int) Source #

The total number of servers that have been migrated.