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

ListAnomalousLogGroupsResponse

import type { ListAnomalousLogGroupsResponse } from "https://aws-api.deno.dev/v0.4/services/devopsguru.ts?docs=full";
interface ListAnomalousLogGroupsResponse {
AnomalousLogGroups: AnomalousLogGroup[];
InsightId: string;
NextToken?: string | null;
}

§Properties

§
AnomalousLogGroups: AnomalousLogGroup[]
[src]

The list of Amazon CloudWatch log groups that are related to an insight.

§
InsightId: string
[src]

The ID of the insight containing the log groups.

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.