Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data GetAttributes = GetAttributes {}
- data GetAttributesResponse = GetAttributesResponse {
- garAttributes :: [Attribute Text]
- getAttributes :: Text -> Text -> GetAttributes
- data PutAttributes = PutAttributes {}
- data PutAttributesResponse = PutAttributesResponse
- putAttributes :: Text -> [Attribute SetAttribute] -> Text -> PutAttributes
- data DeleteAttributes = DeleteAttributes {}
- data DeleteAttributesResponse = DeleteAttributesResponse
- deleteAttributes :: Text -> [Attribute DeleteAttribute] -> Text -> DeleteAttributes
- data BatchPutAttributes = BatchPutAttributes {
- bpaItems :: [Item [Attribute SetAttribute]]
- bpaDomainName :: Text
- data BatchPutAttributesResponse = BatchPutAttributesResponse
- batchPutAttributes :: [Item [Attribute SetAttribute]] -> Text -> BatchPutAttributes
- data BatchDeleteAttributes = BatchDeleteAttributes {
- bdaItems :: [Item [Attribute DeleteAttribute]]
- bdaDomainName :: Text
- data BatchDeleteAttributesResponse = BatchDeleteAttributesResponse
- batchDeleteAttributes :: [Item [Attribute DeleteAttribute]] -> Text -> BatchDeleteAttributes
Documentation
data GetAttributes Source #
GetAttributes | |
|
Show GetAttributes Source # | |
SignQuery GetAttributes Source # | ServiceConfiguration: |
Transaction GetAttributes GetAttributesResponse Source # | |
type ServiceConfiguration GetAttributes Source # | |
data GetAttributesResponse Source #
getAttributes :: Text -> Text -> GetAttributes Source #
data PutAttributes Source #
PutAttributes | |
|
Show PutAttributes Source # | |
SignQuery PutAttributes Source # | ServiceConfiguration: |
Transaction PutAttributes PutAttributesResponse Source # | |
type ServiceConfiguration PutAttributes Source # | |
data PutAttributesResponse Source #
putAttributes :: Text -> [Attribute SetAttribute] -> Text -> PutAttributes Source #
data DeleteAttributesResponse Source #
deleteAttributes :: Text -> [Attribute DeleteAttribute] -> Text -> DeleteAttributes Source #
data BatchPutAttributes Source #
data BatchPutAttributesResponse Source #
batchPutAttributes :: [Item [Attribute SetAttribute]] -> Text -> BatchPutAttributes Source #
data BatchDeleteAttributes Source #
data BatchDeleteAttributesResponse Source #