Packages

Typed Gleam client for Amazon SES v2. Auto-generated from the upstream Smithy model. Depends on aws_gleam_runtime.

Current section

Files

Jump to
aws_gleam_sesv2 include aws@services@sesv2_GetImportJobResponse.hrl
Raw

include/aws@services@sesv2_GetImportJobResponse.hrl

-record(get_import_job_response, {
completed_timestamp :: gleam@option:option(aws@internal@codec@json_timestamp:timestamp()),
created_timestamp :: gleam@option:option(aws@internal@codec@json_timestamp:timestamp()),
failed_records_count :: gleam@option:option(integer()),
failure_info :: gleam@option:option(aws@services@sesv2:failure_info()),
import_data_source :: gleam@option:option(aws@services@sesv2:import_data_source()),
import_destination :: gleam@option:option(aws@services@sesv2:import_destination()),
job_id :: gleam@option:option(binary()),
job_status :: gleam@option:option(aws@services@sesv2:job_status()),
processed_records_count :: gleam@option:option(integer())
}).