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

SearchInsightsFilters

import type { SearchInsightsFilters } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/devopsguru.ts";
interface SearchInsightsFilters {
ResourceCollection?: ResourceCollection | null;
ServiceCollection?: ServiceCollection | null;
Severities?: InsightSeverity[] | null;
Statuses?: InsightStatus[] | null;
}

§Properties

§
ResourceCollection?: ResourceCollection | null
[src]
§
ServiceCollection?: ServiceCollection | null
[src]
§
Severities?: InsightSeverity[] | null
[src]
§
Statuses?: InsightStatus[] | null
[src]