Safe Haskell | None |
---|
Aws.SimpleDb.Core
Documentation
Constructors
SdbError | |
Fields |
data SdbMetadata Source
Constructors
SdbMetadata | |
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
data SetAttribute Source
Constructors
SetAttribute | |
Fields
|
Instances
attributeQuery :: (a -> [(ByteString, ByteString)]) -> Attribute a -> [(ByteString, ByteString)]Source
addAttribute :: Text -> Text -> Attribute SetAttributeSource
replaceAttribute :: Text -> Text -> Attribute SetAttributeSource
setAttributeQuery :: SetAttribute -> [(ByteString, ByteString)]Source
data DeleteAttribute Source
Constructors
DeleteAttribute | |
ValuedDeleteAttribute | |
Fields
|
Instances
data ExpectedAttribute Source
Constructors
ExpectedValue | |
Fields
| |
ExpectedExists | |
Fields |
Instances
expectedValue :: Text -> Text -> Attribute ExpectedAttributeSource
expectedExists :: Text -> Bool -> Attribute ExpectedAttributeSource
Instances
ListResponse SelectResponse (Item [Attribute Text]) | |
Show a => Show (Item a) |
itemQuery :: (a -> [(ByteString, ByteString)]) -> Item a -> [(ByteString, ByteString)]Source