SearchInsightsResponse
import type { SearchInsightsResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/devopsguru.ts";interface SearchInsightsResponse {
NextToken?: string | null;
ProactiveInsights?: ProactiveInsightSummary[] | null;
ReactiveInsights?: ReactiveInsightSummary[] | null;
}§Properties
§
ProactiveInsights?: ProactiveInsightSummary[] | null
[src]§
ReactiveInsights?: ReactiveInsightSummary[] | null
[src]