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

ListDataIntegrationsResponse

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

§Properties

§
DataIntegrations?: DataIntegrationSummary[] | null
[src]

The DataIntegrations associated with this account.

§
NextToken?: string | null
[src]

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