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

UpdateNotificationSettingsRequest

import type { UpdateNotificationSettingsRequest } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface UpdateNotificationSettingsRequest {
Active?: boolean | null;
HITTypeId: string;
Notification?: NotificationSpecification | null;
}

§Properties

§
Active?: boolean | null
[src]

Specifies whether notifications are sent for HITs of this HIT type, according to the notification specification. You must specify either the Notification parameter or the Active parameter for the call to UpdateNotificationSettings to succeed.

§
HITTypeId: string
[src]

The ID of the HIT type whose notification specification is being updated.

§
Notification?: NotificationSpecification | null
[src]

The notification specification for the HIT type.