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

GetIdentityPoliciesResponse

import type { GetIdentityPoliciesResponse } from "https://aws-api.deno.dev/v0.3/services/ses.ts?docs=full";

Represents the requested sending authorization policies.

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

§Properties

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

A map of policy names to policies.