aws-0.24.2: Amazon Web Services (AWS) for Haskell
Safe HaskellNone
LanguageHaskell2010

Aws.Sqs.Core

Documentation

data SqsMetadata #

Instances

Instances details
Loggable SqsMetadata # 
Instance details

Defined in Aws.Sqs.Core

Monoid SqsMetadata # 
Instance details

Defined in Aws.Sqs.Core

Semigroup SqsMetadata # 
Instance details

Defined in Aws.Sqs.Core

Show SqsMetadata # 
Instance details

Defined in Aws.Sqs.Core

data SqsQuery #

Constructors

SqsQuery 

data QueueName #

Constructors

QueueName 

Fields

Instances

Instances details
Read QueueName # 
Instance details

Defined in Aws.Sqs.Core

Show QueueName # 
Instance details

Defined in Aws.Sqs.Core

Eq QueueName # 
Instance details

Defined in Aws.Sqs.Core

Ord QueueName # 
Instance details

Defined in Aws.Sqs.Core

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

Instances details
Bounded MessageAttribute # 
Instance details

Defined in Aws.Sqs.Core

Enum MessageAttribute # 
Instance details

Defined in Aws.Sqs.Core

Read MessageAttribute # 
Instance details

Defined in Aws.Sqs.Core

Show MessageAttribute # 
Instance details

Defined in Aws.Sqs.Core

Eq MessageAttribute # 
Instance details

Defined in Aws.Sqs.Core

Ord MessageAttribute # 
Instance details

Defined in Aws.Sqs.Core

newtype MessageId #

Constructors

MessageId Text 

Instances

Instances details
Read MessageId # 
Instance details

Defined in Aws.Sqs.Core

Show MessageId # 
Instance details

Defined in Aws.Sqs.Core

Eq MessageId # 
Instance details

Defined in Aws.Sqs.Core

Ord MessageId # 
Instance details

Defined in Aws.Sqs.Core