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

Aws.SimpleDb.Commands.Select

Documentation

data Select Source #

Constructors

Select 

Fields

Instances

Instances details
SignQuery Select Source #

ServiceConfiguration: SdbConfiguration

Instance details

Defined in Aws.SimpleDb.Commands.Select

Associated Types

type ServiceConfiguration Select :: Type -> Type Source #

Show Select Source # 
Instance details

Defined in Aws.SimpleDb.Commands.Select

Methods

showsPrec :: Int -> Select -> ShowS

show :: Select -> String

showList :: [Select] -> ShowS

IteratedTransaction Select SelectResponse Source # 
Instance details

Defined in Aws.SimpleDb.Commands.Select

Transaction Select SelectResponse Source # 
Instance details

Defined in Aws.SimpleDb.Commands.Select

type ServiceConfiguration Select Source # 
Instance details

Defined in Aws.SimpleDb.Commands.Select

data SelectResponse Source #

Constructors

SelectResponse 

Fields

Instances

Instances details
AsMemoryResponse SelectResponse Source # 
Instance details

Defined in Aws.SimpleDb.Commands.Select

Associated Types

type MemoryResponse SelectResponse Source #

Show SelectResponse Source # 
Instance details

Defined in Aws.SimpleDb.Commands.Select

Methods

showsPrec :: Int -> SelectResponse -> ShowS

show :: SelectResponse -> String

showList :: [SelectResponse] -> ShowS

IteratedTransaction Select SelectResponse Source # 
Instance details

Defined in Aws.SimpleDb.Commands.Select

ResponseConsumer r SelectResponse Source # 
Instance details

Defined in Aws.SimpleDb.Commands.Select

Transaction Select SelectResponse Source # 
Instance details

Defined in Aws.SimpleDb.Commands.Select

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

Defined in Aws.SimpleDb.Commands.Select

type MemoryResponse SelectResponse Source # 
Instance details

Defined in Aws.SimpleDb.Commands.Select

type ResponseMetadata SelectResponse Source # 
Instance details

Defined in Aws.SimpleDb.Commands.Select

select :: Text -> Select Source #