Module sqs

Module sqs 

Source
Available on crate feature sqs only.
Expand description

AWS Lambda event definitions for SQS.

Structsยง

BatchItemFailure
SqsApiEvent
The Event sent to Lambda from SQS API. Contains 1 or more individual SQS Messages
SqsApiEventObj
The Event sent to Lambda from the SQS API. Contains 1 or more individual SQS Messages
SqsApiMessage
An individual SQS API Message, its metadata, and Message Attributes
SqsApiMessageObj
Alternative to SqsApiEvent to be used alongside SqsApiMessageObj<T> when you need to deserialize a nested object into a struct of type T within the SQS Message rather than just using the raw SQS Message string
SqsBatchResponse
SqsEvent
The Event sent to Lambda from SQS. Contains 1 or more individual SQS Messages
SqsEventObj
Alternative to SqsEvent to be used alongside SqsMessageObj<T> when you need to deserialize a nested object into a struct of type T within the SQS Message rather than just using the raw SQS Message string
SqsMessage
An individual SQS Message, its metadata, and Message Attributes
SqsMessageAttribute
SqsMessageObj
Alternative to SqsMessage to be used alongside SqsEventObj<T> when you need to deserialize a nested object into a struct of type T within the SQS Message rather than just using the raw SQS Message string