amazonka-snowball-2.0: Amazon Import/Export Snowball 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.Snowball.Types.JobState

Description

 

Documentation

newtype JobState Source #

Constructors

JobState' 

Fields

Instances

Instances details
FromJSON JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

FromJSONKey JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

ToJSON JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

ToJSONKey JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

ToByteString JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

Methods

toBS :: JobState -> ByteString #

ToHeader JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

Methods

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

ToLog JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

ToQuery JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

FromText JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

ToText JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

Methods

toText :: JobState -> Text #

FromXML JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

ToXML JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

Methods

toXML :: JobState -> XML #

Generic JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

Associated Types

type Rep JobState :: Type -> Type #

Methods

from :: JobState -> Rep JobState x #

to :: Rep JobState x -> JobState #

Read JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

Show JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

NFData JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

Methods

rnf :: JobState -> () #

Eq JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

Ord JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

Hashable JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

Methods

hashWithSalt :: Int -> JobState -> Int #

hash :: JobState -> Int #

type Rep JobState Source # 
Instance details

Defined in Amazonka.Snowball.Types.JobState

type Rep JobState = D1 ('MetaData "JobState" "Amazonka.Snowball.Types.JobState" "amazonka-snowball-2.0-6vnXQdr1CFv4zLyXDWX7zH" 'True) (C1 ('MetaCons "JobState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJobState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))