Skip to main content

include/aws@services@s3_GetObjectTorrentOutput.hrl

-record(get_object_torrent_output, {
    body :: gleam@option:option(aws@streaming:streaming_body()),
    request_charged :: gleam@option:option(aws@services@s3:request_charged())
}).