Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Aws.SimpleDb.Commands.Attributes
Documentation
data GetAttributes #
Constructors
GetAttributes | |
Fields
|
Instances
SignQuery GetAttributes # | ServiceConfiguration: |
Defined in Aws.SimpleDb.Commands.Attributes Associated Types type ServiceConfiguration GetAttributes :: Type -> Type # Methods signQuery :: GetAttributes -> ServiceConfiguration GetAttributes queryType -> SignatureData -> SignedQuery # | |
Show GetAttributes # | |
Defined in Aws.SimpleDb.Commands.Attributes Methods showsPrec :: Int -> GetAttributes -> ShowS # show :: GetAttributes -> String # showList :: [GetAttributes] -> ShowS # | |
Transaction GetAttributes GetAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes | |
type ServiceConfiguration GetAttributes # | |
Defined in Aws.SimpleDb.Commands.Attributes |
data GetAttributesResponse #
Constructors
GetAttributesResponse | |
Fields
|
Instances
AsMemoryResponse GetAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes Associated Types Methods loadToMemory :: GetAttributesResponse -> ResourceT IO (MemoryResponse GetAttributesResponse) # | |
Show GetAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes Methods showsPrec :: Int -> GetAttributesResponse -> ShowS # show :: GetAttributesResponse -> String # showList :: [GetAttributesResponse] -> ShowS # | |
ResponseConsumer r GetAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes Associated Types Methods responseConsumer :: Request -> r -> IORef (ResponseMetadata GetAttributesResponse) -> HTTPResponseConsumer GetAttributesResponse # | |
Transaction GetAttributes GetAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes | |
type MemoryResponse GetAttributesResponse # | |
type ResponseMetadata GetAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes |
getAttributes :: Text -> Text -> GetAttributes #
data PutAttributes #
Constructors
PutAttributes | |
Fields
|
Instances
SignQuery PutAttributes # | ServiceConfiguration: |
Defined in Aws.SimpleDb.Commands.Attributes Associated Types type ServiceConfiguration PutAttributes :: Type -> Type # Methods signQuery :: PutAttributes -> ServiceConfiguration PutAttributes queryType -> SignatureData -> SignedQuery # | |
Show PutAttributes # | |
Defined in Aws.SimpleDb.Commands.Attributes Methods showsPrec :: Int -> PutAttributes -> ShowS # show :: PutAttributes -> String # showList :: [PutAttributes] -> ShowS # | |
Transaction PutAttributes PutAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes | |
type ServiceConfiguration PutAttributes # | |
Defined in Aws.SimpleDb.Commands.Attributes |
data PutAttributesResponse #
Constructors
PutAttributesResponse |
Instances
AsMemoryResponse PutAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes Associated Types Methods loadToMemory :: PutAttributesResponse -> ResourceT IO (MemoryResponse PutAttributesResponse) # | |
Show PutAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes Methods showsPrec :: Int -> PutAttributesResponse -> ShowS # show :: PutAttributesResponse -> String # showList :: [PutAttributesResponse] -> ShowS # | |
ResponseConsumer r PutAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes Associated Types Methods responseConsumer :: Request -> r -> IORef (ResponseMetadata PutAttributesResponse) -> HTTPResponseConsumer PutAttributesResponse # | |
Transaction PutAttributes PutAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes | |
type MemoryResponse PutAttributesResponse # | |
type ResponseMetadata PutAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes |
putAttributes :: Text -> [Attribute SetAttribute] -> Text -> PutAttributes #
data DeleteAttributes #
Constructors
DeleteAttributes | |
Fields
|
Instances
SignQuery DeleteAttributes # | ServiceConfiguration: |
Defined in Aws.SimpleDb.Commands.Attributes Associated Types type ServiceConfiguration DeleteAttributes :: Type -> Type # Methods signQuery :: DeleteAttributes -> ServiceConfiguration DeleteAttributes queryType -> SignatureData -> SignedQuery # | |
Show DeleteAttributes # | |
Defined in Aws.SimpleDb.Commands.Attributes Methods showsPrec :: Int -> DeleteAttributes -> ShowS # show :: DeleteAttributes -> String # showList :: [DeleteAttributes] -> ShowS # | |
Transaction DeleteAttributes DeleteAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes | |
type ServiceConfiguration DeleteAttributes # | |
Defined in Aws.SimpleDb.Commands.Attributes |
data DeleteAttributesResponse #
Constructors
DeleteAttributesResponse |
Instances
AsMemoryResponse DeleteAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes Associated Types | |
Show DeleteAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes Methods showsPrec :: Int -> DeleteAttributesResponse -> ShowS # show :: DeleteAttributesResponse -> String # showList :: [DeleteAttributesResponse] -> ShowS # | |
ResponseConsumer r DeleteAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes Associated Types Methods responseConsumer :: Request -> r -> IORef (ResponseMetadata DeleteAttributesResponse) -> HTTPResponseConsumer DeleteAttributesResponse # | |
Transaction DeleteAttributes DeleteAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes | |
type MemoryResponse DeleteAttributesResponse # | |
type ResponseMetadata DeleteAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes |
deleteAttributes :: Text -> [Attribute DeleteAttribute] -> Text -> DeleteAttributes #
data BatchPutAttributes #
Constructors
BatchPutAttributes | |
Fields
|
Instances
SignQuery BatchPutAttributes # | ServiceConfiguration: |
Defined in Aws.SimpleDb.Commands.Attributes Associated Types type ServiceConfiguration BatchPutAttributes :: Type -> Type # Methods signQuery :: BatchPutAttributes -> ServiceConfiguration BatchPutAttributes queryType -> SignatureData -> SignedQuery # | |
Show BatchPutAttributes # | |
Defined in Aws.SimpleDb.Commands.Attributes Methods showsPrec :: Int -> BatchPutAttributes -> ShowS # show :: BatchPutAttributes -> String # showList :: [BatchPutAttributes] -> ShowS # | |
Transaction BatchPutAttributes BatchPutAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes | |
type ServiceConfiguration BatchPutAttributes # | |
data BatchPutAttributesResponse #
Constructors
BatchPutAttributesResponse |
Instances
AsMemoryResponse BatchPutAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes Associated Types | |
Show BatchPutAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes Methods showsPrec :: Int -> BatchPutAttributesResponse -> ShowS # show :: BatchPutAttributesResponse -> String # showList :: [BatchPutAttributesResponse] -> ShowS # | |
ResponseConsumer r BatchPutAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes Associated Types Methods responseConsumer :: Request -> r -> IORef (ResponseMetadata BatchPutAttributesResponse) -> HTTPResponseConsumer BatchPutAttributesResponse # | |
Transaction BatchPutAttributes BatchPutAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes | |
type MemoryResponse BatchPutAttributesResponse # | |
type ResponseMetadata BatchPutAttributesResponse # | |
batchPutAttributes :: [Item [Attribute SetAttribute]] -> Text -> BatchPutAttributes #
data BatchDeleteAttributes #
Constructors
BatchDeleteAttributes | |
Fields
|
Instances
SignQuery BatchDeleteAttributes # | ServiceConfiguration: |
Defined in Aws.SimpleDb.Commands.Attributes Associated Types type ServiceConfiguration BatchDeleteAttributes :: Type -> Type # Methods signQuery :: BatchDeleteAttributes -> ServiceConfiguration BatchDeleteAttributes queryType -> SignatureData -> SignedQuery # | |
Show BatchDeleteAttributes # | |
Defined in Aws.SimpleDb.Commands.Attributes Methods showsPrec :: Int -> BatchDeleteAttributes -> ShowS # show :: BatchDeleteAttributes -> String # showList :: [BatchDeleteAttributes] -> ShowS # | |
Transaction BatchDeleteAttributes BatchDeleteAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes | |
type ServiceConfiguration BatchDeleteAttributes # | |
data BatchDeleteAttributesResponse #
Constructors
BatchDeleteAttributesResponse |
Instances
AsMemoryResponse BatchDeleteAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes Associated Types | |
Show BatchDeleteAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes Methods showsPrec :: Int -> BatchDeleteAttributesResponse -> ShowS # show :: BatchDeleteAttributesResponse -> String # showList :: [BatchDeleteAttributesResponse] -> ShowS # | |
ResponseConsumer r BatchDeleteAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes Associated Types | |
Transaction BatchDeleteAttributes BatchDeleteAttributesResponse # | |
Defined in Aws.SimpleDb.Commands.Attributes | |
type MemoryResponse BatchDeleteAttributesResponse # | |
type ResponseMetadata BatchDeleteAttributesResponse # | |
batchDeleteAttributes :: [Item [Attribute DeleteAttribute]] -> Text -> BatchDeleteAttributes #