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

ListSinksOutput

import type { ListSinksOutput } from "https://aws-api.deno.dev/v0.4/services/oam.ts?docs=full";
interface ListSinksOutput {
Items: ListSinksItem[];
NextToken?: string | null;
}

§Properties

§

An array of structures that contain the information about the returned sinks.

§
NextToken?: string | null
[src]

The token to use when requesting the next set of sinks.