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_EventBridgeEvent.hrl
Raw

include/aws@lambda@event_EventBridgeEvent.hrl

-record(event_bridge_event, {
id :: binary(),
version :: binary(),
detail_type :: binary(),
source :: binary(),
account :: binary(),
time :: binary(),
region :: binary(),
resources :: list(binary()),
detail :: any()
}).