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

Aws.SimpleDb.Core

Documentation

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 #

show :: Item a -> String #

showList :: [Item a] -> ShowS #