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