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

PutInsightSelectorsResponse

import type { PutInsightSelectorsResponse } from "https://aws-api.deno.dev/v0.3/services/cloudtrail.ts?docs=full";
interface PutInsightSelectorsResponse {
InsightSelectors?: InsightSelector[] | null;
TrailARN?: string | null;
}

§Properties

§
InsightSelectors?: InsightSelector[] | null
[src]

A JSON string that contains the Insights event types that you want to log on a trail. The valid Insights types in this release are ApiErrorRateInsight and ApiCallRateInsight.

§
TrailARN?: string | null
[src]

The Amazon Resource Name (ARN) of a trail for which you want to change or add Insights selectors.