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

Safe HaskellNone
LanguageHaskell2010

Aws.SimpleDb.Core

Documentation

data Attribute a Source #

Constructors

ForAttribute 
Instances
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 Item a Source #

Constructors

Item 

Fields

Instances
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 #