Skip to main content

include/aws@services@sesv2_SendQuota.hrl

-record(send_quota, {
    max24_hour_send :: gleam@option:option(aws@internal@codec@json_float:smithy_float()),
    max_send_rate :: gleam@option:option(aws@internal@codec@json_float:smithy_float()),
    sent_last24_hours :: gleam@option:option(aws@internal@codec@json_float:smithy_float())
}).