Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data SqsMetadata Source #
data SqsAuthorization Source #
data SqsConfiguration qt Source #
sqsSignQuery :: SqsQuery -> SqsConfiguration qt -> SignatureData -> SignedQuery Source #
sqsResponseConsumer :: HTTPResponseConsumer a -> IORef SqsMetadata -> HTTPResponseConsumer a Source #
sqsXmlResponseConsumer :: (Cursor -> Response SqsMetadata a) -> IORef SqsMetadata -> HTTPResponseConsumer a Source #
QueueName | |
|
printQueueName :: QueueName -> Text Source #
data QueueAttribute Source #
data MessageAttribute Source #
MessageAll | all values |
SenderId | the AWS account number (or the IP address, if anonymous access is allowed) of the sender |
SentTimestamp | the time when the message was sent (epoch time in milliseconds) |
ApproximateReceiveCount | the number of times a message has been received but not deleted |
ApproximateFirstReceiveTimestamp | the time when the message was first received (epoch time in milliseconds) |
data SqsPermission Source #
parseQueueAttribute :: MonadThrow m => Text -> m QueueAttribute Source #
parseMessageAttribute :: MonadThrow m => Text -> m MessageAttribute Source #
printPermission :: SqsPermission -> Text Source #
newtype ReceiptHandle Source #