Packages

Runtime core for the aws-gleam SDK: credentials, SigV4 + SigV4a signing, endpoint resolution, retry, HTTP transport, waiters, paginators, and Smithy protocol codecs.

Current section

Files

Jump to
aws_gleam_runtime include aws@lambda@event_SnsMessage.hrl
Raw

include/aws@lambda@event_SnsMessage.hrl

-record(sns_message, {
message_id :: binary(),
topic_arn :: binary(),
subject :: gleam@option:option(binary()),
message :: binary(),
timestamp :: binary(),
message_type :: binary()
}).