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

UpdateDataIntegrationRequest

import type { UpdateDataIntegrationRequest } from "https://aws-api.deno.dev/v0.4/services/appintegrations.ts?docs=full";
interface UpdateDataIntegrationRequest {
Description?: string | null;
Identifier: string;
Name?: string | null;
}

§Properties

§
Description?: string | null
[src]

A description of the DataIntegration.

§
Identifier: string
[src]

A unique identifier for the DataIntegration.

§
Name?: string | null
[src]

The name of the DataIntegration.