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

CreateAdditionalAssignmentsForHITRequest

import type { CreateAdditionalAssignmentsForHITRequest } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface CreateAdditionalAssignmentsForHITRequest {
HITId: string;
NumberOfAdditionalAssignments: number;
UniqueRequestToken?: string | null;
}

§Properties

§
HITId: string
[src]

The ID of the HIT to extend.

§
NumberOfAdditionalAssignments: number
[src]

The number of additional assignments to request for this HIT.

§
UniqueRequestToken?: string | null
[src]

A unique identifier for this request, which allows you to retry the call on error without extending the HIT multiple times. This is useful in cases such as network timeouts where it is unclear whether or not the call succeeded on the server. If the extend HIT already exists in the system from a previous call using the same UniqueRequestToken, subsequent calls will return an error with a message containing the request ID.