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

DeleteWorkerBlockRequest

import type { DeleteWorkerBlockRequest } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface DeleteWorkerBlockRequest {
Reason?: string | null;
WorkerId: string;
}

§Properties

§
Reason?: string | null
[src]

A message that explains the reason for unblocking the Worker. The Worker does not see this message.

§
WorkerId: string
[src]

The ID of the Worker to unblock.