Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Sqs.Commands.Queue
- 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 #
Constructors
CreateQueue | |
Fields |
Instances
Show CreateQueue Source # | |
SignQuery CreateQueue Source # | ServiceConfiguration: |
Transaction CreateQueue CreateQueueResponse Source # | |
type ServiceConfiguration CreateQueue Source # | |
data CreateQueueResponse Source #
Constructors
CreateQueueResponse | |
Fields
|
data DeleteQueue Source #
Constructors
DeleteQueue | |
Fields |
Instances
Show DeleteQueue Source # | |
SignQuery DeleteQueue Source # | ServiceConfiguration: |
Transaction DeleteQueue DeleteQueueResponse Source # | |
type ServiceConfiguration DeleteQueue Source # | |
data DeleteQueueResponse Source #
Constructors
DeleteQueueResponse |
data ListQueues Source #
Constructors
ListQueues | |
Fields |
Instances
Show ListQueues Source # | |
SignQuery ListQueues Source # | ServiceConfiguration: |
Transaction ListQueues ListQueuesResponse Source # | |
type ServiceConfiguration ListQueues Source # | |
data ListQueuesResponse Source #
Constructors
ListQueuesResponse | |
Fields
|