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

DescribeLogStreamsRequest

import type { DescribeLogStreamsRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/cloudwatchlogs.ts";
interface DescribeLogStreamsRequest {
descending?: boolean | null;
limit?: number | null;
logGroupName: string;
logStreamNamePrefix?: string | null;
nextToken?: string | null;
orderBy?: OrderBy | null;
}

§Properties

§
descending?: boolean | null
[src]
§
limit?: number | null
[src]
§
logGroupName: string
[src]
§
logStreamNamePrefix?: string | null
[src]
§
nextToken?: string | null
[src]
§
orderBy?: OrderBy | null
[src]