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

UpdateWebhookRequest

import type { UpdateWebhookRequest } from "https://aws-api.deno.dev/v0.4/services/amplify.ts?docs=full";

The request structure for the update webhook request.

interface UpdateWebhookRequest {
branchName?: string | null;
description?: string | null;
webhookId: string;
}

§Properties

§
branchName?: string | null
[src]

The name for a branch that is part of an Amplify app.

§
description?: string | null
[src]

The description for a webhook.

§
webhookId: string
[src]

The unique ID for a webhook.