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