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

GetLogGroupFieldsResponse

import type { GetLogGroupFieldsResponse } from "https://aws-api.deno.dev/v0.3/services/cloudwatchlogs.ts?docs=full";
interface GetLogGroupFieldsResponse {
logGroupFields?: LogGroupField[] | null;
}

§Properties

§
logGroupFields?: LogGroupField[] | null
[src]

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.