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.deno.dev/v0.4/services/devopsguru.ts?docs=full";

Specifies one or more severity values and one or more status values that are used to search for insights.

interface SearchInsightsFilters {
ResourceCollection?: ResourceCollection | null;
ServiceCollection?: ServiceCollection | null;
Severities?: InsightSeverity[] | null;
Statuses?: InsightStatus[] | null;
}

§Properties

§
ResourceCollection?: ResourceCollection | null
[src]
§
ServiceCollection?: ServiceCollection | null
[src]

A collection of the names of Amazon Web Services services.

§
Severities?: InsightSeverity[] | null
[src]

An array of severity values used to search for insights.

§
Statuses?: InsightStatus[] | null
[src]

An array of status values used to search for insights.