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

ListTypesRequest

import type { ListTypesRequest } from "https://aws-api.deno.dev/v0.3/services/appsync.ts?docs=full";
interface ListTypesRequest {
apiId: string;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
apiId: string
[src]

The API ID.

§

The type format: SDL or JSON.

§
maxResults?: number | null
[src]

The maximum number of results that you want the request to return.

§
nextToken?: string | null
[src]

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.