aws-0.24.1: Amazon Web Services (AWS) for Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Aws.SimpleDb.Core

Documentation

class SdbFromResponse a where Source #

sdbCheckResponseType :: MonadThrow m => a -> Text -> Cursor -> m a Source #

decodeBase64 :: MonadThrow m => Cursor -> m Text Source #

data Attribute a Source #

Constructors

ForAttribute 

Instances

Instances details
ListResponse SelectResponse (Item [Attribute Text]) Source # 
Instance details

Defined in Aws.SimpleDb.Commands.Select

Show a => Show (Attribute a) Source # 
Instance details

Defined in Aws.SimpleDb.Core

data SetAttribute Source #

Instances

Instances details
Show SetAttribute Source # 
Instance details

Defined in Aws.SimpleDb.Core

data Item a Source #

Constructors

Item 

Fields

Instances

Instances details
ListResponse SelectResponse (Item [Attribute Text]) Source # 
Instance details

Defined in Aws.SimpleDb.Commands.Select

Show a => Show (Item a) Source # 
Instance details

Defined in Aws.SimpleDb.Core

Methods

showsPrec :: Int -> Item a -> ShowS Source #

show :: Item a -> String Source #

showList :: [Item a] -> ShowS Source #

readItem :: MonadThrow m => Cursor -> m (Item [Attribute Text]) Source #