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

SendTestEventNotificationRequest

import type { SendTestEventNotificationRequest } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface SendTestEventNotificationRequest {
TestEventType: EventType;
}

§Properties

§

The notification specification to test. This value is identical to the value you would provide to the UpdateNotificationSettings operation when you establish the notification specification for a HIT type.

§
TestEventType: EventType
[src]

The event to simulate to test the notification specification. This event is included in the test message even if the notification specification does not include the event type. The notification specification does not filter out the test event.