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

SearchInsightsRequest

import type { SearchInsightsRequest } from "https://aws-api.deno.dev/v0.4/services/devopsguru.ts?docs=full";
interface SearchInsightsRequest {
Filters?: SearchInsightsFilters | null;
MaxResults?: number | null;
NextToken?: string | null;
StartTimeRange: StartTimeRange;
}

§Properties

§

A SearchInsightsFilters object that is used to set the severity and status filters on your insight search.

§
MaxResults?: number | null
[src]

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

§
StartTimeRange: StartTimeRange
[src]

The start of the time range passed in. Returned insights occurred after this time.

§

The type of insights you are searching for (REACTIVE or PROACTIVE).