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

Description

 

Documentation

newtype GrowthType Source #

Constructors

GrowthType' 

Fields

Bundled Patterns

pattern GrowthType_EXPONENTIAL :: GrowthType 
pattern GrowthType_LINEAR :: GrowthType 

Instances

Instances details
Eq GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

Ord GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

Read GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

Show GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

Generic GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

Associated Types

type Rep GrowthType :: Type -> Type #

NFData GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

Methods

rnf :: GrowthType -> () #

Hashable GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

ToJSON GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

ToJSONKey GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

FromJSON GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

FromJSONKey GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

ToLog GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

ToHeader GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

ToQuery GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

FromXML GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

ToXML GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

Methods

toXML :: GrowthType -> XML #

ToByteString GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

FromText GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

ToText GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

Methods

toText :: GrowthType -> Text #

type Rep GrowthType Source # 
Instance details

Defined in Amazonka.AppConfig.Types.GrowthType

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