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

DescribeExportTasksRequest

import type { DescribeExportTasksRequest } from "https://aws-api.deno.dev/v0.3/services/cloudwatchlogs.ts?docs=full";
interface DescribeExportTasksRequest {
limit?: number | null;
nextToken?: string | null;
statusCode?: ExportTaskStatusCode | null;
taskId?: string | null;
}

§Properties

§
limit?: number | null
[src]

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

§
nextToken?: string | null
[src]

The token for the next set of items to return. (You received this token from a previous call.)

§
statusCode?: ExportTaskStatusCode | null
[src]

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

§
taskId?: string | null
[src]

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.