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

ListDomainAssociationsResult

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

The result structure for the list domain association request.

interface ListDomainAssociationsResult {
domainAssociations: DomainAssociation[];
nextToken?: string | null;
}

§Properties

§
domainAssociations: DomainAssociation[]
[src]

A list of domain associations.

§
nextToken?: string | null
[src]

A pagination token. If non-null, a pagination token is returned in a result. Pass its value in another request to retrieve more entries.