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