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

CreateFleetMetricResponse

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

§Properties

§
metricArn?: string | null
[src]

The Amazon Resource Name (ARN) of the new fleet metric.

§
metricName?: string | null
[src]

The name of the fleet metric to create.