@aws-sdk/client-mturk 3.169.0 → 3.171.0

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