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

IdentityVerificationAttributes

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

Represents the verification attributes of a single identity.

interface IdentityVerificationAttributes {
VerificationStatus: VerificationStatus;
VerificationToken?: string | null;
}

§Properties

§
VerificationStatus: VerificationStatus
[src]

The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".

§
VerificationToken?: string | null
[src]

The verification token for a domain identity. Null for email address identities.