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

Aws.SimpleDb.Core

Documentation

type ErrorCode = String #

data SdbError #

Constructors

SdbError 

Instances

Instances details
Exception SdbError # 
Instance details

Defined in Aws.SimpleDb.Core

Show SdbError # 
Instance details

Defined in Aws.SimpleDb.Core

Methods

showsPrec :: Int -> SdbError -> ShowS #

show :: SdbError -> String #

showList :: [SdbError] -> ShowS #

data SdbMetadata #

Constructors

SdbMetadata 

Fields

Instances

Instances details
Loggable SdbMetadata # 
Instance details

Defined in Aws.SimpleDb.Core

Methods

toLogText :: SdbMetadata -> Text #

Monoid SdbMetadata # 
Instance details

Defined in Aws.SimpleDb.Core

Semigroup SdbMetadata # 
Instance details

Defined in Aws.SimpleDb.Core

Methods

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

sconcat :: NonEmpty SdbMetadata -> SdbMetadata #

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

Show SdbMetadata # 
Instance details

Defined in Aws.SimpleDb.Core

Methods

showsPrec :: Int -> SdbMetadata -> ShowS #

show :: SdbMetadata -> String #

showList :: [SdbMetadata] -> ShowS #

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

decodeBase64 :: MonadThrow m => Cursor -> m Text #

data Attribute a #

Constructors

ForAttribute 

Fields

Instances

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

Defined in Aws.SimpleDb.Commands.Select

Show a => Show (Attribute a) # 
Instance details

Defined in Aws.SimpleDb.Core

Methods

showsPrec :: Int -> Attribute a -> ShowS #

show :: Attribute a -> String #

showList :: [Attribute a] -> ShowS #

data SetAttribute #

Constructors

SetAttribute 

Instances

Instances details
Show SetAttribute # 
Instance details

Defined in Aws.SimpleDb.Core

Methods

showsPrec :: Int -> SetAttribute -> ShowS #

show :: SetAttribute -> String #

showList :: [SetAttribute] -> ShowS #

data DeleteAttribute #

Instances

Instances details
Show DeleteAttribute # 
Instance details

Defined in Aws.SimpleDb.Core

Methods

showsPrec :: Int -> DeleteAttribute -> ShowS #

show :: DeleteAttribute -> String #

showList :: [DeleteAttribute] -> ShowS #

data ExpectedAttribute #

Instances

Instances details
Show ExpectedAttribute # 
Instance details

Defined in Aws.SimpleDb.Core

Methods

showsPrec :: Int -> ExpectedAttribute -> ShowS #

show :: ExpectedAttribute -> String #

showList :: [ExpectedAttribute] -> ShowS #

data Item a #

Constructors

Item 

Fields

Instances

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

Defined in Aws.SimpleDb.Commands.Select

Show a => Show (Item a) # 
Instance details

Defined in Aws.SimpleDb.Core

Methods

showsPrec :: Int -> Item a -> ShowS #

show :: Item a -> String #

showList :: [Item a] -> ShowS #

readItem :: MonadThrow m => Cursor -> m (Item [Attribute Text]) #