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

NotificationContext

import type { NotificationContext } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";

Contains the status of validating an application.

interface NotificationContext {
status?: ValidationStatus | null;
statusMessage?: string | null;
validationId?: string | null;
}

§Properties

§
status?: ValidationStatus | null
[src]

The status of the validation.

§
statusMessage?: string | null
[src]

The status message.

§
validationId?: string | null
[src]

The ID of the validation.