Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data GetAttributes Source #
GetAttributes | |
|
Instances
SignQuery GetAttributes Source # | ServiceConfiguration: |
Defined in Aws.SimpleDb.Commands.Attributes type ServiceConfiguration GetAttributes :: Type -> Type Source # signQuery :: GetAttributes -> ServiceConfiguration GetAttributes queryType -> SignatureData -> SignedQuery Source # | |
Show GetAttributes Source # | |
Defined in Aws.SimpleDb.Commands.Attributes showsPrec :: Int -> GetAttributes -> ShowS # show :: GetAttributes -> String # showList :: [GetAttributes] -> ShowS # | |
Transaction GetAttributes GetAttributesResponse Source # | |
Defined in Aws.SimpleDb.Commands.Attributes | |
type ServiceConfiguration GetAttributes Source # | |
Defined in Aws.SimpleDb.Commands.Attributes |
data GetAttributesResponse Source #
Instances
getAttributes :: Text -> Text -> GetAttributes Source #
data PutAttributes Source #
PutAttributes | |
|
Instances
SignQuery PutAttributes Source # | ServiceConfiguration: |
Defined in Aws.SimpleDb.Commands.Attributes type ServiceConfiguration PutAttributes :: Type -> Type Source # signQuery :: PutAttributes -> ServiceConfiguration PutAttributes queryType -> SignatureData -> SignedQuery Source # | |
Show PutAttributes Source # | |
Defined in Aws.SimpleDb.Commands.Attributes showsPrec :: Int -> PutAttributes -> ShowS # show :: PutAttributes -> String # showList :: [PutAttributes] -> ShowS # | |
Transaction PutAttributes PutAttributesResponse Source # | |
Defined in Aws.SimpleDb.Commands.Attributes | |
type ServiceConfiguration PutAttributes Source # | |
Defined in Aws.SimpleDb.Commands.Attributes |
data PutAttributesResponse Source #
Instances
putAttributes :: Text -> [Attribute SetAttribute] -> Text -> PutAttributes Source #
data DeleteAttributes Source #
Instances
SignQuery DeleteAttributes Source # | ServiceConfiguration: |
Defined in Aws.SimpleDb.Commands.Attributes type ServiceConfiguration DeleteAttributes :: Type -> Type Source # signQuery :: DeleteAttributes -> ServiceConfiguration DeleteAttributes queryType -> SignatureData -> SignedQuery Source # | |
Show DeleteAttributes Source # | |
Defined in Aws.SimpleDb.Commands.Attributes showsPrec :: Int -> DeleteAttributes -> ShowS # show :: DeleteAttributes -> String # showList :: [DeleteAttributes] -> ShowS # | |
Transaction DeleteAttributes DeleteAttributesResponse Source # | |
Defined in Aws.SimpleDb.Commands.Attributes | |
type ServiceConfiguration DeleteAttributes Source # | |
Defined in Aws.SimpleDb.Commands.Attributes |
data DeleteAttributesResponse Source #
Instances
deleteAttributes :: Text -> [Attribute DeleteAttribute] -> Text -> DeleteAttributes Source #
data BatchPutAttributes Source #
Instances
SignQuery BatchPutAttributes Source # | ServiceConfiguration: |
Defined in Aws.SimpleDb.Commands.Attributes type ServiceConfiguration BatchPutAttributes :: Type -> Type Source # signQuery :: BatchPutAttributes -> ServiceConfiguration BatchPutAttributes queryType -> SignatureData -> SignedQuery Source # | |
Show BatchPutAttributes Source # | |
Defined in Aws.SimpleDb.Commands.Attributes showsPrec :: Int -> BatchPutAttributes -> ShowS # show :: BatchPutAttributes -> String # showList :: [BatchPutAttributes] -> ShowS # | |
Transaction BatchPutAttributes BatchPutAttributesResponse Source # | |
Defined in Aws.SimpleDb.Commands.Attributes | |
type ServiceConfiguration BatchPutAttributes Source # | |
data BatchPutAttributesResponse Source #
Instances
batchPutAttributes :: [Item [Attribute SetAttribute]] -> Text -> BatchPutAttributes Source #
data BatchDeleteAttributes Source #
Instances
SignQuery BatchDeleteAttributes Source # | ServiceConfiguration: |
Defined in Aws.SimpleDb.Commands.Attributes type ServiceConfiguration BatchDeleteAttributes :: Type -> Type Source # signQuery :: BatchDeleteAttributes -> ServiceConfiguration BatchDeleteAttributes queryType -> SignatureData -> SignedQuery Source # | |
Show BatchDeleteAttributes Source # | |
Defined in Aws.SimpleDb.Commands.Attributes showsPrec :: Int -> BatchDeleteAttributes -> ShowS # show :: BatchDeleteAttributes -> String # showList :: [BatchDeleteAttributes] -> ShowS # | |
Transaction BatchDeleteAttributes BatchDeleteAttributesResponse Source # | |
Defined in Aws.SimpleDb.Commands.Attributes | |
type ServiceConfiguration BatchDeleteAttributes Source # | |
data BatchDeleteAttributesResponse Source #