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

ListIdentitiesResponse

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

A list of all identities that you have attempted to verify under your AWS account, regardless of verification status.

interface ListIdentitiesResponse {
Identities: string[];
NextToken?: string | null;
}

§Properties

§
Identities: string[]
[src]

A list of identities.

§
NextToken?: string | null
[src]

The token used for pagination.