amazonka-cur-2.0: Amazon Cost and Usage Report 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.CostAndUsageReport.Types.AWSRegion

Description

 
Synopsis

Documentation

newtype AWSRegion Source #

The region of the S3 bucket that AWS delivers the report into.

Constructors

AWSRegion' 

Fields

Instances

Instances details
FromJSON AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

FromJSONKey AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

ToJSON AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

ToJSONKey AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

ToByteString AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

Methods

toBS :: AWSRegion -> ByteString #

ToHeader AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

ToLog AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

ToQuery AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

FromText AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

ToText AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

Methods

toText :: AWSRegion -> Text #

FromXML AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

ToXML AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

Methods

toXML :: AWSRegion -> XML #

Generic AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

Associated Types

type Rep AWSRegion :: Type -> Type #

Read AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

Show AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

NFData AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

Methods

rnf :: AWSRegion -> () #

Eq AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

Ord AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

Hashable AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

type Rep AWSRegion Source # 
Instance details

Defined in Amazonka.CostAndUsageReport.Types.AWSRegion

type Rep AWSRegion = D1 ('MetaData "AWSRegion" "Amazonka.CostAndUsageReport.Types.AWSRegion" "amazonka-cur-2.0-Ar4XU2SgG5LIUbbRiyuqiu" 'True) (C1 ('MetaCons "AWSRegion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAWSRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))