AssociateQualificationWithWorkerRequest
import type { AssociateQualificationWithWorkerRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/mturk.ts";interface AssociateQualificationWithWorkerRequest {
IntegerValue?: number | null;
QualificationTypeId: string;
SendNotification?: boolean | null;
WorkerId: string;
}