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

DescribeDestinationsRequest

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

§Properties

§
DestinationNamePrefix?: string | null
[src]

The prefix to match. If you don't specify a value, no prefix filter is applied.

§
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.)