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@internal@codec@xml_decode_Element.hrl
Raw

include/aws@internal@codec@xml_decode_Element.hrl

-record(element, {
name :: binary(),
attrs :: list({binary(), binary()}),
children :: list(aws@internal@codec@xml_decode:node_())
}).