@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
@@ -13,20 +13,8 @@ export interface AcceptQualificationRequestRequest {
13
13
  */
14
14
  IntegerValue?: number;
15
15
  }
16
- export declare namespace AcceptQualificationRequestRequest {
17
- /**
18
- * @internal
19
- */
20
- const filterSensitiveLog: (obj: AcceptQualificationRequestRequest) => any;
21
- }
22
16
  export interface AcceptQualificationRequestResponse {
23
17
  }
24
- export declare namespace AcceptQualificationRequestResponse {
25
- /**
26
- * @internal
27
- */
28
- const filterSensitiveLog: (obj: AcceptQualificationRequestResponse) => any;
29
- }
30
18
  /**
31
19
  * <p>Your request is invalid.</p>
32
20
  */
@@ -73,20 +61,8 @@ export interface ApproveAssignmentRequest {
73
61
  */
74
62
  OverrideRejection?: boolean;
75
63
  }
76
- export declare namespace ApproveAssignmentRequest {
77
- /**
78
- * @internal
79
- */
80
- const filterSensitiveLog: (obj: ApproveAssignmentRequest) => any;
81
- }
82
64
  export interface ApproveAssignmentResponse {
83
65
  }
84
- export declare namespace ApproveAssignmentResponse {
85
- /**
86
- * @internal
87
- */
88
- const filterSensitiveLog: (obj: ApproveAssignmentResponse) => any;
89
- }
90
66
  export declare enum AssignmentStatus {
91
67
  Approved = "Approved",
92
68
  Rejected = "Rejected",
@@ -168,12 +144,6 @@ export interface Assignment {
168
144
  */
169
145
  RequesterFeedback?: string;
170
146
  }
171
- export declare namespace Assignment {
172
- /**
173
- * @internal
174
- */
175
- const filterSensitiveLog: (obj: Assignment) => any;
176
- }
177
147
  export interface AssociateQualificationWithWorkerRequest {
178
148
  /**
179
149
  * <p>The ID of the Qualification type to use for the assigned Qualification.</p>
@@ -199,20 +169,8 @@ export interface AssociateQualificationWithWorkerRequest {
199
169
  */
200
170
  SendNotification?: boolean;
201
171
  }
202
- export declare namespace AssociateQualificationWithWorkerRequest {
203
- /**
204
- * @internal
205
- */
206
- const filterSensitiveLog: (obj: AssociateQualificationWithWorkerRequest) => any;
207
- }
208
172
  export interface AssociateQualificationWithWorkerResponse {
209
173
  }
210
- export declare namespace AssociateQualificationWithWorkerResponse {
211
- /**
212
- * @internal
213
- */
214
- const filterSensitiveLog: (obj: AssociateQualificationWithWorkerResponse) => any;
215
- }
216
174
  /**
217
175
  * <p>An object representing a Bonus payment paid to a Worker.</p>
218
176
  */
@@ -238,12 +196,6 @@ export interface BonusPayment {
238
196
  */
239
197
  GrantTime?: Date;
240
198
  }
241
- export declare namespace BonusPayment {
242
- /**
243
- * @internal
244
- */
245
- const filterSensitiveLog: (obj: BonusPayment) => any;
246
- }
247
199
  export declare enum Comparator {
248
200
  DoesNotExist = "DoesNotExist",
249
201
  EqualTo = "EqualTo",
@@ -277,20 +229,8 @@ export interface CreateAdditionalAssignmentsForHITRequest {
277
229
  */
278
230
  UniqueRequestToken?: string;
279
231
  }
280
- export declare namespace CreateAdditionalAssignmentsForHITRequest {
281
- /**
282
- * @internal
283
- */
284
- const filterSensitiveLog: (obj: CreateAdditionalAssignmentsForHITRequest) => any;
285
- }
286
232
  export interface CreateAdditionalAssignmentsForHITResponse {
287
233
  }
288
- export declare namespace CreateAdditionalAssignmentsForHITResponse {
289
- /**
290
- * @internal
291
- */
292
- const filterSensitiveLog: (obj: CreateAdditionalAssignmentsForHITResponse) => any;
293
- }
294
234
  /**
295
235
  * <p> This data structure is the data type for the AnswerKey
296
236
  * parameter of the ScoreMyKnownAnswers/2011-09-01 Review Policy.
@@ -312,12 +252,6 @@ export interface ParameterMapEntry {
312
252
  */
313
253
  Values?: string[];
314
254
  }
315
- export declare namespace ParameterMapEntry {
316
- /**
317
- * @internal
318
- */
319
- const filterSensitiveLog: (obj: ParameterMapEntry) => any;
320
- }
321
255
  /**
322
256
  * <p> Name of the parameter from the Review policy.
323
257
  * </p>
@@ -338,12 +272,6 @@ export interface PolicyParameter {
338
272
  */
339
273
  MapEntries?: ParameterMapEntry[];
340
274
  }
341
- export declare namespace PolicyParameter {
342
- /**
343
- * @internal
344
- */
345
- const filterSensitiveLog: (obj: PolicyParameter) => any;
346
- }
347
275
  /**
348
276
  * <p> HIT Review Policy data structures represent HIT review
349
277
  * policies, which you specify when you create a HIT.
@@ -361,12 +289,6 @@ export interface ReviewPolicy {
361
289
  */
362
290
  Parameters?: PolicyParameter[];
363
291
  }
364
- export declare namespace ReviewPolicy {
365
- /**
366
- * @internal
367
- */
368
- const filterSensitiveLog: (obj: ReviewPolicy) => any;
369
- }
370
292
  /**
371
293
  * <p> The HITLayoutParameter data structure defines parameter
372
294
  * values used with a HITLayout. A HITLayout is a reusable Amazon
@@ -387,12 +309,6 @@ export interface HITLayoutParameter {
387
309
  */
388
310
  Value: string | undefined;
389
311
  }
390
- export declare namespace HITLayoutParameter {
391
- /**
392
- * @internal
393
- */
394
- const filterSensitiveLog: (obj: HITLayoutParameter) => any;
395
- }
396
312
  export declare enum HITAccessActions {
397
313
  Accept = "Accept",
398
314
  DiscoverPreviewAndAccept = "DiscoverPreviewAndAccept",
@@ -416,12 +332,6 @@ export interface Locale {
416
332
  */
417
333
  Subdivision?: string;
418
334
  }
419
- export declare namespace Locale {
420
- /**
421
- * @internal
422
- */
423
- const filterSensitiveLog: (obj: Locale) => any;
424
- }
425
335
  /**
426
336
  * <p>
427
337
  * The QualificationRequirement data structure describes a Qualification that a Worker must have
@@ -509,12 +419,6 @@ export interface QualificationRequirement {
509
419
  */
510
420
  ActionsGuarded?: HITAccessActions | string;
511
421
  }
512
- export declare namespace QualificationRequirement {
513
- /**
514
- * @internal
515
- */
516
- const filterSensitiveLog: (obj: QualificationRequirement) => any;
517
- }
518
422
  export interface CreateHITRequest {
519
423
  /**
520
424
  * <p>
@@ -670,12 +574,6 @@ export interface CreateHITRequest {
670
574
  */
671
575
  HITLayoutParameters?: HITLayoutParameter[];
672
576
  }
673
- export declare namespace CreateHITRequest {
674
- /**
675
- * @internal
676
- */
677
- const filterSensitiveLog: (obj: CreateHITRequest) => any;
678
- }
679
577
  export declare enum HITReviewStatus {
680
578
  MarkedForReview = "MarkedForReview",
681
579
  NotReviewed = "NotReviewed",
@@ -808,12 +706,6 @@ export interface HIT {
808
706
  */
809
707
  NumberOfAssignmentsCompleted?: number;
810
708
  }
811
- export declare namespace HIT {
812
- /**
813
- * @internal
814
- */
815
- const filterSensitiveLog: (obj: HIT) => any;
816
- }
817
709
  export interface CreateHITResponse {
818
710
  /**
819
711
  * <p> Contains the newly created HIT data. For a description of
@@ -823,12 +715,6 @@ export interface CreateHITResponse {
823
715
  */
824
716
  HIT?: HIT;
825
717
  }
826
- export declare namespace CreateHITResponse {
827
- /**
828
- * @internal
829
- */
830
- const filterSensitiveLog: (obj: CreateHITResponse) => any;
831
- }
832
718
  export interface CreateHITTypeRequest {
833
719
  /**
834
720
  * <p>
@@ -890,24 +776,12 @@ export interface CreateHITTypeRequest {
890
776
  */
891
777
  QualificationRequirements?: QualificationRequirement[];
892
778
  }
893
- export declare namespace CreateHITTypeRequest {
894
- /**
895
- * @internal
896
- */
897
- const filterSensitiveLog: (obj: CreateHITTypeRequest) => any;
898
- }
899
779
  export interface CreateHITTypeResponse {
900
780
  /**
901
781
  * <p> The ID of the newly registered HIT type.</p>
902
782
  */
903
783
  HITTypeId?: string;
904
784
  }
905
- export declare namespace CreateHITTypeResponse {
906
- /**
907
- * @internal
908
- */
909
- const filterSensitiveLog: (obj: CreateHITTypeResponse) => any;
910
- }
911
785
  export interface CreateHITWithHITTypeRequest {
912
786
  /**
913
787
  * <p>The HIT type ID you want to create this HIT with.</p>
@@ -1008,12 +882,6 @@ export interface CreateHITWithHITTypeRequest {
1008
882
  */
1009
883
  HITLayoutParameters?: HITLayoutParameter[];
1010
884
  }
1011
- export declare namespace CreateHITWithHITTypeRequest {
1012
- /**
1013
- * @internal
1014
- */
1015
- const filterSensitiveLog: (obj: CreateHITWithHITTypeRequest) => any;
1016
- }
1017
885
  export interface CreateHITWithHITTypeResponse {
1018
886
  /**
1019
887
  * <p> Contains the newly created HIT data. For a description of
@@ -1023,12 +891,6 @@ export interface CreateHITWithHITTypeResponse {
1023
891
  */
1024
892
  HIT?: HIT;
1025
893
  }
1026
- export declare namespace CreateHITWithHITTypeResponse {
1027
- /**
1028
- * @internal
1029
- */
1030
- const filterSensitiveLog: (obj: CreateHITWithHITTypeResponse) => any;
1031
- }
1032
894
  export declare enum QualificationTypeStatus {
1033
895
  Active = "Active",
1034
896
  Inactive = "Inactive"
@@ -1115,12 +977,6 @@ export interface CreateQualificationTypeRequest {
1115
977
  */
1116
978
  AutoGrantedValue?: number;
1117
979
  }
1118
- export declare namespace CreateQualificationTypeRequest {
1119
- /**
1120
- * @internal
1121
- */
1122
- const filterSensitiveLog: (obj: CreateQualificationTypeRequest) => any;
1123
- }
1124
980
  /**
1125
981
  * <p> The QualificationType data structure represents a
1126
982
  * Qualification type, a description of a property of a Worker that must
@@ -1222,12 +1078,6 @@ export interface QualificationType {
1222
1078
  */
1223
1079
  AutoGrantedValue?: number;
1224
1080
  }
1225
- export declare namespace QualificationType {
1226
- /**
1227
- * @internal
1228
- */
1229
- const filterSensitiveLog: (obj: QualificationType) => any;
1230
- }
1231
1081
  export interface CreateQualificationTypeResponse {
1232
1082
  /**
1233
1083
  * <p>The created Qualification type, returned as a
@@ -1235,12 +1085,6 @@ export interface CreateQualificationTypeResponse {
1235
1085
  */
1236
1086
  QualificationType?: QualificationType;
1237
1087
  }
1238
- export declare namespace CreateQualificationTypeResponse {
1239
- /**
1240
- * @internal
1241
- */
1242
- const filterSensitiveLog: (obj: CreateQualificationTypeResponse) => any;
1243
- }
1244
1088
  export interface CreateWorkerBlockRequest {
1245
1089
  /**
1246
1090
  * <p>The ID of the Worker to block.</p>
@@ -1251,60 +1095,24 @@ export interface CreateWorkerBlockRequest {
1251
1095
  */
1252
1096
  Reason: string | undefined;
1253
1097
  }
1254
- export declare namespace CreateWorkerBlockRequest {
1255
- /**
1256
- * @internal
1257
- */
1258
- const filterSensitiveLog: (obj: CreateWorkerBlockRequest) => any;
1259
- }
1260
1098
  export interface CreateWorkerBlockResponse {
1261
1099
  }
1262
- export declare namespace CreateWorkerBlockResponse {
1263
- /**
1264
- * @internal
1265
- */
1266
- const filterSensitiveLog: (obj: CreateWorkerBlockResponse) => any;
1267
- }
1268
1100
  export interface DeleteHITRequest {
1269
1101
  /**
1270
1102
  * <p>The ID of the HIT to be deleted.</p>
1271
1103
  */
1272
1104
  HITId: string | undefined;
1273
1105
  }
1274
- export declare namespace DeleteHITRequest {
1275
- /**
1276
- * @internal
1277
- */
1278
- const filterSensitiveLog: (obj: DeleteHITRequest) => any;
1279
- }
1280
1106
  export interface DeleteHITResponse {
1281
1107
  }
1282
- export declare namespace DeleteHITResponse {
1283
- /**
1284
- * @internal
1285
- */
1286
- const filterSensitiveLog: (obj: DeleteHITResponse) => any;
1287
- }
1288
1108
  export interface DeleteQualificationTypeRequest {
1289
1109
  /**
1290
1110
  * <p>The ID of the QualificationType to dispose.</p>
1291
1111
  */
1292
1112
  QualificationTypeId: string | undefined;
1293
1113
  }
1294
- export declare namespace DeleteQualificationTypeRequest {
1295
- /**
1296
- * @internal
1297
- */
1298
- const filterSensitiveLog: (obj: DeleteQualificationTypeRequest) => any;
1299
- }
1300
1114
  export interface DeleteQualificationTypeResponse {
1301
1115
  }
1302
- export declare namespace DeleteQualificationTypeResponse {
1303
- /**
1304
- * @internal
1305
- */
1306
- const filterSensitiveLog: (obj: DeleteQualificationTypeResponse) => any;
1307
- }
1308
1116
  export interface DeleteWorkerBlockRequest {
1309
1117
  /**
1310
1118
  * <p>The ID of the Worker to unblock.</p>
@@ -1315,20 +1123,8 @@ export interface DeleteWorkerBlockRequest {
1315
1123
  */
1316
1124
  Reason?: string;
1317
1125
  }
1318
- export declare namespace DeleteWorkerBlockRequest {
1319
- /**
1320
- * @internal
1321
- */
1322
- const filterSensitiveLog: (obj: DeleteWorkerBlockRequest) => any;
1323
- }
1324
1126
  export interface DeleteWorkerBlockResponse {
1325
1127
  }
1326
- export declare namespace DeleteWorkerBlockResponse {
1327
- /**
1328
- * @internal
1329
- */
1330
- const filterSensitiveLog: (obj: DeleteWorkerBlockResponse) => any;
1331
- }
1332
1128
  export interface DisassociateQualificationFromWorkerRequest {
1333
1129
  /**
1334
1130
  * <p>The ID of the Worker who possesses the Qualification to be revoked.</p>
@@ -1343,20 +1139,8 @@ export interface DisassociateQualificationFromWorkerRequest {
1343
1139
  */
1344
1140
  Reason?: string;
1345
1141
  }
1346
- export declare namespace DisassociateQualificationFromWorkerRequest {
1347
- /**
1348
- * @internal
1349
- */
1350
- const filterSensitiveLog: (obj: DisassociateQualificationFromWorkerRequest) => any;
1351
- }
1352
1142
  export interface DisassociateQualificationFromWorkerResponse {
1353
1143
  }
1354
- export declare namespace DisassociateQualificationFromWorkerResponse {
1355
- /**
1356
- * @internal
1357
- */
1358
- const filterSensitiveLog: (obj: DisassociateQualificationFromWorkerResponse) => any;
1359
- }
1360
1144
  export declare enum EventType {
1361
1145
  AssignmentAbandoned = "AssignmentAbandoned",
1362
1146
  AssignmentAccepted = "AssignmentAccepted",
@@ -1373,12 +1157,6 @@ export declare enum EventType {
1373
1157
  }
1374
1158
  export interface GetAccountBalanceRequest {
1375
1159
  }
1376
- export declare namespace GetAccountBalanceRequest {
1377
- /**
1378
- * @internal
1379
- */
1380
- const filterSensitiveLog: (obj: GetAccountBalanceRequest) => any;
1381
- }
1382
1160
  export interface GetAccountBalanceResponse {
1383
1161
  /**
1384
1162
  * <p>A string representing a currency amount.</p>
@@ -1389,24 +1167,12 @@ export interface GetAccountBalanceResponse {
1389
1167
  */
1390
1168
  OnHoldBalance?: string;
1391
1169
  }
1392
- export declare namespace GetAccountBalanceResponse {
1393
- /**
1394
- * @internal
1395
- */
1396
- const filterSensitiveLog: (obj: GetAccountBalanceResponse) => any;
1397
- }
1398
1170
  export interface GetAssignmentRequest {
1399
1171
  /**
1400
1172
  * <p>The ID of the Assignment to be retrieved.</p>
1401
1173
  */
1402
1174
  AssignmentId: string | undefined;
1403
1175
  }
1404
- export declare namespace GetAssignmentRequest {
1405
- /**
1406
- * @internal
1407
- */
1408
- const filterSensitiveLog: (obj: GetAssignmentRequest) => any;
1409
- }
1410
1176
  export interface GetAssignmentResponse {
1411
1177
  /**
1412
1178
  * <p> The assignment. The response includes one Assignment
@@ -1420,12 +1186,6 @@ export interface GetAssignmentResponse {
1420
1186
  */
1421
1187
  HIT?: HIT;
1422
1188
  }
1423
- export declare namespace GetAssignmentResponse {
1424
- /**
1425
- * @internal
1426
- */
1427
- const filterSensitiveLog: (obj: GetAssignmentResponse) => any;
1428
- }
1429
1189
  export interface GetFileUploadURLRequest {
1430
1190
  /**
1431
1191
  * <p>The ID of the assignment that contains the question with a
@@ -1438,12 +1198,6 @@ export interface GetFileUploadURLRequest {
1438
1198
  */
1439
1199
  QuestionIdentifier: string | undefined;
1440
1200
  }
1441
- export declare namespace GetFileUploadURLRequest {
1442
- /**
1443
- * @internal
1444
- */
1445
- const filterSensitiveLog: (obj: GetFileUploadURLRequest) => any;
1446
- }
1447
1201
  export interface GetFileUploadURLResponse {
1448
1202
  /**
1449
1203
  * <p> A temporary URL for the file that the Worker uploaded for
@@ -1452,36 +1206,18 @@ export interface GetFileUploadURLResponse {
1452
1206
  */
1453
1207
  FileUploadURL?: string;
1454
1208
  }
1455
- export declare namespace GetFileUploadURLResponse {
1456
- /**
1457
- * @internal
1458
- */
1459
- const filterSensitiveLog: (obj: GetFileUploadURLResponse) => any;
1460
- }
1461
1209
  export interface GetHITRequest {
1462
1210
  /**
1463
1211
  * <p>The ID of the HIT to be retrieved.</p>
1464
1212
  */
1465
1213
  HITId: string | undefined;
1466
1214
  }
1467
- export declare namespace GetHITRequest {
1468
- /**
1469
- * @internal
1470
- */
1471
- const filterSensitiveLog: (obj: GetHITRequest) => any;
1472
- }
1473
1215
  export interface GetHITResponse {
1474
1216
  /**
1475
1217
  * <p> Contains the requested HIT data.</p>
1476
1218
  */
1477
1219
  HIT?: HIT;
1478
1220
  }
1479
- export declare namespace GetHITResponse {
1480
- /**
1481
- * @internal
1482
- */
1483
- const filterSensitiveLog: (obj: GetHITResponse) => any;
1484
- }
1485
1221
  export interface GetQualificationScoreRequest {
1486
1222
  /**
1487
1223
  * <p>The ID of the QualificationType.</p>
@@ -1492,12 +1228,6 @@ export interface GetQualificationScoreRequest {
1492
1228
  */
1493
1229
  WorkerId: string | undefined;
1494
1230
  }
1495
- export declare namespace GetQualificationScoreRequest {
1496
- /**
1497
- * @internal
1498
- */
1499
- const filterSensitiveLog: (obj: GetQualificationScoreRequest) => any;
1500
- }
1501
1231
  export declare enum QualificationStatus {
1502
1232
  Granted = "Granted",
1503
1233
  Revoked = "Revoked"
@@ -1540,12 +1270,6 @@ export interface Qualification {
1540
1270
  */
1541
1271
  Status?: QualificationStatus | string;
1542
1272
  }
1543
- export declare namespace Qualification {
1544
- /**
1545
- * @internal
1546
- */
1547
- const filterSensitiveLog: (obj: Qualification) => any;
1548
- }
1549
1273
  export interface GetQualificationScoreResponse {
1550
1274
  /**
1551
1275
  * <p> The Qualification data structure of the Qualification
@@ -1555,36 +1279,18 @@ export interface GetQualificationScoreResponse {
1555
1279
  */
1556
1280
  Qualification?: Qualification;
1557
1281
  }
1558
- export declare namespace GetQualificationScoreResponse {
1559
- /**
1560
- * @internal
1561
- */
1562
- const filterSensitiveLog: (obj: GetQualificationScoreResponse) => any;
1563
- }
1564
1282
  export interface GetQualificationTypeRequest {
1565
1283
  /**
1566
1284
  * <p>The ID of the QualificationType.</p>
1567
1285
  */
1568
1286
  QualificationTypeId: string | undefined;
1569
1287
  }
1570
- export declare namespace GetQualificationTypeRequest {
1571
- /**
1572
- * @internal
1573
- */
1574
- const filterSensitiveLog: (obj: GetQualificationTypeRequest) => any;
1575
- }
1576
1288
  export interface GetQualificationTypeResponse {
1577
1289
  /**
1578
1290
  * <p> The returned Qualification Type</p>
1579
1291
  */
1580
1292
  QualificationType?: QualificationType;
1581
1293
  }
1582
- export declare namespace GetQualificationTypeResponse {
1583
- /**
1584
- * @internal
1585
- */
1586
- const filterSensitiveLog: (obj: GetQualificationTypeResponse) => any;
1587
- }
1588
1294
  export interface ListAssignmentsForHITRequest {
1589
1295
  /**
1590
1296
  * <p>The ID of the HIT.</p>
@@ -1601,12 +1307,6 @@ export interface ListAssignmentsForHITRequest {
1601
1307
  */
1602
1308
  AssignmentStatuses?: (AssignmentStatus | string)[];
1603
1309
  }
1604
- export declare namespace ListAssignmentsForHITRequest {
1605
- /**
1606
- * @internal
1607
- */
1608
- const filterSensitiveLog: (obj: ListAssignmentsForHITRequest) => any;
1609
- }
1610
1310
  export interface ListAssignmentsForHITResponse {
1611
1311
  /**
1612
1312
  * <p>If the previous response was incomplete (because there is more data to retrieve), Amazon Mechanical Turk
@@ -1627,12 +1327,6 @@ export interface ListAssignmentsForHITResponse {
1627
1327
  */
1628
1328
  Assignments?: Assignment[];
1629
1329
  }
1630
- export declare namespace ListAssignmentsForHITResponse {
1631
- /**
1632
- * @internal
1633
- */
1634
- const filterSensitiveLog: (obj: ListAssignmentsForHITResponse) => any;
1635
- }
1636
1330
  export interface ListBonusPaymentsRequest {
1637
1331
  /**
1638
1332
  * <p>The ID of the HIT associated with the bonus payments to
@@ -1654,12 +1348,6 @@ export interface ListBonusPaymentsRequest {
1654
1348
  NextToken?: string;
1655
1349
  MaxResults?: number;
1656
1350
  }
1657
- export declare namespace ListBonusPaymentsRequest {
1658
- /**
1659
- * @internal
1660
- */
1661
- const filterSensitiveLog: (obj: ListBonusPaymentsRequest) => any;
1662
- }
1663
1351
  export interface ListBonusPaymentsResponse {
1664
1352
  /**
1665
1353
  * <p>The number of bonus payments on this page in the filtered
@@ -1682,12 +1370,6 @@ export interface ListBonusPaymentsResponse {
1682
1370
  */
1683
1371
  BonusPayments?: BonusPayment[];
1684
1372
  }
1685
- export declare namespace ListBonusPaymentsResponse {
1686
- /**
1687
- * @internal
1688
- */
1689
- const filterSensitiveLog: (obj: ListBonusPaymentsResponse) => any;
1690
- }
1691
1373
  export interface ListHITsRequest {
1692
1374
  /**
1693
1375
  * <p>Pagination token</p>
@@ -1695,12 +1377,6 @@ export interface ListHITsRequest {
1695
1377
  NextToken?: string;
1696
1378
  MaxResults?: number;
1697
1379
  }
1698
- export declare namespace ListHITsRequest {
1699
- /**
1700
- * @internal
1701
- */
1702
- const filterSensitiveLog: (obj: ListHITsRequest) => any;
1703
- }
1704
1380
  export interface ListHITsResponse {
1705
1381
  /**
1706
1382
  * <p>If the previous response was incomplete (because there is more data to retrieve), Amazon Mechanical Turk
@@ -1719,12 +1395,6 @@ export interface ListHITsResponse {
1719
1395
  */
1720
1396
  HITs?: HIT[];
1721
1397
  }
1722
- export declare namespace ListHITsResponse {
1723
- /**
1724
- * @internal
1725
- */
1726
- const filterSensitiveLog: (obj: ListHITsResponse) => any;
1727
- }
1728
1398
  export interface ListHITsForQualificationTypeRequest {
1729
1399
  /**
1730
1400
  * <p>
@@ -1743,12 +1413,6 @@ export interface ListHITsForQualificationTypeRequest {
1743
1413
  */
1744
1414
  MaxResults?: number;
1745
1415
  }
1746
- export declare namespace ListHITsForQualificationTypeRequest {
1747
- /**
1748
- * @internal
1749
- */
1750
- const filterSensitiveLog: (obj: ListHITsForQualificationTypeRequest) => any;
1751
- }
1752
1416
  export interface ListHITsForQualificationTypeResponse {
1753
1417
  /**
1754
1418
  * <p>If the previous response was incomplete (because there is more data to retrieve), Amazon Mechanical Turk
@@ -1767,12 +1431,6 @@ export interface ListHITsForQualificationTypeResponse {
1767
1431
  */
1768
1432
  HITs?: HIT[];
1769
1433
  }
1770
- export declare namespace ListHITsForQualificationTypeResponse {
1771
- /**
1772
- * @internal
1773
- */
1774
- const filterSensitiveLog: (obj: ListHITsForQualificationTypeResponse) => any;
1775
- }
1776
1434
  export interface ListQualificationRequestsRequest {
1777
1435
  /**
1778
1436
  * <p>The ID of the QualificationType.</p>
@@ -1791,12 +1449,6 @@ export interface ListQualificationRequestsRequest {
1791
1449
  */
1792
1450
  MaxResults?: number;
1793
1451
  }
1794
- export declare namespace ListQualificationRequestsRequest {
1795
- /**
1796
- * @internal
1797
- */
1798
- const filterSensitiveLog: (obj: ListQualificationRequestsRequest) => any;
1799
- }
1800
1452
  /**
1801
1453
  * <p> The QualificationRequest data structure represents a request
1802
1454
  * a Worker has made for a Qualification.
@@ -1845,12 +1497,6 @@ export interface QualificationRequest {
1845
1497
  */
1846
1498
  SubmitTime?: Date;
1847
1499
  }
1848
- export declare namespace QualificationRequest {
1849
- /**
1850
- * @internal
1851
- */
1852
- const filterSensitiveLog: (obj: QualificationRequest) => any;
1853
- }
1854
1500
  export interface ListQualificationRequestsResponse {
1855
1501
  /**
1856
1502
  * <p>The number of Qualification requests on this page in the filtered results list,
@@ -1872,12 +1518,6 @@ export interface ListQualificationRequestsResponse {
1872
1518
  */
1873
1519
  QualificationRequests?: QualificationRequest[];
1874
1520
  }
1875
- export declare namespace ListQualificationRequestsResponse {
1876
- /**
1877
- * @internal
1878
- */
1879
- const filterSensitiveLog: (obj: ListQualificationRequestsResponse) => any;
1880
- }
1881
1521
  export interface ListQualificationTypesRequest {
1882
1522
  /**
1883
1523
  * <p> A text query against all of the searchable attributes of
@@ -1916,12 +1556,6 @@ export interface ListQualificationTypesRequest {
1916
1556
  */
1917
1557
  MaxResults?: number;
1918
1558
  }
1919
- export declare namespace ListQualificationTypesRequest {
1920
- /**
1921
- * @internal
1922
- */
1923
- const filterSensitiveLog: (obj: ListQualificationTypesRequest) => any;
1924
- }
1925
1559
  export interface ListQualificationTypesResponse {
1926
1560
  /**
1927
1561
  * <p> The number of Qualification types on this page in the
@@ -1944,12 +1578,6 @@ export interface ListQualificationTypesResponse {
1944
1578
  */
1945
1579
  QualificationTypes?: QualificationType[];
1946
1580
  }
1947
- export declare namespace ListQualificationTypesResponse {
1948
- /**
1949
- * @internal
1950
- */
1951
- const filterSensitiveLog: (obj: ListQualificationTypesResponse) => any;
1952
- }
1953
1581
  export declare enum ReviewableHITStatus {
1954
1582
  Reviewable = "Reviewable",
1955
1583
  Reviewing = "Reviewing"
@@ -1980,12 +1608,6 @@ export interface ListReviewableHITsRequest {
1980
1608
  */
1981
1609
  MaxResults?: number;
1982
1610
  }
1983
- export declare namespace ListReviewableHITsRequest {
1984
- /**
1985
- * @internal
1986
- */
1987
- const filterSensitiveLog: (obj: ListReviewableHITsRequest) => any;
1988
- }
1989
1611
  export interface ListReviewableHITsResponse {
1990
1612
  /**
1991
1613
  * <p>If the previous response was incomplete (because there is more data to retrieve), Amazon Mechanical Turk
@@ -2005,12 +1627,6 @@ export interface ListReviewableHITsResponse {
2005
1627
  */
2006
1628
  HITs?: HIT[];
2007
1629
  }
2008
- export declare namespace ListReviewableHITsResponse {
2009
- /**
2010
- * @internal
2011
- */
2012
- const filterSensitiveLog: (obj: ListReviewableHITsResponse) => any;
2013
- }
2014
1630
  export declare enum ReviewPolicyLevel {
2015
1631
  Assignment = "Assignment",
2016
1632
  HIT = "HIT"
@@ -2050,12 +1666,6 @@ export interface ListReviewPolicyResultsForHITRequest {
2050
1666
  */
2051
1667
  MaxResults?: number;
2052
1668
  }
2053
- export declare namespace ListReviewPolicyResultsForHITRequest {
2054
- /**
2055
- * @internal
2056
- */
2057
- const filterSensitiveLog: (obj: ListReviewPolicyResultsForHITRequest) => any;
2058
- }
2059
1669
  export declare enum ReviewActionStatus {
2060
1670
  Cancelled = "Cancelled",
2061
1671
  Failed = "Failed",
@@ -2107,12 +1717,6 @@ export interface ReviewActionDetail {
2107
1717
  */
2108
1718
  ErrorCode?: string;
2109
1719
  }
2110
- export declare namespace ReviewActionDetail {
2111
- /**
2112
- * @internal
2113
- */
2114
- const filterSensitiveLog: (obj: ReviewActionDetail) => any;
2115
- }
2116
1720
  /**
2117
1721
  * <p> This data structure is returned multiple times for each
2118
1722
  * result specified in the Review Policy.
@@ -2160,12 +1764,6 @@ export interface ReviewResultDetail {
2160
1764
  */
2161
1765
  Value?: string;
2162
1766
  }
2163
- export declare namespace ReviewResultDetail {
2164
- /**
2165
- * @internal
2166
- */
2167
- const filterSensitiveLog: (obj: ReviewResultDetail) => any;
2168
- }
2169
1767
  /**
2170
1768
  * <p> Contains both ReviewResult and ReviewAction elements for a
2171
1769
  * particular HIT.
@@ -2185,12 +1783,6 @@ export interface ReviewReport {
2185
1783
  */
2186
1784
  ReviewActions?: ReviewActionDetail[];
2187
1785
  }
2188
- export declare namespace ReviewReport {
2189
- /**
2190
- * @internal
2191
- */
2192
- const filterSensitiveLog: (obj: ReviewReport) => any;
2193
- }
2194
1786
  export interface ListReviewPolicyResultsForHITResponse {
2195
1787
  /**
2196
1788
  * <p>The HITId of the HIT for which results have been returned.</p>
@@ -2226,12 +1818,6 @@ export interface ListReviewPolicyResultsForHITResponse {
2226
1818
  */
2227
1819
  NextToken?: string;
2228
1820
  }
2229
- export declare namespace ListReviewPolicyResultsForHITResponse {
2230
- /**
2231
- * @internal
2232
- */
2233
- const filterSensitiveLog: (obj: ListReviewPolicyResultsForHITResponse) => any;
2234
- }
2235
1821
  export interface ListWorkerBlocksRequest {
2236
1822
  /**
2237
1823
  * <p>Pagination token</p>
@@ -2239,12 +1825,6 @@ export interface ListWorkerBlocksRequest {
2239
1825
  NextToken?: string;
2240
1826
  MaxResults?: number;
2241
1827
  }
2242
- export declare namespace ListWorkerBlocksRequest {
2243
- /**
2244
- * @internal
2245
- */
2246
- const filterSensitiveLog: (obj: ListWorkerBlocksRequest) => any;
2247
- }
2248
1828
  /**
2249
1829
  * <p> The WorkerBlock data structure represents a Worker who has
2250
1830
  * been blocked. It has two elements: the WorkerId and the Reason for
@@ -2262,12 +1842,6 @@ export interface WorkerBlock {
2262
1842
  */
2263
1843
  Reason?: string;
2264
1844
  }
2265
- export declare namespace WorkerBlock {
2266
- /**
2267
- * @internal
2268
- */
2269
- const filterSensitiveLog: (obj: WorkerBlock) => any;
2270
- }
2271
1845
  export interface ListWorkerBlocksResponse {
2272
1846
  /**
2273
1847
  * <p>If the previous response was incomplete (because there is more data to retrieve), Amazon Mechanical Turk
@@ -2288,12 +1862,6 @@ export interface ListWorkerBlocksResponse {
2288
1862
  */
2289
1863
  WorkerBlocks?: WorkerBlock[];
2290
1864
  }
2291
- export declare namespace ListWorkerBlocksResponse {
2292
- /**
2293
- * @internal
2294
- */
2295
- const filterSensitiveLog: (obj: ListWorkerBlocksResponse) => any;
2296
- }
2297
1865
  export interface ListWorkersWithQualificationTypeRequest {
2298
1866
  /**
2299
1867
  * <p>The ID of the Qualification type of the Qualifications to
@@ -2318,12 +1886,6 @@ export interface ListWorkersWithQualificationTypeRequest {
2318
1886
  */
2319
1887
  MaxResults?: number;
2320
1888
  }
2321
- export declare namespace ListWorkersWithQualificationTypeRequest {
2322
- /**
2323
- * @internal
2324
- */
2325
- const filterSensitiveLog: (obj: ListWorkersWithQualificationTypeRequest) => any;
2326
- }
2327
1889
  export interface ListWorkersWithQualificationTypeResponse {
2328
1890
  /**
2329
1891
  * <p>If the previous response was incomplete (because there is more data to retrieve), Amazon Mechanical Turk
@@ -2344,12 +1906,6 @@ export interface ListWorkersWithQualificationTypeResponse {
2344
1906
  */
2345
1907
  Qualifications?: Qualification[];
2346
1908
  }
2347
- export declare namespace ListWorkersWithQualificationTypeResponse {
2348
- /**
2349
- * @internal
2350
- */
2351
- const filterSensitiveLog: (obj: ListWorkersWithQualificationTypeResponse) => any;
2352
- }
2353
1909
  export interface NotifyWorkersRequest {
2354
1910
  /**
2355
1911
  * <p>The subject line of the email message to send. Can include up
@@ -2368,12 +1924,6 @@ export interface NotifyWorkersRequest {
2368
1924
  */
2369
1925
  WorkerIds: string[] | undefined;
2370
1926
  }
2371
- export declare namespace NotifyWorkersRequest {
2372
- /**
2373
- * @internal
2374
- */
2375
- const filterSensitiveLog: (obj: NotifyWorkersRequest) => any;
2376
- }
2377
1927
  export declare enum NotifyWorkersFailureCode {
2378
1928
  HardFailure = "HardFailure",
2379
1929
  SoftFailure = "SoftFailure"
@@ -2400,12 +1950,6 @@ export interface NotifyWorkersFailureStatus {
2400
1950
  */
2401
1951
  WorkerId?: string;
2402
1952
  }
2403
- export declare namespace NotifyWorkersFailureStatus {
2404
- /**
2405
- * @internal
2406
- */
2407
- const filterSensitiveLog: (obj: NotifyWorkersFailureStatus) => any;
2408
- }
2409
1953
  export interface NotifyWorkersResponse {
2410
1954
  /**
2411
1955
  * <p> When MTurk sends notifications to the list of Workers, it
@@ -2415,12 +1959,6 @@ export interface NotifyWorkersResponse {
2415
1959
  */
2416
1960
  NotifyWorkersFailureStatuses?: NotifyWorkersFailureStatus[];
2417
1961
  }
2418
- export declare namespace NotifyWorkersResponse {
2419
- /**
2420
- * @internal
2421
- */
2422
- const filterSensitiveLog: (obj: NotifyWorkersResponse) => any;
2423
- }
2424
1962
  export interface RejectAssignmentRequest {
2425
1963
  /**
2426
1964
  * <p>
@@ -2435,20 +1973,8 @@ export interface RejectAssignmentRequest {
2435
1973
  */
2436
1974
  RequesterFeedback: string | undefined;
2437
1975
  }
2438
- export declare namespace RejectAssignmentRequest {
2439
- /**
2440
- * @internal
2441
- */
2442
- const filterSensitiveLog: (obj: RejectAssignmentRequest) => any;
2443
- }
2444
1976
  export interface RejectAssignmentResponse {
2445
1977
  }
2446
- export declare namespace RejectAssignmentResponse {
2447
- /**
2448
- * @internal
2449
- */
2450
- const filterSensitiveLog: (obj: RejectAssignmentResponse) => any;
2451
- }
2452
1978
  export interface RejectQualificationRequestRequest {
2453
1979
  /**
2454
1980
  * <p>
@@ -2464,20 +1990,8 @@ export interface RejectQualificationRequestRequest {
2464
1990
  */
2465
1991
  Reason?: string;
2466
1992
  }
2467
- export declare namespace RejectQualificationRequestRequest {
2468
- /**
2469
- * @internal
2470
- */
2471
- const filterSensitiveLog: (obj: RejectQualificationRequestRequest) => any;
2472
- }
2473
1993
  export interface RejectQualificationRequestResponse {
2474
1994
  }
2475
- export declare namespace RejectQualificationRequestResponse {
2476
- /**
2477
- * @internal
2478
- */
2479
- const filterSensitiveLog: (obj: RejectQualificationRequestResponse) => any;
2480
- }
2481
1995
  export interface SendBonusRequest {
2482
1996
  /**
2483
1997
  * <p>The ID of the Worker being paid the bonus.</p>
@@ -2510,20 +2024,8 @@ export interface SendBonusRequest {
2510
2024
  */
2511
2025
  UniqueRequestToken?: string;
2512
2026
  }
2513
- export declare namespace SendBonusRequest {
2514
- /**
2515
- * @internal
2516
- */
2517
- const filterSensitiveLog: (obj: SendBonusRequest) => any;
2518
- }
2519
2027
  export interface SendBonusResponse {
2520
2028
  }
2521
- export declare namespace SendBonusResponse {
2522
- /**
2523
- * @internal
2524
- */
2525
- const filterSensitiveLog: (obj: SendBonusResponse) => any;
2526
- }
2527
2029
  export declare enum NotificationTransport {
2528
2030
  Email = "Email",
2529
2031
  SNS = "SNS",
@@ -2573,12 +2075,6 @@ export interface NotificationSpecification {
2573
2075
  */
2574
2076
  EventTypes: (EventType | string)[] | undefined;
2575
2077
  }
2576
- export declare namespace NotificationSpecification {
2577
- /**
2578
- * @internal
2579
- */
2580
- const filterSensitiveLog: (obj: NotificationSpecification) => any;
2581
- }
2582
2078
  export interface SendTestEventNotificationRequest {
2583
2079
  /**
2584
2080
  * <p>
@@ -2598,20 +2094,8 @@ export interface SendTestEventNotificationRequest {
2598
2094
  */
2599
2095
  TestEventType: EventType | string | undefined;
2600
2096
  }
2601
- export declare namespace SendTestEventNotificationRequest {
2602
- /**
2603
- * @internal
2604
- */
2605
- const filterSensitiveLog: (obj: SendTestEventNotificationRequest) => any;
2606
- }
2607
2097
  export interface SendTestEventNotificationResponse {
2608
2098
  }
2609
- export declare namespace SendTestEventNotificationResponse {
2610
- /**
2611
- * @internal
2612
- */
2613
- const filterSensitiveLog: (obj: SendTestEventNotificationResponse) => any;
2614
- }
2615
2099
  export interface UpdateExpirationForHITRequest {
2616
2100
  /**
2617
2101
  * <p>
@@ -2626,20 +2110,8 @@ export interface UpdateExpirationForHITRequest {
2626
2110
  */
2627
2111
  ExpireAt: Date | undefined;
2628
2112
  }
2629
- export declare namespace UpdateExpirationForHITRequest {
2630
- /**
2631
- * @internal
2632
- */
2633
- const filterSensitiveLog: (obj: UpdateExpirationForHITRequest) => any;
2634
- }
2635
2113
  export interface UpdateExpirationForHITResponse {
2636
2114
  }
2637
- export declare namespace UpdateExpirationForHITResponse {
2638
- /**
2639
- * @internal
2640
- */
2641
- const filterSensitiveLog: (obj: UpdateExpirationForHITResponse) => any;
2642
- }
2643
2115
  export interface UpdateHITReviewStatusRequest {
2644
2116
  /**
2645
2117
  * <p>
@@ -2666,20 +2138,8 @@ export interface UpdateHITReviewStatusRequest {
2666
2138
  */
2667
2139
  Revert?: boolean;
2668
2140
  }
2669
- export declare namespace UpdateHITReviewStatusRequest {
2670
- /**
2671
- * @internal
2672
- */
2673
- const filterSensitiveLog: (obj: UpdateHITReviewStatusRequest) => any;
2674
- }
2675
2141
  export interface UpdateHITReviewStatusResponse {
2676
2142
  }
2677
- export declare namespace UpdateHITReviewStatusResponse {
2678
- /**
2679
- * @internal
2680
- */
2681
- const filterSensitiveLog: (obj: UpdateHITReviewStatusResponse) => any;
2682
- }
2683
2143
  export interface UpdateHITTypeOfHITRequest {
2684
2144
  /**
2685
2145
  * <p>The HIT to update.</p>
@@ -2690,20 +2150,8 @@ export interface UpdateHITTypeOfHITRequest {
2690
2150
  */
2691
2151
  HITTypeId: string | undefined;
2692
2152
  }
2693
- export declare namespace UpdateHITTypeOfHITRequest {
2694
- /**
2695
- * @internal
2696
- */
2697
- const filterSensitiveLog: (obj: UpdateHITTypeOfHITRequest) => any;
2698
- }
2699
2153
  export interface UpdateHITTypeOfHITResponse {
2700
2154
  }
2701
- export declare namespace UpdateHITTypeOfHITResponse {
2702
- /**
2703
- * @internal
2704
- */
2705
- const filterSensitiveLog: (obj: UpdateHITTypeOfHITResponse) => any;
2706
- }
2707
2155
  export interface UpdateNotificationSettingsRequest {
2708
2156
  /**
2709
2157
  * <p>
@@ -2727,20 +2175,8 @@ export interface UpdateNotificationSettingsRequest {
2727
2175
  */
2728
2176
  Active?: boolean;
2729
2177
  }
2730
- export declare namespace UpdateNotificationSettingsRequest {
2731
- /**
2732
- * @internal
2733
- */
2734
- const filterSensitiveLog: (obj: UpdateNotificationSettingsRequest) => any;
2735
- }
2736
2178
  export interface UpdateNotificationSettingsResponse {
2737
2179
  }
2738
- export declare namespace UpdateNotificationSettingsResponse {
2739
- /**
2740
- * @internal
2741
- */
2742
- const filterSensitiveLog: (obj: UpdateNotificationSettingsResponse) => any;
2743
- }
2744
2180
  export interface UpdateQualificationTypeRequest {
2745
2181
  /**
2746
2182
  * <p>The ID of the Qualification type to update.</p>
@@ -2789,21 +2225,393 @@ export interface UpdateQualificationTypeRequest {
2789
2225
  */
2790
2226
  AutoGrantedValue?: number;
2791
2227
  }
2792
- export declare namespace UpdateQualificationTypeRequest {
2793
- /**
2794
- * @internal
2795
- */
2796
- const filterSensitiveLog: (obj: UpdateQualificationTypeRequest) => any;
2797
- }
2798
2228
  export interface UpdateQualificationTypeResponse {
2799
2229
  /**
2800
2230
  * <p> Contains a QualificationType data structure.</p>
2801
2231
  */
2802
2232
  QualificationType?: QualificationType;
2803
2233
  }
2804
- export declare namespace UpdateQualificationTypeResponse {
2805
- /**
2806
- * @internal
2807
- */
2808
- const filterSensitiveLog: (obj: UpdateQualificationTypeResponse) => any;
2809
- }
2234
+ /**
2235
+ * @internal
2236
+ */
2237
+ export declare const AcceptQualificationRequestRequestFilterSensitiveLog: (obj: AcceptQualificationRequestRequest) => any;
2238
+ /**
2239
+ * @internal
2240
+ */
2241
+ export declare const AcceptQualificationRequestResponseFilterSensitiveLog: (obj: AcceptQualificationRequestResponse) => any;
2242
+ /**
2243
+ * @internal
2244
+ */
2245
+ export declare const ApproveAssignmentRequestFilterSensitiveLog: (obj: ApproveAssignmentRequest) => any;
2246
+ /**
2247
+ * @internal
2248
+ */
2249
+ export declare const ApproveAssignmentResponseFilterSensitiveLog: (obj: ApproveAssignmentResponse) => any;
2250
+ /**
2251
+ * @internal
2252
+ */
2253
+ export declare const AssignmentFilterSensitiveLog: (obj: Assignment) => any;
2254
+ /**
2255
+ * @internal
2256
+ */
2257
+ export declare const AssociateQualificationWithWorkerRequestFilterSensitiveLog: (obj: AssociateQualificationWithWorkerRequest) => any;
2258
+ /**
2259
+ * @internal
2260
+ */
2261
+ export declare const AssociateQualificationWithWorkerResponseFilterSensitiveLog: (obj: AssociateQualificationWithWorkerResponse) => any;
2262
+ /**
2263
+ * @internal
2264
+ */
2265
+ export declare const BonusPaymentFilterSensitiveLog: (obj: BonusPayment) => any;
2266
+ /**
2267
+ * @internal
2268
+ */
2269
+ export declare const CreateAdditionalAssignmentsForHITRequestFilterSensitiveLog: (obj: CreateAdditionalAssignmentsForHITRequest) => any;
2270
+ /**
2271
+ * @internal
2272
+ */
2273
+ export declare const CreateAdditionalAssignmentsForHITResponseFilterSensitiveLog: (obj: CreateAdditionalAssignmentsForHITResponse) => any;
2274
+ /**
2275
+ * @internal
2276
+ */
2277
+ export declare const ParameterMapEntryFilterSensitiveLog: (obj: ParameterMapEntry) => any;
2278
+ /**
2279
+ * @internal
2280
+ */
2281
+ export declare const PolicyParameterFilterSensitiveLog: (obj: PolicyParameter) => any;
2282
+ /**
2283
+ * @internal
2284
+ */
2285
+ export declare const ReviewPolicyFilterSensitiveLog: (obj: ReviewPolicy) => any;
2286
+ /**
2287
+ * @internal
2288
+ */
2289
+ export declare const HITLayoutParameterFilterSensitiveLog: (obj: HITLayoutParameter) => any;
2290
+ /**
2291
+ * @internal
2292
+ */
2293
+ export declare const LocaleFilterSensitiveLog: (obj: Locale) => any;
2294
+ /**
2295
+ * @internal
2296
+ */
2297
+ export declare const QualificationRequirementFilterSensitiveLog: (obj: QualificationRequirement) => any;
2298
+ /**
2299
+ * @internal
2300
+ */
2301
+ export declare const CreateHITRequestFilterSensitiveLog: (obj: CreateHITRequest) => any;
2302
+ /**
2303
+ * @internal
2304
+ */
2305
+ export declare const HITFilterSensitiveLog: (obj: HIT) => any;
2306
+ /**
2307
+ * @internal
2308
+ */
2309
+ export declare const CreateHITResponseFilterSensitiveLog: (obj: CreateHITResponse) => any;
2310
+ /**
2311
+ * @internal
2312
+ */
2313
+ export declare const CreateHITTypeRequestFilterSensitiveLog: (obj: CreateHITTypeRequest) => any;
2314
+ /**
2315
+ * @internal
2316
+ */
2317
+ export declare const CreateHITTypeResponseFilterSensitiveLog: (obj: CreateHITTypeResponse) => any;
2318
+ /**
2319
+ * @internal
2320
+ */
2321
+ export declare const CreateHITWithHITTypeRequestFilterSensitiveLog: (obj: CreateHITWithHITTypeRequest) => any;
2322
+ /**
2323
+ * @internal
2324
+ */
2325
+ export declare const CreateHITWithHITTypeResponseFilterSensitiveLog: (obj: CreateHITWithHITTypeResponse) => any;
2326
+ /**
2327
+ * @internal
2328
+ */
2329
+ export declare const CreateQualificationTypeRequestFilterSensitiveLog: (obj: CreateQualificationTypeRequest) => any;
2330
+ /**
2331
+ * @internal
2332
+ */
2333
+ export declare const QualificationTypeFilterSensitiveLog: (obj: QualificationType) => any;
2334
+ /**
2335
+ * @internal
2336
+ */
2337
+ export declare const CreateQualificationTypeResponseFilterSensitiveLog: (obj: CreateQualificationTypeResponse) => any;
2338
+ /**
2339
+ * @internal
2340
+ */
2341
+ export declare const CreateWorkerBlockRequestFilterSensitiveLog: (obj: CreateWorkerBlockRequest) => any;
2342
+ /**
2343
+ * @internal
2344
+ */
2345
+ export declare const CreateWorkerBlockResponseFilterSensitiveLog: (obj: CreateWorkerBlockResponse) => any;
2346
+ /**
2347
+ * @internal
2348
+ */
2349
+ export declare const DeleteHITRequestFilterSensitiveLog: (obj: DeleteHITRequest) => any;
2350
+ /**
2351
+ * @internal
2352
+ */
2353
+ export declare const DeleteHITResponseFilterSensitiveLog: (obj: DeleteHITResponse) => any;
2354
+ /**
2355
+ * @internal
2356
+ */
2357
+ export declare const DeleteQualificationTypeRequestFilterSensitiveLog: (obj: DeleteQualificationTypeRequest) => any;
2358
+ /**
2359
+ * @internal
2360
+ */
2361
+ export declare const DeleteQualificationTypeResponseFilterSensitiveLog: (obj: DeleteQualificationTypeResponse) => any;
2362
+ /**
2363
+ * @internal
2364
+ */
2365
+ export declare const DeleteWorkerBlockRequestFilterSensitiveLog: (obj: DeleteWorkerBlockRequest) => any;
2366
+ /**
2367
+ * @internal
2368
+ */
2369
+ export declare const DeleteWorkerBlockResponseFilterSensitiveLog: (obj: DeleteWorkerBlockResponse) => any;
2370
+ /**
2371
+ * @internal
2372
+ */
2373
+ export declare const DisassociateQualificationFromWorkerRequestFilterSensitiveLog: (obj: DisassociateQualificationFromWorkerRequest) => any;
2374
+ /**
2375
+ * @internal
2376
+ */
2377
+ export declare const DisassociateQualificationFromWorkerResponseFilterSensitiveLog: (obj: DisassociateQualificationFromWorkerResponse) => any;
2378
+ /**
2379
+ * @internal
2380
+ */
2381
+ export declare const GetAccountBalanceRequestFilterSensitiveLog: (obj: GetAccountBalanceRequest) => any;
2382
+ /**
2383
+ * @internal
2384
+ */
2385
+ export declare const GetAccountBalanceResponseFilterSensitiveLog: (obj: GetAccountBalanceResponse) => any;
2386
+ /**
2387
+ * @internal
2388
+ */
2389
+ export declare const GetAssignmentRequestFilterSensitiveLog: (obj: GetAssignmentRequest) => any;
2390
+ /**
2391
+ * @internal
2392
+ */
2393
+ export declare const GetAssignmentResponseFilterSensitiveLog: (obj: GetAssignmentResponse) => any;
2394
+ /**
2395
+ * @internal
2396
+ */
2397
+ export declare const GetFileUploadURLRequestFilterSensitiveLog: (obj: GetFileUploadURLRequest) => any;
2398
+ /**
2399
+ * @internal
2400
+ */
2401
+ export declare const GetFileUploadURLResponseFilterSensitiveLog: (obj: GetFileUploadURLResponse) => any;
2402
+ /**
2403
+ * @internal
2404
+ */
2405
+ export declare const GetHITRequestFilterSensitiveLog: (obj: GetHITRequest) => any;
2406
+ /**
2407
+ * @internal
2408
+ */
2409
+ export declare const GetHITResponseFilterSensitiveLog: (obj: GetHITResponse) => any;
2410
+ /**
2411
+ * @internal
2412
+ */
2413
+ export declare const GetQualificationScoreRequestFilterSensitiveLog: (obj: GetQualificationScoreRequest) => any;
2414
+ /**
2415
+ * @internal
2416
+ */
2417
+ export declare const QualificationFilterSensitiveLog: (obj: Qualification) => any;
2418
+ /**
2419
+ * @internal
2420
+ */
2421
+ export declare const GetQualificationScoreResponseFilterSensitiveLog: (obj: GetQualificationScoreResponse) => any;
2422
+ /**
2423
+ * @internal
2424
+ */
2425
+ export declare const GetQualificationTypeRequestFilterSensitiveLog: (obj: GetQualificationTypeRequest) => any;
2426
+ /**
2427
+ * @internal
2428
+ */
2429
+ export declare const GetQualificationTypeResponseFilterSensitiveLog: (obj: GetQualificationTypeResponse) => any;
2430
+ /**
2431
+ * @internal
2432
+ */
2433
+ export declare const ListAssignmentsForHITRequestFilterSensitiveLog: (obj: ListAssignmentsForHITRequest) => any;
2434
+ /**
2435
+ * @internal
2436
+ */
2437
+ export declare const ListAssignmentsForHITResponseFilterSensitiveLog: (obj: ListAssignmentsForHITResponse) => any;
2438
+ /**
2439
+ * @internal
2440
+ */
2441
+ export declare const ListBonusPaymentsRequestFilterSensitiveLog: (obj: ListBonusPaymentsRequest) => any;
2442
+ /**
2443
+ * @internal
2444
+ */
2445
+ export declare const ListBonusPaymentsResponseFilterSensitiveLog: (obj: ListBonusPaymentsResponse) => any;
2446
+ /**
2447
+ * @internal
2448
+ */
2449
+ export declare const ListHITsRequestFilterSensitiveLog: (obj: ListHITsRequest) => any;
2450
+ /**
2451
+ * @internal
2452
+ */
2453
+ export declare const ListHITsResponseFilterSensitiveLog: (obj: ListHITsResponse) => any;
2454
+ /**
2455
+ * @internal
2456
+ */
2457
+ export declare const ListHITsForQualificationTypeRequestFilterSensitiveLog: (obj: ListHITsForQualificationTypeRequest) => any;
2458
+ /**
2459
+ * @internal
2460
+ */
2461
+ export declare const ListHITsForQualificationTypeResponseFilterSensitiveLog: (obj: ListHITsForQualificationTypeResponse) => any;
2462
+ /**
2463
+ * @internal
2464
+ */
2465
+ export declare const ListQualificationRequestsRequestFilterSensitiveLog: (obj: ListQualificationRequestsRequest) => any;
2466
+ /**
2467
+ * @internal
2468
+ */
2469
+ export declare const QualificationRequestFilterSensitiveLog: (obj: QualificationRequest) => any;
2470
+ /**
2471
+ * @internal
2472
+ */
2473
+ export declare const ListQualificationRequestsResponseFilterSensitiveLog: (obj: ListQualificationRequestsResponse) => any;
2474
+ /**
2475
+ * @internal
2476
+ */
2477
+ export declare const ListQualificationTypesRequestFilterSensitiveLog: (obj: ListQualificationTypesRequest) => any;
2478
+ /**
2479
+ * @internal
2480
+ */
2481
+ export declare const ListQualificationTypesResponseFilterSensitiveLog: (obj: ListQualificationTypesResponse) => any;
2482
+ /**
2483
+ * @internal
2484
+ */
2485
+ export declare const ListReviewableHITsRequestFilterSensitiveLog: (obj: ListReviewableHITsRequest) => any;
2486
+ /**
2487
+ * @internal
2488
+ */
2489
+ export declare const ListReviewableHITsResponseFilterSensitiveLog: (obj: ListReviewableHITsResponse) => any;
2490
+ /**
2491
+ * @internal
2492
+ */
2493
+ export declare const ListReviewPolicyResultsForHITRequestFilterSensitiveLog: (obj: ListReviewPolicyResultsForHITRequest) => any;
2494
+ /**
2495
+ * @internal
2496
+ */
2497
+ export declare const ReviewActionDetailFilterSensitiveLog: (obj: ReviewActionDetail) => any;
2498
+ /**
2499
+ * @internal
2500
+ */
2501
+ export declare const ReviewResultDetailFilterSensitiveLog: (obj: ReviewResultDetail) => any;
2502
+ /**
2503
+ * @internal
2504
+ */
2505
+ export declare const ReviewReportFilterSensitiveLog: (obj: ReviewReport) => any;
2506
+ /**
2507
+ * @internal
2508
+ */
2509
+ export declare const ListReviewPolicyResultsForHITResponseFilterSensitiveLog: (obj: ListReviewPolicyResultsForHITResponse) => any;
2510
+ /**
2511
+ * @internal
2512
+ */
2513
+ export declare const ListWorkerBlocksRequestFilterSensitiveLog: (obj: ListWorkerBlocksRequest) => any;
2514
+ /**
2515
+ * @internal
2516
+ */
2517
+ export declare const WorkerBlockFilterSensitiveLog: (obj: WorkerBlock) => any;
2518
+ /**
2519
+ * @internal
2520
+ */
2521
+ export declare const ListWorkerBlocksResponseFilterSensitiveLog: (obj: ListWorkerBlocksResponse) => any;
2522
+ /**
2523
+ * @internal
2524
+ */
2525
+ export declare const ListWorkersWithQualificationTypeRequestFilterSensitiveLog: (obj: ListWorkersWithQualificationTypeRequest) => any;
2526
+ /**
2527
+ * @internal
2528
+ */
2529
+ export declare const ListWorkersWithQualificationTypeResponseFilterSensitiveLog: (obj: ListWorkersWithQualificationTypeResponse) => any;
2530
+ /**
2531
+ * @internal
2532
+ */
2533
+ export declare const NotifyWorkersRequestFilterSensitiveLog: (obj: NotifyWorkersRequest) => any;
2534
+ /**
2535
+ * @internal
2536
+ */
2537
+ export declare const NotifyWorkersFailureStatusFilterSensitiveLog: (obj: NotifyWorkersFailureStatus) => any;
2538
+ /**
2539
+ * @internal
2540
+ */
2541
+ export declare const NotifyWorkersResponseFilterSensitiveLog: (obj: NotifyWorkersResponse) => any;
2542
+ /**
2543
+ * @internal
2544
+ */
2545
+ export declare const RejectAssignmentRequestFilterSensitiveLog: (obj: RejectAssignmentRequest) => any;
2546
+ /**
2547
+ * @internal
2548
+ */
2549
+ export declare const RejectAssignmentResponseFilterSensitiveLog: (obj: RejectAssignmentResponse) => any;
2550
+ /**
2551
+ * @internal
2552
+ */
2553
+ export declare const RejectQualificationRequestRequestFilterSensitiveLog: (obj: RejectQualificationRequestRequest) => any;
2554
+ /**
2555
+ * @internal
2556
+ */
2557
+ export declare const RejectQualificationRequestResponseFilterSensitiveLog: (obj: RejectQualificationRequestResponse) => any;
2558
+ /**
2559
+ * @internal
2560
+ */
2561
+ export declare const SendBonusRequestFilterSensitiveLog: (obj: SendBonusRequest) => any;
2562
+ /**
2563
+ * @internal
2564
+ */
2565
+ export declare const SendBonusResponseFilterSensitiveLog: (obj: SendBonusResponse) => any;
2566
+ /**
2567
+ * @internal
2568
+ */
2569
+ export declare const NotificationSpecificationFilterSensitiveLog: (obj: NotificationSpecification) => any;
2570
+ /**
2571
+ * @internal
2572
+ */
2573
+ export declare const SendTestEventNotificationRequestFilterSensitiveLog: (obj: SendTestEventNotificationRequest) => any;
2574
+ /**
2575
+ * @internal
2576
+ */
2577
+ export declare const SendTestEventNotificationResponseFilterSensitiveLog: (obj: SendTestEventNotificationResponse) => any;
2578
+ /**
2579
+ * @internal
2580
+ */
2581
+ export declare const UpdateExpirationForHITRequestFilterSensitiveLog: (obj: UpdateExpirationForHITRequest) => any;
2582
+ /**
2583
+ * @internal
2584
+ */
2585
+ export declare const UpdateExpirationForHITResponseFilterSensitiveLog: (obj: UpdateExpirationForHITResponse) => any;
2586
+ /**
2587
+ * @internal
2588
+ */
2589
+ export declare const UpdateHITReviewStatusRequestFilterSensitiveLog: (obj: UpdateHITReviewStatusRequest) => any;
2590
+ /**
2591
+ * @internal
2592
+ */
2593
+ export declare const UpdateHITReviewStatusResponseFilterSensitiveLog: (obj: UpdateHITReviewStatusResponse) => any;
2594
+ /**
2595
+ * @internal
2596
+ */
2597
+ export declare const UpdateHITTypeOfHITRequestFilterSensitiveLog: (obj: UpdateHITTypeOfHITRequest) => any;
2598
+ /**
2599
+ * @internal
2600
+ */
2601
+ export declare const UpdateHITTypeOfHITResponseFilterSensitiveLog: (obj: UpdateHITTypeOfHITResponse) => any;
2602
+ /**
2603
+ * @internal
2604
+ */
2605
+ export declare const UpdateNotificationSettingsRequestFilterSensitiveLog: (obj: UpdateNotificationSettingsRequest) => any;
2606
+ /**
2607
+ * @internal
2608
+ */
2609
+ export declare const UpdateNotificationSettingsResponseFilterSensitiveLog: (obj: UpdateNotificationSettingsResponse) => any;
2610
+ /**
2611
+ * @internal
2612
+ */
2613
+ export declare const UpdateQualificationTypeRequestFilterSensitiveLog: (obj: UpdateQualificationTypeRequest) => any;
2614
+ /**
2615
+ * @internal
2616
+ */
2617
+ export declare const UpdateQualificationTypeResponseFilterSensitiveLog: (obj: UpdateQualificationTypeResponse) => any;