aws-0.22: Amazon Web Services (AWS) for Haskell
Safe HaskellNone
LanguageHaskell2010

Aws.SimpleDb.Core

Documentation

type ErrorCode = String Source #

data SdbError Source #

Constructors

SdbError 

Instances

Instances details
Show SdbError Source # 
Instance details

Defined in Aws.SimpleDb.Core

Methods

showsPrec :: Int -> SdbError -> ShowS

show :: SdbError -> String

showList :: [SdbError] -> ShowS

Exception SdbError Source # 
Instance details

Defined in Aws.SimpleDb.Core

data SdbMetadata Source #

Constructors

SdbMetadata 

Fields

Instances

Instances details
Show SdbMetadata Source # 
Instance details

Defined in Aws.SimpleDb.Core

Methods

showsPrec :: Int -> SdbMetadata -> ShowS

show :: SdbMetadata -> String

showList :: [SdbMetadata] -> ShowS

Semigroup SdbMetadata Source # 
Instance details

Defined in Aws.SimpleDb.Core

Methods

(<>) :: SdbMetadata -> SdbMetadata -> SdbMetadata #

sconcat :: NonEmpty SdbMetadata -> SdbMetadata

stimes :: Integral b => b -> SdbMetadata -> SdbMetadata

Monoid SdbMetadata Source # 
Instance details

Defined in Aws.SimpleDb.Core

Loggable SdbMetadata Source # 
Instance details

Defined in Aws.SimpleDb.Core

Methods

toLogText :: SdbMetadata -> Text Source #

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

data Attribute a Source #

Constructors

ForAttribute 

Fields

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

Methods

showsPrec :: Int -> Attribute a -> ShowS

show :: Attribute a -> String

showList :: [Attribute a] -> ShowS

data SetAttribute Source #

Constructors

SetAttribute 

Fields

Instances

Instances details
Show SetAttribute Source # 
Instance details

Defined in Aws.SimpleDb.Core

Methods

showsPrec :: Int -> SetAttribute -> ShowS

show :: SetAttribute -> String

showList :: [SetAttribute] -> ShowS

data DeleteAttribute Source #

Instances

Instances details
Show DeleteAttribute Source # 
Instance details

Defined in Aws.SimpleDb.Core

Methods

showsPrec :: Int -> DeleteAttribute -> ShowS

show :: DeleteAttribute -> String

showList :: [DeleteAttribute] -> ShowS

data ExpectedAttribute Source #

Constructors

ExpectedValue 

Fields

ExpectedExists 

Fields

Instances

Instances details
Show ExpectedAttribute Source # 
Instance details

Defined in Aws.SimpleDb.Core

Methods

showsPrec :: Int -> ExpectedAttribute -> ShowS

show :: ExpectedAttribute -> String

showList :: [ExpectedAttribute] -> ShowS

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