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

ListDataIntegrationAssociationsResponse

import type { ListDataIntegrationAssociationsResponse } from "https://aws-api.deno.dev/v0.4/services/appintegrations.ts?docs=full";
interface ListDataIntegrationAssociationsResponse {
DataIntegrationAssociations?: DataIntegrationAssociationSummary[] | null;
NextToken?: string | null;
}

§Properties

§
DataIntegrationAssociations?: DataIntegrationAssociationSummary[] | null
[src]

The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.

§
NextToken?: string | null
[src]

If there are additional results, this is the token for the next set of results.