Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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?: {
[key: string]: string | null | undefined;
}
| null;
Tags?: Tag[] | null;
VerifiedForSendingStatus?: boolean | null;
}

§Properties

§
ConfigurationSetName?: string | null
[src]
§
DkimAttributes?: DkimAttributes | null
[src]
§
FeedbackForwardingStatus?: boolean | null
[src]
§
IdentityType?: IdentityType | null
[src]
§
MailFromAttributes?: MailFromAttributes | null
[src]
§
Policies?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
Tags?: Tag[] | null
[src]
§
VerifiedForSendingStatus?: boolean | null
[src]