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

ListInsightsStatusFilter

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

A filter used by ListInsights to specify which insights to return.

interface ListInsightsStatusFilter {}

§Properties

§

A ListInsightsAnyStatusFilter that specifies insights of any status that are either REACTIVE or PROACTIVE.

§

A ListInsightsClosedStatusFilter that specifies closed insights that are either REACTIVE or PROACTIVE.

§

A ListInsightsAnyStatusFilter that specifies ongoing insights that are either REACTIVE or PROACTIVE.