Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Sqs.Commands.Queue
Documentation
data CreateQueue Source #
Constructors
CreateQueue | |
Fields |
Instances
SignQuery CreateQueue Source # | ServiceConfiguration: | ||||
Defined in Aws.Sqs.Commands.Queue Associated Types
Methods signQuery :: CreateQueue -> ServiceConfiguration CreateQueue queryType -> SignatureData -> SignedQuery Source # | |||||
Show CreateQueue Source # | |||||
Defined in Aws.Sqs.Commands.Queue Methods showsPrec :: Int -> CreateQueue -> ShowS # show :: CreateQueue -> String # showList :: [CreateQueue] -> ShowS # | |||||
Transaction CreateQueue CreateQueueResponse Source # | |||||
Defined in Aws.Sqs.Commands.Queue | |||||
type ServiceConfiguration CreateQueue Source # | |||||
Defined in Aws.Sqs.Commands.Queue |
data CreateQueueResponse Source #
Constructors
CreateQueueResponse | |
Fields
|
Instances
data DeleteQueue Source #
Constructors
DeleteQueue | |
Fields |
Instances
SignQuery DeleteQueue Source # | ServiceConfiguration: | ||||
Defined in Aws.Sqs.Commands.Queue Associated Types
Methods signQuery :: DeleteQueue -> ServiceConfiguration DeleteQueue queryType -> SignatureData -> SignedQuery Source # | |||||
Show DeleteQueue Source # | |||||
Defined in Aws.Sqs.Commands.Queue Methods showsPrec :: Int -> DeleteQueue -> ShowS # show :: DeleteQueue -> String # showList :: [DeleteQueue] -> ShowS # | |||||
Transaction DeleteQueue DeleteQueueResponse Source # | |||||
Defined in Aws.Sqs.Commands.Queue | |||||
type ServiceConfiguration DeleteQueue Source # | |||||
Defined in Aws.Sqs.Commands.Queue |
data DeleteQueueResponse Source #
Constructors
DeleteQueueResponse |
Instances
AsMemoryResponse DeleteQueueResponse Source # | |||||
Defined in Aws.Sqs.Commands.Queue Associated Types
Methods loadToMemory :: DeleteQueueResponse -> ResourceT IO (MemoryResponse DeleteQueueResponse) Source # | |||||
Show DeleteQueueResponse Source # | |||||
Defined in Aws.Sqs.Commands.Queue Methods showsPrec :: Int -> DeleteQueueResponse -> ShowS # show :: DeleteQueueResponse -> String # showList :: [DeleteQueueResponse] -> ShowS # | |||||
ResponseConsumer r DeleteQueueResponse Source # | |||||
Defined in Aws.Sqs.Commands.Queue Associated Types
Methods responseConsumer :: Request -> r -> IORef (ResponseMetadata DeleteQueueResponse) -> HTTPResponseConsumer DeleteQueueResponse Source # | |||||
Transaction DeleteQueue DeleteQueueResponse Source # | |||||
Defined in Aws.Sqs.Commands.Queue | |||||
type MemoryResponse DeleteQueueResponse Source # | |||||
Defined in Aws.Sqs.Commands.Queue | |||||
type ResponseMetadata DeleteQueueResponse Source # | |||||
Defined in Aws.Sqs.Commands.Queue |
data ListQueues Source #
Constructors
ListQueues | |
Fields |
Instances
SignQuery ListQueues Source # | ServiceConfiguration: | ||||
Defined in Aws.Sqs.Commands.Queue Associated Types
Methods signQuery :: ListQueues -> ServiceConfiguration ListQueues queryType -> SignatureData -> SignedQuery Source # | |||||
Show ListQueues Source # | |||||
Defined in Aws.Sqs.Commands.Queue Methods showsPrec :: Int -> ListQueues -> ShowS # show :: ListQueues -> String # showList :: [ListQueues] -> ShowS # | |||||
Transaction ListQueues ListQueuesResponse Source # | |||||
Defined in Aws.Sqs.Commands.Queue | |||||
type ServiceConfiguration ListQueues Source # | |||||
Defined in Aws.Sqs.Commands.Queue |
data ListQueuesResponse Source #
Constructors
ListQueuesResponse | |
Fields
|
Instances
AsMemoryResponse ListQueuesResponse Source # | |||||
Defined in Aws.Sqs.Commands.Queue Associated Types
Methods loadToMemory :: ListQueuesResponse -> ResourceT IO (MemoryResponse ListQueuesResponse) Source # | |||||
Show ListQueuesResponse Source # | |||||
Defined in Aws.Sqs.Commands.Queue Methods showsPrec :: Int -> ListQueuesResponse -> ShowS # show :: ListQueuesResponse -> String # showList :: [ListQueuesResponse] -> ShowS # | |||||
ResponseConsumer r ListQueuesResponse Source # | |||||
Defined in Aws.Sqs.Commands.Queue Associated Types
Methods responseConsumer :: Request -> r -> IORef (ResponseMetadata ListQueuesResponse) -> HTTPResponseConsumer ListQueuesResponse Source # | |||||
Transaction ListQueues ListQueuesResponse Source # | |||||
Defined in Aws.Sqs.Commands.Queue | |||||
type MemoryResponse ListQueuesResponse Source # | |||||
Defined in Aws.Sqs.Commands.Queue | |||||
type ResponseMetadata ListQueuesResponse Source # | |||||
Defined in Aws.Sqs.Commands.Queue |