Skip to main content

include/aws@services@sesv2_ExportStatistics.hrl

-record(export_statistics, {
    exported_records_count :: gleam@option:option(integer()),
    processed_records_count :: gleam@option:option(integer())
}).