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;
}