include/aws@services@s3_GetBucketAclOutput.hrl
-record(get_bucket_acl_output, {
grants :: gleam@option:option(list(aws@services@s3:grant())),
owner :: gleam@option:option(aws@services@s3:owner())
}).
-record(get_bucket_acl_output, {
grants :: gleam@option:option(list(aws@services@s3:grant())),
owner :: gleam@option:option(aws@services@s3:owner())
}).