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

DescribeMetricFiltersRequest

import type { DescribeMetricFiltersRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/cloudwatchlogs.ts";
interface DescribeMetricFiltersRequest {
filterNamePrefix?: string | null;
limit?: number | null;
logGroupName?: string | null;
metricName?: string | null;
metricNamespace?: string | null;
nextToken?: string | null;
}

§Properties

§
filterNamePrefix?: string | null
[src]
§
limit?: number | null
[src]
§
logGroupName?: string | null
[src]
§
metricName?: string | null
[src]
§
metricNamespace?: string | null
[src]
§
nextToken?: string | null
[src]