Module sns

Module sns 

Source
Available on crate feature sns only.
Expand description

AWS Lambda event definitions for SNS.

Structsยง

CloudWatchAlarmPayload
CloudWatchAlarmTrigger
CloudWatchDimension
CloudWatchMetric
CloudWatchMetricDataQuery
CloudWatchMetricStat
MessageAttribute
Structured metadata items (such as timestamps, geospatial data, signatures, and identifiers) about the message.
SnsEvent
The Event notification event handled by Lambda
SnsEventObj
An alternate Event notification event to use alongside SnsRecordObj<T> and SnsMessageObj<T> if you want to deserialize an object inside your SNS messages rather than getting an Option<String> message
SnsMessage
SnsMessage stores information about each record of a SNS event
SnsMessageObj
Alternate version of SnsMessage to use in conjunction with SnsEventObj<T> and SnsRecordObj<T> for deserializing the message into a struct of type T
SnsRecord
SnsRecord stores information about each record of a SNS event
SnsRecordObj
Alternative to SnsRecord, used alongside SnsEventObj<T> and SnsMessageObj<T> when deserializing nested objects from within SNS messages)