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

GetIdentityVerificationAttributesResponse

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

The Amazon SES verification status of a list of identities. For domain identities, this response also contains the verification token.

interface GetIdentityVerificationAttributesResponse {
VerificationAttributes: {
[key: string]: IdentityVerificationAttributes | null | undefined;
}
;
}

§Properties

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

A map of Identities to IdentityVerificationAttributes objects.