amazonka-timestream-query-2.0: Amazon Timestream Query 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.TimeStreamQuery.Types.ScalarType

Description

 

Documentation

newtype ScalarType Source #

Constructors

ScalarType' 

Fields

Instances

Instances details
FromJSON ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

FromJSONKey ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

ToJSON ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

ToJSONKey ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

ToByteString ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

ToHeader ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

ToLog ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

ToQuery ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

FromText ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

ToText ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

Methods

toText :: ScalarType -> Text #

FromXML ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

ToXML ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

Methods

toXML :: ScalarType -> XML #

Generic ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

Associated Types

type Rep ScalarType :: Type -> Type #

Read ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

Show ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

NFData ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

Methods

rnf :: ScalarType -> () #

Eq ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

Ord ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

Hashable ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

type Rep ScalarType Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScalarType

type Rep ScalarType = D1 ('MetaData "ScalarType" "Amazonka.TimeStreamQuery.Types.ScalarType" "amazonka-timestream-query-2.0-HD7xx47Lw3eG6c52GyReXL" 'True) (C1 ('MetaCons "ScalarType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScalarType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))