aws-0.16: Amazon Web Services (AWS) for Haskell

Safe HaskellNone
LanguageHaskell2010

Aws.Sqs.Core

Documentation

data SqsQuery #

Constructors

SqsQuery 

data MessageAttribute #

Constructors

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)

Instances

Bounded MessageAttribute # 
Enum MessageAttribute # 
Eq MessageAttribute # 
Ord MessageAttribute # 
Read MessageAttribute # 
Show MessageAttribute #