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

UpdateCustomMetricResponse

import type { UpdateCustomMetricResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface UpdateCustomMetricResponse {
creationDate?: Date | number | null;
displayName?: string | null;
lastModifiedDate?: Date | number | null;
metricArn?: string | null;
metricName?: string | null;
metricType?: CustomMetricType | null;
}

§Properties

§
creationDate?: Date | number | null
[src]
§
displayName?: string | null
[src]
§
lastModifiedDate?: Date | number | null
[src]
§
metricArn?: string | null
[src]
§
metricName?: string | null
[src]
§
metricType?: CustomMetricType | null
[src]