GetEmailIdentityResponse
import type { GetEmailIdentityResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sesv2.ts";interface GetEmailIdentityResponse {
ConfigurationSetName?: string | null;
DkimAttributes?: DkimAttributes | null;
FeedbackForwardingStatus?: boolean | null;
IdentityType?: IdentityType | null;
MailFromAttributes?: MailFromAttributes | null;
Policies?: {} | null;
[key: string]: string | null | undefined;
Tags?: Tag[] | null;
VerifiedForSendingStatus?: boolean | null;
}§Properties
§
DkimAttributes?: DkimAttributes | null
[src]§
IdentityType?: IdentityType | null
[src]§
MailFromAttributes?: MailFromAttributes | null
[src]