Packages

Typed Gleam client for Amazon S3. Generated from the upstream Smithy model with S3 helpers under aws/s3/. Depends on aws_gleam_runtime.

Current section

Files

Jump to
aws_gleam_s3 include aws@services@s3_CopyObjectResult.hrl
Raw

include/aws@services@s3_CopyObjectResult.hrl

-record(copy_object_result, {
checksum_crc32 :: gleam@option:option(binary()),
checksum_crc32_c :: gleam@option:option(binary()),
checksum_crc64_nvme :: gleam@option:option(binary()),
checksum_md5 :: gleam@option:option(binary()),
checksum_sha1 :: gleam@option:option(binary()),
checksum_sha256 :: gleam@option:option(binary()),
checksum_sha512 :: gleam@option:option(binary()),
checksum_type :: gleam@option:option(aws@services@s3:checksum_type()),
checksum_xxhash128 :: gleam@option:option(binary()),
checksum_xxhash3 :: gleam@option:option(binary()),
checksum_xxhash64 :: gleam@option:option(binary()),
e_tag :: gleam@option:option(binary()),
last_modified :: gleam@option:option(aws@internal@codec@json_timestamp:timestamp())
}).