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

DescribeLogGroupsResponse

import type { DescribeLogGroupsResponse } from "https://aws-api.deno.dev/v0.3/services/cloudwatchlogs.ts?docs=full";
interface DescribeLogGroupsResponse {
logGroups?: LogGroup[] | null;
nextToken?: string | null;
}

§Properties

§
logGroups?: LogGroup[] | null
[src]

The log groups.

If the retentionInDays value if not included for a log group, then that log group is set to have its events never expire.

§
nextToken?: string | null
[src]