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

BatchDeleteRumMetricDefinitionsResponse

import type { BatchDeleteRumMetricDefinitionsResponse } from "https://aws-api.deno.dev/v0.4/services/rum.ts?docs=full";
interface BatchDeleteRumMetricDefinitionsResponse {
MetricDefinitionIds?: string[] | null;
}

§Properties

§

An array of error objects, if the operation caused any errors.

§
MetricDefinitionIds?: string[] | null
[src]

The IDs of the metric definitions that were deleted.