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 | |
SignQuery CreateQueue | ServiceConfiguration: |
Transaction CreateQueue CreateQueueResponse | |
type ServiceConfiguration CreateQueue = SqsConfiguration |
data DeleteQueue Source
Show DeleteQueue | |
SignQuery DeleteQueue | ServiceConfiguration: |
Transaction DeleteQueue DeleteQueueResponse | |
type ServiceConfiguration DeleteQueue = SqsConfiguration |
data ListQueues Source
Show ListQueues | |
SignQuery ListQueues | ServiceConfiguration: |
Transaction ListQueues ListQueuesResponse | |
type ServiceConfiguration ListQueues = SqsConfiguration |
data ListQueuesResponse Source