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

DescribeDestinationsResponse

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

§Properties

§
destinations?: Destination[] | null
[src]

The destinations.

§
nextToken?: string | null
[src]