@aws-sdk/client-mturk 3.170.0 → 3.171.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/MTurk.d.ts +0 -39
- package/dist-types/ts3.4/MTurkClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetHITCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/MTurkServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -328
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-mturk
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-mturk
|
|
@@ -156,7 +156,6 @@ import {
|
|
|
156
156
|
UpdateQualificationTypeCommandOutput,
|
|
157
157
|
} from "./commands/UpdateQualificationTypeCommand";
|
|
158
158
|
import { MTurkClient } from "./MTurkClient";
|
|
159
|
-
|
|
160
159
|
export declare class MTurk extends MTurkClient {
|
|
161
160
|
acceptQualificationRequest(
|
|
162
161
|
args: AcceptQualificationRequestCommandInput,
|
|
@@ -171,7 +170,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
171
170
|
options: __HttpHandlerOptions,
|
|
172
171
|
cb: (err: any, data?: AcceptQualificationRequestCommandOutput) => void
|
|
173
172
|
): void;
|
|
174
|
-
|
|
175
173
|
approveAssignment(
|
|
176
174
|
args: ApproveAssignmentCommandInput,
|
|
177
175
|
options?: __HttpHandlerOptions
|
|
@@ -185,7 +183,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
185
183
|
options: __HttpHandlerOptions,
|
|
186
184
|
cb: (err: any, data?: ApproveAssignmentCommandOutput) => void
|
|
187
185
|
): void;
|
|
188
|
-
|
|
189
186
|
associateQualificationWithWorker(
|
|
190
187
|
args: AssociateQualificationWithWorkerCommandInput,
|
|
191
188
|
options?: __HttpHandlerOptions
|
|
@@ -199,7 +196,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
199
196
|
options: __HttpHandlerOptions,
|
|
200
197
|
cb: (err: any, data?: AssociateQualificationWithWorkerCommandOutput) => void
|
|
201
198
|
): void;
|
|
202
|
-
|
|
203
199
|
createAdditionalAssignmentsForHIT(
|
|
204
200
|
args: CreateAdditionalAssignmentsForHITCommandInput,
|
|
205
201
|
options?: __HttpHandlerOptions
|
|
@@ -219,7 +215,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
219
215
|
data?: CreateAdditionalAssignmentsForHITCommandOutput
|
|
220
216
|
) => void
|
|
221
217
|
): void;
|
|
222
|
-
|
|
223
218
|
createHIT(
|
|
224
219
|
args: CreateHITCommandInput,
|
|
225
220
|
options?: __HttpHandlerOptions
|
|
@@ -233,7 +228,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
233
228
|
options: __HttpHandlerOptions,
|
|
234
229
|
cb: (err: any, data?: CreateHITCommandOutput) => void
|
|
235
230
|
): void;
|
|
236
|
-
|
|
237
231
|
createHITType(
|
|
238
232
|
args: CreateHITTypeCommandInput,
|
|
239
233
|
options?: __HttpHandlerOptions
|
|
@@ -247,7 +241,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
247
241
|
options: __HttpHandlerOptions,
|
|
248
242
|
cb: (err: any, data?: CreateHITTypeCommandOutput) => void
|
|
249
243
|
): void;
|
|
250
|
-
|
|
251
244
|
createHITWithHITType(
|
|
252
245
|
args: CreateHITWithHITTypeCommandInput,
|
|
253
246
|
options?: __HttpHandlerOptions
|
|
@@ -261,7 +254,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
261
254
|
options: __HttpHandlerOptions,
|
|
262
255
|
cb: (err: any, data?: CreateHITWithHITTypeCommandOutput) => void
|
|
263
256
|
): void;
|
|
264
|
-
|
|
265
257
|
createQualificationType(
|
|
266
258
|
args: CreateQualificationTypeCommandInput,
|
|
267
259
|
options?: __HttpHandlerOptions
|
|
@@ -275,7 +267,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
275
267
|
options: __HttpHandlerOptions,
|
|
276
268
|
cb: (err: any, data?: CreateQualificationTypeCommandOutput) => void
|
|
277
269
|
): void;
|
|
278
|
-
|
|
279
270
|
createWorkerBlock(
|
|
280
271
|
args: CreateWorkerBlockCommandInput,
|
|
281
272
|
options?: __HttpHandlerOptions
|
|
@@ -289,7 +280,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
289
280
|
options: __HttpHandlerOptions,
|
|
290
281
|
cb: (err: any, data?: CreateWorkerBlockCommandOutput) => void
|
|
291
282
|
): void;
|
|
292
|
-
|
|
293
283
|
deleteHIT(
|
|
294
284
|
args: DeleteHITCommandInput,
|
|
295
285
|
options?: __HttpHandlerOptions
|
|
@@ -303,7 +293,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
303
293
|
options: __HttpHandlerOptions,
|
|
304
294
|
cb: (err: any, data?: DeleteHITCommandOutput) => void
|
|
305
295
|
): void;
|
|
306
|
-
|
|
307
296
|
deleteQualificationType(
|
|
308
297
|
args: DeleteQualificationTypeCommandInput,
|
|
309
298
|
options?: __HttpHandlerOptions
|
|
@@ -317,7 +306,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
317
306
|
options: __HttpHandlerOptions,
|
|
318
307
|
cb: (err: any, data?: DeleteQualificationTypeCommandOutput) => void
|
|
319
308
|
): void;
|
|
320
|
-
|
|
321
309
|
deleteWorkerBlock(
|
|
322
310
|
args: DeleteWorkerBlockCommandInput,
|
|
323
311
|
options?: __HttpHandlerOptions
|
|
@@ -331,7 +319,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
331
319
|
options: __HttpHandlerOptions,
|
|
332
320
|
cb: (err: any, data?: DeleteWorkerBlockCommandOutput) => void
|
|
333
321
|
): void;
|
|
334
|
-
|
|
335
322
|
disassociateQualificationFromWorker(
|
|
336
323
|
args: DisassociateQualificationFromWorkerCommandInput,
|
|
337
324
|
options?: __HttpHandlerOptions
|
|
@@ -351,7 +338,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
351
338
|
data?: DisassociateQualificationFromWorkerCommandOutput
|
|
352
339
|
) => void
|
|
353
340
|
): void;
|
|
354
|
-
|
|
355
341
|
getAccountBalance(
|
|
356
342
|
args: GetAccountBalanceCommandInput,
|
|
357
343
|
options?: __HttpHandlerOptions
|
|
@@ -365,7 +351,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
365
351
|
options: __HttpHandlerOptions,
|
|
366
352
|
cb: (err: any, data?: GetAccountBalanceCommandOutput) => void
|
|
367
353
|
): void;
|
|
368
|
-
|
|
369
354
|
getAssignment(
|
|
370
355
|
args: GetAssignmentCommandInput,
|
|
371
356
|
options?: __HttpHandlerOptions
|
|
@@ -379,7 +364,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
379
364
|
options: __HttpHandlerOptions,
|
|
380
365
|
cb: (err: any, data?: GetAssignmentCommandOutput) => void
|
|
381
366
|
): void;
|
|
382
|
-
|
|
383
367
|
getFileUploadURL(
|
|
384
368
|
args: GetFileUploadURLCommandInput,
|
|
385
369
|
options?: __HttpHandlerOptions
|
|
@@ -393,7 +377,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
393
377
|
options: __HttpHandlerOptions,
|
|
394
378
|
cb: (err: any, data?: GetFileUploadURLCommandOutput) => void
|
|
395
379
|
): void;
|
|
396
|
-
|
|
397
380
|
getHIT(
|
|
398
381
|
args: GetHITCommandInput,
|
|
399
382
|
options?: __HttpHandlerOptions
|
|
@@ -407,7 +390,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
407
390
|
options: __HttpHandlerOptions,
|
|
408
391
|
cb: (err: any, data?: GetHITCommandOutput) => void
|
|
409
392
|
): void;
|
|
410
|
-
|
|
411
393
|
getQualificationScore(
|
|
412
394
|
args: GetQualificationScoreCommandInput,
|
|
413
395
|
options?: __HttpHandlerOptions
|
|
@@ -421,7 +403,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
421
403
|
options: __HttpHandlerOptions,
|
|
422
404
|
cb: (err: any, data?: GetQualificationScoreCommandOutput) => void
|
|
423
405
|
): void;
|
|
424
|
-
|
|
425
406
|
getQualificationType(
|
|
426
407
|
args: GetQualificationTypeCommandInput,
|
|
427
408
|
options?: __HttpHandlerOptions
|
|
@@ -435,7 +416,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
435
416
|
options: __HttpHandlerOptions,
|
|
436
417
|
cb: (err: any, data?: GetQualificationTypeCommandOutput) => void
|
|
437
418
|
): void;
|
|
438
|
-
|
|
439
419
|
listAssignmentsForHIT(
|
|
440
420
|
args: ListAssignmentsForHITCommandInput,
|
|
441
421
|
options?: __HttpHandlerOptions
|
|
@@ -449,7 +429,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
449
429
|
options: __HttpHandlerOptions,
|
|
450
430
|
cb: (err: any, data?: ListAssignmentsForHITCommandOutput) => void
|
|
451
431
|
): void;
|
|
452
|
-
|
|
453
432
|
listBonusPayments(
|
|
454
433
|
args: ListBonusPaymentsCommandInput,
|
|
455
434
|
options?: __HttpHandlerOptions
|
|
@@ -463,7 +442,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
463
442
|
options: __HttpHandlerOptions,
|
|
464
443
|
cb: (err: any, data?: ListBonusPaymentsCommandOutput) => void
|
|
465
444
|
): void;
|
|
466
|
-
|
|
467
445
|
listHITs(
|
|
468
446
|
args: ListHITsCommandInput,
|
|
469
447
|
options?: __HttpHandlerOptions
|
|
@@ -477,7 +455,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
477
455
|
options: __HttpHandlerOptions,
|
|
478
456
|
cb: (err: any, data?: ListHITsCommandOutput) => void
|
|
479
457
|
): void;
|
|
480
|
-
|
|
481
458
|
listHITsForQualificationType(
|
|
482
459
|
args: ListHITsForQualificationTypeCommandInput,
|
|
483
460
|
options?: __HttpHandlerOptions
|
|
@@ -491,7 +468,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
491
468
|
options: __HttpHandlerOptions,
|
|
492
469
|
cb: (err: any, data?: ListHITsForQualificationTypeCommandOutput) => void
|
|
493
470
|
): void;
|
|
494
|
-
|
|
495
471
|
listQualificationRequests(
|
|
496
472
|
args: ListQualificationRequestsCommandInput,
|
|
497
473
|
options?: __HttpHandlerOptions
|
|
@@ -505,7 +481,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
505
481
|
options: __HttpHandlerOptions,
|
|
506
482
|
cb: (err: any, data?: ListQualificationRequestsCommandOutput) => void
|
|
507
483
|
): void;
|
|
508
|
-
|
|
509
484
|
listQualificationTypes(
|
|
510
485
|
args: ListQualificationTypesCommandInput,
|
|
511
486
|
options?: __HttpHandlerOptions
|
|
@@ -519,7 +494,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
519
494
|
options: __HttpHandlerOptions,
|
|
520
495
|
cb: (err: any, data?: ListQualificationTypesCommandOutput) => void
|
|
521
496
|
): void;
|
|
522
|
-
|
|
523
497
|
listReviewableHITs(
|
|
524
498
|
args: ListReviewableHITsCommandInput,
|
|
525
499
|
options?: __HttpHandlerOptions
|
|
@@ -533,7 +507,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
533
507
|
options: __HttpHandlerOptions,
|
|
534
508
|
cb: (err: any, data?: ListReviewableHITsCommandOutput) => void
|
|
535
509
|
): void;
|
|
536
|
-
|
|
537
510
|
listReviewPolicyResultsForHIT(
|
|
538
511
|
args: ListReviewPolicyResultsForHITCommandInput,
|
|
539
512
|
options?: __HttpHandlerOptions
|
|
@@ -547,7 +520,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
547
520
|
options: __HttpHandlerOptions,
|
|
548
521
|
cb: (err: any, data?: ListReviewPolicyResultsForHITCommandOutput) => void
|
|
549
522
|
): void;
|
|
550
|
-
|
|
551
523
|
listWorkerBlocks(
|
|
552
524
|
args: ListWorkerBlocksCommandInput,
|
|
553
525
|
options?: __HttpHandlerOptions
|
|
@@ -561,7 +533,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
561
533
|
options: __HttpHandlerOptions,
|
|
562
534
|
cb: (err: any, data?: ListWorkerBlocksCommandOutput) => void
|
|
563
535
|
): void;
|
|
564
|
-
|
|
565
536
|
listWorkersWithQualificationType(
|
|
566
537
|
args: ListWorkersWithQualificationTypeCommandInput,
|
|
567
538
|
options?: __HttpHandlerOptions
|
|
@@ -575,7 +546,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
575
546
|
options: __HttpHandlerOptions,
|
|
576
547
|
cb: (err: any, data?: ListWorkersWithQualificationTypeCommandOutput) => void
|
|
577
548
|
): void;
|
|
578
|
-
|
|
579
549
|
notifyWorkers(
|
|
580
550
|
args: NotifyWorkersCommandInput,
|
|
581
551
|
options?: __HttpHandlerOptions
|
|
@@ -589,7 +559,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
589
559
|
options: __HttpHandlerOptions,
|
|
590
560
|
cb: (err: any, data?: NotifyWorkersCommandOutput) => void
|
|
591
561
|
): void;
|
|
592
|
-
|
|
593
562
|
rejectAssignment(
|
|
594
563
|
args: RejectAssignmentCommandInput,
|
|
595
564
|
options?: __HttpHandlerOptions
|
|
@@ -603,7 +572,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
603
572
|
options: __HttpHandlerOptions,
|
|
604
573
|
cb: (err: any, data?: RejectAssignmentCommandOutput) => void
|
|
605
574
|
): void;
|
|
606
|
-
|
|
607
575
|
rejectQualificationRequest(
|
|
608
576
|
args: RejectQualificationRequestCommandInput,
|
|
609
577
|
options?: __HttpHandlerOptions
|
|
@@ -617,7 +585,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
617
585
|
options: __HttpHandlerOptions,
|
|
618
586
|
cb: (err: any, data?: RejectQualificationRequestCommandOutput) => void
|
|
619
587
|
): void;
|
|
620
|
-
|
|
621
588
|
sendBonus(
|
|
622
589
|
args: SendBonusCommandInput,
|
|
623
590
|
options?: __HttpHandlerOptions
|
|
@@ -631,7 +598,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
631
598
|
options: __HttpHandlerOptions,
|
|
632
599
|
cb: (err: any, data?: SendBonusCommandOutput) => void
|
|
633
600
|
): void;
|
|
634
|
-
|
|
635
601
|
sendTestEventNotification(
|
|
636
602
|
args: SendTestEventNotificationCommandInput,
|
|
637
603
|
options?: __HttpHandlerOptions
|
|
@@ -645,7 +611,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
645
611
|
options: __HttpHandlerOptions,
|
|
646
612
|
cb: (err: any, data?: SendTestEventNotificationCommandOutput) => void
|
|
647
613
|
): void;
|
|
648
|
-
|
|
649
614
|
updateExpirationForHIT(
|
|
650
615
|
args: UpdateExpirationForHITCommandInput,
|
|
651
616
|
options?: __HttpHandlerOptions
|
|
@@ -659,7 +624,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
659
624
|
options: __HttpHandlerOptions,
|
|
660
625
|
cb: (err: any, data?: UpdateExpirationForHITCommandOutput) => void
|
|
661
626
|
): void;
|
|
662
|
-
|
|
663
627
|
updateHITReviewStatus(
|
|
664
628
|
args: UpdateHITReviewStatusCommandInput,
|
|
665
629
|
options?: __HttpHandlerOptions
|
|
@@ -673,7 +637,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
673
637
|
options: __HttpHandlerOptions,
|
|
674
638
|
cb: (err: any, data?: UpdateHITReviewStatusCommandOutput) => void
|
|
675
639
|
): void;
|
|
676
|
-
|
|
677
640
|
updateHITTypeOfHIT(
|
|
678
641
|
args: UpdateHITTypeOfHITCommandInput,
|
|
679
642
|
options?: __HttpHandlerOptions
|
|
@@ -687,7 +650,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
687
650
|
options: __HttpHandlerOptions,
|
|
688
651
|
cb: (err: any, data?: UpdateHITTypeOfHITCommandOutput) => void
|
|
689
652
|
): void;
|
|
690
|
-
|
|
691
653
|
updateNotificationSettings(
|
|
692
654
|
args: UpdateNotificationSettingsCommandInput,
|
|
693
655
|
options?: __HttpHandlerOptions
|
|
@@ -701,7 +663,6 @@ export declare class MTurk extends MTurkClient {
|
|
|
701
663
|
options: __HttpHandlerOptions,
|
|
702
664
|
cb: (err: any, data?: UpdateNotificationSettingsCommandOutput) => void
|
|
703
665
|
): void;
|
|
704
|
-
|
|
705
666
|
updateQualificationType(
|
|
706
667
|
args: UpdateQualificationTypeCommandInput,
|
|
707
668
|
options?: __HttpHandlerOptions
|
|
@@ -281,47 +281,26 @@ export declare type ServiceOutputTypes =
|
|
|
281
281
|
export interface ClientDefaults
|
|
282
282
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
283
283
|
requestHandler?: __HttpHandler;
|
|
284
|
-
|
|
285
284
|
sha256?: __HashConstructor;
|
|
286
|
-
|
|
287
285
|
urlParser?: __UrlParser;
|
|
288
|
-
|
|
289
286
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
290
|
-
|
|
291
287
|
streamCollector?: __StreamCollector;
|
|
292
|
-
|
|
293
288
|
base64Decoder?: __Decoder;
|
|
294
|
-
|
|
295
289
|
base64Encoder?: __Encoder;
|
|
296
|
-
|
|
297
290
|
utf8Decoder?: __Decoder;
|
|
298
|
-
|
|
299
291
|
utf8Encoder?: __Encoder;
|
|
300
|
-
|
|
301
292
|
runtime?: string;
|
|
302
|
-
|
|
303
293
|
disableHostPrefix?: boolean;
|
|
304
|
-
|
|
305
294
|
maxAttempts?: number | __Provider<number>;
|
|
306
|
-
|
|
307
295
|
retryMode?: string | __Provider<string>;
|
|
308
|
-
|
|
309
296
|
logger?: __Logger;
|
|
310
|
-
|
|
311
297
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
312
|
-
|
|
313
298
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
314
|
-
|
|
315
299
|
serviceId?: string;
|
|
316
|
-
|
|
317
300
|
region?: string | __Provider<string>;
|
|
318
|
-
|
|
319
301
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
320
|
-
|
|
321
302
|
regionInfoProvider?: RegionInfoProvider;
|
|
322
|
-
|
|
323
303
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
324
|
-
|
|
325
304
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
326
305
|
}
|
|
327
306
|
declare type MTurkClientConfigType = Partial<
|
|
@@ -334,7 +313,6 @@ declare type MTurkClientConfigType = Partial<
|
|
|
334
313
|
HostHeaderInputConfig &
|
|
335
314
|
AwsAuthInputConfig &
|
|
336
315
|
UserAgentInputConfig;
|
|
337
|
-
|
|
338
316
|
export interface MTurkClientConfig extends MTurkClientConfigType {}
|
|
339
317
|
declare type MTurkClientResolvedConfigType =
|
|
340
318
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -345,10 +323,8 @@ declare type MTurkClientResolvedConfigType =
|
|
|
345
323
|
HostHeaderResolvedConfig &
|
|
346
324
|
AwsAuthResolvedConfig &
|
|
347
325
|
UserAgentResolvedConfig;
|
|
348
|
-
|
|
349
326
|
export interface MTurkClientResolvedConfig
|
|
350
327
|
extends MTurkClientResolvedConfigType {}
|
|
351
|
-
|
|
352
328
|
export declare class MTurkClient extends __Client<
|
|
353
329
|
__HttpHandlerOptions,
|
|
354
330
|
ServiceInputTypes,
|
|
@@ -357,7 +333,6 @@ export declare class MTurkClient extends __Client<
|
|
|
357
333
|
> {
|
|
358
334
|
readonly config: MTurkClientResolvedConfig;
|
|
359
335
|
constructor(configuration: MTurkClientConfig);
|
|
360
|
-
|
|
361
336
|
destroy(): void;
|
|
362
337
|
}
|
|
363
338
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AcceptQualificationRequestCommandInput
|
|
|
19
19
|
export interface AcceptQualificationRequestCommandOutput
|
|
20
20
|
extends AcceptQualificationRequestResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AcceptQualificationRequestCommand extends $Command<
|
|
24
23
|
AcceptQualificationRequestCommandInput,
|
|
25
24
|
AcceptQualificationRequestCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AcceptQualificationRequestCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AcceptQualificationRequestCommandInput;
|
|
29
28
|
constructor(input: AcceptQualificationRequestCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ApproveAssignmentCommandInput
|
|
|
19
19
|
export interface ApproveAssignmentCommandOutput
|
|
20
20
|
extends ApproveAssignmentResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ApproveAssignmentCommand extends $Command<
|
|
24
23
|
ApproveAssignmentCommandInput,
|
|
25
24
|
ApproveAssignmentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ApproveAssignmentCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ApproveAssignmentCommandInput;
|
|
29
28
|
constructor(input: ApproveAssignmentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AssociateQualificationWithWorkerCommandInput
|
|
|
19
19
|
export interface AssociateQualificationWithWorkerCommandOutput
|
|
20
20
|
extends AssociateQualificationWithWorkerResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateQualificationWithWorkerCommand extends $Command<
|
|
24
23
|
AssociateQualificationWithWorkerCommandInput,
|
|
25
24
|
AssociateQualificationWithWorkerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateQualificationWithWorkerCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateQualificationWithWorkerCommandInput;
|
|
29
28
|
constructor(input: AssociateQualificationWithWorkerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateAdditionalAssignmentsForHITCommandInput
|
|
|
19
19
|
export interface CreateAdditionalAssignmentsForHITCommandOutput
|
|
20
20
|
extends CreateAdditionalAssignmentsForHITResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateAdditionalAssignmentsForHITCommand extends $Command<
|
|
24
23
|
CreateAdditionalAssignmentsForHITCommandInput,
|
|
25
24
|
CreateAdditionalAssignmentsForHITCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateAdditionalAssignmentsForHITCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateAdditionalAssignmentsForHITCommandInput;
|
|
29
28
|
constructor(input: CreateAdditionalAssignmentsForHITCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateHITCommandInput extends CreateHITRequest {}
|
|
|
15
15
|
export interface CreateHITCommandOutput
|
|
16
16
|
extends CreateHITResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateHITCommand extends $Command<
|
|
20
19
|
CreateHITCommandInput,
|
|
21
20
|
CreateHITCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateHITCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateHITCommandInput;
|
|
25
24
|
constructor(input: CreateHITCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateHITTypeCommandInput extends CreateHITTypeRequest {}
|
|
|
18
18
|
export interface CreateHITTypeCommandOutput
|
|
19
19
|
extends CreateHITTypeResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateHITTypeCommand extends $Command<
|
|
23
22
|
CreateHITTypeCommandInput,
|
|
24
23
|
CreateHITTypeCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateHITTypeCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateHITTypeCommandInput;
|
|
28
27
|
constructor(input: CreateHITTypeCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateHITWithHITTypeCommandInput
|
|
|
19
19
|
export interface CreateHITWithHITTypeCommandOutput
|
|
20
20
|
extends CreateHITWithHITTypeResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateHITWithHITTypeCommand extends $Command<
|
|
24
23
|
CreateHITWithHITTypeCommandInput,
|
|
25
24
|
CreateHITWithHITTypeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateHITWithHITTypeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateHITWithHITTypeCommandInput;
|
|
29
28
|
constructor(input: CreateHITWithHITTypeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateQualificationTypeCommandInput
|
|
|
19
19
|
export interface CreateQualificationTypeCommandOutput
|
|
20
20
|
extends CreateQualificationTypeResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateQualificationTypeCommand extends $Command<
|
|
24
23
|
CreateQualificationTypeCommandInput,
|
|
25
24
|
CreateQualificationTypeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateQualificationTypeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateQualificationTypeCommandInput;
|
|
29
28
|
constructor(input: CreateQualificationTypeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateWorkerBlockCommandInput
|
|
|
19
19
|
export interface CreateWorkerBlockCommandOutput
|
|
20
20
|
extends CreateWorkerBlockResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateWorkerBlockCommand extends $Command<
|
|
24
23
|
CreateWorkerBlockCommandInput,
|
|
25
24
|
CreateWorkerBlockCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateWorkerBlockCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateWorkerBlockCommandInput;
|
|
29
28
|
constructor(input: CreateWorkerBlockCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteHITCommandInput extends DeleteHITRequest {}
|
|
|
15
15
|
export interface DeleteHITCommandOutput
|
|
16
16
|
extends DeleteHITResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteHITCommand extends $Command<
|
|
20
19
|
DeleteHITCommandInput,
|
|
21
20
|
DeleteHITCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteHITCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteHITCommandInput;
|
|
25
24
|
constructor(input: DeleteHITCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteQualificationTypeCommandInput
|
|
|
19
19
|
export interface DeleteQualificationTypeCommandOutput
|
|
20
20
|
extends DeleteQualificationTypeResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteQualificationTypeCommand extends $Command<
|
|
24
23
|
DeleteQualificationTypeCommandInput,
|
|
25
24
|
DeleteQualificationTypeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteQualificationTypeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteQualificationTypeCommandInput;
|
|
29
28
|
constructor(input: DeleteQualificationTypeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteWorkerBlockCommandInput
|
|
|
19
19
|
export interface DeleteWorkerBlockCommandOutput
|
|
20
20
|
extends DeleteWorkerBlockResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteWorkerBlockCommand extends $Command<
|
|
24
23
|
DeleteWorkerBlockCommandInput,
|
|
25
24
|
DeleteWorkerBlockCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteWorkerBlockCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteWorkerBlockCommandInput;
|
|
29
28
|
constructor(input: DeleteWorkerBlockCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateQualificationFromWorkerCommandInput
|
|
|
19
19
|
export interface DisassociateQualificationFromWorkerCommandOutput
|
|
20
20
|
extends DisassociateQualificationFromWorkerResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateQualificationFromWorkerCommand extends $Command<
|
|
24
23
|
DisassociateQualificationFromWorkerCommandInput,
|
|
25
24
|
DisassociateQualificationFromWorkerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateQualificationFromWorkerCommand extends $Command
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateQualificationFromWorkerCommandInput;
|
|
29
28
|
constructor(input: DisassociateQualificationFromWorkerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetAccountBalanceCommandInput
|
|
|
19
19
|
export interface GetAccountBalanceCommandOutput
|
|
20
20
|
extends GetAccountBalanceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetAccountBalanceCommand extends $Command<
|
|
24
23
|
GetAccountBalanceCommandInput,
|
|
25
24
|
GetAccountBalanceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetAccountBalanceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetAccountBalanceCommandInput;
|
|
29
28
|
constructor(input: GetAccountBalanceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetAssignmentCommandInput extends GetAssignmentRequest {}
|
|
|
18
18
|
export interface GetAssignmentCommandOutput
|
|
19
19
|
extends GetAssignmentResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetAssignmentCommand extends $Command<
|
|
23
22
|
GetAssignmentCommandInput,
|
|
24
23
|
GetAssignmentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetAssignmentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetAssignmentCommandInput;
|
|
28
27
|
constructor(input: GetAssignmentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetFileUploadURLCommandInput extends GetFileUploadURLRequest {}
|
|
|
18
18
|
export interface GetFileUploadURLCommandOutput
|
|
19
19
|
extends GetFileUploadURLResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetFileUploadURLCommand extends $Command<
|
|
23
22
|
GetFileUploadURLCommandInput,
|
|
24
23
|
GetFileUploadURLCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetFileUploadURLCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetFileUploadURLCommandInput;
|
|
28
27
|
constructor(input: GetFileUploadURLCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../MTurkClient";
|
|
14
14
|
export interface GetHITCommandInput extends GetHITRequest {}
|
|
15
15
|
export interface GetHITCommandOutput extends GetHITResponse, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class GetHITCommand extends $Command<
|
|
18
17
|
GetHITCommandInput,
|
|
19
18
|
GetHITCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class GetHITCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: GetHITCommandInput;
|
|
23
22
|
constructor(input: GetHITCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: MTurkClientResolvedConfig,
|