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

ValidationOutput

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

Contains validation output.

interface ValidationOutput {
appValidationOutput?: AppValidationOutput | null;
latestValidationTime?: Date | number | null;
name?: string | null;
serverValidationOutput?: ServerValidationOutput | null;
status?: ValidationStatus | null;
statusMessage?: string | null;
validationId?: string | null;
}

§Properties

§
appValidationOutput?: AppValidationOutput | null
[src]

The output from validating an application.

§
latestValidationTime?: Date | number | null
[src]

The latest time that the validation was performed.

§
name?: string | null
[src]

The name of the validation.

§
serverValidationOutput?: ServerValidationOutput | null
[src]

The output from validation an instance.

§
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.