Skip to main content

include/aws@services@sesv2_CreateEmailIdentityResponse.hrl

-record(create_email_identity_response, {
    dkim_attributes :: gleam@option:option(aws@services@sesv2:dkim_attributes()),
    identity_type :: gleam@option:option(aws@services@sesv2:identity_type()),
    verified_for_sending_status :: gleam@option:option(boolean())
}).