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

Filters

import type { Filters } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";

Contains the filter to apply when retrieving metrics.

interface Filters {
Channels?: Channel[] | null;
Queues?: string[] | null;
}

§Properties

§
Channels?: Channel[] | null
[src]

The channel to use to filter the metrics.

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

The queues to use to filter the metrics. You can specify up to 100 queues per request.