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