@aws-sdk/client-mturk 3.278.0 → 3.281.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/README.md +315 -0
  2. package/dist-types/commands/AcceptQualificationRequestCommand.d.ts +6 -0
  3. package/dist-types/commands/ApproveAssignmentCommand.d.ts +6 -0
  4. package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateHITCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateHITTypeCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateQualificationTypeCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateWorkerBlockCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteHITCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +6 -0
  14. package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +6 -0
  15. package/dist-types/commands/GetAccountBalanceCommand.d.ts +6 -0
  16. package/dist-types/commands/GetAssignmentCommand.d.ts +6 -0
  17. package/dist-types/commands/GetFileUploadURLCommand.d.ts +6 -0
  18. package/dist-types/commands/GetHITCommand.d.ts +6 -0
  19. package/dist-types/commands/GetQualificationScoreCommand.d.ts +6 -0
  20. package/dist-types/commands/GetQualificationTypeCommand.d.ts +6 -0
  21. package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +6 -0
  22. package/dist-types/commands/ListBonusPaymentsCommand.d.ts +6 -0
  23. package/dist-types/commands/ListHITsCommand.d.ts +6 -0
  24. package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +6 -0
  25. package/dist-types/commands/ListQualificationRequestsCommand.d.ts +6 -0
  26. package/dist-types/commands/ListQualificationTypesCommand.d.ts +6 -0
  27. package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +6 -0
  28. package/dist-types/commands/ListReviewableHITsCommand.d.ts +6 -0
  29. package/dist-types/commands/ListWorkerBlocksCommand.d.ts +6 -0
  30. package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +6 -0
  31. package/dist-types/commands/NotifyWorkersCommand.d.ts +6 -0
  32. package/dist-types/commands/RejectAssignmentCommand.d.ts +6 -0
  33. package/dist-types/commands/RejectQualificationRequestCommand.d.ts +6 -0
  34. package/dist-types/commands/SendBonusCommand.d.ts +6 -0
  35. package/dist-types/commands/SendTestEventNotificationCommand.d.ts +6 -0
  36. package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +6 -0
  37. package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +6 -0
  38. package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +6 -0
  39. package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +6 -0
  40. package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +6 -0
  41. package/package.json +6 -6
package/README.md CHANGED
@@ -203,3 +203,318 @@ To contribute to client you can check our [generate clients scripts](https://git
203
203
  This SDK is distributed under the
204
204
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
205
205
  see LICENSE for more information.
206
+
207
+ ## Client Commands (Operations List)
208
+
209
+ <details>
210
+ <summary>
211
+ AcceptQualificationRequest
212
+ </summary>
213
+
214
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/acceptqualificationrequestcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/acceptqualificationrequestcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/acceptqualificationrequestcommandoutput.html)
215
+
216
+ </details>
217
+ <details>
218
+ <summary>
219
+ ApproveAssignment
220
+ </summary>
221
+
222
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/approveassignmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/approveassignmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/approveassignmentcommandoutput.html)
223
+
224
+ </details>
225
+ <details>
226
+ <summary>
227
+ AssociateQualificationWithWorker
228
+ </summary>
229
+
230
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/associatequalificationwithworkercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/associatequalificationwithworkercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/associatequalificationwithworkercommandoutput.html)
231
+
232
+ </details>
233
+ <details>
234
+ <summary>
235
+ CreateAdditionalAssignmentsForHIT
236
+ </summary>
237
+
238
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/createadditionalassignmentsforhitcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/createadditionalassignmentsforhitcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/createadditionalassignmentsforhitcommandoutput.html)
239
+
240
+ </details>
241
+ <details>
242
+ <summary>
243
+ CreateHIT
244
+ </summary>
245
+
246
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/createhitcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/createhitcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/createhitcommandoutput.html)
247
+
248
+ </details>
249
+ <details>
250
+ <summary>
251
+ CreateHITType
252
+ </summary>
253
+
254
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/createhittypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/createhittypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/createhittypecommandoutput.html)
255
+
256
+ </details>
257
+ <details>
258
+ <summary>
259
+ CreateHITWithHITType
260
+ </summary>
261
+
262
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/createhitwithhittypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/createhitwithhittypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/createhitwithhittypecommandoutput.html)
263
+
264
+ </details>
265
+ <details>
266
+ <summary>
267
+ CreateQualificationType
268
+ </summary>
269
+
270
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/createqualificationtypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/createqualificationtypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/createqualificationtypecommandoutput.html)
271
+
272
+ </details>
273
+ <details>
274
+ <summary>
275
+ CreateWorkerBlock
276
+ </summary>
277
+
278
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/createworkerblockcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/createworkerblockcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/createworkerblockcommandoutput.html)
279
+
280
+ </details>
281
+ <details>
282
+ <summary>
283
+ DeleteHIT
284
+ </summary>
285
+
286
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/deletehitcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/deletehitcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/deletehitcommandoutput.html)
287
+
288
+ </details>
289
+ <details>
290
+ <summary>
291
+ DeleteQualificationType
292
+ </summary>
293
+
294
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/deletequalificationtypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/deletequalificationtypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/deletequalificationtypecommandoutput.html)
295
+
296
+ </details>
297
+ <details>
298
+ <summary>
299
+ DeleteWorkerBlock
300
+ </summary>
301
+
302
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/deleteworkerblockcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/deleteworkerblockcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/deleteworkerblockcommandoutput.html)
303
+
304
+ </details>
305
+ <details>
306
+ <summary>
307
+ DisassociateQualificationFromWorker
308
+ </summary>
309
+
310
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/disassociatequalificationfromworkercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/disassociatequalificationfromworkercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/disassociatequalificationfromworkercommandoutput.html)
311
+
312
+ </details>
313
+ <details>
314
+ <summary>
315
+ GetAccountBalance
316
+ </summary>
317
+
318
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/getaccountbalancecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/getaccountbalancecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/getaccountbalancecommandoutput.html)
319
+
320
+ </details>
321
+ <details>
322
+ <summary>
323
+ GetAssignment
324
+ </summary>
325
+
326
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/getassignmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/getassignmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/getassignmentcommandoutput.html)
327
+
328
+ </details>
329
+ <details>
330
+ <summary>
331
+ GetFileUploadURL
332
+ </summary>
333
+
334
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/getfileuploadurlcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/getfileuploadurlcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/getfileuploadurlcommandoutput.html)
335
+
336
+ </details>
337
+ <details>
338
+ <summary>
339
+ GetHIT
340
+ </summary>
341
+
342
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/gethitcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/gethitcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/gethitcommandoutput.html)
343
+
344
+ </details>
345
+ <details>
346
+ <summary>
347
+ GetQualificationScore
348
+ </summary>
349
+
350
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/getqualificationscorecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/getqualificationscorecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/getqualificationscorecommandoutput.html)
351
+
352
+ </details>
353
+ <details>
354
+ <summary>
355
+ GetQualificationType
356
+ </summary>
357
+
358
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/getqualificationtypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/getqualificationtypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/getqualificationtypecommandoutput.html)
359
+
360
+ </details>
361
+ <details>
362
+ <summary>
363
+ ListAssignmentsForHIT
364
+ </summary>
365
+
366
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/listassignmentsforhitcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listassignmentsforhitcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listassignmentsforhitcommandoutput.html)
367
+
368
+ </details>
369
+ <details>
370
+ <summary>
371
+ ListBonusPayments
372
+ </summary>
373
+
374
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/listbonuspaymentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listbonuspaymentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listbonuspaymentscommandoutput.html)
375
+
376
+ </details>
377
+ <details>
378
+ <summary>
379
+ ListHITs
380
+ </summary>
381
+
382
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/listhitscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listhitscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listhitscommandoutput.html)
383
+
384
+ </details>
385
+ <details>
386
+ <summary>
387
+ ListHITsForQualificationType
388
+ </summary>
389
+
390
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/listhitsforqualificationtypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listhitsforqualificationtypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listhitsforqualificationtypecommandoutput.html)
391
+
392
+ </details>
393
+ <details>
394
+ <summary>
395
+ ListQualificationRequests
396
+ </summary>
397
+
398
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/listqualificationrequestscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listqualificationrequestscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listqualificationrequestscommandoutput.html)
399
+
400
+ </details>
401
+ <details>
402
+ <summary>
403
+ ListQualificationTypes
404
+ </summary>
405
+
406
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/listqualificationtypescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listqualificationtypescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listqualificationtypescommandoutput.html)
407
+
408
+ </details>
409
+ <details>
410
+ <summary>
411
+ ListReviewableHITs
412
+ </summary>
413
+
414
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/listreviewablehitscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listreviewablehitscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listreviewablehitscommandoutput.html)
415
+
416
+ </details>
417
+ <details>
418
+ <summary>
419
+ ListReviewPolicyResultsForHIT
420
+ </summary>
421
+
422
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/listreviewpolicyresultsforhitcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listreviewpolicyresultsforhitcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listreviewpolicyresultsforhitcommandoutput.html)
423
+
424
+ </details>
425
+ <details>
426
+ <summary>
427
+ ListWorkerBlocks
428
+ </summary>
429
+
430
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/listworkerblockscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listworkerblockscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listworkerblockscommandoutput.html)
431
+
432
+ </details>
433
+ <details>
434
+ <summary>
435
+ ListWorkersWithQualificationType
436
+ </summary>
437
+
438
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/listworkerswithqualificationtypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listworkerswithqualificationtypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/listworkerswithqualificationtypecommandoutput.html)
439
+
440
+ </details>
441
+ <details>
442
+ <summary>
443
+ NotifyWorkers
444
+ </summary>
445
+
446
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/notifyworkerscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/notifyworkerscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/notifyworkerscommandoutput.html)
447
+
448
+ </details>
449
+ <details>
450
+ <summary>
451
+ RejectAssignment
452
+ </summary>
453
+
454
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/rejectassignmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/rejectassignmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/rejectassignmentcommandoutput.html)
455
+
456
+ </details>
457
+ <details>
458
+ <summary>
459
+ RejectQualificationRequest
460
+ </summary>
461
+
462
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/rejectqualificationrequestcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/rejectqualificationrequestcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/rejectqualificationrequestcommandoutput.html)
463
+
464
+ </details>
465
+ <details>
466
+ <summary>
467
+ SendBonus
468
+ </summary>
469
+
470
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/sendbonuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/sendbonuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/sendbonuscommandoutput.html)
471
+
472
+ </details>
473
+ <details>
474
+ <summary>
475
+ SendTestEventNotification
476
+ </summary>
477
+
478
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/sendtesteventnotificationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/sendtesteventnotificationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/sendtesteventnotificationcommandoutput.html)
479
+
480
+ </details>
481
+ <details>
482
+ <summary>
483
+ UpdateExpirationForHIT
484
+ </summary>
485
+
486
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/updateexpirationforhitcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/updateexpirationforhitcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/updateexpirationforhitcommandoutput.html)
487
+
488
+ </details>
489
+ <details>
490
+ <summary>
491
+ UpdateHITReviewStatus
492
+ </summary>
493
+
494
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/updatehitreviewstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/updatehitreviewstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/updatehitreviewstatuscommandoutput.html)
495
+
496
+ </details>
497
+ <details>
498
+ <summary>
499
+ UpdateHITTypeOfHIT
500
+ </summary>
501
+
502
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/updatehittypeofhitcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/updatehittypeofhitcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/updatehittypeofhitcommandoutput.html)
503
+
504
+ </details>
505
+ <details>
506
+ <summary>
507
+ UpdateNotificationSettings
508
+ </summary>
509
+
510
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/updatenotificationsettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/updatenotificationsettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/updatenotificationsettingscommandoutput.html)
511
+
512
+ </details>
513
+ <details>
514
+ <summary>
515
+ UpdateQualificationType
516
+ </summary>
517
+
518
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/classes/updatequalificationtypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/updatequalificationtypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mturk/interfaces/updatequalificationtypecommandoutput.html)
519
+
520
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AcceptQualificationRequestRequest, AcceptQualificationRequestResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link AcceptQualificationRequestCommand}.
8
+ */
6
9
  export interface AcceptQualificationRequestCommandInput extends AcceptQualificationRequestRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AcceptQualificationRequestCommand}.
13
+ */
8
14
  export interface AcceptQualificationRequestCommandOutput extends AcceptQualificationRequestResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApproveAssignmentRequest, ApproveAssignmentResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link ApproveAssignmentCommand}.
8
+ */
6
9
  export interface ApproveAssignmentCommandInput extends ApproveAssignmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ApproveAssignmentCommand}.
13
+ */
8
14
  export interface ApproveAssignmentCommandOutput extends ApproveAssignmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AssociateQualificationWithWorkerRequest, AssociateQualificationWithWorkerResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link AssociateQualificationWithWorkerCommand}.
8
+ */
6
9
  export interface AssociateQualificationWithWorkerCommandInput extends AssociateQualificationWithWorkerRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AssociateQualificationWithWorkerCommand}.
13
+ */
8
14
  export interface AssociateQualificationWithWorkerCommandOutput extends AssociateQualificationWithWorkerResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateAdditionalAssignmentsForHITRequest, CreateAdditionalAssignmentsForHITResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link CreateAdditionalAssignmentsForHITCommand}.
8
+ */
6
9
  export interface CreateAdditionalAssignmentsForHITCommandInput extends CreateAdditionalAssignmentsForHITRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateAdditionalAssignmentsForHITCommand}.
13
+ */
8
14
  export interface CreateAdditionalAssignmentsForHITCommandOutput extends CreateAdditionalAssignmentsForHITResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateHITRequest, CreateHITResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link CreateHITCommand}.
8
+ */
6
9
  export interface CreateHITCommandInput extends CreateHITRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateHITCommand}.
13
+ */
8
14
  export interface CreateHITCommandOutput extends CreateHITResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateHITTypeRequest, CreateHITTypeResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link CreateHITTypeCommand}.
8
+ */
6
9
  export interface CreateHITTypeCommandInput extends CreateHITTypeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateHITTypeCommand}.
13
+ */
8
14
  export interface CreateHITTypeCommandOutput extends CreateHITTypeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateHITWithHITTypeRequest, CreateHITWithHITTypeResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link CreateHITWithHITTypeCommand}.
8
+ */
6
9
  export interface CreateHITWithHITTypeCommandInput extends CreateHITWithHITTypeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateHITWithHITTypeCommand}.
13
+ */
8
14
  export interface CreateHITWithHITTypeCommandOutput extends CreateHITWithHITTypeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateQualificationTypeRequest, CreateQualificationTypeResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link CreateQualificationTypeCommand}.
8
+ */
6
9
  export interface CreateQualificationTypeCommandInput extends CreateQualificationTypeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateQualificationTypeCommand}.
13
+ */
8
14
  export interface CreateQualificationTypeCommandOutput extends CreateQualificationTypeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateWorkerBlockRequest, CreateWorkerBlockResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link CreateWorkerBlockCommand}.
8
+ */
6
9
  export interface CreateWorkerBlockCommandInput extends CreateWorkerBlockRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateWorkerBlockCommand}.
13
+ */
8
14
  export interface CreateWorkerBlockCommandOutput extends CreateWorkerBlockResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteHITRequest, DeleteHITResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link DeleteHITCommand}.
8
+ */
6
9
  export interface DeleteHITCommandInput extends DeleteHITRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteHITCommand}.
13
+ */
8
14
  export interface DeleteHITCommandOutput extends DeleteHITResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteQualificationTypeRequest, DeleteQualificationTypeResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link DeleteQualificationTypeCommand}.
8
+ */
6
9
  export interface DeleteQualificationTypeCommandInput extends DeleteQualificationTypeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteQualificationTypeCommand}.
13
+ */
8
14
  export interface DeleteQualificationTypeCommandOutput extends DeleteQualificationTypeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteWorkerBlockRequest, DeleteWorkerBlockResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link DeleteWorkerBlockCommand}.
8
+ */
6
9
  export interface DeleteWorkerBlockCommandInput extends DeleteWorkerBlockRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteWorkerBlockCommand}.
13
+ */
8
14
  export interface DeleteWorkerBlockCommandOutput extends DeleteWorkerBlockResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DisassociateQualificationFromWorkerRequest, DisassociateQualificationFromWorkerResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link DisassociateQualificationFromWorkerCommand}.
8
+ */
6
9
  export interface DisassociateQualificationFromWorkerCommandInput extends DisassociateQualificationFromWorkerRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DisassociateQualificationFromWorkerCommand}.
13
+ */
8
14
  export interface DisassociateQualificationFromWorkerCommandOutput extends DisassociateQualificationFromWorkerResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetAccountBalanceRequest, GetAccountBalanceResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link GetAccountBalanceCommand}.
8
+ */
6
9
  export interface GetAccountBalanceCommandInput extends GetAccountBalanceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAccountBalanceCommand}.
13
+ */
8
14
  export interface GetAccountBalanceCommandOutput extends GetAccountBalanceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetAssignmentRequest, GetAssignmentResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link GetAssignmentCommand}.
8
+ */
6
9
  export interface GetAssignmentCommandInput extends GetAssignmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAssignmentCommand}.
13
+ */
8
14
  export interface GetAssignmentCommandOutput extends GetAssignmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetFileUploadURLRequest, GetFileUploadURLResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link GetFileUploadURLCommand}.
8
+ */
6
9
  export interface GetFileUploadURLCommandInput extends GetFileUploadURLRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetFileUploadURLCommand}.
13
+ */
8
14
  export interface GetFileUploadURLCommandOutput extends GetFileUploadURLResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetHITRequest, GetHITResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link GetHITCommand}.
8
+ */
6
9
  export interface GetHITCommandInput extends GetHITRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetHITCommand}.
13
+ */
8
14
  export interface GetHITCommandOutput extends GetHITResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetQualificationScoreRequest, GetQualificationScoreResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link GetQualificationScoreCommand}.
8
+ */
6
9
  export interface GetQualificationScoreCommandInput extends GetQualificationScoreRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetQualificationScoreCommand}.
13
+ */
8
14
  export interface GetQualificationScoreCommandOutput extends GetQualificationScoreResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetQualificationTypeRequest, GetQualificationTypeResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link GetQualificationTypeCommand}.
8
+ */
6
9
  export interface GetQualificationTypeCommandInput extends GetQualificationTypeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetQualificationTypeCommand}.
13
+ */
8
14
  export interface GetQualificationTypeCommandOutput extends GetQualificationTypeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListAssignmentsForHITRequest, ListAssignmentsForHITResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link ListAssignmentsForHITCommand}.
8
+ */
6
9
  export interface ListAssignmentsForHITCommandInput extends ListAssignmentsForHITRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAssignmentsForHITCommand}.
13
+ */
8
14
  export interface ListAssignmentsForHITCommandOutput extends ListAssignmentsForHITResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListBonusPaymentsRequest, ListBonusPaymentsResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link ListBonusPaymentsCommand}.
8
+ */
6
9
  export interface ListBonusPaymentsCommandInput extends ListBonusPaymentsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBonusPaymentsCommand}.
13
+ */
8
14
  export interface ListBonusPaymentsCommandOutput extends ListBonusPaymentsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListHITsRequest, ListHITsResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link ListHITsCommand}.
8
+ */
6
9
  export interface ListHITsCommandInput extends ListHITsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListHITsCommand}.
13
+ */
8
14
  export interface ListHITsCommandOutput extends ListHITsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListHITsForQualificationTypeRequest, ListHITsForQualificationTypeResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link ListHITsForQualificationTypeCommand}.
8
+ */
6
9
  export interface ListHITsForQualificationTypeCommandInput extends ListHITsForQualificationTypeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListHITsForQualificationTypeCommand}.
13
+ */
8
14
  export interface ListHITsForQualificationTypeCommandOutput extends ListHITsForQualificationTypeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListQualificationRequestsRequest, ListQualificationRequestsResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link ListQualificationRequestsCommand}.
8
+ */
6
9
  export interface ListQualificationRequestsCommandInput extends ListQualificationRequestsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListQualificationRequestsCommand}.
13
+ */
8
14
  export interface ListQualificationRequestsCommandOutput extends ListQualificationRequestsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListQualificationTypesRequest, ListQualificationTypesResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link ListQualificationTypesCommand}.
8
+ */
6
9
  export interface ListQualificationTypesCommandInput extends ListQualificationTypesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListQualificationTypesCommand}.
13
+ */
8
14
  export interface ListQualificationTypesCommandOutput extends ListQualificationTypesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListReviewPolicyResultsForHITRequest, ListReviewPolicyResultsForHITResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link ListReviewPolicyResultsForHITCommand}.
8
+ */
6
9
  export interface ListReviewPolicyResultsForHITCommandInput extends ListReviewPolicyResultsForHITRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListReviewPolicyResultsForHITCommand}.
13
+ */
8
14
  export interface ListReviewPolicyResultsForHITCommandOutput extends ListReviewPolicyResultsForHITResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListReviewableHITsRequest, ListReviewableHITsResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link ListReviewableHITsCommand}.
8
+ */
6
9
  export interface ListReviewableHITsCommandInput extends ListReviewableHITsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListReviewableHITsCommand}.
13
+ */
8
14
  export interface ListReviewableHITsCommandOutput extends ListReviewableHITsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListWorkerBlocksRequest, ListWorkerBlocksResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link ListWorkerBlocksCommand}.
8
+ */
6
9
  export interface ListWorkerBlocksCommandInput extends ListWorkerBlocksRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListWorkerBlocksCommand}.
13
+ */
8
14
  export interface ListWorkerBlocksCommandOutput extends ListWorkerBlocksResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListWorkersWithQualificationTypeRequest, ListWorkersWithQualificationTypeResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link ListWorkersWithQualificationTypeCommand}.
8
+ */
6
9
  export interface ListWorkersWithQualificationTypeCommandInput extends ListWorkersWithQualificationTypeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListWorkersWithQualificationTypeCommand}.
13
+ */
8
14
  export interface ListWorkersWithQualificationTypeCommandOutput extends ListWorkersWithQualificationTypeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { NotifyWorkersRequest, NotifyWorkersResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link NotifyWorkersCommand}.
8
+ */
6
9
  export interface NotifyWorkersCommandInput extends NotifyWorkersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link NotifyWorkersCommand}.
13
+ */
8
14
  export interface NotifyWorkersCommandOutput extends NotifyWorkersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RejectAssignmentRequest, RejectAssignmentResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link RejectAssignmentCommand}.
8
+ */
6
9
  export interface RejectAssignmentCommandInput extends RejectAssignmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RejectAssignmentCommand}.
13
+ */
8
14
  export interface RejectAssignmentCommandOutput extends RejectAssignmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RejectQualificationRequestRequest, RejectQualificationRequestResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link RejectQualificationRequestCommand}.
8
+ */
6
9
  export interface RejectQualificationRequestCommandInput extends RejectQualificationRequestRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RejectQualificationRequestCommand}.
13
+ */
8
14
  export interface RejectQualificationRequestCommandOutput extends RejectQualificationRequestResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SendBonusRequest, SendBonusResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link SendBonusCommand}.
8
+ */
6
9
  export interface SendBonusCommandInput extends SendBonusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SendBonusCommand}.
13
+ */
8
14
  export interface SendBonusCommandOutput extends SendBonusResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SendTestEventNotificationRequest, SendTestEventNotificationResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link SendTestEventNotificationCommand}.
8
+ */
6
9
  export interface SendTestEventNotificationCommandInput extends SendTestEventNotificationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SendTestEventNotificationCommand}.
13
+ */
8
14
  export interface SendTestEventNotificationCommandOutput extends SendTestEventNotificationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateExpirationForHITRequest, UpdateExpirationForHITResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link UpdateExpirationForHITCommand}.
8
+ */
6
9
  export interface UpdateExpirationForHITCommandInput extends UpdateExpirationForHITRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateExpirationForHITCommand}.
13
+ */
8
14
  export interface UpdateExpirationForHITCommandOutput extends UpdateExpirationForHITResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateHITReviewStatusRequest, UpdateHITReviewStatusResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link UpdateHITReviewStatusCommand}.
8
+ */
6
9
  export interface UpdateHITReviewStatusCommandInput extends UpdateHITReviewStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateHITReviewStatusCommand}.
13
+ */
8
14
  export interface UpdateHITReviewStatusCommandOutput extends UpdateHITReviewStatusResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateHITTypeOfHITRequest, UpdateHITTypeOfHITResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link UpdateHITTypeOfHITCommand}.
8
+ */
6
9
  export interface UpdateHITTypeOfHITCommandInput extends UpdateHITTypeOfHITRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateHITTypeOfHITCommand}.
13
+ */
8
14
  export interface UpdateHITTypeOfHITCommandOutput extends UpdateHITTypeOfHITResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateNotificationSettingsRequest, UpdateNotificationSettingsResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link UpdateNotificationSettingsCommand}.
8
+ */
6
9
  export interface UpdateNotificationSettingsCommandInput extends UpdateNotificationSettingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateNotificationSettingsCommand}.
13
+ */
8
14
  export interface UpdateNotificationSettingsCommandOutput extends UpdateNotificationSettingsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateQualificationTypeRequest, UpdateQualificationTypeResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * The input for {@link UpdateQualificationTypeCommand}.
8
+ */
6
9
  export interface UpdateQualificationTypeCommandInput extends UpdateQualificationTypeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateQualificationTypeCommand}.
13
+ */
8
14
  export interface UpdateQualificationTypeCommandOutput extends UpdateQualificationTypeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mturk",
3
3
  "description": "AWS SDK for JavaScript Mturk Client for Node.js, Browser and React Native",
4
- "version": "3.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",