Skip to main content

include/aws@services@sesv2_IdentityInfo.hrl

-record(identity_info, {
    identity_name :: gleam@option:option(binary()),
    identity_type :: gleam@option:option(aws@services@sesv2:identity_type()),
    sending_enabled :: gleam@option:option(boolean()),
    verification_status :: gleam@option:option(aws@services@sesv2:verification_status())
}).