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

ListDomainAssociationsRequest

import type { ListDomainAssociationsRequest } from "https://aws-api.deno.dev/v0.4/services/amplify.ts?docs=full";

The request structure for the list domain associations request.

interface ListDomainAssociationsRequest {
appId: string;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
appId: string
[src]

The unique ID for an Amplify app.

§
maxResults?: number | null
[src]

The maximum number of records to list in a single response.

§
nextToken?: string | null
[src]

A pagination token. Set to null to start listing apps from the start. If non-null, a pagination token is returned in a result. Pass its value in here to list more projects.