amazonka-cost-explorer-2.0: Amazon Cost Explorer 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.CostExplorer.Types.AccountScope

Description

 

Documentation

newtype AccountScope Source #

Constructors

AccountScope' 

Bundled Patterns

pattern AccountScope_LINKED :: AccountScope 
pattern AccountScope_PAYER :: AccountScope 

Instances

Instances details
FromJSON AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

FromJSONKey AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

ToJSON AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

ToJSONKey AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

ToByteString AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

ToHeader AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

ToLog AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

ToQuery AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

FromText AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

ToText AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

Methods

toText :: AccountScope -> Text #

FromXML AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

ToXML AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

Methods

toXML :: AccountScope -> XML #

Generic AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

Associated Types

type Rep AccountScope :: Type -> Type #

Read AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

Show AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

NFData AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

Methods

rnf :: AccountScope -> () #

Eq AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

Ord AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

Hashable AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

type Rep AccountScope Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AccountScope

type Rep AccountScope = D1 ('MetaData "AccountScope" "Amazonka.CostExplorer.Types.AccountScope" "amazonka-cost-explorer-2.0-QqVzyVvst98QYs5s2Ea4h" 'True) (C1 ('MetaCons "AccountScope'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAccountScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))