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

UpdateEventIntegrationRequest

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

§Properties

§
Description?: string | null
[src]

The description of the event inegration.

§
Name: string
[src]

The name of the event integration.