GetCustomVerificationEmailTemplateResponse
import type { GetCustomVerificationEmailTemplateResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ses.ts";interface GetCustomVerificationEmailTemplateResponse {
FailureRedirectionURL?: string | null;
FromEmailAddress?: string | null;
SuccessRedirectionURL?: string | null;
TemplateContent?: string | null;
TemplateName?: string | null;
TemplateSubject?: string | null;
}