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

UpdateCustomMetricRequest

import type { UpdateCustomMetricRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface UpdateCustomMetricRequest {
displayName: string;
metricName: string;
}

§Properties

§
displayName: string
[src]

Field represents a friendly name in the console for the custom metric, it doesn't have to be unique. Don't use this name as the metric identifier in the device metric report. Can be updated.

§
metricName: string
[src]

The name of the custom metric. Cannot be updated.