aws-0.24: Amazon Web Services (AWS) for Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Aws.Sqs.Core

Documentation

data QueueName Source #

Constructors

QueueName 

Fields

Instances

Instances details
Read QueueName Source # 
Instance details

Defined in Aws.Sqs.Core

Show QueueName Source # 
Instance details

Defined in Aws.Sqs.Core

Eq QueueName Source # 
Instance details

Defined in Aws.Sqs.Core

Ord QueueName Source # 
Instance details

Defined in Aws.Sqs.Core

data MessageAttribute Source #

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

Instances details
Bounded MessageAttribute Source # 
Instance details

Defined in Aws.Sqs.Core

Enum MessageAttribute Source # 
Instance details

Defined in Aws.Sqs.Core

Read MessageAttribute Source # 
Instance details

Defined in Aws.Sqs.Core

Show MessageAttribute Source # 
Instance details

Defined in Aws.Sqs.Core

Eq MessageAttribute Source # 
Instance details

Defined in Aws.Sqs.Core

Ord MessageAttribute Source # 
Instance details

Defined in Aws.Sqs.Core

newtype MessageId Source #

Constructors

MessageId Text 

Instances

Instances details
Read MessageId Source # 
Instance details

Defined in Aws.Sqs.Core

Show MessageId Source # 
Instance details

Defined in Aws.Sqs.Core

Eq MessageId Source # 
Instance details

Defined in Aws.Sqs.Core

Ord MessageId Source # 
Instance details

Defined in Aws.Sqs.Core