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

CreateWorkerBlockRequest

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

§Properties

§
Reason: string
[src]

A message explaining the reason for blocking the Worker. This parameter enables you to keep track of your Workers. The Worker does not see this message.

§
WorkerId: string
[src]

The ID of the Worker to block.