amazonka-mgn-2.0: Amazon Application Migration Service 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.MGN.Types.FirstBoot

Description

 

Documentation

newtype FirstBoot Source #

Constructors

FirstBoot' 

Fields

Bundled Patterns

pattern FirstBoot_STOPPED :: FirstBoot 
pattern FirstBoot_SUCCEEDED :: FirstBoot 
pattern FirstBoot_UNKNOWN :: FirstBoot 
pattern FirstBoot_WAITING :: FirstBoot 

Instances

Instances details
FromJSON FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

FromJSONKey FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

ToJSON FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

ToJSONKey FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

ToByteString FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

Methods

toBS :: FirstBoot -> ByteString #

ToHeader FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

ToLog FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

ToQuery FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

FromText FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

ToText FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

Methods

toText :: FirstBoot -> Text #

FromXML FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

ToXML FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

Methods

toXML :: FirstBoot -> XML #

Generic FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

Associated Types

type Rep FirstBoot :: Type -> Type #

Read FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

Show FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

NFData FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

Methods

rnf :: FirstBoot -> () #

Eq FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

Ord FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

Hashable FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

type Rep FirstBoot Source # 
Instance details

Defined in Amazonka.MGN.Types.FirstBoot

type Rep FirstBoot = D1 ('MetaData "FirstBoot" "Amazonka.MGN.Types.FirstBoot" "amazonka-mgn-2.0-BuezedRYkBsCUJQfnWhjEk" 'True) (C1 ('MetaCons "FirstBoot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFirstBoot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))