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

GetEmailIdentityPoliciesResponse

import type { GetEmailIdentityPoliciesResponse } from "https://aws-api.deno.dev/v0.4/services/sesv2.ts?docs=full";

Identity policies associated with email identity.

interface GetEmailIdentityPoliciesResponse {
Policies?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Policies?: {
[key: string]: string | null | undefined;
}
| null
[src]

A map of policy names to policies.