Safe Haskell | None |
---|
Aws.SimpleDb.Core
Documentation
Constructors
SdbError | |
Fields |
data SdbMetadata Source
data SdbConfiguration qt Source
Constructors
SdbConfiguration | |
Fields
|
sdbHttpGet :: ByteString -> SdbConfiguration qtSource
sdbHttpsGet :: ByteString -> SdbConfiguration qtSource
sdbSignQuery :: [(ByteString, ByteString)] -> SdbConfiguration qt -> SignatureData -> SignedQuerySource
sdbResponseConsumer :: (Cursor -> Response SdbMetadata a) -> IORef SdbMetadata -> HTTPResponseConsumer aSource
class SdbFromResponse a whereSource
Methods
sdbCheckResponseType :: Failure XmlException m => a -> Text -> Cursor -> m aSource
decodeBase64 :: Failure XmlException m => Cursor -> m TextSource
Constructors
ForAttribute | |
Fields
|
Instances
ListResponse SelectResponse (Item [Attribute Text]) | |
Show a => Show (Attribute a) |
readAttribute :: Failure XmlException m => Cursor -> m (Attribute Text)Source
attributeQuery :: (a -> [(ByteString, ByteString)]) -> Attribute a -> [(ByteString, ByteString)]Source
addAttribute :: Text -> Text -> Attribute SetAttributeSource
replaceAttribute :: Text -> Text -> Attribute SetAttributeSource
setAttributeQuery :: SetAttribute -> [(ByteString, ByteString)]Source
Instances
ListResponse SelectResponse (Item [Attribute Text]) | |
Show a => Show (Item a) |
itemQuery :: (a -> [(ByteString, ByteString)]) -> Item a -> [(ByteString, ByteString)]Source