libZSservicesZSamazonka-appconfigZSamazonka-appconfig
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppConfig.Types.DeploymentState

Description

 

Documentation

newtype DeploymentState Source #

Constructors

DeploymentState' 

Instances

Instances details
Eq DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

Ord DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

Read DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

Show DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

Generic DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

Associated Types

type Rep DeploymentState :: Type -> Type #

NFData DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

Methods

rnf :: DeploymentState -> () #

Hashable DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

ToJSON DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

ToJSONKey DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

FromJSON DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

FromJSONKey DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

ToLog DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

ToHeader DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

ToQuery DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

FromXML DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

ToXML DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

Methods

toXML :: DeploymentState -> XML #

ToByteString DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

FromText DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

ToText DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

type Rep DeploymentState Source # 
Instance details

Defined in Amazonka.AppConfig.Types.DeploymentState

type Rep DeploymentState = D1 ('MetaData "DeploymentState" "Amazonka.AppConfig.Types.DeploymentState" "libZSservicesZSamazonka-appconfigZSamazonka-appconfig" 'True) (C1 ('MetaCons "DeploymentState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeploymentState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))