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

PutDashboardOutput

import type { PutDashboardOutput } from "https://aws-api.deno.dev/v0.4/services/cloudwatch.ts?docs=full";
interface PutDashboardOutput {
DashboardValidationMessages: DashboardValidationMessage[];
}

§Properties

§
DashboardValidationMessages: DashboardValidationMessage[]
[src]

If the input for PutDashboard was correct and the dashboard was successfully created or modified, this result is empty.

If this result includes only warning messages, then the input was valid enough for the dashboard to be created or modified, but some elements of the dashboard might not render.

If this result includes error messages, the input was not valid and the operation failed.