@aws-sdk/client-mturk 3.128.0 → 3.137.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 (86) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/AcceptQualificationRequestCommand.js +2 -2
  3. package/dist-cjs/commands/ApproveAssignmentCommand.js +2 -2
  4. package/dist-cjs/commands/AssociateQualificationWithWorkerCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAdditionalAssignmentsForHITCommand.js +2 -2
  6. package/dist-cjs/commands/CreateHITCommand.js +2 -2
  7. package/dist-cjs/commands/CreateHITTypeCommand.js +2 -2
  8. package/dist-cjs/commands/CreateHITWithHITTypeCommand.js +2 -2
  9. package/dist-cjs/commands/CreateQualificationTypeCommand.js +2 -2
  10. package/dist-cjs/commands/CreateWorkerBlockCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteHITCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteQualificationTypeCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteWorkerBlockCommand.js +2 -2
  14. package/dist-cjs/commands/DisassociateQualificationFromWorkerCommand.js +2 -2
  15. package/dist-cjs/commands/GetAccountBalanceCommand.js +2 -2
  16. package/dist-cjs/commands/GetAssignmentCommand.js +2 -2
  17. package/dist-cjs/commands/GetFileUploadURLCommand.js +2 -2
  18. package/dist-cjs/commands/GetHITCommand.js +2 -2
  19. package/dist-cjs/commands/GetQualificationScoreCommand.js +2 -2
  20. package/dist-cjs/commands/GetQualificationTypeCommand.js +2 -2
  21. package/dist-cjs/commands/ListAssignmentsForHITCommand.js +2 -2
  22. package/dist-cjs/commands/ListBonusPaymentsCommand.js +2 -2
  23. package/dist-cjs/commands/ListHITsCommand.js +2 -2
  24. package/dist-cjs/commands/ListHITsForQualificationTypeCommand.js +2 -2
  25. package/dist-cjs/commands/ListQualificationRequestsCommand.js +2 -2
  26. package/dist-cjs/commands/ListQualificationTypesCommand.js +2 -2
  27. package/dist-cjs/commands/ListReviewPolicyResultsForHITCommand.js +2 -2
  28. package/dist-cjs/commands/ListReviewableHITsCommand.js +2 -2
  29. package/dist-cjs/commands/ListWorkerBlocksCommand.js +2 -2
  30. package/dist-cjs/commands/ListWorkersWithQualificationTypeCommand.js +2 -2
  31. package/dist-cjs/commands/NotifyWorkersCommand.js +2 -2
  32. package/dist-cjs/commands/RejectAssignmentCommand.js +2 -2
  33. package/dist-cjs/commands/RejectQualificationRequestCommand.js +2 -2
  34. package/dist-cjs/commands/SendBonusCommand.js +2 -2
  35. package/dist-cjs/commands/SendTestEventNotificationCommand.js +2 -2
  36. package/dist-cjs/commands/UpdateExpirationForHITCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateHITReviewStatusCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateHITTypeOfHITCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateNotificationSettingsCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateQualificationTypeCommand.js +2 -2
  41. package/dist-cjs/models/models_0.js +387 -579
  42. package/dist-cjs/protocols/Aws_json1_1.js +3 -0
  43. package/dist-es/commands/AcceptQualificationRequestCommand.js +3 -3
  44. package/dist-es/commands/ApproveAssignmentCommand.js +3 -3
  45. package/dist-es/commands/AssociateQualificationWithWorkerCommand.js +3 -3
  46. package/dist-es/commands/CreateAdditionalAssignmentsForHITCommand.js +3 -3
  47. package/dist-es/commands/CreateHITCommand.js +3 -3
  48. package/dist-es/commands/CreateHITTypeCommand.js +3 -3
  49. package/dist-es/commands/CreateHITWithHITTypeCommand.js +3 -3
  50. package/dist-es/commands/CreateQualificationTypeCommand.js +3 -3
  51. package/dist-es/commands/CreateWorkerBlockCommand.js +3 -3
  52. package/dist-es/commands/DeleteHITCommand.js +3 -3
  53. package/dist-es/commands/DeleteQualificationTypeCommand.js +3 -3
  54. package/dist-es/commands/DeleteWorkerBlockCommand.js +3 -3
  55. package/dist-es/commands/DisassociateQualificationFromWorkerCommand.js +3 -3
  56. package/dist-es/commands/GetAccountBalanceCommand.js +3 -3
  57. package/dist-es/commands/GetAssignmentCommand.js +3 -3
  58. package/dist-es/commands/GetFileUploadURLCommand.js +3 -3
  59. package/dist-es/commands/GetHITCommand.js +3 -3
  60. package/dist-es/commands/GetQualificationScoreCommand.js +3 -3
  61. package/dist-es/commands/GetQualificationTypeCommand.js +3 -3
  62. package/dist-es/commands/ListAssignmentsForHITCommand.js +3 -3
  63. package/dist-es/commands/ListBonusPaymentsCommand.js +3 -3
  64. package/dist-es/commands/ListHITsCommand.js +3 -3
  65. package/dist-es/commands/ListHITsForQualificationTypeCommand.js +3 -3
  66. package/dist-es/commands/ListQualificationRequestsCommand.js +3 -3
  67. package/dist-es/commands/ListQualificationTypesCommand.js +3 -3
  68. package/dist-es/commands/ListReviewPolicyResultsForHITCommand.js +3 -3
  69. package/dist-es/commands/ListReviewableHITsCommand.js +3 -3
  70. package/dist-es/commands/ListWorkerBlocksCommand.js +3 -3
  71. package/dist-es/commands/ListWorkersWithQualificationTypeCommand.js +3 -3
  72. package/dist-es/commands/NotifyWorkersCommand.js +3 -3
  73. package/dist-es/commands/RejectAssignmentCommand.js +3 -3
  74. package/dist-es/commands/RejectQualificationRequestCommand.js +3 -3
  75. package/dist-es/commands/SendBonusCommand.js +3 -3
  76. package/dist-es/commands/SendTestEventNotificationCommand.js +3 -3
  77. package/dist-es/commands/UpdateExpirationForHITCommand.js +3 -3
  78. package/dist-es/commands/UpdateHITReviewStatusCommand.js +3 -3
  79. package/dist-es/commands/UpdateHITTypeOfHITCommand.js +3 -3
  80. package/dist-es/commands/UpdateNotificationSettingsCommand.js +3 -3
  81. package/dist-es/commands/UpdateQualificationTypeCommand.js +3 -3
  82. package/dist-es/models/models_0.js +96 -384
  83. package/dist-es/protocols/Aws_json1_1.js +3 -0
  84. package/dist-types/models/models_0.d.ts +384 -576
  85. package/dist-types/ts3.4/models/models_0.d.ts +192 -384
  86. package/package.json +9 -9
@@ -6,16 +6,8 @@ export interface AcceptQualificationRequestRequest {
6
6
 
7
7
  IntegerValue?: number;
8
8
  }
9
- export declare namespace AcceptQualificationRequestRequest {
10
-
11
- const filterSensitiveLog: (obj: AcceptQualificationRequestRequest) => any;
12
- }
13
9
  export interface AcceptQualificationRequestResponse {
14
10
  }
15
- export declare namespace AcceptQualificationRequestResponse {
16
-
17
- const filterSensitiveLog: (obj: AcceptQualificationRequestResponse) => any;
18
- }
19
11
 
20
12
  export declare class RequestError extends __BaseException {
21
13
  readonly name: "RequestError";
@@ -42,16 +34,8 @@ export interface ApproveAssignmentRequest {
42
34
 
43
35
  OverrideRejection?: boolean;
44
36
  }
45
- export declare namespace ApproveAssignmentRequest {
46
-
47
- const filterSensitiveLog: (obj: ApproveAssignmentRequest) => any;
48
- }
49
37
  export interface ApproveAssignmentResponse {
50
38
  }
51
- export declare namespace ApproveAssignmentResponse {
52
-
53
- const filterSensitiveLog: (obj: ApproveAssignmentResponse) => any;
54
- }
55
39
  export declare enum AssignmentStatus {
56
40
  Approved = "Approved",
57
41
  Rejected = "Rejected",
@@ -84,10 +68,6 @@ export interface Assignment {
84
68
 
85
69
  RequesterFeedback?: string;
86
70
  }
87
- export declare namespace Assignment {
88
-
89
- const filterSensitiveLog: (obj: Assignment) => any;
90
- }
91
71
  export interface AssociateQualificationWithWorkerRequest {
92
72
 
93
73
  QualificationTypeId: string | undefined;
@@ -98,16 +78,8 @@ export interface AssociateQualificationWithWorkerRequest {
98
78
 
99
79
  SendNotification?: boolean;
100
80
  }
101
- export declare namespace AssociateQualificationWithWorkerRequest {
102
-
103
- const filterSensitiveLog: (obj: AssociateQualificationWithWorkerRequest) => any;
104
- }
105
81
  export interface AssociateQualificationWithWorkerResponse {
106
82
  }
107
- export declare namespace AssociateQualificationWithWorkerResponse {
108
-
109
- const filterSensitiveLog: (obj: AssociateQualificationWithWorkerResponse) => any;
110
- }
111
83
 
112
84
  export interface BonusPayment {
113
85
 
@@ -121,10 +93,6 @@ export interface BonusPayment {
121
93
 
122
94
  GrantTime?: Date;
123
95
  }
124
- export declare namespace BonusPayment {
125
-
126
- const filterSensitiveLog: (obj: BonusPayment) => any;
127
- }
128
96
  export declare enum Comparator {
129
97
  DoesNotExist = "DoesNotExist",
130
98
  EqualTo = "EqualTo",
@@ -145,16 +113,8 @@ export interface CreateAdditionalAssignmentsForHITRequest {
145
113
 
146
114
  UniqueRequestToken?: string;
147
115
  }
148
- export declare namespace CreateAdditionalAssignmentsForHITRequest {
149
-
150
- const filterSensitiveLog: (obj: CreateAdditionalAssignmentsForHITRequest) => any;
151
- }
152
116
  export interface CreateAdditionalAssignmentsForHITResponse {
153
117
  }
154
- export declare namespace CreateAdditionalAssignmentsForHITResponse {
155
-
156
- const filterSensitiveLog: (obj: CreateAdditionalAssignmentsForHITResponse) => any;
157
- }
158
118
 
159
119
  export interface ParameterMapEntry {
160
120
 
@@ -162,10 +122,6 @@ export interface ParameterMapEntry {
162
122
 
163
123
  Values?: string[];
164
124
  }
165
- export declare namespace ParameterMapEntry {
166
-
167
- const filterSensitiveLog: (obj: ParameterMapEntry) => any;
168
- }
169
125
 
170
126
  export interface PolicyParameter {
171
127
 
@@ -175,10 +131,6 @@ export interface PolicyParameter {
175
131
 
176
132
  MapEntries?: ParameterMapEntry[];
177
133
  }
178
- export declare namespace PolicyParameter {
179
-
180
- const filterSensitiveLog: (obj: PolicyParameter) => any;
181
- }
182
134
 
183
135
  export interface ReviewPolicy {
184
136
 
@@ -186,10 +138,6 @@ export interface ReviewPolicy {
186
138
 
187
139
  Parameters?: PolicyParameter[];
188
140
  }
189
- export declare namespace ReviewPolicy {
190
-
191
- const filterSensitiveLog: (obj: ReviewPolicy) => any;
192
- }
193
141
 
194
142
  export interface HITLayoutParameter {
195
143
 
@@ -197,10 +145,6 @@ export interface HITLayoutParameter {
197
145
 
198
146
  Value: string | undefined;
199
147
  }
200
- export declare namespace HITLayoutParameter {
201
-
202
- const filterSensitiveLog: (obj: HITLayoutParameter) => any;
203
- }
204
148
  export declare enum HITAccessActions {
205
149
  Accept = "Accept",
206
150
  DiscoverPreviewAndAccept = "DiscoverPreviewAndAccept",
@@ -213,10 +157,6 @@ export interface Locale {
213
157
 
214
158
  Subdivision?: string;
215
159
  }
216
- export declare namespace Locale {
217
-
218
- const filterSensitiveLog: (obj: Locale) => any;
219
- }
220
160
 
221
161
  export interface QualificationRequirement {
222
162
 
@@ -232,10 +172,6 @@ export interface QualificationRequirement {
232
172
 
233
173
  ActionsGuarded?: HITAccessActions | string;
234
174
  }
235
- export declare namespace QualificationRequirement {
236
-
237
- const filterSensitiveLog: (obj: QualificationRequirement) => any;
238
- }
239
175
  export interface CreateHITRequest {
240
176
 
241
177
  MaxAssignments?: number;
@@ -270,10 +206,6 @@ export interface CreateHITRequest {
270
206
 
271
207
  HITLayoutParameters?: HITLayoutParameter[];
272
208
  }
273
- export declare namespace CreateHITRequest {
274
-
275
- const filterSensitiveLog: (obj: CreateHITRequest) => any;
276
- }
277
209
  export declare enum HITReviewStatus {
278
210
  MarkedForReview = "MarkedForReview",
279
211
  NotReviewed = "NotReviewed",
@@ -332,18 +264,10 @@ export interface HIT {
332
264
 
333
265
  NumberOfAssignmentsCompleted?: number;
334
266
  }
335
- export declare namespace HIT {
336
-
337
- const filterSensitiveLog: (obj: HIT) => any;
338
- }
339
267
  export interface CreateHITResponse {
340
268
 
341
269
  HIT?: HIT;
342
270
  }
343
- export declare namespace CreateHITResponse {
344
-
345
- const filterSensitiveLog: (obj: CreateHITResponse) => any;
346
- }
347
271
  export interface CreateHITTypeRequest {
348
272
 
349
273
  AutoApprovalDelayInSeconds?: number;
@@ -360,18 +284,10 @@ export interface CreateHITTypeRequest {
360
284
 
361
285
  QualificationRequirements?: QualificationRequirement[];
362
286
  }
363
- export declare namespace CreateHITTypeRequest {
364
-
365
- const filterSensitiveLog: (obj: CreateHITTypeRequest) => any;
366
- }
367
287
  export interface CreateHITTypeResponse {
368
288
 
369
289
  HITTypeId?: string;
370
290
  }
371
- export declare namespace CreateHITTypeResponse {
372
-
373
- const filterSensitiveLog: (obj: CreateHITTypeResponse) => any;
374
- }
375
291
  export interface CreateHITWithHITTypeRequest {
376
292
 
377
293
  HITTypeId: string | undefined;
@@ -394,18 +310,10 @@ export interface CreateHITWithHITTypeRequest {
394
310
 
395
311
  HITLayoutParameters?: HITLayoutParameter[];
396
312
  }
397
- export declare namespace CreateHITWithHITTypeRequest {
398
-
399
- const filterSensitiveLog: (obj: CreateHITWithHITTypeRequest) => any;
400
- }
401
313
  export interface CreateHITWithHITTypeResponse {
402
314
 
403
315
  HIT?: HIT;
404
316
  }
405
- export declare namespace CreateHITWithHITTypeResponse {
406
-
407
- const filterSensitiveLog: (obj: CreateHITWithHITTypeResponse) => any;
408
- }
409
317
  export declare enum QualificationTypeStatus {
410
318
  Active = "Active",
411
319
  Inactive = "Inactive"
@@ -432,10 +340,6 @@ export interface CreateQualificationTypeRequest {
432
340
 
433
341
  AutoGrantedValue?: number;
434
342
  }
435
- export declare namespace CreateQualificationTypeRequest {
436
-
437
- const filterSensitiveLog: (obj: CreateQualificationTypeRequest) => any;
438
- }
439
343
 
440
344
  export interface QualificationType {
441
345
 
@@ -465,78 +369,38 @@ export interface QualificationType {
465
369
 
466
370
  AutoGrantedValue?: number;
467
371
  }
468
- export declare namespace QualificationType {
469
-
470
- const filterSensitiveLog: (obj: QualificationType) => any;
471
- }
472
372
  export interface CreateQualificationTypeResponse {
473
373
 
474
374
  QualificationType?: QualificationType;
475
375
  }
476
- export declare namespace CreateQualificationTypeResponse {
477
-
478
- const filterSensitiveLog: (obj: CreateQualificationTypeResponse) => any;
479
- }
480
376
  export interface CreateWorkerBlockRequest {
481
377
 
482
378
  WorkerId: string | undefined;
483
379
 
484
380
  Reason: string | undefined;
485
381
  }
486
- export declare namespace CreateWorkerBlockRequest {
487
-
488
- const filterSensitiveLog: (obj: CreateWorkerBlockRequest) => any;
489
- }
490
382
  export interface CreateWorkerBlockResponse {
491
383
  }
492
- export declare namespace CreateWorkerBlockResponse {
493
-
494
- const filterSensitiveLog: (obj: CreateWorkerBlockResponse) => any;
495
- }
496
384
  export interface DeleteHITRequest {
497
385
 
498
386
  HITId: string | undefined;
499
387
  }
500
- export declare namespace DeleteHITRequest {
501
-
502
- const filterSensitiveLog: (obj: DeleteHITRequest) => any;
503
- }
504
388
  export interface DeleteHITResponse {
505
389
  }
506
- export declare namespace DeleteHITResponse {
507
-
508
- const filterSensitiveLog: (obj: DeleteHITResponse) => any;
509
- }
510
390
  export interface DeleteQualificationTypeRequest {
511
391
 
512
392
  QualificationTypeId: string | undefined;
513
393
  }
514
- export declare namespace DeleteQualificationTypeRequest {
515
-
516
- const filterSensitiveLog: (obj: DeleteQualificationTypeRequest) => any;
517
- }
518
394
  export interface DeleteQualificationTypeResponse {
519
395
  }
520
- export declare namespace DeleteQualificationTypeResponse {
521
-
522
- const filterSensitiveLog: (obj: DeleteQualificationTypeResponse) => any;
523
- }
524
396
  export interface DeleteWorkerBlockRequest {
525
397
 
526
398
  WorkerId: string | undefined;
527
399
 
528
400
  Reason?: string;
529
401
  }
530
- export declare namespace DeleteWorkerBlockRequest {
531
-
532
- const filterSensitiveLog: (obj: DeleteWorkerBlockRequest) => any;
533
- }
534
402
  export interface DeleteWorkerBlockResponse {
535
403
  }
536
- export declare namespace DeleteWorkerBlockResponse {
537
-
538
- const filterSensitiveLog: (obj: DeleteWorkerBlockResponse) => any;
539
- }
540
404
  export interface DisassociateQualificationFromWorkerRequest {
541
405
 
542
406
  WorkerId: string | undefined;
@@ -545,16 +409,8 @@ export interface DisassociateQualificationFromWorkerRequest {
545
409
 
546
410
  Reason?: string;
547
411
  }
548
- export declare namespace DisassociateQualificationFromWorkerRequest {
549
-
550
- const filterSensitiveLog: (obj: DisassociateQualificationFromWorkerRequest) => any;
551
- }
552
412
  export interface DisassociateQualificationFromWorkerResponse {
553
413
  }
554
- export declare namespace DisassociateQualificationFromWorkerResponse {
555
-
556
- const filterSensitiveLog: (obj: DisassociateQualificationFromWorkerResponse) => any;
557
- }
558
414
  export declare enum EventType {
559
415
  AssignmentAbandoned = "AssignmentAbandoned",
560
416
  AssignmentAccepted = "AssignmentAccepted",
@@ -571,82 +427,46 @@ export declare enum EventType {
571
427
  }
572
428
  export interface GetAccountBalanceRequest {
573
429
  }
574
- export declare namespace GetAccountBalanceRequest {
575
-
576
- const filterSensitiveLog: (obj: GetAccountBalanceRequest) => any;
577
- }
578
430
  export interface GetAccountBalanceResponse {
579
431
 
580
432
  AvailableBalance?: string;
581
433
 
582
434
  OnHoldBalance?: string;
583
435
  }
584
- export declare namespace GetAccountBalanceResponse {
585
-
586
- const filterSensitiveLog: (obj: GetAccountBalanceResponse) => any;
587
- }
588
436
  export interface GetAssignmentRequest {
589
437
 
590
438
  AssignmentId: string | undefined;
591
439
  }
592
- export declare namespace GetAssignmentRequest {
593
-
594
- const filterSensitiveLog: (obj: GetAssignmentRequest) => any;
595
- }
596
440
  export interface GetAssignmentResponse {
597
441
 
598
442
  Assignment?: Assignment;
599
443
 
600
444
  HIT?: HIT;
601
445
  }
602
- export declare namespace GetAssignmentResponse {
603
-
604
- const filterSensitiveLog: (obj: GetAssignmentResponse) => any;
605
- }
606
446
  export interface GetFileUploadURLRequest {
607
447
 
608
448
  AssignmentId: string | undefined;
609
449
 
610
450
  QuestionIdentifier: string | undefined;
611
451
  }
612
- export declare namespace GetFileUploadURLRequest {
613
-
614
- const filterSensitiveLog: (obj: GetFileUploadURLRequest) => any;
615
- }
616
452
  export interface GetFileUploadURLResponse {
617
453
 
618
454
  FileUploadURL?: string;
619
455
  }
620
- export declare namespace GetFileUploadURLResponse {
621
-
622
- const filterSensitiveLog: (obj: GetFileUploadURLResponse) => any;
623
- }
624
456
  export interface GetHITRequest {
625
457
 
626
458
  HITId: string | undefined;
627
459
  }
628
- export declare namespace GetHITRequest {
629
-
630
- const filterSensitiveLog: (obj: GetHITRequest) => any;
631
- }
632
460
  export interface GetHITResponse {
633
461
 
634
462
  HIT?: HIT;
635
463
  }
636
- export declare namespace GetHITResponse {
637
-
638
- const filterSensitiveLog: (obj: GetHITResponse) => any;
639
- }
640
464
  export interface GetQualificationScoreRequest {
641
465
 
642
466
  QualificationTypeId: string | undefined;
643
467
 
644
468
  WorkerId: string | undefined;
645
469
  }
646
- export declare namespace GetQualificationScoreRequest {
647
-
648
- const filterSensitiveLog: (obj: GetQualificationScoreRequest) => any;
649
- }
650
470
  export declare enum QualificationStatus {
651
471
  Granted = "Granted",
652
472
  Revoked = "Revoked"
@@ -666,34 +486,18 @@ export interface Qualification {
666
486
 
667
487
  Status?: QualificationStatus | string;
668
488
  }
669
- export declare namespace Qualification {
670
-
671
- const filterSensitiveLog: (obj: Qualification) => any;
672
- }
673
489
  export interface GetQualificationScoreResponse {
674
490
 
675
491
  Qualification?: Qualification;
676
492
  }
677
- export declare namespace GetQualificationScoreResponse {
678
-
679
- const filterSensitiveLog: (obj: GetQualificationScoreResponse) => any;
680
- }
681
493
  export interface GetQualificationTypeRequest {
682
494
 
683
495
  QualificationTypeId: string | undefined;
684
496
  }
685
- export declare namespace GetQualificationTypeRequest {
686
-
687
- const filterSensitiveLog: (obj: GetQualificationTypeRequest) => any;
688
- }
689
497
  export interface GetQualificationTypeResponse {
690
498
 
691
499
  QualificationType?: QualificationType;
692
500
  }
693
- export declare namespace GetQualificationTypeResponse {
694
-
695
- const filterSensitiveLog: (obj: GetQualificationTypeResponse) => any;
696
- }
697
501
  export interface ListAssignmentsForHITRequest {
698
502
 
699
503
  HITId: string | undefined;
@@ -703,10 +507,6 @@ export interface ListAssignmentsForHITRequest {
703
507
 
704
508
  AssignmentStatuses?: (AssignmentStatus | string)[];
705
509
  }
706
- export declare namespace ListAssignmentsForHITRequest {
707
-
708
- const filterSensitiveLog: (obj: ListAssignmentsForHITRequest) => any;
709
- }
710
510
  export interface ListAssignmentsForHITResponse {
711
511
 
712
512
  NextToken?: string;
@@ -715,10 +515,6 @@ export interface ListAssignmentsForHITResponse {
715
515
 
716
516
  Assignments?: Assignment[];
717
517
  }
718
- export declare namespace ListAssignmentsForHITResponse {
719
-
720
- const filterSensitiveLog: (obj: ListAssignmentsForHITResponse) => any;
721
- }
722
518
  export interface ListBonusPaymentsRequest {
723
519
 
724
520
  HITId?: string;
@@ -728,10 +524,6 @@ export interface ListBonusPaymentsRequest {
728
524
  NextToken?: string;
729
525
  MaxResults?: number;
730
526
  }
731
- export declare namespace ListBonusPaymentsRequest {
732
-
733
- const filterSensitiveLog: (obj: ListBonusPaymentsRequest) => any;
734
- }
735
527
  export interface ListBonusPaymentsResponse {
736
528
 
737
529
  NumResults?: number;
@@ -740,19 +532,11 @@ export interface ListBonusPaymentsResponse {
740
532
 
741
533
  BonusPayments?: BonusPayment[];
742
534
  }
743
- export declare namespace ListBonusPaymentsResponse {
744
-
745
- const filterSensitiveLog: (obj: ListBonusPaymentsResponse) => any;
746
- }
747
535
  export interface ListHITsRequest {
748
536
 
749
537
  NextToken?: string;
750
538
  MaxResults?: number;
751
539
  }
752
- export declare namespace ListHITsRequest {
753
-
754
- const filterSensitiveLog: (obj: ListHITsRequest) => any;
755
- }
756
540
  export interface ListHITsResponse {
757
541
 
758
542
  NextToken?: string;
@@ -761,10 +545,6 @@ export interface ListHITsResponse {
761
545
 
762
546
  HITs?: HIT[];
763
547
  }
764
- export declare namespace ListHITsResponse {
765
-
766
- const filterSensitiveLog: (obj: ListHITsResponse) => any;
767
- }
768
548
  export interface ListHITsForQualificationTypeRequest {
769
549
 
770
550
  QualificationTypeId: string | undefined;
@@ -773,10 +553,6 @@ export interface ListHITsForQualificationTypeRequest {
773
553
 
774
554
  MaxResults?: number;
775
555
  }
776
- export declare namespace ListHITsForQualificationTypeRequest {
777
-
778
- const filterSensitiveLog: (obj: ListHITsForQualificationTypeRequest) => any;
779
- }
780
556
  export interface ListHITsForQualificationTypeResponse {
781
557
 
782
558
  NextToken?: string;
@@ -785,10 +561,6 @@ export interface ListHITsForQualificationTypeResponse {
785
561
 
786
562
  HITs?: HIT[];
787
563
  }
788
- export declare namespace ListHITsForQualificationTypeResponse {
789
-
790
- const filterSensitiveLog: (obj: ListHITsForQualificationTypeResponse) => any;
791
- }
792
564
  export interface ListQualificationRequestsRequest {
793
565
 
794
566
  QualificationTypeId?: string;
@@ -797,10 +569,6 @@ export interface ListQualificationRequestsRequest {
797
569
 
798
570
  MaxResults?: number;
799
571
  }
800
- export declare namespace ListQualificationRequestsRequest {
801
-
802
- const filterSensitiveLog: (obj: ListQualificationRequestsRequest) => any;
803
- }
804
572
 
805
573
  export interface QualificationRequest {
806
574
 
@@ -816,10 +584,6 @@ export interface QualificationRequest {
816
584
 
817
585
  SubmitTime?: Date;
818
586
  }
819
- export declare namespace QualificationRequest {
820
-
821
- const filterSensitiveLog: (obj: QualificationRequest) => any;
822
- }
823
587
  export interface ListQualificationRequestsResponse {
824
588
 
825
589
  NumResults?: number;
@@ -828,10 +592,6 @@ export interface ListQualificationRequestsResponse {
828
592
 
829
593
  QualificationRequests?: QualificationRequest[];
830
594
  }
831
- export declare namespace ListQualificationRequestsResponse {
832
-
833
- const filterSensitiveLog: (obj: ListQualificationRequestsResponse) => any;
834
- }
835
595
  export interface ListQualificationTypesRequest {
836
596
 
837
597
  Query?: string;
@@ -844,10 +604,6 @@ export interface ListQualificationTypesRequest {
844
604
 
845
605
  MaxResults?: number;
846
606
  }
847
- export declare namespace ListQualificationTypesRequest {
848
-
849
- const filterSensitiveLog: (obj: ListQualificationTypesRequest) => any;
850
- }
851
607
  export interface ListQualificationTypesResponse {
852
608
 
853
609
  NumResults?: number;
@@ -856,10 +612,6 @@ export interface ListQualificationTypesResponse {
856
612
 
857
613
  QualificationTypes?: QualificationType[];
858
614
  }
859
- export declare namespace ListQualificationTypesResponse {
860
-
861
- const filterSensitiveLog: (obj: ListQualificationTypesResponse) => any;
862
- }
863
615
  export declare enum ReviewableHITStatus {
864
616
  Reviewable = "Reviewable",
865
617
  Reviewing = "Reviewing"
@@ -874,10 +626,6 @@ export interface ListReviewableHITsRequest {
874
626
 
875
627
  MaxResults?: number;
876
628
  }
877
- export declare namespace ListReviewableHITsRequest {
878
-
879
- const filterSensitiveLog: (obj: ListReviewableHITsRequest) => any;
880
- }
881
629
  export interface ListReviewableHITsResponse {
882
630
 
883
631
  NextToken?: string;
@@ -886,10 +634,6 @@ export interface ListReviewableHITsResponse {
886
634
 
887
635
  HITs?: HIT[];
888
636
  }
889
- export declare namespace ListReviewableHITsResponse {
890
-
891
- const filterSensitiveLog: (obj: ListReviewableHITsResponse) => any;
892
- }
893
637
  export declare enum ReviewPolicyLevel {
894
638
  Assignment = "Assignment",
895
639
  HIT = "HIT"
@@ -908,10 +652,6 @@ export interface ListReviewPolicyResultsForHITRequest {
908
652
 
909
653
  MaxResults?: number;
910
654
  }
911
- export declare namespace ListReviewPolicyResultsForHITRequest {
912
-
913
- const filterSensitiveLog: (obj: ListReviewPolicyResultsForHITRequest) => any;
914
- }
915
655
  export declare enum ReviewActionStatus {
916
656
  Cancelled = "Cancelled",
917
657
  Failed = "Failed",
@@ -937,10 +677,6 @@ export interface ReviewActionDetail {
937
677
 
938
678
  ErrorCode?: string;
939
679
  }
940
- export declare namespace ReviewActionDetail {
941
-
942
- const filterSensitiveLog: (obj: ReviewActionDetail) => any;
943
- }
944
680
 
945
681
  export interface ReviewResultDetail {
946
682
 
@@ -956,10 +692,6 @@ export interface ReviewResultDetail {
956
692
 
957
693
  Value?: string;
958
694
  }
959
- export declare namespace ReviewResultDetail {
960
-
961
- const filterSensitiveLog: (obj: ReviewResultDetail) => any;
962
- }
963
695
 
964
696
  export interface ReviewReport {
965
697
 
@@ -967,10 +699,6 @@ export interface ReviewReport {
967
699
 
968
700
  ReviewActions?: ReviewActionDetail[];
969
701
  }
970
- export declare namespace ReviewReport {
971
-
972
- const filterSensitiveLog: (obj: ReviewReport) => any;
973
- }
974
702
  export interface ListReviewPolicyResultsForHITResponse {
975
703
 
976
704
  HITId?: string;
@@ -985,19 +713,11 @@ export interface ListReviewPolicyResultsForHITResponse {
985
713
 
986
714
  NextToken?: string;
987
715
  }
988
- export declare namespace ListReviewPolicyResultsForHITResponse {
989
-
990
- const filterSensitiveLog: (obj: ListReviewPolicyResultsForHITResponse) => any;
991
- }
992
716
  export interface ListWorkerBlocksRequest {
993
717
 
994
718
  NextToken?: string;
995
719
  MaxResults?: number;
996
720
  }
997
- export declare namespace ListWorkerBlocksRequest {
998
-
999
- const filterSensitiveLog: (obj: ListWorkerBlocksRequest) => any;
1000
- }
1001
721
 
1002
722
  export interface WorkerBlock {
1003
723
 
@@ -1005,10 +725,6 @@ export interface WorkerBlock {
1005
725
 
1006
726
  Reason?: string;
1007
727
  }
1008
- export declare namespace WorkerBlock {
1009
-
1010
- const filterSensitiveLog: (obj: WorkerBlock) => any;
1011
- }
1012
728
  export interface ListWorkerBlocksResponse {
1013
729
 
1014
730
  NextToken?: string;
@@ -1017,10 +733,6 @@ export interface ListWorkerBlocksResponse {
1017
733
 
1018
734
  WorkerBlocks?: WorkerBlock[];
1019
735
  }
1020
- export declare namespace ListWorkerBlocksResponse {
1021
-
1022
- const filterSensitiveLog: (obj: ListWorkerBlocksResponse) => any;
1023
- }
1024
736
  export interface ListWorkersWithQualificationTypeRequest {
1025
737
 
1026
738
  QualificationTypeId: string | undefined;
@@ -1031,10 +743,6 @@ export interface ListWorkersWithQualificationTypeRequest {
1031
743
 
1032
744
  MaxResults?: number;
1033
745
  }
1034
- export declare namespace ListWorkersWithQualificationTypeRequest {
1035
-
1036
- const filterSensitiveLog: (obj: ListWorkersWithQualificationTypeRequest) => any;
1037
- }
1038
746
  export interface ListWorkersWithQualificationTypeResponse {
1039
747
 
1040
748
  NextToken?: string;
@@ -1043,10 +751,6 @@ export interface ListWorkersWithQualificationTypeResponse {
1043
751
 
1044
752
  Qualifications?: Qualification[];
1045
753
  }
1046
- export declare namespace ListWorkersWithQualificationTypeResponse {
1047
-
1048
- const filterSensitiveLog: (obj: ListWorkersWithQualificationTypeResponse) => any;
1049
- }
1050
754
  export interface NotifyWorkersRequest {
1051
755
 
1052
756
  Subject: string | undefined;
@@ -1055,10 +759,6 @@ export interface NotifyWorkersRequest {
1055
759
 
1056
760
  WorkerIds: string[] | undefined;
1057
761
  }
1058
- export declare namespace NotifyWorkersRequest {
1059
-
1060
- const filterSensitiveLog: (obj: NotifyWorkersRequest) => any;
1061
- }
1062
762
  export declare enum NotifyWorkersFailureCode {
1063
763
  HardFailure = "HardFailure",
1064
764
  SoftFailure = "SoftFailure"
@@ -1072,50 +772,26 @@ export interface NotifyWorkersFailureStatus {
1072
772
 
1073
773
  WorkerId?: string;
1074
774
  }
1075
- export declare namespace NotifyWorkersFailureStatus {
1076
-
1077
- const filterSensitiveLog: (obj: NotifyWorkersFailureStatus) => any;
1078
- }
1079
775
  export interface NotifyWorkersResponse {
1080
776
 
1081
777
  NotifyWorkersFailureStatuses?: NotifyWorkersFailureStatus[];
1082
778
  }
1083
- export declare namespace NotifyWorkersResponse {
1084
-
1085
- const filterSensitiveLog: (obj: NotifyWorkersResponse) => any;
1086
- }
1087
779
  export interface RejectAssignmentRequest {
1088
780
 
1089
781
  AssignmentId: string | undefined;
1090
782
 
1091
783
  RequesterFeedback: string | undefined;
1092
784
  }
1093
- export declare namespace RejectAssignmentRequest {
1094
-
1095
- const filterSensitiveLog: (obj: RejectAssignmentRequest) => any;
1096
- }
1097
785
  export interface RejectAssignmentResponse {
1098
786
  }
1099
- export declare namespace RejectAssignmentResponse {
1100
-
1101
- const filterSensitiveLog: (obj: RejectAssignmentResponse) => any;
1102
- }
1103
787
  export interface RejectQualificationRequestRequest {
1104
788
 
1105
789
  QualificationRequestId: string | undefined;
1106
790
 
1107
791
  Reason?: string;
1108
792
  }
1109
- export declare namespace RejectQualificationRequestRequest {
1110
-
1111
- const filterSensitiveLog: (obj: RejectQualificationRequestRequest) => any;
1112
- }
1113
793
  export interface RejectQualificationRequestResponse {
1114
794
  }
1115
- export declare namespace RejectQualificationRequestResponse {
1116
-
1117
- const filterSensitiveLog: (obj: RejectQualificationRequestResponse) => any;
1118
- }
1119
795
  export interface SendBonusRequest {
1120
796
 
1121
797
  WorkerId: string | undefined;
@@ -1128,16 +804,8 @@ export interface SendBonusRequest {
1128
804
 
1129
805
  UniqueRequestToken?: string;
1130
806
  }
1131
- export declare namespace SendBonusRequest {
1132
-
1133
- const filterSensitiveLog: (obj: SendBonusRequest) => any;
1134
- }
1135
807
  export interface SendBonusResponse {
1136
808
  }
1137
- export declare namespace SendBonusResponse {
1138
-
1139
- const filterSensitiveLog: (obj: SendBonusResponse) => any;
1140
- }
1141
809
  export declare enum NotificationTransport {
1142
810
  Email = "Email",
1143
811
  SNS = "SNS",
@@ -1154,74 +822,38 @@ export interface NotificationSpecification {
1154
822
 
1155
823
  EventTypes: (EventType | string)[] | undefined;
1156
824
  }
1157
- export declare namespace NotificationSpecification {
1158
-
1159
- const filterSensitiveLog: (obj: NotificationSpecification) => any;
1160
- }
1161
825
  export interface SendTestEventNotificationRequest {
1162
826
 
1163
827
  Notification: NotificationSpecification | undefined;
1164
828
 
1165
829
  TestEventType: EventType | string | undefined;
1166
830
  }
1167
- export declare namespace SendTestEventNotificationRequest {
1168
-
1169
- const filterSensitiveLog: (obj: SendTestEventNotificationRequest) => any;
1170
- }
1171
831
  export interface SendTestEventNotificationResponse {
1172
832
  }
1173
- export declare namespace SendTestEventNotificationResponse {
1174
-
1175
- const filterSensitiveLog: (obj: SendTestEventNotificationResponse) => any;
1176
- }
1177
833
  export interface UpdateExpirationForHITRequest {
1178
834
 
1179
835
  HITId: string | undefined;
1180
836
 
1181
837
  ExpireAt: Date | undefined;
1182
838
  }
1183
- export declare namespace UpdateExpirationForHITRequest {
1184
-
1185
- const filterSensitiveLog: (obj: UpdateExpirationForHITRequest) => any;
1186
- }
1187
839
  export interface UpdateExpirationForHITResponse {
1188
840
  }
1189
- export declare namespace UpdateExpirationForHITResponse {
1190
-
1191
- const filterSensitiveLog: (obj: UpdateExpirationForHITResponse) => any;
1192
- }
1193
841
  export interface UpdateHITReviewStatusRequest {
1194
842
 
1195
843
  HITId: string | undefined;
1196
844
 
1197
845
  Revert?: boolean;
1198
846
  }
1199
- export declare namespace UpdateHITReviewStatusRequest {
1200
-
1201
- const filterSensitiveLog: (obj: UpdateHITReviewStatusRequest) => any;
1202
- }
1203
847
  export interface UpdateHITReviewStatusResponse {
1204
848
  }
1205
- export declare namespace UpdateHITReviewStatusResponse {
1206
-
1207
- const filterSensitiveLog: (obj: UpdateHITReviewStatusResponse) => any;
1208
- }
1209
849
  export interface UpdateHITTypeOfHITRequest {
1210
850
 
1211
851
  HITId: string | undefined;
1212
852
 
1213
853
  HITTypeId: string | undefined;
1214
854
  }
1215
- export declare namespace UpdateHITTypeOfHITRequest {
1216
-
1217
- const filterSensitiveLog: (obj: UpdateHITTypeOfHITRequest) => any;
1218
- }
1219
855
  export interface UpdateHITTypeOfHITResponse {
1220
856
  }
1221
- export declare namespace UpdateHITTypeOfHITResponse {
1222
-
1223
- const filterSensitiveLog: (obj: UpdateHITTypeOfHITResponse) => any;
1224
- }
1225
857
  export interface UpdateNotificationSettingsRequest {
1226
858
 
1227
859
  HITTypeId: string | undefined;
@@ -1230,16 +862,8 @@ export interface UpdateNotificationSettingsRequest {
1230
862
 
1231
863
  Active?: boolean;
1232
864
  }
1233
- export declare namespace UpdateNotificationSettingsRequest {
1234
-
1235
- const filterSensitiveLog: (obj: UpdateNotificationSettingsRequest) => any;
1236
- }
1237
865
  export interface UpdateNotificationSettingsResponse {
1238
866
  }
1239
- export declare namespace UpdateNotificationSettingsResponse {
1240
-
1241
- const filterSensitiveLog: (obj: UpdateNotificationSettingsResponse) => any;
1242
- }
1243
867
  export interface UpdateQualificationTypeRequest {
1244
868
 
1245
869
  QualificationTypeId: string | undefined;
@@ -1260,15 +884,199 @@ export interface UpdateQualificationTypeRequest {
1260
884
 
1261
885
  AutoGrantedValue?: number;
1262
886
  }
1263
- export declare namespace UpdateQualificationTypeRequest {
1264
-
1265
- const filterSensitiveLog: (obj: UpdateQualificationTypeRequest) => any;
1266
- }
1267
887
  export interface UpdateQualificationTypeResponse {
1268
888
 
1269
889
  QualificationType?: QualificationType;
1270
890
  }
1271
- export declare namespace UpdateQualificationTypeResponse {
1272
-
1273
- const filterSensitiveLog: (obj: UpdateQualificationTypeResponse) => any;
1274
- }
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;