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

GetIdentityVerificationAttributesRequest

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

Represents a request to return the Amazon SES verification status of a list of identities. For domain identities, this request also returns the verification token. For information about verifying identities with Amazon SES, see the Amazon SES Developer Guide.

interface GetIdentityVerificationAttributesRequest {
Identities: string[];
}

§Properties

§
Identities: string[]
[src]

A list of identities.