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

Description

 

Documentation

newtype OSType Source #

Constructors

OSType' 

Fields

Bundled Patterns

pattern OSType_LINUX :: OSType 
pattern OSType_WINDOWS :: OSType 

Instances

Instances details
FromJSON OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

FromJSONKey OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

ToJSON OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

ToJSONKey OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

ToByteString OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

Methods

toBS :: OSType -> ByteString #

ToHeader OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

Methods

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

ToLog OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

ToQuery OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

FromText OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

ToText OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

Methods

toText :: OSType -> Text #

FromXML OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

ToXML OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

Methods

toXML :: OSType -> XML #

Generic OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

Associated Types

type Rep OSType :: Type -> Type #

Methods

from :: OSType -> Rep OSType x #

to :: Rep OSType x -> OSType #

Read OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

Show OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

NFData OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

Methods

rnf :: OSType -> () #

Eq OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

Methods

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

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

Ord OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

Hashable OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

Methods

hashWithSalt :: Int -> OSType -> Int #

hash :: OSType -> Int #

type Rep OSType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.OSType

type Rep OSType = D1 ('MetaData "OSType" "Amazonka.MigrationHubStrategy.Types.OSType" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'True) (C1 ('MetaCons "OSType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOSType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))