aws-0.6.2: Amazon Web Services (AWS) for Haskell

Safe HaskellSafe-Infered

Aws.SimpleDb.Core

Documentation

data Attribute a Source

Constructors

ForAttribute 

Instances

Show a => Show (Attribute a) 

data Item a Source

Constructors

Item 

Fields

itemName :: Text
 
itemData :: a
 

Instances

Show a => Show (Item a)