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

CreateNotificationSubscriptionRequest

import type { CreateNotificationSubscriptionRequest } from "https://aws-api.deno.dev/v0.3/services/workdocs.ts?docs=full";
interface CreateNotificationSubscriptionRequest {
Endpoint: string;
OrganizationId: string;
SubscriptionType: SubscriptionType;
}

§Properties

§
Endpoint: string
[src]

The endpoint to receive the notifications. If the protocol is HTTPS, the endpoint is a URL that begins with https.

§
OrganizationId: string
[src]

The ID of the organization.

§

The protocol to use. The supported value is https, which delivers JSON-encoded messages using HTTPS POST.

§
SubscriptionType: SubscriptionType
[src]

The notification type.