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

GetMetricWidgetImageOutput

import type { GetMetricWidgetImageOutput } from "https://aws-api.deno.dev/v0.4/services/cloudwatch.ts?docs=full";
interface GetMetricWidgetImageOutput {
MetricWidgetImage?: Uint8Array | null;
}

§Properties

§
MetricWidgetImage?: Uint8Array | null
[src]

The image of the graph, in the output format specified. The output is base64-encoded.