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

ApiAssociation

import type { ApiAssociation } from "https://aws-api.deno.dev/v0.3/services/appsync.ts?docs=full";

Describes an ApiAssociation object.

interface ApiAssociation {
apiId?: string | null;
associationStatus?: AssociationStatus | null;
deploymentDetail?: string | null;
domainName?: string | null;
}

§Properties

§
apiId?: string | null
[src]

The API ID.

§
associationStatus?: AssociationStatus | null
[src]

Identifies the status of an association.

  • PROCESSING: The API association is being created. You cannot modify association requests during processing.
  • SUCCESS: The API association was successful. You can modify associations after success.
  • FAILED: The API association has failed. You can modify associations after failure.
§
deploymentDetail?: string | null
[src]

Details about the last deployment status.

§
domainName?: string | null
[src]

The domain name.