Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | provisional |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.Data.Text
Contents
Description
Documentation
A space efficient, packed, unboxed Unicode text type.
Instances
Hashable Text | |
ToJSON Text | |
KeyValue Pair | |
ToJSONKey Text | |
FromJSON Text | |
FromJSONKey Text | |
Chunk Text | |
FoldCase Text | |
Ixed Text | |
ToText Text # | |
FromText Text # | |
ToByteString Text # | |
ToHeader Text # | |
ToPath Text # | |
ToQuery Text # | |
ToLog Text # | |
ToXML Text # | |
FromXML Text # | |
ToBody Text # | |
ToHashedBody Text # | |
Strict Text Text | |
AWSTruncated (Maybe Text) # | |
ToBody (HashMap Text Value) # | |
ToHashedBody (HashMap Text Value) # | |
type State Text | |
type ChunkElem Text | |
type Item Text | |
type Index Text | |
type IxValue Text | |
Deserialisation
Minimal complete definition
Instances
fromTextError :: Text -> Parser a #
takeLowerText :: Parser Text #
Serialisation
Minimal complete definition
Instances
ToText Bool # | |
ToText Char # | |
ToText Double # | |
ToText Int # | |
ToText Int64 # | |
ToText Integer # | |
ToText ByteString # | |
ToText Scientific # | |
ToText String # | |
ToText Text # | |
ToText Natural # | |
ToText StdMethod # | |
ToText Nat # | |
ToText Seconds # | |
ToText Region # | |
ToText SessionToken # | |
ToText SecretKey # | |
ToText AccessKey # | |
ToText LogLevel # | |
ToText RequestId # | |
ToText ErrorMessage # | |
ToText ErrorCode # | |
ToText Abbrev # | |
ToText Base64 # | |
ToText POSIX # | |
ToText AWSTime # | |
ToText BasicTime # | |
ToText ISO8601 # | |
ToText RFC822 # | |
ToText a => ToText (CI a) # | |
ToText (Digest a) # | |
ToText a => ToText (Sensitive a) # | |