@aws-sdk/client-mturk 3.169.0 → 3.170.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 +718 -200
- package/dist-types/ts3.4/MTurkClient.d.ts +363 -112
- package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetHITCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +39 -39
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/MTurkServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1164 -1082
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAssignmentsForHITPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBonusPaymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHITsForQualificationTypePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHITsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQualificationRequestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQualificationTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReviewPolicyResultsForHITPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReviewableHITsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkerBlocksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkersWithQualificationTypePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +11 -11
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +473 -119
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,1082 +1,1164 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { MTurkServiceException as __BaseException } from "./MTurkServiceException";
|
|
3
|
-
export interface AcceptQualificationRequestRequest {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
}
|
|
267
|
-
export interface
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
}
|
|
291
|
-
export interface
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
}
|
|
414
|
-
export
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
export interface
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
}
|
|
446
|
-
export interface
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
}
|
|
452
|
-
export interface
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
}
|
|
460
|
-
export interface
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
export interface
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
}
|
|
493
|
-
export interface
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
}
|
|
535
|
-
export interface
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
export
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
export
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
export interface
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
}
|
|
702
|
-
export interface
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
}
|
|
746
|
-
export interface
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
export declare const
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
export declare const
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
export declare const
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
export declare const
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
export declare const
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
export declare const
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
export declare const
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
export declare const
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
export declare const
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
export declare const
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
export declare const
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
export declare const
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
export declare const
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
export declare const
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
export declare const
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
export declare const
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
export declare const
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
export declare const
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
export declare const
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
export declare const
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
export declare const
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
export declare const
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
export declare const
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
export declare const
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
export declare const
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
export declare const
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
export declare const ListHITsRequestFilterSensitiveLog: (
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
export declare const
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
export declare const
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
export declare const
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
export declare const
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
export declare const
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
export declare const
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
export declare const
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
export declare const
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
export declare const
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
export declare const
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
export declare const
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
export declare const
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
export declare const
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
export declare const
|
|
1055
|
-
|
|
1056
|
-
export declare const
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
export declare const
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
export declare const
|
|
1065
|
-
|
|
1066
|
-
export declare const
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
export declare const
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
export declare const
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
export declare const
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
export declare const
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { MTurkServiceException as __BaseException } from "./MTurkServiceException";
|
|
3
|
+
export interface AcceptQualificationRequestRequest {
|
|
4
|
+
QualificationRequestId: string | undefined;
|
|
5
|
+
|
|
6
|
+
IntegerValue?: number;
|
|
7
|
+
}
|
|
8
|
+
export interface AcceptQualificationRequestResponse {}
|
|
9
|
+
|
|
10
|
+
export declare class RequestError extends __BaseException {
|
|
11
|
+
readonly name: "RequestError";
|
|
12
|
+
readonly $fault: "client";
|
|
13
|
+
Message?: string;
|
|
14
|
+
TurkErrorCode?: string;
|
|
15
|
+
|
|
16
|
+
constructor(opts: __ExceptionOptionType<RequestError, __BaseException>);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export declare class ServiceFault extends __BaseException {
|
|
20
|
+
readonly name: "ServiceFault";
|
|
21
|
+
readonly $fault: "server";
|
|
22
|
+
Message?: string;
|
|
23
|
+
TurkErrorCode?: string;
|
|
24
|
+
|
|
25
|
+
constructor(opts: __ExceptionOptionType<ServiceFault, __BaseException>);
|
|
26
|
+
}
|
|
27
|
+
export interface ApproveAssignmentRequest {
|
|
28
|
+
AssignmentId: string | undefined;
|
|
29
|
+
|
|
30
|
+
RequesterFeedback?: string;
|
|
31
|
+
|
|
32
|
+
OverrideRejection?: boolean;
|
|
33
|
+
}
|
|
34
|
+
export interface ApproveAssignmentResponse {}
|
|
35
|
+
export declare enum AssignmentStatus {
|
|
36
|
+
Approved = "Approved",
|
|
37
|
+
Rejected = "Rejected",
|
|
38
|
+
Submitted = "Submitted",
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export interface Assignment {
|
|
42
|
+
AssignmentId?: string;
|
|
43
|
+
|
|
44
|
+
WorkerId?: string;
|
|
45
|
+
|
|
46
|
+
HITId?: string;
|
|
47
|
+
|
|
48
|
+
AssignmentStatus?: AssignmentStatus | string;
|
|
49
|
+
|
|
50
|
+
AutoApprovalTime?: Date;
|
|
51
|
+
|
|
52
|
+
AcceptTime?: Date;
|
|
53
|
+
|
|
54
|
+
SubmitTime?: Date;
|
|
55
|
+
|
|
56
|
+
ApprovalTime?: Date;
|
|
57
|
+
|
|
58
|
+
RejectionTime?: Date;
|
|
59
|
+
|
|
60
|
+
Deadline?: Date;
|
|
61
|
+
|
|
62
|
+
Answer?: string;
|
|
63
|
+
|
|
64
|
+
RequesterFeedback?: string;
|
|
65
|
+
}
|
|
66
|
+
export interface AssociateQualificationWithWorkerRequest {
|
|
67
|
+
QualificationTypeId: string | undefined;
|
|
68
|
+
|
|
69
|
+
WorkerId: string | undefined;
|
|
70
|
+
|
|
71
|
+
IntegerValue?: number;
|
|
72
|
+
|
|
73
|
+
SendNotification?: boolean;
|
|
74
|
+
}
|
|
75
|
+
export interface AssociateQualificationWithWorkerResponse {}
|
|
76
|
+
|
|
77
|
+
export interface BonusPayment {
|
|
78
|
+
WorkerId?: string;
|
|
79
|
+
|
|
80
|
+
BonusAmount?: string;
|
|
81
|
+
|
|
82
|
+
AssignmentId?: string;
|
|
83
|
+
|
|
84
|
+
Reason?: string;
|
|
85
|
+
|
|
86
|
+
GrantTime?: Date;
|
|
87
|
+
}
|
|
88
|
+
export declare enum Comparator {
|
|
89
|
+
DoesNotExist = "DoesNotExist",
|
|
90
|
+
EqualTo = "EqualTo",
|
|
91
|
+
Exists = "Exists",
|
|
92
|
+
GreaterThan = "GreaterThan",
|
|
93
|
+
GreaterThanOrEqualTo = "GreaterThanOrEqualTo",
|
|
94
|
+
In = "In",
|
|
95
|
+
LessThan = "LessThan",
|
|
96
|
+
LessThanOrEqualTo = "LessThanOrEqualTo",
|
|
97
|
+
NotEqualTo = "NotEqualTo",
|
|
98
|
+
NotIn = "NotIn",
|
|
99
|
+
}
|
|
100
|
+
export interface CreateAdditionalAssignmentsForHITRequest {
|
|
101
|
+
HITId: string | undefined;
|
|
102
|
+
|
|
103
|
+
NumberOfAdditionalAssignments: number | undefined;
|
|
104
|
+
|
|
105
|
+
UniqueRequestToken?: string;
|
|
106
|
+
}
|
|
107
|
+
export interface CreateAdditionalAssignmentsForHITResponse {}
|
|
108
|
+
|
|
109
|
+
export interface ParameterMapEntry {
|
|
110
|
+
Key?: string;
|
|
111
|
+
|
|
112
|
+
Values?: string[];
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
export interface PolicyParameter {
|
|
116
|
+
Key?: string;
|
|
117
|
+
|
|
118
|
+
Values?: string[];
|
|
119
|
+
|
|
120
|
+
MapEntries?: ParameterMapEntry[];
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
export interface ReviewPolicy {
|
|
124
|
+
PolicyName: string | undefined;
|
|
125
|
+
|
|
126
|
+
Parameters?: PolicyParameter[];
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
export interface HITLayoutParameter {
|
|
130
|
+
Name: string | undefined;
|
|
131
|
+
|
|
132
|
+
Value: string | undefined;
|
|
133
|
+
}
|
|
134
|
+
export declare enum HITAccessActions {
|
|
135
|
+
Accept = "Accept",
|
|
136
|
+
DiscoverPreviewAndAccept = "DiscoverPreviewAndAccept",
|
|
137
|
+
PreviewAndAccept = "PreviewAndAccept",
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
export interface Locale {
|
|
141
|
+
Country: string | undefined;
|
|
142
|
+
|
|
143
|
+
Subdivision?: string;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
export interface QualificationRequirement {
|
|
147
|
+
QualificationTypeId: string | undefined;
|
|
148
|
+
|
|
149
|
+
Comparator: Comparator | string | undefined;
|
|
150
|
+
|
|
151
|
+
IntegerValues?: number[];
|
|
152
|
+
|
|
153
|
+
LocaleValues?: Locale[];
|
|
154
|
+
|
|
155
|
+
RequiredToPreview?: boolean;
|
|
156
|
+
|
|
157
|
+
ActionsGuarded?: HITAccessActions | string;
|
|
158
|
+
}
|
|
159
|
+
export interface CreateHITRequest {
|
|
160
|
+
MaxAssignments?: number;
|
|
161
|
+
|
|
162
|
+
AutoApprovalDelayInSeconds?: number;
|
|
163
|
+
|
|
164
|
+
LifetimeInSeconds: number | undefined;
|
|
165
|
+
|
|
166
|
+
AssignmentDurationInSeconds: number | undefined;
|
|
167
|
+
|
|
168
|
+
Reward: string | undefined;
|
|
169
|
+
|
|
170
|
+
Title: string | undefined;
|
|
171
|
+
|
|
172
|
+
Keywords?: string;
|
|
173
|
+
|
|
174
|
+
Description: string | undefined;
|
|
175
|
+
|
|
176
|
+
Question?: string;
|
|
177
|
+
|
|
178
|
+
RequesterAnnotation?: string;
|
|
179
|
+
|
|
180
|
+
QualificationRequirements?: QualificationRequirement[];
|
|
181
|
+
|
|
182
|
+
UniqueRequestToken?: string;
|
|
183
|
+
|
|
184
|
+
AssignmentReviewPolicy?: ReviewPolicy;
|
|
185
|
+
|
|
186
|
+
HITReviewPolicy?: ReviewPolicy;
|
|
187
|
+
|
|
188
|
+
HITLayoutId?: string;
|
|
189
|
+
|
|
190
|
+
HITLayoutParameters?: HITLayoutParameter[];
|
|
191
|
+
}
|
|
192
|
+
export declare enum HITReviewStatus {
|
|
193
|
+
MarkedForReview = "MarkedForReview",
|
|
194
|
+
NotReviewed = "NotReviewed",
|
|
195
|
+
ReviewedAppropriate = "ReviewedAppropriate",
|
|
196
|
+
ReviewedInappropriate = "ReviewedInappropriate",
|
|
197
|
+
}
|
|
198
|
+
export declare enum HITStatus {
|
|
199
|
+
Assignable = "Assignable",
|
|
200
|
+
Disposed = "Disposed",
|
|
201
|
+
Reviewable = "Reviewable",
|
|
202
|
+
Reviewing = "Reviewing",
|
|
203
|
+
Unassignable = "Unassignable",
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
export interface HIT {
|
|
207
|
+
HITId?: string;
|
|
208
|
+
|
|
209
|
+
HITTypeId?: string;
|
|
210
|
+
|
|
211
|
+
HITGroupId?: string;
|
|
212
|
+
|
|
213
|
+
HITLayoutId?: string;
|
|
214
|
+
|
|
215
|
+
CreationTime?: Date;
|
|
216
|
+
|
|
217
|
+
Title?: string;
|
|
218
|
+
|
|
219
|
+
Description?: string;
|
|
220
|
+
|
|
221
|
+
Question?: string;
|
|
222
|
+
|
|
223
|
+
Keywords?: string;
|
|
224
|
+
|
|
225
|
+
HITStatus?: HITStatus | string;
|
|
226
|
+
|
|
227
|
+
MaxAssignments?: number;
|
|
228
|
+
|
|
229
|
+
Reward?: string;
|
|
230
|
+
|
|
231
|
+
AutoApprovalDelayInSeconds?: number;
|
|
232
|
+
|
|
233
|
+
Expiration?: Date;
|
|
234
|
+
|
|
235
|
+
AssignmentDurationInSeconds?: number;
|
|
236
|
+
|
|
237
|
+
RequesterAnnotation?: string;
|
|
238
|
+
|
|
239
|
+
QualificationRequirements?: QualificationRequirement[];
|
|
240
|
+
|
|
241
|
+
HITReviewStatus?: HITReviewStatus | string;
|
|
242
|
+
|
|
243
|
+
NumberOfAssignmentsPending?: number;
|
|
244
|
+
|
|
245
|
+
NumberOfAssignmentsAvailable?: number;
|
|
246
|
+
|
|
247
|
+
NumberOfAssignmentsCompleted?: number;
|
|
248
|
+
}
|
|
249
|
+
export interface CreateHITResponse {
|
|
250
|
+
HIT?: HIT;
|
|
251
|
+
}
|
|
252
|
+
export interface CreateHITTypeRequest {
|
|
253
|
+
AutoApprovalDelayInSeconds?: number;
|
|
254
|
+
|
|
255
|
+
AssignmentDurationInSeconds: number | undefined;
|
|
256
|
+
|
|
257
|
+
Reward: string | undefined;
|
|
258
|
+
|
|
259
|
+
Title: string | undefined;
|
|
260
|
+
|
|
261
|
+
Keywords?: string;
|
|
262
|
+
|
|
263
|
+
Description: string | undefined;
|
|
264
|
+
|
|
265
|
+
QualificationRequirements?: QualificationRequirement[];
|
|
266
|
+
}
|
|
267
|
+
export interface CreateHITTypeResponse {
|
|
268
|
+
HITTypeId?: string;
|
|
269
|
+
}
|
|
270
|
+
export interface CreateHITWithHITTypeRequest {
|
|
271
|
+
HITTypeId: string | undefined;
|
|
272
|
+
|
|
273
|
+
MaxAssignments?: number;
|
|
274
|
+
|
|
275
|
+
LifetimeInSeconds: number | undefined;
|
|
276
|
+
|
|
277
|
+
Question?: string;
|
|
278
|
+
|
|
279
|
+
RequesterAnnotation?: string;
|
|
280
|
+
|
|
281
|
+
UniqueRequestToken?: string;
|
|
282
|
+
|
|
283
|
+
AssignmentReviewPolicy?: ReviewPolicy;
|
|
284
|
+
|
|
285
|
+
HITReviewPolicy?: ReviewPolicy;
|
|
286
|
+
|
|
287
|
+
HITLayoutId?: string;
|
|
288
|
+
|
|
289
|
+
HITLayoutParameters?: HITLayoutParameter[];
|
|
290
|
+
}
|
|
291
|
+
export interface CreateHITWithHITTypeResponse {
|
|
292
|
+
HIT?: HIT;
|
|
293
|
+
}
|
|
294
|
+
export declare enum QualificationTypeStatus {
|
|
295
|
+
Active = "Active",
|
|
296
|
+
Inactive = "Inactive",
|
|
297
|
+
}
|
|
298
|
+
export interface CreateQualificationTypeRequest {
|
|
299
|
+
Name: string | undefined;
|
|
300
|
+
|
|
301
|
+
Keywords?: string;
|
|
302
|
+
|
|
303
|
+
Description: string | undefined;
|
|
304
|
+
|
|
305
|
+
QualificationTypeStatus: QualificationTypeStatus | string | undefined;
|
|
306
|
+
|
|
307
|
+
RetryDelayInSeconds?: number;
|
|
308
|
+
|
|
309
|
+
Test?: string;
|
|
310
|
+
|
|
311
|
+
AnswerKey?: string;
|
|
312
|
+
|
|
313
|
+
TestDurationInSeconds?: number;
|
|
314
|
+
|
|
315
|
+
AutoGranted?: boolean;
|
|
316
|
+
|
|
317
|
+
AutoGrantedValue?: number;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
export interface QualificationType {
|
|
321
|
+
QualificationTypeId?: string;
|
|
322
|
+
|
|
323
|
+
CreationTime?: Date;
|
|
324
|
+
|
|
325
|
+
Name?: string;
|
|
326
|
+
|
|
327
|
+
Description?: string;
|
|
328
|
+
|
|
329
|
+
Keywords?: string;
|
|
330
|
+
|
|
331
|
+
QualificationTypeStatus?: QualificationTypeStatus | string;
|
|
332
|
+
|
|
333
|
+
Test?: string;
|
|
334
|
+
|
|
335
|
+
TestDurationInSeconds?: number;
|
|
336
|
+
|
|
337
|
+
AnswerKey?: string;
|
|
338
|
+
|
|
339
|
+
RetryDelayInSeconds?: number;
|
|
340
|
+
|
|
341
|
+
IsRequestable?: boolean;
|
|
342
|
+
|
|
343
|
+
AutoGranted?: boolean;
|
|
344
|
+
|
|
345
|
+
AutoGrantedValue?: number;
|
|
346
|
+
}
|
|
347
|
+
export interface CreateQualificationTypeResponse {
|
|
348
|
+
QualificationType?: QualificationType;
|
|
349
|
+
}
|
|
350
|
+
export interface CreateWorkerBlockRequest {
|
|
351
|
+
WorkerId: string | undefined;
|
|
352
|
+
|
|
353
|
+
Reason: string | undefined;
|
|
354
|
+
}
|
|
355
|
+
export interface CreateWorkerBlockResponse {}
|
|
356
|
+
export interface DeleteHITRequest {
|
|
357
|
+
HITId: string | undefined;
|
|
358
|
+
}
|
|
359
|
+
export interface DeleteHITResponse {}
|
|
360
|
+
export interface DeleteQualificationTypeRequest {
|
|
361
|
+
QualificationTypeId: string | undefined;
|
|
362
|
+
}
|
|
363
|
+
export interface DeleteQualificationTypeResponse {}
|
|
364
|
+
export interface DeleteWorkerBlockRequest {
|
|
365
|
+
WorkerId: string | undefined;
|
|
366
|
+
|
|
367
|
+
Reason?: string;
|
|
368
|
+
}
|
|
369
|
+
export interface DeleteWorkerBlockResponse {}
|
|
370
|
+
export interface DisassociateQualificationFromWorkerRequest {
|
|
371
|
+
WorkerId: string | undefined;
|
|
372
|
+
|
|
373
|
+
QualificationTypeId: string | undefined;
|
|
374
|
+
|
|
375
|
+
Reason?: string;
|
|
376
|
+
}
|
|
377
|
+
export interface DisassociateQualificationFromWorkerResponse {}
|
|
378
|
+
export declare enum EventType {
|
|
379
|
+
AssignmentAbandoned = "AssignmentAbandoned",
|
|
380
|
+
AssignmentAccepted = "AssignmentAccepted",
|
|
381
|
+
AssignmentApproved = "AssignmentApproved",
|
|
382
|
+
AssignmentRejected = "AssignmentRejected",
|
|
383
|
+
AssignmentReturned = "AssignmentReturned",
|
|
384
|
+
AssignmentSubmitted = "AssignmentSubmitted",
|
|
385
|
+
HITCreated = "HITCreated",
|
|
386
|
+
HITDisposed = "HITDisposed",
|
|
387
|
+
HITExpired = "HITExpired",
|
|
388
|
+
HITExtended = "HITExtended",
|
|
389
|
+
HITReviewable = "HITReviewable",
|
|
390
|
+
Ping = "Ping",
|
|
391
|
+
}
|
|
392
|
+
export interface GetAccountBalanceRequest {}
|
|
393
|
+
export interface GetAccountBalanceResponse {
|
|
394
|
+
AvailableBalance?: string;
|
|
395
|
+
|
|
396
|
+
OnHoldBalance?: string;
|
|
397
|
+
}
|
|
398
|
+
export interface GetAssignmentRequest {
|
|
399
|
+
AssignmentId: string | undefined;
|
|
400
|
+
}
|
|
401
|
+
export interface GetAssignmentResponse {
|
|
402
|
+
Assignment?: Assignment;
|
|
403
|
+
|
|
404
|
+
HIT?: HIT;
|
|
405
|
+
}
|
|
406
|
+
export interface GetFileUploadURLRequest {
|
|
407
|
+
AssignmentId: string | undefined;
|
|
408
|
+
|
|
409
|
+
QuestionIdentifier: string | undefined;
|
|
410
|
+
}
|
|
411
|
+
export interface GetFileUploadURLResponse {
|
|
412
|
+
FileUploadURL?: string;
|
|
413
|
+
}
|
|
414
|
+
export interface GetHITRequest {
|
|
415
|
+
HITId: string | undefined;
|
|
416
|
+
}
|
|
417
|
+
export interface GetHITResponse {
|
|
418
|
+
HIT?: HIT;
|
|
419
|
+
}
|
|
420
|
+
export interface GetQualificationScoreRequest {
|
|
421
|
+
QualificationTypeId: string | undefined;
|
|
422
|
+
|
|
423
|
+
WorkerId: string | undefined;
|
|
424
|
+
}
|
|
425
|
+
export declare enum QualificationStatus {
|
|
426
|
+
Granted = "Granted",
|
|
427
|
+
Revoked = "Revoked",
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
export interface Qualification {
|
|
431
|
+
QualificationTypeId?: string;
|
|
432
|
+
|
|
433
|
+
WorkerId?: string;
|
|
434
|
+
|
|
435
|
+
GrantTime?: Date;
|
|
436
|
+
|
|
437
|
+
IntegerValue?: number;
|
|
438
|
+
|
|
439
|
+
LocaleValue?: Locale;
|
|
440
|
+
|
|
441
|
+
Status?: QualificationStatus | string;
|
|
442
|
+
}
|
|
443
|
+
export interface GetQualificationScoreResponse {
|
|
444
|
+
Qualification?: Qualification;
|
|
445
|
+
}
|
|
446
|
+
export interface GetQualificationTypeRequest {
|
|
447
|
+
QualificationTypeId: string | undefined;
|
|
448
|
+
}
|
|
449
|
+
export interface GetQualificationTypeResponse {
|
|
450
|
+
QualificationType?: QualificationType;
|
|
451
|
+
}
|
|
452
|
+
export interface ListAssignmentsForHITRequest {
|
|
453
|
+
HITId: string | undefined;
|
|
454
|
+
|
|
455
|
+
NextToken?: string;
|
|
456
|
+
MaxResults?: number;
|
|
457
|
+
|
|
458
|
+
AssignmentStatuses?: (AssignmentStatus | string)[];
|
|
459
|
+
}
|
|
460
|
+
export interface ListAssignmentsForHITResponse {
|
|
461
|
+
NextToken?: string;
|
|
462
|
+
|
|
463
|
+
NumResults?: number;
|
|
464
|
+
|
|
465
|
+
Assignments?: Assignment[];
|
|
466
|
+
}
|
|
467
|
+
export interface ListBonusPaymentsRequest {
|
|
468
|
+
HITId?: string;
|
|
469
|
+
|
|
470
|
+
AssignmentId?: string;
|
|
471
|
+
|
|
472
|
+
NextToken?: string;
|
|
473
|
+
MaxResults?: number;
|
|
474
|
+
}
|
|
475
|
+
export interface ListBonusPaymentsResponse {
|
|
476
|
+
NumResults?: number;
|
|
477
|
+
|
|
478
|
+
NextToken?: string;
|
|
479
|
+
|
|
480
|
+
BonusPayments?: BonusPayment[];
|
|
481
|
+
}
|
|
482
|
+
export interface ListHITsRequest {
|
|
483
|
+
NextToken?: string;
|
|
484
|
+
MaxResults?: number;
|
|
485
|
+
}
|
|
486
|
+
export interface ListHITsResponse {
|
|
487
|
+
NextToken?: string;
|
|
488
|
+
|
|
489
|
+
NumResults?: number;
|
|
490
|
+
|
|
491
|
+
HITs?: HIT[];
|
|
492
|
+
}
|
|
493
|
+
export interface ListHITsForQualificationTypeRequest {
|
|
494
|
+
QualificationTypeId: string | undefined;
|
|
495
|
+
|
|
496
|
+
NextToken?: string;
|
|
497
|
+
|
|
498
|
+
MaxResults?: number;
|
|
499
|
+
}
|
|
500
|
+
export interface ListHITsForQualificationTypeResponse {
|
|
501
|
+
NextToken?: string;
|
|
502
|
+
|
|
503
|
+
NumResults?: number;
|
|
504
|
+
|
|
505
|
+
HITs?: HIT[];
|
|
506
|
+
}
|
|
507
|
+
export interface ListQualificationRequestsRequest {
|
|
508
|
+
QualificationTypeId?: string;
|
|
509
|
+
|
|
510
|
+
NextToken?: string;
|
|
511
|
+
|
|
512
|
+
MaxResults?: number;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
export interface QualificationRequest {
|
|
516
|
+
QualificationRequestId?: string;
|
|
517
|
+
|
|
518
|
+
QualificationTypeId?: string;
|
|
519
|
+
|
|
520
|
+
WorkerId?: string;
|
|
521
|
+
|
|
522
|
+
Test?: string;
|
|
523
|
+
|
|
524
|
+
Answer?: string;
|
|
525
|
+
|
|
526
|
+
SubmitTime?: Date;
|
|
527
|
+
}
|
|
528
|
+
export interface ListQualificationRequestsResponse {
|
|
529
|
+
NumResults?: number;
|
|
530
|
+
|
|
531
|
+
NextToken?: string;
|
|
532
|
+
|
|
533
|
+
QualificationRequests?: QualificationRequest[];
|
|
534
|
+
}
|
|
535
|
+
export interface ListQualificationTypesRequest {
|
|
536
|
+
Query?: string;
|
|
537
|
+
|
|
538
|
+
MustBeRequestable: boolean | undefined;
|
|
539
|
+
|
|
540
|
+
MustBeOwnedByCaller?: boolean;
|
|
541
|
+
|
|
542
|
+
NextToken?: string;
|
|
543
|
+
|
|
544
|
+
MaxResults?: number;
|
|
545
|
+
}
|
|
546
|
+
export interface ListQualificationTypesResponse {
|
|
547
|
+
NumResults?: number;
|
|
548
|
+
|
|
549
|
+
NextToken?: string;
|
|
550
|
+
|
|
551
|
+
QualificationTypes?: QualificationType[];
|
|
552
|
+
}
|
|
553
|
+
export declare enum ReviewableHITStatus {
|
|
554
|
+
Reviewable = "Reviewable",
|
|
555
|
+
Reviewing = "Reviewing",
|
|
556
|
+
}
|
|
557
|
+
export interface ListReviewableHITsRequest {
|
|
558
|
+
HITTypeId?: string;
|
|
559
|
+
|
|
560
|
+
Status?: ReviewableHITStatus | string;
|
|
561
|
+
|
|
562
|
+
NextToken?: string;
|
|
563
|
+
|
|
564
|
+
MaxResults?: number;
|
|
565
|
+
}
|
|
566
|
+
export interface ListReviewableHITsResponse {
|
|
567
|
+
NextToken?: string;
|
|
568
|
+
|
|
569
|
+
NumResults?: number;
|
|
570
|
+
|
|
571
|
+
HITs?: HIT[];
|
|
572
|
+
}
|
|
573
|
+
export declare enum ReviewPolicyLevel {
|
|
574
|
+
Assignment = "Assignment",
|
|
575
|
+
HIT = "HIT",
|
|
576
|
+
}
|
|
577
|
+
export interface ListReviewPolicyResultsForHITRequest {
|
|
578
|
+
HITId: string | undefined;
|
|
579
|
+
|
|
580
|
+
PolicyLevels?: (ReviewPolicyLevel | string)[];
|
|
581
|
+
|
|
582
|
+
RetrieveActions?: boolean;
|
|
583
|
+
|
|
584
|
+
RetrieveResults?: boolean;
|
|
585
|
+
|
|
586
|
+
NextToken?: string;
|
|
587
|
+
|
|
588
|
+
MaxResults?: number;
|
|
589
|
+
}
|
|
590
|
+
export declare enum ReviewActionStatus {
|
|
591
|
+
Cancelled = "Cancelled",
|
|
592
|
+
Failed = "Failed",
|
|
593
|
+
Intended = "Intended",
|
|
594
|
+
Succeeded = "Succeeded",
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
export interface ReviewActionDetail {
|
|
598
|
+
ActionId?: string;
|
|
599
|
+
|
|
600
|
+
ActionName?: string;
|
|
601
|
+
|
|
602
|
+
TargetId?: string;
|
|
603
|
+
|
|
604
|
+
TargetType?: string;
|
|
605
|
+
|
|
606
|
+
Status?: ReviewActionStatus | string;
|
|
607
|
+
|
|
608
|
+
CompleteTime?: Date;
|
|
609
|
+
|
|
610
|
+
Result?: string;
|
|
611
|
+
|
|
612
|
+
ErrorCode?: string;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
export interface ReviewResultDetail {
|
|
616
|
+
ActionId?: string;
|
|
617
|
+
|
|
618
|
+
SubjectId?: string;
|
|
619
|
+
|
|
620
|
+
SubjectType?: string;
|
|
621
|
+
|
|
622
|
+
QuestionId?: string;
|
|
623
|
+
|
|
624
|
+
Key?: string;
|
|
625
|
+
|
|
626
|
+
Value?: string;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
export interface ReviewReport {
|
|
630
|
+
ReviewResults?: ReviewResultDetail[];
|
|
631
|
+
|
|
632
|
+
ReviewActions?: ReviewActionDetail[];
|
|
633
|
+
}
|
|
634
|
+
export interface ListReviewPolicyResultsForHITResponse {
|
|
635
|
+
HITId?: string;
|
|
636
|
+
|
|
637
|
+
AssignmentReviewPolicy?: ReviewPolicy;
|
|
638
|
+
|
|
639
|
+
HITReviewPolicy?: ReviewPolicy;
|
|
640
|
+
|
|
641
|
+
AssignmentReviewReport?: ReviewReport;
|
|
642
|
+
|
|
643
|
+
HITReviewReport?: ReviewReport;
|
|
644
|
+
|
|
645
|
+
NextToken?: string;
|
|
646
|
+
}
|
|
647
|
+
export interface ListWorkerBlocksRequest {
|
|
648
|
+
NextToken?: string;
|
|
649
|
+
MaxResults?: number;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
export interface WorkerBlock {
|
|
653
|
+
WorkerId?: string;
|
|
654
|
+
|
|
655
|
+
Reason?: string;
|
|
656
|
+
}
|
|
657
|
+
export interface ListWorkerBlocksResponse {
|
|
658
|
+
NextToken?: string;
|
|
659
|
+
|
|
660
|
+
NumResults?: number;
|
|
661
|
+
|
|
662
|
+
WorkerBlocks?: WorkerBlock[];
|
|
663
|
+
}
|
|
664
|
+
export interface ListWorkersWithQualificationTypeRequest {
|
|
665
|
+
QualificationTypeId: string | undefined;
|
|
666
|
+
|
|
667
|
+
Status?: QualificationStatus | string;
|
|
668
|
+
|
|
669
|
+
NextToken?: string;
|
|
670
|
+
|
|
671
|
+
MaxResults?: number;
|
|
672
|
+
}
|
|
673
|
+
export interface ListWorkersWithQualificationTypeResponse {
|
|
674
|
+
NextToken?: string;
|
|
675
|
+
|
|
676
|
+
NumResults?: number;
|
|
677
|
+
|
|
678
|
+
Qualifications?: Qualification[];
|
|
679
|
+
}
|
|
680
|
+
export interface NotifyWorkersRequest {
|
|
681
|
+
Subject: string | undefined;
|
|
682
|
+
|
|
683
|
+
MessageText: string | undefined;
|
|
684
|
+
|
|
685
|
+
WorkerIds: string[] | undefined;
|
|
686
|
+
}
|
|
687
|
+
export declare enum NotifyWorkersFailureCode {
|
|
688
|
+
HardFailure = "HardFailure",
|
|
689
|
+
SoftFailure = "SoftFailure",
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
export interface NotifyWorkersFailureStatus {
|
|
693
|
+
NotifyWorkersFailureCode?: NotifyWorkersFailureCode | string;
|
|
694
|
+
|
|
695
|
+
NotifyWorkersFailureMessage?: string;
|
|
696
|
+
|
|
697
|
+
WorkerId?: string;
|
|
698
|
+
}
|
|
699
|
+
export interface NotifyWorkersResponse {
|
|
700
|
+
NotifyWorkersFailureStatuses?: NotifyWorkersFailureStatus[];
|
|
701
|
+
}
|
|
702
|
+
export interface RejectAssignmentRequest {
|
|
703
|
+
AssignmentId: string | undefined;
|
|
704
|
+
|
|
705
|
+
RequesterFeedback: string | undefined;
|
|
706
|
+
}
|
|
707
|
+
export interface RejectAssignmentResponse {}
|
|
708
|
+
export interface RejectQualificationRequestRequest {
|
|
709
|
+
QualificationRequestId: string | undefined;
|
|
710
|
+
|
|
711
|
+
Reason?: string;
|
|
712
|
+
}
|
|
713
|
+
export interface RejectQualificationRequestResponse {}
|
|
714
|
+
export interface SendBonusRequest {
|
|
715
|
+
WorkerId: string | undefined;
|
|
716
|
+
|
|
717
|
+
BonusAmount: string | undefined;
|
|
718
|
+
|
|
719
|
+
AssignmentId: string | undefined;
|
|
720
|
+
|
|
721
|
+
Reason: string | undefined;
|
|
722
|
+
|
|
723
|
+
UniqueRequestToken?: string;
|
|
724
|
+
}
|
|
725
|
+
export interface SendBonusResponse {}
|
|
726
|
+
export declare enum NotificationTransport {
|
|
727
|
+
Email = "Email",
|
|
728
|
+
SNS = "SNS",
|
|
729
|
+
SQS = "SQS",
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
export interface NotificationSpecification {
|
|
733
|
+
Destination: string | undefined;
|
|
734
|
+
|
|
735
|
+
Transport: NotificationTransport | string | undefined;
|
|
736
|
+
|
|
737
|
+
Version: string | undefined;
|
|
738
|
+
|
|
739
|
+
EventTypes: (EventType | string)[] | undefined;
|
|
740
|
+
}
|
|
741
|
+
export interface SendTestEventNotificationRequest {
|
|
742
|
+
Notification: NotificationSpecification | undefined;
|
|
743
|
+
|
|
744
|
+
TestEventType: EventType | string | undefined;
|
|
745
|
+
}
|
|
746
|
+
export interface SendTestEventNotificationResponse {}
|
|
747
|
+
export interface UpdateExpirationForHITRequest {
|
|
748
|
+
HITId: string | undefined;
|
|
749
|
+
|
|
750
|
+
ExpireAt: Date | undefined;
|
|
751
|
+
}
|
|
752
|
+
export interface UpdateExpirationForHITResponse {}
|
|
753
|
+
export interface UpdateHITReviewStatusRequest {
|
|
754
|
+
HITId: string | undefined;
|
|
755
|
+
|
|
756
|
+
Revert?: boolean;
|
|
757
|
+
}
|
|
758
|
+
export interface UpdateHITReviewStatusResponse {}
|
|
759
|
+
export interface UpdateHITTypeOfHITRequest {
|
|
760
|
+
HITId: string | undefined;
|
|
761
|
+
|
|
762
|
+
HITTypeId: string | undefined;
|
|
763
|
+
}
|
|
764
|
+
export interface UpdateHITTypeOfHITResponse {}
|
|
765
|
+
export interface UpdateNotificationSettingsRequest {
|
|
766
|
+
HITTypeId: string | undefined;
|
|
767
|
+
|
|
768
|
+
Notification?: NotificationSpecification;
|
|
769
|
+
|
|
770
|
+
Active?: boolean;
|
|
771
|
+
}
|
|
772
|
+
export interface UpdateNotificationSettingsResponse {}
|
|
773
|
+
export interface UpdateQualificationTypeRequest {
|
|
774
|
+
QualificationTypeId: string | undefined;
|
|
775
|
+
|
|
776
|
+
Description?: string;
|
|
777
|
+
|
|
778
|
+
QualificationTypeStatus?: QualificationTypeStatus | string;
|
|
779
|
+
|
|
780
|
+
Test?: string;
|
|
781
|
+
|
|
782
|
+
AnswerKey?: string;
|
|
783
|
+
|
|
784
|
+
TestDurationInSeconds?: number;
|
|
785
|
+
|
|
786
|
+
RetryDelayInSeconds?: number;
|
|
787
|
+
|
|
788
|
+
AutoGranted?: boolean;
|
|
789
|
+
|
|
790
|
+
AutoGrantedValue?: number;
|
|
791
|
+
}
|
|
792
|
+
export interface UpdateQualificationTypeResponse {
|
|
793
|
+
QualificationType?: QualificationType;
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
export declare const AcceptQualificationRequestRequestFilterSensitiveLog: (
|
|
797
|
+
obj: AcceptQualificationRequestRequest
|
|
798
|
+
) => any;
|
|
799
|
+
|
|
800
|
+
export declare const AcceptQualificationRequestResponseFilterSensitiveLog: (
|
|
801
|
+
obj: AcceptQualificationRequestResponse
|
|
802
|
+
) => any;
|
|
803
|
+
|
|
804
|
+
export declare const ApproveAssignmentRequestFilterSensitiveLog: (
|
|
805
|
+
obj: ApproveAssignmentRequest
|
|
806
|
+
) => any;
|
|
807
|
+
|
|
808
|
+
export declare const ApproveAssignmentResponseFilterSensitiveLog: (
|
|
809
|
+
obj: ApproveAssignmentResponse
|
|
810
|
+
) => any;
|
|
811
|
+
|
|
812
|
+
export declare const AssignmentFilterSensitiveLog: (obj: Assignment) => any;
|
|
813
|
+
|
|
814
|
+
export declare const AssociateQualificationWithWorkerRequestFilterSensitiveLog: (
|
|
815
|
+
obj: AssociateQualificationWithWorkerRequest
|
|
816
|
+
) => any;
|
|
817
|
+
|
|
818
|
+
export declare const AssociateQualificationWithWorkerResponseFilterSensitiveLog: (
|
|
819
|
+
obj: AssociateQualificationWithWorkerResponse
|
|
820
|
+
) => any;
|
|
821
|
+
|
|
822
|
+
export declare const BonusPaymentFilterSensitiveLog: (obj: BonusPayment) => any;
|
|
823
|
+
|
|
824
|
+
export declare const CreateAdditionalAssignmentsForHITRequestFilterSensitiveLog: (
|
|
825
|
+
obj: CreateAdditionalAssignmentsForHITRequest
|
|
826
|
+
) => any;
|
|
827
|
+
|
|
828
|
+
export declare const CreateAdditionalAssignmentsForHITResponseFilterSensitiveLog: (
|
|
829
|
+
obj: CreateAdditionalAssignmentsForHITResponse
|
|
830
|
+
) => any;
|
|
831
|
+
|
|
832
|
+
export declare const ParameterMapEntryFilterSensitiveLog: (
|
|
833
|
+
obj: ParameterMapEntry
|
|
834
|
+
) => any;
|
|
835
|
+
|
|
836
|
+
export declare const PolicyParameterFilterSensitiveLog: (
|
|
837
|
+
obj: PolicyParameter
|
|
838
|
+
) => any;
|
|
839
|
+
|
|
840
|
+
export declare const ReviewPolicyFilterSensitiveLog: (obj: ReviewPolicy) => any;
|
|
841
|
+
|
|
842
|
+
export declare const HITLayoutParameterFilterSensitiveLog: (
|
|
843
|
+
obj: HITLayoutParameter
|
|
844
|
+
) => any;
|
|
845
|
+
|
|
846
|
+
export declare const LocaleFilterSensitiveLog: (obj: Locale) => any;
|
|
847
|
+
|
|
848
|
+
export declare const QualificationRequirementFilterSensitiveLog: (
|
|
849
|
+
obj: QualificationRequirement
|
|
850
|
+
) => any;
|
|
851
|
+
|
|
852
|
+
export declare const CreateHITRequestFilterSensitiveLog: (
|
|
853
|
+
obj: CreateHITRequest
|
|
854
|
+
) => any;
|
|
855
|
+
|
|
856
|
+
export declare const HITFilterSensitiveLog: (obj: HIT) => any;
|
|
857
|
+
|
|
858
|
+
export declare const CreateHITResponseFilterSensitiveLog: (
|
|
859
|
+
obj: CreateHITResponse
|
|
860
|
+
) => any;
|
|
861
|
+
|
|
862
|
+
export declare const CreateHITTypeRequestFilterSensitiveLog: (
|
|
863
|
+
obj: CreateHITTypeRequest
|
|
864
|
+
) => any;
|
|
865
|
+
|
|
866
|
+
export declare const CreateHITTypeResponseFilterSensitiveLog: (
|
|
867
|
+
obj: CreateHITTypeResponse
|
|
868
|
+
) => any;
|
|
869
|
+
|
|
870
|
+
export declare const CreateHITWithHITTypeRequestFilterSensitiveLog: (
|
|
871
|
+
obj: CreateHITWithHITTypeRequest
|
|
872
|
+
) => any;
|
|
873
|
+
|
|
874
|
+
export declare const CreateHITWithHITTypeResponseFilterSensitiveLog: (
|
|
875
|
+
obj: CreateHITWithHITTypeResponse
|
|
876
|
+
) => any;
|
|
877
|
+
|
|
878
|
+
export declare const CreateQualificationTypeRequestFilterSensitiveLog: (
|
|
879
|
+
obj: CreateQualificationTypeRequest
|
|
880
|
+
) => any;
|
|
881
|
+
|
|
882
|
+
export declare const QualificationTypeFilterSensitiveLog: (
|
|
883
|
+
obj: QualificationType
|
|
884
|
+
) => any;
|
|
885
|
+
|
|
886
|
+
export declare const CreateQualificationTypeResponseFilterSensitiveLog: (
|
|
887
|
+
obj: CreateQualificationTypeResponse
|
|
888
|
+
) => any;
|
|
889
|
+
|
|
890
|
+
export declare const CreateWorkerBlockRequestFilterSensitiveLog: (
|
|
891
|
+
obj: CreateWorkerBlockRequest
|
|
892
|
+
) => any;
|
|
893
|
+
|
|
894
|
+
export declare const CreateWorkerBlockResponseFilterSensitiveLog: (
|
|
895
|
+
obj: CreateWorkerBlockResponse
|
|
896
|
+
) => any;
|
|
897
|
+
|
|
898
|
+
export declare const DeleteHITRequestFilterSensitiveLog: (
|
|
899
|
+
obj: DeleteHITRequest
|
|
900
|
+
) => any;
|
|
901
|
+
|
|
902
|
+
export declare const DeleteHITResponseFilterSensitiveLog: (
|
|
903
|
+
obj: DeleteHITResponse
|
|
904
|
+
) => any;
|
|
905
|
+
|
|
906
|
+
export declare const DeleteQualificationTypeRequestFilterSensitiveLog: (
|
|
907
|
+
obj: DeleteQualificationTypeRequest
|
|
908
|
+
) => any;
|
|
909
|
+
|
|
910
|
+
export declare const DeleteQualificationTypeResponseFilterSensitiveLog: (
|
|
911
|
+
obj: DeleteQualificationTypeResponse
|
|
912
|
+
) => any;
|
|
913
|
+
|
|
914
|
+
export declare const DeleteWorkerBlockRequestFilterSensitiveLog: (
|
|
915
|
+
obj: DeleteWorkerBlockRequest
|
|
916
|
+
) => any;
|
|
917
|
+
|
|
918
|
+
export declare const DeleteWorkerBlockResponseFilterSensitiveLog: (
|
|
919
|
+
obj: DeleteWorkerBlockResponse
|
|
920
|
+
) => any;
|
|
921
|
+
|
|
922
|
+
export declare const DisassociateQualificationFromWorkerRequestFilterSensitiveLog: (
|
|
923
|
+
obj: DisassociateQualificationFromWorkerRequest
|
|
924
|
+
) => any;
|
|
925
|
+
|
|
926
|
+
export declare const DisassociateQualificationFromWorkerResponseFilterSensitiveLog: (
|
|
927
|
+
obj: DisassociateQualificationFromWorkerResponse
|
|
928
|
+
) => any;
|
|
929
|
+
|
|
930
|
+
export declare const GetAccountBalanceRequestFilterSensitiveLog: (
|
|
931
|
+
obj: GetAccountBalanceRequest
|
|
932
|
+
) => any;
|
|
933
|
+
|
|
934
|
+
export declare const GetAccountBalanceResponseFilterSensitiveLog: (
|
|
935
|
+
obj: GetAccountBalanceResponse
|
|
936
|
+
) => any;
|
|
937
|
+
|
|
938
|
+
export declare const GetAssignmentRequestFilterSensitiveLog: (
|
|
939
|
+
obj: GetAssignmentRequest
|
|
940
|
+
) => any;
|
|
941
|
+
|
|
942
|
+
export declare const GetAssignmentResponseFilterSensitiveLog: (
|
|
943
|
+
obj: GetAssignmentResponse
|
|
944
|
+
) => any;
|
|
945
|
+
|
|
946
|
+
export declare const GetFileUploadURLRequestFilterSensitiveLog: (
|
|
947
|
+
obj: GetFileUploadURLRequest
|
|
948
|
+
) => any;
|
|
949
|
+
|
|
950
|
+
export declare const GetFileUploadURLResponseFilterSensitiveLog: (
|
|
951
|
+
obj: GetFileUploadURLResponse
|
|
952
|
+
) => any;
|
|
953
|
+
|
|
954
|
+
export declare const GetHITRequestFilterSensitiveLog: (
|
|
955
|
+
obj: GetHITRequest
|
|
956
|
+
) => any;
|
|
957
|
+
|
|
958
|
+
export declare const GetHITResponseFilterSensitiveLog: (
|
|
959
|
+
obj: GetHITResponse
|
|
960
|
+
) => any;
|
|
961
|
+
|
|
962
|
+
export declare const GetQualificationScoreRequestFilterSensitiveLog: (
|
|
963
|
+
obj: GetQualificationScoreRequest
|
|
964
|
+
) => any;
|
|
965
|
+
|
|
966
|
+
export declare const QualificationFilterSensitiveLog: (
|
|
967
|
+
obj: Qualification
|
|
968
|
+
) => any;
|
|
969
|
+
|
|
970
|
+
export declare const GetQualificationScoreResponseFilterSensitiveLog: (
|
|
971
|
+
obj: GetQualificationScoreResponse
|
|
972
|
+
) => any;
|
|
973
|
+
|
|
974
|
+
export declare const GetQualificationTypeRequestFilterSensitiveLog: (
|
|
975
|
+
obj: GetQualificationTypeRequest
|
|
976
|
+
) => any;
|
|
977
|
+
|
|
978
|
+
export declare const GetQualificationTypeResponseFilterSensitiveLog: (
|
|
979
|
+
obj: GetQualificationTypeResponse
|
|
980
|
+
) => any;
|
|
981
|
+
|
|
982
|
+
export declare const ListAssignmentsForHITRequestFilterSensitiveLog: (
|
|
983
|
+
obj: ListAssignmentsForHITRequest
|
|
984
|
+
) => any;
|
|
985
|
+
|
|
986
|
+
export declare const ListAssignmentsForHITResponseFilterSensitiveLog: (
|
|
987
|
+
obj: ListAssignmentsForHITResponse
|
|
988
|
+
) => any;
|
|
989
|
+
|
|
990
|
+
export declare const ListBonusPaymentsRequestFilterSensitiveLog: (
|
|
991
|
+
obj: ListBonusPaymentsRequest
|
|
992
|
+
) => any;
|
|
993
|
+
|
|
994
|
+
export declare const ListBonusPaymentsResponseFilterSensitiveLog: (
|
|
995
|
+
obj: ListBonusPaymentsResponse
|
|
996
|
+
) => any;
|
|
997
|
+
|
|
998
|
+
export declare const ListHITsRequestFilterSensitiveLog: (
|
|
999
|
+
obj: ListHITsRequest
|
|
1000
|
+
) => any;
|
|
1001
|
+
|
|
1002
|
+
export declare const ListHITsResponseFilterSensitiveLog: (
|
|
1003
|
+
obj: ListHITsResponse
|
|
1004
|
+
) => any;
|
|
1005
|
+
|
|
1006
|
+
export declare const ListHITsForQualificationTypeRequestFilterSensitiveLog: (
|
|
1007
|
+
obj: ListHITsForQualificationTypeRequest
|
|
1008
|
+
) => any;
|
|
1009
|
+
|
|
1010
|
+
export declare const ListHITsForQualificationTypeResponseFilterSensitiveLog: (
|
|
1011
|
+
obj: ListHITsForQualificationTypeResponse
|
|
1012
|
+
) => any;
|
|
1013
|
+
|
|
1014
|
+
export declare const ListQualificationRequestsRequestFilterSensitiveLog: (
|
|
1015
|
+
obj: ListQualificationRequestsRequest
|
|
1016
|
+
) => any;
|
|
1017
|
+
|
|
1018
|
+
export declare const QualificationRequestFilterSensitiveLog: (
|
|
1019
|
+
obj: QualificationRequest
|
|
1020
|
+
) => any;
|
|
1021
|
+
|
|
1022
|
+
export declare const ListQualificationRequestsResponseFilterSensitiveLog: (
|
|
1023
|
+
obj: ListQualificationRequestsResponse
|
|
1024
|
+
) => any;
|
|
1025
|
+
|
|
1026
|
+
export declare const ListQualificationTypesRequestFilterSensitiveLog: (
|
|
1027
|
+
obj: ListQualificationTypesRequest
|
|
1028
|
+
) => any;
|
|
1029
|
+
|
|
1030
|
+
export declare const ListQualificationTypesResponseFilterSensitiveLog: (
|
|
1031
|
+
obj: ListQualificationTypesResponse
|
|
1032
|
+
) => any;
|
|
1033
|
+
|
|
1034
|
+
export declare const ListReviewableHITsRequestFilterSensitiveLog: (
|
|
1035
|
+
obj: ListReviewableHITsRequest
|
|
1036
|
+
) => any;
|
|
1037
|
+
|
|
1038
|
+
export declare const ListReviewableHITsResponseFilterSensitiveLog: (
|
|
1039
|
+
obj: ListReviewableHITsResponse
|
|
1040
|
+
) => any;
|
|
1041
|
+
|
|
1042
|
+
export declare const ListReviewPolicyResultsForHITRequestFilterSensitiveLog: (
|
|
1043
|
+
obj: ListReviewPolicyResultsForHITRequest
|
|
1044
|
+
) => any;
|
|
1045
|
+
|
|
1046
|
+
export declare const ReviewActionDetailFilterSensitiveLog: (
|
|
1047
|
+
obj: ReviewActionDetail
|
|
1048
|
+
) => any;
|
|
1049
|
+
|
|
1050
|
+
export declare const ReviewResultDetailFilterSensitiveLog: (
|
|
1051
|
+
obj: ReviewResultDetail
|
|
1052
|
+
) => any;
|
|
1053
|
+
|
|
1054
|
+
export declare const ReviewReportFilterSensitiveLog: (obj: ReviewReport) => any;
|
|
1055
|
+
|
|
1056
|
+
export declare const ListReviewPolicyResultsForHITResponseFilterSensitiveLog: (
|
|
1057
|
+
obj: ListReviewPolicyResultsForHITResponse
|
|
1058
|
+
) => any;
|
|
1059
|
+
|
|
1060
|
+
export declare const ListWorkerBlocksRequestFilterSensitiveLog: (
|
|
1061
|
+
obj: ListWorkerBlocksRequest
|
|
1062
|
+
) => any;
|
|
1063
|
+
|
|
1064
|
+
export declare const WorkerBlockFilterSensitiveLog: (obj: WorkerBlock) => any;
|
|
1065
|
+
|
|
1066
|
+
export declare const ListWorkerBlocksResponseFilterSensitiveLog: (
|
|
1067
|
+
obj: ListWorkerBlocksResponse
|
|
1068
|
+
) => any;
|
|
1069
|
+
|
|
1070
|
+
export declare const ListWorkersWithQualificationTypeRequestFilterSensitiveLog: (
|
|
1071
|
+
obj: ListWorkersWithQualificationTypeRequest
|
|
1072
|
+
) => any;
|
|
1073
|
+
|
|
1074
|
+
export declare const ListWorkersWithQualificationTypeResponseFilterSensitiveLog: (
|
|
1075
|
+
obj: ListWorkersWithQualificationTypeResponse
|
|
1076
|
+
) => any;
|
|
1077
|
+
|
|
1078
|
+
export declare const NotifyWorkersRequestFilterSensitiveLog: (
|
|
1079
|
+
obj: NotifyWorkersRequest
|
|
1080
|
+
) => any;
|
|
1081
|
+
|
|
1082
|
+
export declare const NotifyWorkersFailureStatusFilterSensitiveLog: (
|
|
1083
|
+
obj: NotifyWorkersFailureStatus
|
|
1084
|
+
) => any;
|
|
1085
|
+
|
|
1086
|
+
export declare const NotifyWorkersResponseFilterSensitiveLog: (
|
|
1087
|
+
obj: NotifyWorkersResponse
|
|
1088
|
+
) => any;
|
|
1089
|
+
|
|
1090
|
+
export declare const RejectAssignmentRequestFilterSensitiveLog: (
|
|
1091
|
+
obj: RejectAssignmentRequest
|
|
1092
|
+
) => any;
|
|
1093
|
+
|
|
1094
|
+
export declare const RejectAssignmentResponseFilterSensitiveLog: (
|
|
1095
|
+
obj: RejectAssignmentResponse
|
|
1096
|
+
) => any;
|
|
1097
|
+
|
|
1098
|
+
export declare const RejectQualificationRequestRequestFilterSensitiveLog: (
|
|
1099
|
+
obj: RejectQualificationRequestRequest
|
|
1100
|
+
) => any;
|
|
1101
|
+
|
|
1102
|
+
export declare const RejectQualificationRequestResponseFilterSensitiveLog: (
|
|
1103
|
+
obj: RejectQualificationRequestResponse
|
|
1104
|
+
) => any;
|
|
1105
|
+
|
|
1106
|
+
export declare const SendBonusRequestFilterSensitiveLog: (
|
|
1107
|
+
obj: SendBonusRequest
|
|
1108
|
+
) => any;
|
|
1109
|
+
|
|
1110
|
+
export declare const SendBonusResponseFilterSensitiveLog: (
|
|
1111
|
+
obj: SendBonusResponse
|
|
1112
|
+
) => any;
|
|
1113
|
+
|
|
1114
|
+
export declare const NotificationSpecificationFilterSensitiveLog: (
|
|
1115
|
+
obj: NotificationSpecification
|
|
1116
|
+
) => any;
|
|
1117
|
+
|
|
1118
|
+
export declare const SendTestEventNotificationRequestFilterSensitiveLog: (
|
|
1119
|
+
obj: SendTestEventNotificationRequest
|
|
1120
|
+
) => any;
|
|
1121
|
+
|
|
1122
|
+
export declare const SendTestEventNotificationResponseFilterSensitiveLog: (
|
|
1123
|
+
obj: SendTestEventNotificationResponse
|
|
1124
|
+
) => any;
|
|
1125
|
+
|
|
1126
|
+
export declare const UpdateExpirationForHITRequestFilterSensitiveLog: (
|
|
1127
|
+
obj: UpdateExpirationForHITRequest
|
|
1128
|
+
) => any;
|
|
1129
|
+
|
|
1130
|
+
export declare const UpdateExpirationForHITResponseFilterSensitiveLog: (
|
|
1131
|
+
obj: UpdateExpirationForHITResponse
|
|
1132
|
+
) => any;
|
|
1133
|
+
|
|
1134
|
+
export declare const UpdateHITReviewStatusRequestFilterSensitiveLog: (
|
|
1135
|
+
obj: UpdateHITReviewStatusRequest
|
|
1136
|
+
) => any;
|
|
1137
|
+
|
|
1138
|
+
export declare const UpdateHITReviewStatusResponseFilterSensitiveLog: (
|
|
1139
|
+
obj: UpdateHITReviewStatusResponse
|
|
1140
|
+
) => any;
|
|
1141
|
+
|
|
1142
|
+
export declare const UpdateHITTypeOfHITRequestFilterSensitiveLog: (
|
|
1143
|
+
obj: UpdateHITTypeOfHITRequest
|
|
1144
|
+
) => any;
|
|
1145
|
+
|
|
1146
|
+
export declare const UpdateHITTypeOfHITResponseFilterSensitiveLog: (
|
|
1147
|
+
obj: UpdateHITTypeOfHITResponse
|
|
1148
|
+
) => any;
|
|
1149
|
+
|
|
1150
|
+
export declare const UpdateNotificationSettingsRequestFilterSensitiveLog: (
|
|
1151
|
+
obj: UpdateNotificationSettingsRequest
|
|
1152
|
+
) => any;
|
|
1153
|
+
|
|
1154
|
+
export declare const UpdateNotificationSettingsResponseFilterSensitiveLog: (
|
|
1155
|
+
obj: UpdateNotificationSettingsResponse
|
|
1156
|
+
) => any;
|
|
1157
|
+
|
|
1158
|
+
export declare const UpdateQualificationTypeRequestFilterSensitiveLog: (
|
|
1159
|
+
obj: UpdateQualificationTypeRequest
|
|
1160
|
+
) => any;
|
|
1161
|
+
|
|
1162
|
+
export declare const UpdateQualificationTypeResponseFilterSensitiveLog: (
|
|
1163
|
+
obj: UpdateQualificationTypeResponse
|
|
1164
|
+
) => any;
|