Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data CreateQueue = CreateQueue {}
- data CreateQueueResponse = CreateQueueResponse {
- cqrQueueUrl :: Text
- data DeleteQueue = DeleteQueue {}
- data DeleteQueueResponse = DeleteQueueResponse
- data ListQueues = ListQueues {}
- data ListQueuesResponse = ListQueuesResponse {
- lqrQueueUrls :: [Text]
Documentation
data CreateQueue Source #
Show CreateQueue Source # | |
SignQuery CreateQueue Source # | ServiceConfiguration: |
Transaction CreateQueue CreateQueueResponse Source # | |
type ServiceConfiguration CreateQueue Source # | |
data CreateQueueResponse Source #
data DeleteQueue Source #
Show DeleteQueue Source # | |
SignQuery DeleteQueue Source # | ServiceConfiguration: |
Transaction DeleteQueue DeleteQueueResponse Source # | |
type ServiceConfiguration DeleteQueue Source # | |
data DeleteQueueResponse Source #
data ListQueues Source #
Show ListQueues Source # | |
SignQuery ListQueues Source # | ServiceConfiguration: |
Transaction ListQueues ListQueuesResponse Source # | |
type ServiceConfiguration ListQueues Source # | |
data ListQueuesResponse Source #