amazonka-forecast-2.0: Amazon Forecast 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.Forecast.Types.Month

Description

 

Documentation

newtype Month Source #

Constructors

Month' 

Fields

Bundled Patterns

pattern Month_APRIL :: Month 
pattern Month_AUGUST :: Month 
pattern Month_DECEMBER :: Month 
pattern Month_FEBRUARY :: Month 
pattern Month_JANUARY :: Month 
pattern Month_JULY :: Month 
pattern Month_JUNE :: Month 
pattern Month_MARCH :: Month 
pattern Month_MAY :: Month 
pattern Month_NOVEMBER :: Month 
pattern Month_OCTOBER :: Month 
pattern Month_SEPTEMBER :: Month 

Instances

Instances details
FromJSON Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

FromJSONKey Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

ToJSON Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

ToJSONKey Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

ToByteString Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

toBS :: Month -> ByteString #

ToHeader Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

toHeader :: HeaderName -> Month -> [Header] #

ToLog Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

ToQuery Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

toQuery :: Month -> QueryString #

FromText Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

ToText Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

toText :: Month -> Text #

FromXML Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

parseXML :: [Node] -> Either String Month #

ToXML Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

toXML :: Month -> XML #

Generic Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Associated Types

type Rep Month :: Type -> Type #

Methods

from :: Month -> Rep Month x #

to :: Rep Month x -> Month #

Read Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Show Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

showsPrec :: Int -> Month -> ShowS #

show :: Month -> String #

showList :: [Month] -> ShowS #

NFData Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

rnf :: Month -> () #

Eq Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

(==) :: Month -> Month -> Bool #

(/=) :: Month -> Month -> Bool #

Ord Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

compare :: Month -> Month -> Ordering #

(<) :: Month -> Month -> Bool #

(<=) :: Month -> Month -> Bool #

(>) :: Month -> Month -> Bool #

(>=) :: Month -> Month -> Bool #

max :: Month -> Month -> Month #

min :: Month -> Month -> Month #

Hashable Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

hashWithSalt :: Int -> Month -> Int #

hash :: Month -> Int #

type Rep Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

type Rep Month = D1 ('MetaData "Month" "Amazonka.Forecast.Types.Month" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'True) (C1 ('MetaCons "Month'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMonth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))