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

ListDataSourcesResponse

import type { ListDataSourcesResponse } from "https://aws-api.deno.dev/v0.3/services/appsync.ts?docs=full";
interface ListDataSourcesResponse {
dataSources?: DataSource[] | null;
nextToken?: string | null;
}

§Properties

§
dataSources?: DataSource[] | null
[src]

The DataSource objects.

§
nextToken?: string | null
[src]

An identifier to pass in the next request to this operation to return the next set of items in the list.