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

ValidationWarning

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

Defines a validation warning. Validation warnings do not prevent pipeline activation. The set of validation warnings that can be returned are defined by AWS Data Pipeline.

interface ValidationWarning {
id?: string | null;
warnings?: string[] | null;
}

§Properties

§
id?: string | null
[src]

The identifier of the object that contains the validation warning.

§
warnings?: string[] | null
[src]

A description of the validation warning.