@aws-sdk/client-mturk 3.987.0 → 3.988.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +58 -1158
- package/dist-cjs/models/MTurkServiceException.js +12 -0
- package/dist-cjs/models/errors.js +38 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +957 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +22 -16
- package/dist-types/schemas/schemas_0.d.ts +10 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -3
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var MTurkServiceException = require('./models/MTurkServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,984 +113,6 @@ class MTurkClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class MTurkServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, MTurkServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class RequestError extends MTurkServiceException {
|
|
121
|
-
name = "RequestError";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
Message;
|
|
124
|
-
TurkErrorCode;
|
|
125
|
-
constructor(opts) {
|
|
126
|
-
super({
|
|
127
|
-
name: "RequestError",
|
|
128
|
-
$fault: "client",
|
|
129
|
-
...opts,
|
|
130
|
-
});
|
|
131
|
-
Object.setPrototypeOf(this, RequestError.prototype);
|
|
132
|
-
this.Message = opts.Message;
|
|
133
|
-
this.TurkErrorCode = opts.TurkErrorCode;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
class ServiceFault extends MTurkServiceException {
|
|
137
|
-
name = "ServiceFault";
|
|
138
|
-
$fault = "server";
|
|
139
|
-
Message;
|
|
140
|
-
TurkErrorCode;
|
|
141
|
-
constructor(opts) {
|
|
142
|
-
super({
|
|
143
|
-
name: "ServiceFault",
|
|
144
|
-
$fault: "server",
|
|
145
|
-
...opts,
|
|
146
|
-
});
|
|
147
|
-
Object.setPrototypeOf(this, ServiceFault.prototype);
|
|
148
|
-
this.Message = opts.Message;
|
|
149
|
-
this.TurkErrorCode = opts.TurkErrorCode;
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
const _A = "Assignment";
|
|
154
|
-
const _AA = "ApproveAssignment";
|
|
155
|
-
const _AADIS = "AutoApprovalDelayInSeconds";
|
|
156
|
-
const _AAR = "ApproveAssignmentRequest";
|
|
157
|
-
const _AARp = "ApproveAssignmentResponse";
|
|
158
|
-
const _AAT = "AutoApprovalTime";
|
|
159
|
-
const _AB = "AvailableBalance";
|
|
160
|
-
const _ADIS = "AssignmentDurationInSeconds";
|
|
161
|
-
const _AG = "AutoGranted";
|
|
162
|
-
const _AGV = "AutoGrantedValue";
|
|
163
|
-
const _AGc = "ActionsGuarded";
|
|
164
|
-
const _AI = "AssignmentId";
|
|
165
|
-
const _AIc = "ActionId";
|
|
166
|
-
const _AK = "AnswerKey";
|
|
167
|
-
const _AL = "AssignmentList";
|
|
168
|
-
const _AN = "ActionName";
|
|
169
|
-
const _AQR = "AcceptQualificationRequest";
|
|
170
|
-
const _AQRR = "AcceptQualificationRequestRequest";
|
|
171
|
-
const _AQRRc = "AcceptQualificationRequestResponse";
|
|
172
|
-
const _AQWW = "AssociateQualificationWithWorker";
|
|
173
|
-
const _AQWWR = "AssociateQualificationWithWorkerRequest";
|
|
174
|
-
const _AQWWRs = "AssociateQualificationWithWorkerResponse";
|
|
175
|
-
const _ARP = "AssignmentReviewPolicy";
|
|
176
|
-
const _ARR = "AssignmentReviewReport";
|
|
177
|
-
const _AS = "AssignmentStatus";
|
|
178
|
-
const _ASs = "AssignmentStatuses";
|
|
179
|
-
const _AT = "AcceptTime";
|
|
180
|
-
const _ATp = "ApprovalTime";
|
|
181
|
-
const _Ac = "Active";
|
|
182
|
-
const _An = "Answer";
|
|
183
|
-
const _As = "Assignments";
|
|
184
|
-
const _BA = "BonusAmount";
|
|
185
|
-
const _BP = "BonusPayment";
|
|
186
|
-
const _BPL = "BonusPaymentList";
|
|
187
|
-
const _BPo = "BonusPayments";
|
|
188
|
-
const _C = "Country";
|
|
189
|
-
const _CAAFHIT = "CreateAdditionalAssignmentsForHIT";
|
|
190
|
-
const _CAAFHITR = "CreateAdditionalAssignmentsForHITRequest";
|
|
191
|
-
const _CAAFHITRr = "CreateAdditionalAssignmentsForHITResponse";
|
|
192
|
-
const _CHIT = "CreateHIT";
|
|
193
|
-
const _CHITR = "CreateHITRequest";
|
|
194
|
-
const _CHITRr = "CreateHITResponse";
|
|
195
|
-
const _CHITT = "CreateHITType";
|
|
196
|
-
const _CHITTR = "CreateHITTypeRequest";
|
|
197
|
-
const _CHITTRr = "CreateHITTypeResponse";
|
|
198
|
-
const _CHITWHITT = "CreateHITWithHITType";
|
|
199
|
-
const _CHITWHITTR = "CreateHITWithHITTypeRequest";
|
|
200
|
-
const _CHITWHITTRr = "CreateHITWithHITTypeResponse";
|
|
201
|
-
const _CQT = "CreateQualificationType";
|
|
202
|
-
const _CQTR = "CreateQualificationTypeRequest";
|
|
203
|
-
const _CQTRr = "CreateQualificationTypeResponse";
|
|
204
|
-
const _CT = "CreationTime";
|
|
205
|
-
const _CTo = "CompleteTime";
|
|
206
|
-
const _CWB = "CreateWorkerBlock";
|
|
207
|
-
const _CWBR = "CreateWorkerBlockRequest";
|
|
208
|
-
const _CWBRr = "CreateWorkerBlockResponse";
|
|
209
|
-
const _Co = "Comparator";
|
|
210
|
-
const _D = "Deadline";
|
|
211
|
-
const _DHIT = "DeleteHIT";
|
|
212
|
-
const _DHITR = "DeleteHITRequest";
|
|
213
|
-
const _DHITRe = "DeleteHITResponse";
|
|
214
|
-
const _DQFW = "DisassociateQualificationFromWorker";
|
|
215
|
-
const _DQFWR = "DisassociateQualificationFromWorkerRequest";
|
|
216
|
-
const _DQFWRi = "DisassociateQualificationFromWorkerResponse";
|
|
217
|
-
const _DQT = "DeleteQualificationType";
|
|
218
|
-
const _DQTR = "DeleteQualificationTypeRequest";
|
|
219
|
-
const _DQTRe = "DeleteQualificationTypeResponse";
|
|
220
|
-
const _DWB = "DeleteWorkerBlock";
|
|
221
|
-
const _DWBR = "DeleteWorkerBlockRequest";
|
|
222
|
-
const _DWBRe = "DeleteWorkerBlockResponse";
|
|
223
|
-
const _De = "Description";
|
|
224
|
-
const _Des = "Destination";
|
|
225
|
-
const _E = "Expiration";
|
|
226
|
-
const _EA = "ExpireAt";
|
|
227
|
-
const _EC = "ErrorCode";
|
|
228
|
-
const _ET = "EventTypes";
|
|
229
|
-
const _FUURL = "FileUploadURL";
|
|
230
|
-
const _GA = "GetAssignment";
|
|
231
|
-
const _GAB = "GetAccountBalance";
|
|
232
|
-
const _GABR = "GetAccountBalanceRequest";
|
|
233
|
-
const _GABRe = "GetAccountBalanceResponse";
|
|
234
|
-
const _GAR = "GetAssignmentRequest";
|
|
235
|
-
const _GARe = "GetAssignmentResponse";
|
|
236
|
-
const _GFUURL = "GetFileUploadURL";
|
|
237
|
-
const _GFUURLR = "GetFileUploadURLRequest";
|
|
238
|
-
const _GFUURLRe = "GetFileUploadURLResponse";
|
|
239
|
-
const _GHIT = "GetHIT";
|
|
240
|
-
const _GHITR = "GetHITRequest";
|
|
241
|
-
const _GHITRe = "GetHITResponse";
|
|
242
|
-
const _GQS = "GetQualificationScore";
|
|
243
|
-
const _GQSR = "GetQualificationScoreRequest";
|
|
244
|
-
const _GQSRe = "GetQualificationScoreResponse";
|
|
245
|
-
const _GQT = "GetQualificationType";
|
|
246
|
-
const _GQTR = "GetQualificationTypeRequest";
|
|
247
|
-
const _GQTRe = "GetQualificationTypeResponse";
|
|
248
|
-
const _GT = "GrantTime";
|
|
249
|
-
const _HIT = "HIT";
|
|
250
|
-
const _HITGI = "HITGroupId";
|
|
251
|
-
const _HITI = "HITId";
|
|
252
|
-
const _HITL = "HITList";
|
|
253
|
-
const _HITLI = "HITLayoutId";
|
|
254
|
-
const _HITLP = "HITLayoutParameters";
|
|
255
|
-
const _HITLPL = "HITLayoutParameterList";
|
|
256
|
-
const _HITLPa = "HITLayoutParameter";
|
|
257
|
-
const _HITRP = "HITReviewPolicy";
|
|
258
|
-
const _HITRR = "HITReviewReport";
|
|
259
|
-
const _HITRS = "HITReviewStatus";
|
|
260
|
-
const _HITS = "HITStatus";
|
|
261
|
-
const _HITTI = "HITTypeId";
|
|
262
|
-
const _HITs = "HITs";
|
|
263
|
-
const _IR = "IsRequestable";
|
|
264
|
-
const _IV = "IntegerValue";
|
|
265
|
-
const _IVn = "IntegerValues";
|
|
266
|
-
const _K = "Keywords";
|
|
267
|
-
const _Ke = "Key";
|
|
268
|
-
const _L = "Locale";
|
|
269
|
-
const _LAFHIT = "ListAssignmentsForHIT";
|
|
270
|
-
const _LAFHITR = "ListAssignmentsForHITRequest";
|
|
271
|
-
const _LAFHITRi = "ListAssignmentsForHITResponse";
|
|
272
|
-
const _LBP = "ListBonusPayments";
|
|
273
|
-
const _LBPR = "ListBonusPaymentsRequest";
|
|
274
|
-
const _LBPRi = "ListBonusPaymentsResponse";
|
|
275
|
-
const _LHIT = "ListHITs";
|
|
276
|
-
const _LHITFQT = "ListHITsForQualificationType";
|
|
277
|
-
const _LHITFQTR = "ListHITsForQualificationTypeRequest";
|
|
278
|
-
const _LHITFQTRi = "ListHITsForQualificationTypeResponse";
|
|
279
|
-
const _LHITR = "ListHITsRequest";
|
|
280
|
-
const _LHITRi = "ListHITsResponse";
|
|
281
|
-
const _LIS = "LifetimeInSeconds";
|
|
282
|
-
const _LL = "LocaleList";
|
|
283
|
-
const _LQR = "ListQualificationRequests";
|
|
284
|
-
const _LQRR = "ListQualificationRequestsRequest";
|
|
285
|
-
const _LQRRi = "ListQualificationRequestsResponse";
|
|
286
|
-
const _LQT = "ListQualificationTypes";
|
|
287
|
-
const _LQTR = "ListQualificationTypesRequest";
|
|
288
|
-
const _LQTRi = "ListQualificationTypesResponse";
|
|
289
|
-
const _LRHIT = "ListReviewableHITs";
|
|
290
|
-
const _LRHITR = "ListReviewableHITsRequest";
|
|
291
|
-
const _LRHITRi = "ListReviewableHITsResponse";
|
|
292
|
-
const _LRPRFHIT = "ListReviewPolicyResultsForHIT";
|
|
293
|
-
const _LRPRFHITR = "ListReviewPolicyResultsForHITRequest";
|
|
294
|
-
const _LRPRFHITRi = "ListReviewPolicyResultsForHITResponse";
|
|
295
|
-
const _LV = "LocaleValue";
|
|
296
|
-
const _LVo = "LocaleValues";
|
|
297
|
-
const _LWB = "ListWorkerBlocks";
|
|
298
|
-
const _LWBR = "ListWorkerBlocksRequest";
|
|
299
|
-
const _LWBRi = "ListWorkerBlocksResponse";
|
|
300
|
-
const _LWWQT = "ListWorkersWithQualificationType";
|
|
301
|
-
const _LWWQTR = "ListWorkersWithQualificationTypeRequest";
|
|
302
|
-
const _LWWQTRi = "ListWorkersWithQualificationTypeResponse";
|
|
303
|
-
const _M = "Message";
|
|
304
|
-
const _MA = "MaxAssignments";
|
|
305
|
-
const _MBOBC = "MustBeOwnedByCaller";
|
|
306
|
-
const _MBR = "MustBeRequestable";
|
|
307
|
-
const _ME = "MapEntries";
|
|
308
|
-
const _MR = "MaxResults";
|
|
309
|
-
const _MT = "MessageText";
|
|
310
|
-
const _N = "Name";
|
|
311
|
-
const _NOAA = "NumberOfAdditionalAssignments";
|
|
312
|
-
const _NOAAu = "NumberOfAssignmentsAvailable";
|
|
313
|
-
const _NOAC = "NumberOfAssignmentsCompleted";
|
|
314
|
-
const _NOAP = "NumberOfAssignmentsPending";
|
|
315
|
-
const _NR = "NumResults";
|
|
316
|
-
const _NS = "NotificationSpecification";
|
|
317
|
-
const _NT = "NextToken";
|
|
318
|
-
const _NW = "NotifyWorkers";
|
|
319
|
-
const _NWFC = "NotifyWorkersFailureCode";
|
|
320
|
-
const _NWFM = "NotifyWorkersFailureMessage";
|
|
321
|
-
const _NWFS = "NotifyWorkersFailureStatus";
|
|
322
|
-
const _NWFSL = "NotifyWorkersFailureStatusList";
|
|
323
|
-
const _NWFSo = "NotifyWorkersFailureStatuses";
|
|
324
|
-
const _NWR = "NotifyWorkersRequest";
|
|
325
|
-
const _NWRo = "NotifyWorkersResponse";
|
|
326
|
-
const _No = "Notification";
|
|
327
|
-
const _OHB = "OnHoldBalance";
|
|
328
|
-
const _OR = "OverrideRejection";
|
|
329
|
-
const _P = "Parameters";
|
|
330
|
-
const _PL = "PolicyLevels";
|
|
331
|
-
const _PME = "ParameterMapEntry";
|
|
332
|
-
const _PMEL = "ParameterMapEntryList";
|
|
333
|
-
const _PN = "PolicyName";
|
|
334
|
-
const _PP = "PolicyParameter";
|
|
335
|
-
const _PPL = "PolicyParameterList";
|
|
336
|
-
const _Q = "Question";
|
|
337
|
-
const _QI = "QuestionIdentifier";
|
|
338
|
-
const _QIu = "QuestionId";
|
|
339
|
-
const _QL = "QualificationList";
|
|
340
|
-
const _QR = "QualificationRequirements";
|
|
341
|
-
const _QRI = "QualificationRequestId";
|
|
342
|
-
const _QRL = "QualificationRequestList";
|
|
343
|
-
const _QRLu = "QualificationRequirementList";
|
|
344
|
-
const _QRu = "QualificationRequests";
|
|
345
|
-
const _QRua = "QualificationRequest";
|
|
346
|
-
const _QRual = "QualificationRequirement";
|
|
347
|
-
const _QT = "QualificationType";
|
|
348
|
-
const _QTI = "QualificationTypeId";
|
|
349
|
-
const _QTL = "QualificationTypeList";
|
|
350
|
-
const _QTS = "QualificationTypeStatus";
|
|
351
|
-
const _QTu = "QualificationTypes";
|
|
352
|
-
const _Qu = "Qualification";
|
|
353
|
-
const _Qua = "Qualifications";
|
|
354
|
-
const _Que = "Query";
|
|
355
|
-
const _R = "Reason";
|
|
356
|
-
const _RA = "RequesterAnnotation";
|
|
357
|
-
const _RAD = "ReviewActionDetail";
|
|
358
|
-
const _RADL = "ReviewActionDetailList";
|
|
359
|
-
const _RAR = "RejectAssignmentRequest";
|
|
360
|
-
const _RARe = "RejectAssignmentResponse";
|
|
361
|
-
const _RAe = "RetrieveActions";
|
|
362
|
-
const _RAej = "RejectAssignment";
|
|
363
|
-
const _RAev = "ReviewActions";
|
|
364
|
-
const _RDIS = "RetryDelayInSeconds";
|
|
365
|
-
const _RE = "RequestError";
|
|
366
|
-
const _RF = "RequesterFeedback";
|
|
367
|
-
const _RP = "ReviewPolicy";
|
|
368
|
-
const _RQR = "RejectQualificationRequest";
|
|
369
|
-
const _RQRR = "RejectQualificationRequestRequest";
|
|
370
|
-
const _RQRRe = "RejectQualificationRequestResponse";
|
|
371
|
-
const _RR = "RetrieveResults";
|
|
372
|
-
const _RRD = "ReviewResultDetail";
|
|
373
|
-
const _RRDL = "ReviewResultDetailList";
|
|
374
|
-
const _RRe = "ReviewReport";
|
|
375
|
-
const _RRev = "ReviewResults";
|
|
376
|
-
const _RT = "RejectionTime";
|
|
377
|
-
const _RTP = "RequiredToPreview";
|
|
378
|
-
const _Re = "Reward";
|
|
379
|
-
const _Res = "Result";
|
|
380
|
-
const _Rev = "Revert";
|
|
381
|
-
const _S = "Status";
|
|
382
|
-
const _SB = "SendBonus";
|
|
383
|
-
const _SBR = "SendBonusRequest";
|
|
384
|
-
const _SBRe = "SendBonusResponse";
|
|
385
|
-
const _SF = "ServiceFault";
|
|
386
|
-
const _SI = "SubjectId";
|
|
387
|
-
const _SN = "SendNotification";
|
|
388
|
-
const _ST = "SubmitTime";
|
|
389
|
-
const _STEN = "SendTestEventNotification";
|
|
390
|
-
const _STENR = "SendTestEventNotificationRequest";
|
|
391
|
-
const _STENRe = "SendTestEventNotificationResponse";
|
|
392
|
-
const _STu = "SubjectType";
|
|
393
|
-
const _Su = "Subdivision";
|
|
394
|
-
const _Sub = "Subject";
|
|
395
|
-
const _T = "Title";
|
|
396
|
-
const _TDIS = "TestDurationInSeconds";
|
|
397
|
-
const _TEC = "TurkErrorCode";
|
|
398
|
-
const _TET = "TestEventType";
|
|
399
|
-
const _TI = "TargetId";
|
|
400
|
-
const _TT = "TargetType";
|
|
401
|
-
const _Te = "Test";
|
|
402
|
-
const _Tr = "Transport";
|
|
403
|
-
const _UEFHIT = "UpdateExpirationForHIT";
|
|
404
|
-
const _UEFHITR = "UpdateExpirationForHITRequest";
|
|
405
|
-
const _UEFHITRp = "UpdateExpirationForHITResponse";
|
|
406
|
-
const _UHITRS = "UpdateHITReviewStatus";
|
|
407
|
-
const _UHITRSR = "UpdateHITReviewStatusRequest";
|
|
408
|
-
const _UHITRSRp = "UpdateHITReviewStatusResponse";
|
|
409
|
-
const _UHITTOHIT = "UpdateHITTypeOfHIT";
|
|
410
|
-
const _UHITTOHITR = "UpdateHITTypeOfHITRequest";
|
|
411
|
-
const _UHITTOHITRp = "UpdateHITTypeOfHITResponse";
|
|
412
|
-
const _UNS = "UpdateNotificationSettings";
|
|
413
|
-
const _UNSR = "UpdateNotificationSettingsRequest";
|
|
414
|
-
const _UNSRp = "UpdateNotificationSettingsResponse";
|
|
415
|
-
const _UQT = "UpdateQualificationType";
|
|
416
|
-
const _UQTR = "UpdateQualificationTypeRequest";
|
|
417
|
-
const _UQTRp = "UpdateQualificationTypeResponse";
|
|
418
|
-
const _URT = "UniqueRequestToken";
|
|
419
|
-
const _V = "Value";
|
|
420
|
-
const _Va = "Values";
|
|
421
|
-
const _Ve = "Version";
|
|
422
|
-
const _WB = "WorkerBlocks";
|
|
423
|
-
const _WBL = "WorkerBlockList";
|
|
424
|
-
const _WBo = "WorkerBlock";
|
|
425
|
-
const _WI = "WorkerId";
|
|
426
|
-
const _WIo = "WorkerIds";
|
|
427
|
-
const _aQE = "awsQueryError";
|
|
428
|
-
const _c = "client";
|
|
429
|
-
const _e = "error";
|
|
430
|
-
const _hE = "httpError";
|
|
431
|
-
const _s = "server";
|
|
432
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.mturk";
|
|
433
|
-
const n0 = "com.amazonaws.mturk";
|
|
434
|
-
var AcceptQualificationRequestRequest$ = [3, n0, _AQRR,
|
|
435
|
-
0,
|
|
436
|
-
[_QRI, _IV],
|
|
437
|
-
[0, 1], 1
|
|
438
|
-
];
|
|
439
|
-
var AcceptQualificationRequestResponse$ = [3, n0, _AQRRc,
|
|
440
|
-
0,
|
|
441
|
-
[],
|
|
442
|
-
[]
|
|
443
|
-
];
|
|
444
|
-
var ApproveAssignmentRequest$ = [3, n0, _AAR,
|
|
445
|
-
0,
|
|
446
|
-
[_AI, _RF, _OR],
|
|
447
|
-
[0, 0, 2], 1
|
|
448
|
-
];
|
|
449
|
-
var ApproveAssignmentResponse$ = [3, n0, _AARp,
|
|
450
|
-
0,
|
|
451
|
-
[],
|
|
452
|
-
[]
|
|
453
|
-
];
|
|
454
|
-
var Assignment$ = [3, n0, _A,
|
|
455
|
-
0,
|
|
456
|
-
[_AI, _WI, _HITI, _AS, _AAT, _AT, _ST, _ATp, _RT, _D, _An, _RF],
|
|
457
|
-
[0, 0, 0, 0, 4, 4, 4, 4, 4, 4, 0, 0]
|
|
458
|
-
];
|
|
459
|
-
var AssociateQualificationWithWorkerRequest$ = [3, n0, _AQWWR,
|
|
460
|
-
0,
|
|
461
|
-
[_QTI, _WI, _IV, _SN],
|
|
462
|
-
[0, 0, 1, 2], 2
|
|
463
|
-
];
|
|
464
|
-
var AssociateQualificationWithWorkerResponse$ = [3, n0, _AQWWRs,
|
|
465
|
-
0,
|
|
466
|
-
[],
|
|
467
|
-
[]
|
|
468
|
-
];
|
|
469
|
-
var BonusPayment$ = [3, n0, _BP,
|
|
470
|
-
0,
|
|
471
|
-
[_WI, _BA, _AI, _R, _GT],
|
|
472
|
-
[0, 0, 0, 0, 4]
|
|
473
|
-
];
|
|
474
|
-
var CreateAdditionalAssignmentsForHITRequest$ = [3, n0, _CAAFHITR,
|
|
475
|
-
0,
|
|
476
|
-
[_HITI, _NOAA, _URT],
|
|
477
|
-
[0, 1, 0], 2
|
|
478
|
-
];
|
|
479
|
-
var CreateAdditionalAssignmentsForHITResponse$ = [3, n0, _CAAFHITRr,
|
|
480
|
-
0,
|
|
481
|
-
[],
|
|
482
|
-
[]
|
|
483
|
-
];
|
|
484
|
-
var CreateHITRequest$ = [3, n0, _CHITR,
|
|
485
|
-
0,
|
|
486
|
-
[_LIS, _ADIS, _Re, _T, _De, _MA, _AADIS, _K, _Q, _RA, _QR, _URT, _ARP, _HITRP, _HITLI, _HITLP],
|
|
487
|
-
[1, 1, 0, 0, 0, 1, 1, 0, 0, 0, () => QualificationRequirementList, 0, () => ReviewPolicy$, () => ReviewPolicy$, 0, () => HITLayoutParameterList], 5
|
|
488
|
-
];
|
|
489
|
-
var CreateHITResponse$ = [3, n0, _CHITRr,
|
|
490
|
-
0,
|
|
491
|
-
[_HIT],
|
|
492
|
-
[() => HIT$]
|
|
493
|
-
];
|
|
494
|
-
var CreateHITTypeRequest$ = [3, n0, _CHITTR,
|
|
495
|
-
0,
|
|
496
|
-
[_ADIS, _Re, _T, _De, _AADIS, _K, _QR],
|
|
497
|
-
[1, 0, 0, 0, 1, 0, () => QualificationRequirementList], 4
|
|
498
|
-
];
|
|
499
|
-
var CreateHITTypeResponse$ = [3, n0, _CHITTRr,
|
|
500
|
-
0,
|
|
501
|
-
[_HITTI],
|
|
502
|
-
[0]
|
|
503
|
-
];
|
|
504
|
-
var CreateHITWithHITTypeRequest$ = [3, n0, _CHITWHITTR,
|
|
505
|
-
0,
|
|
506
|
-
[_HITTI, _LIS, _MA, _Q, _RA, _URT, _ARP, _HITRP, _HITLI, _HITLP],
|
|
507
|
-
[0, 1, 1, 0, 0, 0, () => ReviewPolicy$, () => ReviewPolicy$, 0, () => HITLayoutParameterList], 2
|
|
508
|
-
];
|
|
509
|
-
var CreateHITWithHITTypeResponse$ = [3, n0, _CHITWHITTRr,
|
|
510
|
-
0,
|
|
511
|
-
[_HIT],
|
|
512
|
-
[() => HIT$]
|
|
513
|
-
];
|
|
514
|
-
var CreateQualificationTypeRequest$ = [3, n0, _CQTR,
|
|
515
|
-
0,
|
|
516
|
-
[_N, _De, _QTS, _K, _RDIS, _Te, _AK, _TDIS, _AG, _AGV],
|
|
517
|
-
[0, 0, 0, 0, 1, 0, 0, 1, 2, 1], 3
|
|
518
|
-
];
|
|
519
|
-
var CreateQualificationTypeResponse$ = [3, n0, _CQTRr,
|
|
520
|
-
0,
|
|
521
|
-
[_QT],
|
|
522
|
-
[() => QualificationType$]
|
|
523
|
-
];
|
|
524
|
-
var CreateWorkerBlockRequest$ = [3, n0, _CWBR,
|
|
525
|
-
0,
|
|
526
|
-
[_WI, _R],
|
|
527
|
-
[0, 0], 2
|
|
528
|
-
];
|
|
529
|
-
var CreateWorkerBlockResponse$ = [3, n0, _CWBRr,
|
|
530
|
-
0,
|
|
531
|
-
[],
|
|
532
|
-
[]
|
|
533
|
-
];
|
|
534
|
-
var DeleteHITRequest$ = [3, n0, _DHITR,
|
|
535
|
-
0,
|
|
536
|
-
[_HITI],
|
|
537
|
-
[0], 1
|
|
538
|
-
];
|
|
539
|
-
var DeleteHITResponse$ = [3, n0, _DHITRe,
|
|
540
|
-
0,
|
|
541
|
-
[],
|
|
542
|
-
[]
|
|
543
|
-
];
|
|
544
|
-
var DeleteQualificationTypeRequest$ = [3, n0, _DQTR,
|
|
545
|
-
0,
|
|
546
|
-
[_QTI],
|
|
547
|
-
[0], 1
|
|
548
|
-
];
|
|
549
|
-
var DeleteQualificationTypeResponse$ = [3, n0, _DQTRe,
|
|
550
|
-
0,
|
|
551
|
-
[],
|
|
552
|
-
[]
|
|
553
|
-
];
|
|
554
|
-
var DeleteWorkerBlockRequest$ = [3, n0, _DWBR,
|
|
555
|
-
0,
|
|
556
|
-
[_WI, _R],
|
|
557
|
-
[0, 0], 1
|
|
558
|
-
];
|
|
559
|
-
var DeleteWorkerBlockResponse$ = [3, n0, _DWBRe,
|
|
560
|
-
0,
|
|
561
|
-
[],
|
|
562
|
-
[]
|
|
563
|
-
];
|
|
564
|
-
var DisassociateQualificationFromWorkerRequest$ = [3, n0, _DQFWR,
|
|
565
|
-
0,
|
|
566
|
-
[_WI, _QTI, _R],
|
|
567
|
-
[0, 0, 0], 2
|
|
568
|
-
];
|
|
569
|
-
var DisassociateQualificationFromWorkerResponse$ = [3, n0, _DQFWRi,
|
|
570
|
-
0,
|
|
571
|
-
[],
|
|
572
|
-
[]
|
|
573
|
-
];
|
|
574
|
-
var GetAccountBalanceRequest$ = [3, n0, _GABR,
|
|
575
|
-
0,
|
|
576
|
-
[],
|
|
577
|
-
[]
|
|
578
|
-
];
|
|
579
|
-
var GetAccountBalanceResponse$ = [3, n0, _GABRe,
|
|
580
|
-
0,
|
|
581
|
-
[_AB, _OHB],
|
|
582
|
-
[0, 0]
|
|
583
|
-
];
|
|
584
|
-
var GetAssignmentRequest$ = [3, n0, _GAR,
|
|
585
|
-
0,
|
|
586
|
-
[_AI],
|
|
587
|
-
[0], 1
|
|
588
|
-
];
|
|
589
|
-
var GetAssignmentResponse$ = [3, n0, _GARe,
|
|
590
|
-
0,
|
|
591
|
-
[_A, _HIT],
|
|
592
|
-
[() => Assignment$, () => HIT$]
|
|
593
|
-
];
|
|
594
|
-
var GetFileUploadURLRequest$ = [3, n0, _GFUURLR,
|
|
595
|
-
0,
|
|
596
|
-
[_AI, _QI],
|
|
597
|
-
[0, 0], 2
|
|
598
|
-
];
|
|
599
|
-
var GetFileUploadURLResponse$ = [3, n0, _GFUURLRe,
|
|
600
|
-
0,
|
|
601
|
-
[_FUURL],
|
|
602
|
-
[0]
|
|
603
|
-
];
|
|
604
|
-
var GetHITRequest$ = [3, n0, _GHITR,
|
|
605
|
-
0,
|
|
606
|
-
[_HITI],
|
|
607
|
-
[0], 1
|
|
608
|
-
];
|
|
609
|
-
var GetHITResponse$ = [3, n0, _GHITRe,
|
|
610
|
-
0,
|
|
611
|
-
[_HIT],
|
|
612
|
-
[() => HIT$]
|
|
613
|
-
];
|
|
614
|
-
var GetQualificationScoreRequest$ = [3, n0, _GQSR,
|
|
615
|
-
0,
|
|
616
|
-
[_QTI, _WI],
|
|
617
|
-
[0, 0], 2
|
|
618
|
-
];
|
|
619
|
-
var GetQualificationScoreResponse$ = [3, n0, _GQSRe,
|
|
620
|
-
0,
|
|
621
|
-
[_Qu],
|
|
622
|
-
[() => Qualification$]
|
|
623
|
-
];
|
|
624
|
-
var GetQualificationTypeRequest$ = [3, n0, _GQTR,
|
|
625
|
-
0,
|
|
626
|
-
[_QTI],
|
|
627
|
-
[0], 1
|
|
628
|
-
];
|
|
629
|
-
var GetQualificationTypeResponse$ = [3, n0, _GQTRe,
|
|
630
|
-
0,
|
|
631
|
-
[_QT],
|
|
632
|
-
[() => QualificationType$]
|
|
633
|
-
];
|
|
634
|
-
var HIT$ = [3, n0, _HIT,
|
|
635
|
-
0,
|
|
636
|
-
[_HITI, _HITTI, _HITGI, _HITLI, _CT, _T, _De, _Q, _K, _HITS, _MA, _Re, _AADIS, _E, _ADIS, _RA, _QR, _HITRS, _NOAP, _NOAAu, _NOAC],
|
|
637
|
-
[0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 1, 0, 1, 4, 1, 0, () => QualificationRequirementList, 0, 1, 1, 1]
|
|
638
|
-
];
|
|
639
|
-
var HITLayoutParameter$ = [3, n0, _HITLPa,
|
|
640
|
-
0,
|
|
641
|
-
[_N, _V],
|
|
642
|
-
[0, 0], 2
|
|
643
|
-
];
|
|
644
|
-
var ListAssignmentsForHITRequest$ = [3, n0, _LAFHITR,
|
|
645
|
-
0,
|
|
646
|
-
[_HITI, _NT, _MR, _ASs],
|
|
647
|
-
[0, 0, 1, 64 | 0], 1
|
|
648
|
-
];
|
|
649
|
-
var ListAssignmentsForHITResponse$ = [3, n0, _LAFHITRi,
|
|
650
|
-
0,
|
|
651
|
-
[_NT, _NR, _As],
|
|
652
|
-
[0, 1, () => AssignmentList]
|
|
653
|
-
];
|
|
654
|
-
var ListBonusPaymentsRequest$ = [3, n0, _LBPR,
|
|
655
|
-
0,
|
|
656
|
-
[_HITI, _AI, _NT, _MR],
|
|
657
|
-
[0, 0, 0, 1]
|
|
658
|
-
];
|
|
659
|
-
var ListBonusPaymentsResponse$ = [3, n0, _LBPRi,
|
|
660
|
-
0,
|
|
661
|
-
[_NR, _NT, _BPo],
|
|
662
|
-
[1, 0, () => BonusPaymentList]
|
|
663
|
-
];
|
|
664
|
-
var ListHITsForQualificationTypeRequest$ = [3, n0, _LHITFQTR,
|
|
665
|
-
0,
|
|
666
|
-
[_QTI, _NT, _MR],
|
|
667
|
-
[0, 0, 1], 1
|
|
668
|
-
];
|
|
669
|
-
var ListHITsForQualificationTypeResponse$ = [3, n0, _LHITFQTRi,
|
|
670
|
-
0,
|
|
671
|
-
[_NT, _NR, _HITs],
|
|
672
|
-
[0, 1, () => HITList]
|
|
673
|
-
];
|
|
674
|
-
var ListHITsRequest$ = [3, n0, _LHITR,
|
|
675
|
-
0,
|
|
676
|
-
[_NT, _MR],
|
|
677
|
-
[0, 1]
|
|
678
|
-
];
|
|
679
|
-
var ListHITsResponse$ = [3, n0, _LHITRi,
|
|
680
|
-
0,
|
|
681
|
-
[_NT, _NR, _HITs],
|
|
682
|
-
[0, 1, () => HITList]
|
|
683
|
-
];
|
|
684
|
-
var ListQualificationRequestsRequest$ = [3, n0, _LQRR,
|
|
685
|
-
0,
|
|
686
|
-
[_QTI, _NT, _MR],
|
|
687
|
-
[0, 0, 1]
|
|
688
|
-
];
|
|
689
|
-
var ListQualificationRequestsResponse$ = [3, n0, _LQRRi,
|
|
690
|
-
0,
|
|
691
|
-
[_NR, _NT, _QRu],
|
|
692
|
-
[1, 0, () => QualificationRequestList]
|
|
693
|
-
];
|
|
694
|
-
var ListQualificationTypesRequest$ = [3, n0, _LQTR,
|
|
695
|
-
0,
|
|
696
|
-
[_MBR, _Que, _MBOBC, _NT, _MR],
|
|
697
|
-
[2, 0, 2, 0, 1], 1
|
|
698
|
-
];
|
|
699
|
-
var ListQualificationTypesResponse$ = [3, n0, _LQTRi,
|
|
700
|
-
0,
|
|
701
|
-
[_NR, _NT, _QTu],
|
|
702
|
-
[1, 0, () => QualificationTypeList]
|
|
703
|
-
];
|
|
704
|
-
var ListReviewableHITsRequest$ = [3, n0, _LRHITR,
|
|
705
|
-
0,
|
|
706
|
-
[_HITTI, _S, _NT, _MR],
|
|
707
|
-
[0, 0, 0, 1]
|
|
708
|
-
];
|
|
709
|
-
var ListReviewableHITsResponse$ = [3, n0, _LRHITRi,
|
|
710
|
-
0,
|
|
711
|
-
[_NT, _NR, _HITs],
|
|
712
|
-
[0, 1, () => HITList]
|
|
713
|
-
];
|
|
714
|
-
var ListReviewPolicyResultsForHITRequest$ = [3, n0, _LRPRFHITR,
|
|
715
|
-
0,
|
|
716
|
-
[_HITI, _PL, _RAe, _RR, _NT, _MR],
|
|
717
|
-
[0, 64 | 0, 2, 2, 0, 1], 1
|
|
718
|
-
];
|
|
719
|
-
var ListReviewPolicyResultsForHITResponse$ = [3, n0, _LRPRFHITRi,
|
|
720
|
-
0,
|
|
721
|
-
[_HITI, _ARP, _HITRP, _ARR, _HITRR, _NT],
|
|
722
|
-
[0, () => ReviewPolicy$, () => ReviewPolicy$, () => ReviewReport$, () => ReviewReport$, 0]
|
|
723
|
-
];
|
|
724
|
-
var ListWorkerBlocksRequest$ = [3, n0, _LWBR,
|
|
725
|
-
0,
|
|
726
|
-
[_NT, _MR],
|
|
727
|
-
[0, 1]
|
|
728
|
-
];
|
|
729
|
-
var ListWorkerBlocksResponse$ = [3, n0, _LWBRi,
|
|
730
|
-
0,
|
|
731
|
-
[_NT, _NR, _WB],
|
|
732
|
-
[0, 1, () => WorkerBlockList]
|
|
733
|
-
];
|
|
734
|
-
var ListWorkersWithQualificationTypeRequest$ = [3, n0, _LWWQTR,
|
|
735
|
-
0,
|
|
736
|
-
[_QTI, _S, _NT, _MR],
|
|
737
|
-
[0, 0, 0, 1], 1
|
|
738
|
-
];
|
|
739
|
-
var ListWorkersWithQualificationTypeResponse$ = [3, n0, _LWWQTRi,
|
|
740
|
-
0,
|
|
741
|
-
[_NT, _NR, _Qua],
|
|
742
|
-
[0, 1, () => QualificationList]
|
|
743
|
-
];
|
|
744
|
-
var Locale$ = [3, n0, _L,
|
|
745
|
-
0,
|
|
746
|
-
[_C, _Su],
|
|
747
|
-
[0, 0], 1
|
|
748
|
-
];
|
|
749
|
-
var NotificationSpecification$ = [3, n0, _NS,
|
|
750
|
-
0,
|
|
751
|
-
[_Des, _Tr, _Ve, _ET],
|
|
752
|
-
[0, 0, 0, 64 | 0], 4
|
|
753
|
-
];
|
|
754
|
-
var NotifyWorkersFailureStatus$ = [3, n0, _NWFS,
|
|
755
|
-
0,
|
|
756
|
-
[_NWFC, _NWFM, _WI],
|
|
757
|
-
[0, 0, 0]
|
|
758
|
-
];
|
|
759
|
-
var NotifyWorkersRequest$ = [3, n0, _NWR,
|
|
760
|
-
0,
|
|
761
|
-
[_Sub, _MT, _WIo],
|
|
762
|
-
[0, 0, 64 | 0], 3
|
|
763
|
-
];
|
|
764
|
-
var NotifyWorkersResponse$ = [3, n0, _NWRo,
|
|
765
|
-
0,
|
|
766
|
-
[_NWFSo],
|
|
767
|
-
[() => NotifyWorkersFailureStatusList]
|
|
768
|
-
];
|
|
769
|
-
var ParameterMapEntry$ = [3, n0, _PME,
|
|
770
|
-
0,
|
|
771
|
-
[_Ke, _Va],
|
|
772
|
-
[0, 64 | 0]
|
|
773
|
-
];
|
|
774
|
-
var PolicyParameter$ = [3, n0, _PP,
|
|
775
|
-
0,
|
|
776
|
-
[_Ke, _Va, _ME],
|
|
777
|
-
[0, 64 | 0, () => ParameterMapEntryList]
|
|
778
|
-
];
|
|
779
|
-
var Qualification$ = [3, n0, _Qu,
|
|
780
|
-
0,
|
|
781
|
-
[_QTI, _WI, _GT, _IV, _LV, _S],
|
|
782
|
-
[0, 0, 4, 1, () => Locale$, 0]
|
|
783
|
-
];
|
|
784
|
-
var QualificationRequest$ = [3, n0, _QRua,
|
|
785
|
-
0,
|
|
786
|
-
[_QRI, _QTI, _WI, _Te, _An, _ST],
|
|
787
|
-
[0, 0, 0, 0, 0, 4]
|
|
788
|
-
];
|
|
789
|
-
var QualificationRequirement$ = [3, n0, _QRual,
|
|
790
|
-
0,
|
|
791
|
-
[_QTI, _Co, _IVn, _LVo, _RTP, _AGc],
|
|
792
|
-
[0, 0, 64 | 1, () => LocaleList, 2, 0], 2
|
|
793
|
-
];
|
|
794
|
-
var QualificationType$ = [3, n0, _QT,
|
|
795
|
-
0,
|
|
796
|
-
[_QTI, _CT, _N, _De, _K, _QTS, _Te, _TDIS, _AK, _RDIS, _IR, _AG, _AGV],
|
|
797
|
-
[0, 4, 0, 0, 0, 0, 0, 1, 0, 1, 2, 2, 1]
|
|
798
|
-
];
|
|
799
|
-
var RejectAssignmentRequest$ = [3, n0, _RAR,
|
|
800
|
-
0,
|
|
801
|
-
[_AI, _RF],
|
|
802
|
-
[0, 0], 2
|
|
803
|
-
];
|
|
804
|
-
var RejectAssignmentResponse$ = [3, n0, _RARe,
|
|
805
|
-
0,
|
|
806
|
-
[],
|
|
807
|
-
[]
|
|
808
|
-
];
|
|
809
|
-
var RejectQualificationRequestRequest$ = [3, n0, _RQRR,
|
|
810
|
-
0,
|
|
811
|
-
[_QRI, _R],
|
|
812
|
-
[0, 0], 1
|
|
813
|
-
];
|
|
814
|
-
var RejectQualificationRequestResponse$ = [3, n0, _RQRRe,
|
|
815
|
-
0,
|
|
816
|
-
[],
|
|
817
|
-
[]
|
|
818
|
-
];
|
|
819
|
-
var RequestError$ = [-3, n0, _RE,
|
|
820
|
-
{ [_aQE]: [`RequestError`, 400], [_e]: _c, [_hE]: 400 },
|
|
821
|
-
[_M, _TEC],
|
|
822
|
-
[0, 0]
|
|
823
|
-
];
|
|
824
|
-
schema.TypeRegistry.for(n0).registerError(RequestError$, RequestError);
|
|
825
|
-
var ReviewActionDetail$ = [3, n0, _RAD,
|
|
826
|
-
0,
|
|
827
|
-
[_AIc, _AN, _TI, _TT, _S, _CTo, _Res, _EC],
|
|
828
|
-
[0, 0, 0, 0, 0, 4, 0, 0]
|
|
829
|
-
];
|
|
830
|
-
var ReviewPolicy$ = [3, n0, _RP,
|
|
831
|
-
0,
|
|
832
|
-
[_PN, _P],
|
|
833
|
-
[0, () => PolicyParameterList], 1
|
|
834
|
-
];
|
|
835
|
-
var ReviewReport$ = [3, n0, _RRe,
|
|
836
|
-
0,
|
|
837
|
-
[_RRev, _RAev],
|
|
838
|
-
[() => ReviewResultDetailList, () => ReviewActionDetailList]
|
|
839
|
-
];
|
|
840
|
-
var ReviewResultDetail$ = [3, n0, _RRD,
|
|
841
|
-
0,
|
|
842
|
-
[_AIc, _SI, _STu, _QIu, _Ke, _V],
|
|
843
|
-
[0, 0, 0, 0, 0, 0]
|
|
844
|
-
];
|
|
845
|
-
var SendBonusRequest$ = [3, n0, _SBR,
|
|
846
|
-
0,
|
|
847
|
-
[_WI, _BA, _AI, _R, _URT],
|
|
848
|
-
[0, 0, 0, 0, 0], 4
|
|
849
|
-
];
|
|
850
|
-
var SendBonusResponse$ = [3, n0, _SBRe,
|
|
851
|
-
0,
|
|
852
|
-
[],
|
|
853
|
-
[]
|
|
854
|
-
];
|
|
855
|
-
var SendTestEventNotificationRequest$ = [3, n0, _STENR,
|
|
856
|
-
0,
|
|
857
|
-
[_No, _TET],
|
|
858
|
-
[() => NotificationSpecification$, 0], 2
|
|
859
|
-
];
|
|
860
|
-
var SendTestEventNotificationResponse$ = [3, n0, _STENRe,
|
|
861
|
-
0,
|
|
862
|
-
[],
|
|
863
|
-
[]
|
|
864
|
-
];
|
|
865
|
-
var ServiceFault$ = [-3, n0, _SF,
|
|
866
|
-
{ [_aQE]: [`ServiceFault`, 500], [_e]: _s, [_hE]: 500 },
|
|
867
|
-
[_M, _TEC],
|
|
868
|
-
[0, 0]
|
|
869
|
-
];
|
|
870
|
-
schema.TypeRegistry.for(n0).registerError(ServiceFault$, ServiceFault);
|
|
871
|
-
var UpdateExpirationForHITRequest$ = [3, n0, _UEFHITR,
|
|
872
|
-
0,
|
|
873
|
-
[_HITI, _EA],
|
|
874
|
-
[0, 4], 2
|
|
875
|
-
];
|
|
876
|
-
var UpdateExpirationForHITResponse$ = [3, n0, _UEFHITRp,
|
|
877
|
-
0,
|
|
878
|
-
[],
|
|
879
|
-
[]
|
|
880
|
-
];
|
|
881
|
-
var UpdateHITReviewStatusRequest$ = [3, n0, _UHITRSR,
|
|
882
|
-
0,
|
|
883
|
-
[_HITI, _Rev],
|
|
884
|
-
[0, 2], 1
|
|
885
|
-
];
|
|
886
|
-
var UpdateHITReviewStatusResponse$ = [3, n0, _UHITRSRp,
|
|
887
|
-
0,
|
|
888
|
-
[],
|
|
889
|
-
[]
|
|
890
|
-
];
|
|
891
|
-
var UpdateHITTypeOfHITRequest$ = [3, n0, _UHITTOHITR,
|
|
892
|
-
0,
|
|
893
|
-
[_HITI, _HITTI],
|
|
894
|
-
[0, 0], 2
|
|
895
|
-
];
|
|
896
|
-
var UpdateHITTypeOfHITResponse$ = [3, n0, _UHITTOHITRp,
|
|
897
|
-
0,
|
|
898
|
-
[],
|
|
899
|
-
[]
|
|
900
|
-
];
|
|
901
|
-
var UpdateNotificationSettingsRequest$ = [3, n0, _UNSR,
|
|
902
|
-
0,
|
|
903
|
-
[_HITTI, _No, _Ac],
|
|
904
|
-
[0, () => NotificationSpecification$, 2], 1
|
|
905
|
-
];
|
|
906
|
-
var UpdateNotificationSettingsResponse$ = [3, n0, _UNSRp,
|
|
907
|
-
0,
|
|
908
|
-
[],
|
|
909
|
-
[]
|
|
910
|
-
];
|
|
911
|
-
var UpdateQualificationTypeRequest$ = [3, n0, _UQTR,
|
|
912
|
-
0,
|
|
913
|
-
[_QTI, _De, _QTS, _Te, _AK, _TDIS, _RDIS, _AG, _AGV],
|
|
914
|
-
[0, 0, 0, 0, 0, 1, 1, 2, 1], 1
|
|
915
|
-
];
|
|
916
|
-
var UpdateQualificationTypeResponse$ = [3, n0, _UQTRp,
|
|
917
|
-
0,
|
|
918
|
-
[_QT],
|
|
919
|
-
[() => QualificationType$]
|
|
920
|
-
];
|
|
921
|
-
var WorkerBlock$ = [3, n0, _WBo,
|
|
922
|
-
0,
|
|
923
|
-
[_WI, _R],
|
|
924
|
-
[0, 0]
|
|
925
|
-
];
|
|
926
|
-
var MTurkServiceException$ = [-3, _sm, "MTurkServiceException", 0, [], []];
|
|
927
|
-
schema.TypeRegistry.for(_sm).registerError(MTurkServiceException$, MTurkServiceException);
|
|
928
|
-
var AssignmentList = [1, n0, _AL,
|
|
929
|
-
0, () => Assignment$
|
|
930
|
-
];
|
|
931
|
-
var BonusPaymentList = [1, n0, _BPL,
|
|
932
|
-
0, () => BonusPayment$
|
|
933
|
-
];
|
|
934
|
-
var HITLayoutParameterList = [1, n0, _HITLPL,
|
|
935
|
-
0, () => HITLayoutParameter$
|
|
936
|
-
];
|
|
937
|
-
var HITList = [1, n0, _HITL,
|
|
938
|
-
0, () => HIT$
|
|
939
|
-
];
|
|
940
|
-
var LocaleList = [1, n0, _LL,
|
|
941
|
-
0, () => Locale$
|
|
942
|
-
];
|
|
943
|
-
var NotifyWorkersFailureStatusList = [1, n0, _NWFSL,
|
|
944
|
-
0, () => NotifyWorkersFailureStatus$
|
|
945
|
-
];
|
|
946
|
-
var ParameterMapEntryList = [1, n0, _PMEL,
|
|
947
|
-
0, () => ParameterMapEntry$
|
|
948
|
-
];
|
|
949
|
-
var PolicyParameterList = [1, n0, _PPL,
|
|
950
|
-
0, () => PolicyParameter$
|
|
951
|
-
];
|
|
952
|
-
var QualificationList = [1, n0, _QL,
|
|
953
|
-
0, () => Qualification$
|
|
954
|
-
];
|
|
955
|
-
var QualificationRequestList = [1, n0, _QRL,
|
|
956
|
-
0, () => QualificationRequest$
|
|
957
|
-
];
|
|
958
|
-
var QualificationRequirementList = [1, n0, _QRLu,
|
|
959
|
-
0, () => QualificationRequirement$
|
|
960
|
-
];
|
|
961
|
-
var QualificationTypeList = [1, n0, _QTL,
|
|
962
|
-
0, () => QualificationType$
|
|
963
|
-
];
|
|
964
|
-
var ReviewActionDetailList = [1, n0, _RADL,
|
|
965
|
-
0, () => ReviewActionDetail$
|
|
966
|
-
];
|
|
967
|
-
var ReviewResultDetailList = [1, n0, _RRDL,
|
|
968
|
-
0, () => ReviewResultDetail$
|
|
969
|
-
];
|
|
970
|
-
var WorkerBlockList = [1, n0, _WBL,
|
|
971
|
-
0, () => WorkerBlock$
|
|
972
|
-
];
|
|
973
|
-
var AcceptQualificationRequest$ = [9, n0, _AQR,
|
|
974
|
-
0, () => AcceptQualificationRequestRequest$, () => AcceptQualificationRequestResponse$
|
|
975
|
-
];
|
|
976
|
-
var ApproveAssignment$ = [9, n0, _AA,
|
|
977
|
-
2, () => ApproveAssignmentRequest$, () => ApproveAssignmentResponse$
|
|
978
|
-
];
|
|
979
|
-
var AssociateQualificationWithWorker$ = [9, n0, _AQWW,
|
|
980
|
-
0, () => AssociateQualificationWithWorkerRequest$, () => AssociateQualificationWithWorkerResponse$
|
|
981
|
-
];
|
|
982
|
-
var CreateAdditionalAssignmentsForHIT$ = [9, n0, _CAAFHIT,
|
|
983
|
-
0, () => CreateAdditionalAssignmentsForHITRequest$, () => CreateAdditionalAssignmentsForHITResponse$
|
|
984
|
-
];
|
|
985
|
-
var CreateHIT$ = [9, n0, _CHIT,
|
|
986
|
-
0, () => CreateHITRequest$, () => CreateHITResponse$
|
|
987
|
-
];
|
|
988
|
-
var CreateHITType$ = [9, n0, _CHITT,
|
|
989
|
-
2, () => CreateHITTypeRequest$, () => CreateHITTypeResponse$
|
|
990
|
-
];
|
|
991
|
-
var CreateHITWithHITType$ = [9, n0, _CHITWHITT,
|
|
992
|
-
0, () => CreateHITWithHITTypeRequest$, () => CreateHITWithHITTypeResponse$
|
|
993
|
-
];
|
|
994
|
-
var CreateQualificationType$ = [9, n0, _CQT,
|
|
995
|
-
0, () => CreateQualificationTypeRequest$, () => CreateQualificationTypeResponse$
|
|
996
|
-
];
|
|
997
|
-
var CreateWorkerBlock$ = [9, n0, _CWB,
|
|
998
|
-
0, () => CreateWorkerBlockRequest$, () => CreateWorkerBlockResponse$
|
|
999
|
-
];
|
|
1000
|
-
var DeleteHIT$ = [9, n0, _DHIT,
|
|
1001
|
-
2, () => DeleteHITRequest$, () => DeleteHITResponse$
|
|
1002
|
-
];
|
|
1003
|
-
var DeleteQualificationType$ = [9, n0, _DQT,
|
|
1004
|
-
2, () => DeleteQualificationTypeRequest$, () => DeleteQualificationTypeResponse$
|
|
1005
|
-
];
|
|
1006
|
-
var DeleteWorkerBlock$ = [9, n0, _DWB,
|
|
1007
|
-
2, () => DeleteWorkerBlockRequest$, () => DeleteWorkerBlockResponse$
|
|
1008
|
-
];
|
|
1009
|
-
var DisassociateQualificationFromWorker$ = [9, n0, _DQFW,
|
|
1010
|
-
0, () => DisassociateQualificationFromWorkerRequest$, () => DisassociateQualificationFromWorkerResponse$
|
|
1011
|
-
];
|
|
1012
|
-
var GetAccountBalance$ = [9, n0, _GAB,
|
|
1013
|
-
2, () => GetAccountBalanceRequest$, () => GetAccountBalanceResponse$
|
|
1014
|
-
];
|
|
1015
|
-
var GetAssignment$ = [9, n0, _GA,
|
|
1016
|
-
2, () => GetAssignmentRequest$, () => GetAssignmentResponse$
|
|
1017
|
-
];
|
|
1018
|
-
var GetFileUploadURL$ = [9, n0, _GFUURL,
|
|
1019
|
-
2, () => GetFileUploadURLRequest$, () => GetFileUploadURLResponse$
|
|
1020
|
-
];
|
|
1021
|
-
var GetHIT$ = [9, n0, _GHIT,
|
|
1022
|
-
2, () => GetHITRequest$, () => GetHITResponse$
|
|
1023
|
-
];
|
|
1024
|
-
var GetQualificationScore$ = [9, n0, _GQS,
|
|
1025
|
-
2, () => GetQualificationScoreRequest$, () => GetQualificationScoreResponse$
|
|
1026
|
-
];
|
|
1027
|
-
var GetQualificationType$ = [9, n0, _GQT,
|
|
1028
|
-
2, () => GetQualificationTypeRequest$, () => GetQualificationTypeResponse$
|
|
1029
|
-
];
|
|
1030
|
-
var ListAssignmentsForHIT$ = [9, n0, _LAFHIT,
|
|
1031
|
-
2, () => ListAssignmentsForHITRequest$, () => ListAssignmentsForHITResponse$
|
|
1032
|
-
];
|
|
1033
|
-
var ListBonusPayments$ = [9, n0, _LBP,
|
|
1034
|
-
2, () => ListBonusPaymentsRequest$, () => ListBonusPaymentsResponse$
|
|
1035
|
-
];
|
|
1036
|
-
var ListHITs$ = [9, n0, _LHIT,
|
|
1037
|
-
2, () => ListHITsRequest$, () => ListHITsResponse$
|
|
1038
|
-
];
|
|
1039
|
-
var ListHITsForQualificationType$ = [9, n0, _LHITFQT,
|
|
1040
|
-
2, () => ListHITsForQualificationTypeRequest$, () => ListHITsForQualificationTypeResponse$
|
|
1041
|
-
];
|
|
1042
|
-
var ListQualificationRequests$ = [9, n0, _LQR,
|
|
1043
|
-
2, () => ListQualificationRequestsRequest$, () => ListQualificationRequestsResponse$
|
|
1044
|
-
];
|
|
1045
|
-
var ListQualificationTypes$ = [9, n0, _LQT,
|
|
1046
|
-
2, () => ListQualificationTypesRequest$, () => ListQualificationTypesResponse$
|
|
1047
|
-
];
|
|
1048
|
-
var ListReviewableHITs$ = [9, n0, _LRHIT,
|
|
1049
|
-
2, () => ListReviewableHITsRequest$, () => ListReviewableHITsResponse$
|
|
1050
|
-
];
|
|
1051
|
-
var ListReviewPolicyResultsForHIT$ = [9, n0, _LRPRFHIT,
|
|
1052
|
-
2, () => ListReviewPolicyResultsForHITRequest$, () => ListReviewPolicyResultsForHITResponse$
|
|
1053
|
-
];
|
|
1054
|
-
var ListWorkerBlocks$ = [9, n0, _LWB,
|
|
1055
|
-
2, () => ListWorkerBlocksRequest$, () => ListWorkerBlocksResponse$
|
|
1056
|
-
];
|
|
1057
|
-
var ListWorkersWithQualificationType$ = [9, n0, _LWWQT,
|
|
1058
|
-
2, () => ListWorkersWithQualificationTypeRequest$, () => ListWorkersWithQualificationTypeResponse$
|
|
1059
|
-
];
|
|
1060
|
-
var NotifyWorkers$ = [9, n0, _NW,
|
|
1061
|
-
0, () => NotifyWorkersRequest$, () => NotifyWorkersResponse$
|
|
1062
|
-
];
|
|
1063
|
-
var RejectAssignment$ = [9, n0, _RAej,
|
|
1064
|
-
2, () => RejectAssignmentRequest$, () => RejectAssignmentResponse$
|
|
1065
|
-
];
|
|
1066
|
-
var RejectQualificationRequest$ = [9, n0, _RQR,
|
|
1067
|
-
0, () => RejectQualificationRequestRequest$, () => RejectQualificationRequestResponse$
|
|
1068
|
-
];
|
|
1069
|
-
var SendBonus$ = [9, n0, _SB,
|
|
1070
|
-
0, () => SendBonusRequest$, () => SendBonusResponse$
|
|
1071
|
-
];
|
|
1072
|
-
var SendTestEventNotification$ = [9, n0, _STEN,
|
|
1073
|
-
0, () => SendTestEventNotificationRequest$, () => SendTestEventNotificationResponse$
|
|
1074
|
-
];
|
|
1075
|
-
var UpdateExpirationForHIT$ = [9, n0, _UEFHIT,
|
|
1076
|
-
2, () => UpdateExpirationForHITRequest$, () => UpdateExpirationForHITResponse$
|
|
1077
|
-
];
|
|
1078
|
-
var UpdateHITReviewStatus$ = [9, n0, _UHITRS,
|
|
1079
|
-
2, () => UpdateHITReviewStatusRequest$, () => UpdateHITReviewStatusResponse$
|
|
1080
|
-
];
|
|
1081
|
-
var UpdateHITTypeOfHIT$ = [9, n0, _UHITTOHIT,
|
|
1082
|
-
2, () => UpdateHITTypeOfHITRequest$, () => UpdateHITTypeOfHITResponse$
|
|
1083
|
-
];
|
|
1084
|
-
var UpdateNotificationSettings$ = [9, n0, _UNS,
|
|
1085
|
-
2, () => UpdateNotificationSettingsRequest$, () => UpdateNotificationSettingsResponse$
|
|
1086
|
-
];
|
|
1087
|
-
var UpdateQualificationType$ = [9, n0, _UQT,
|
|
1088
|
-
0, () => UpdateQualificationTypeRequest$, () => UpdateQualificationTypeResponse$
|
|
1089
|
-
];
|
|
1090
|
-
|
|
1091
116
|
class AcceptQualificationRequestCommand extends smithyClient.Command
|
|
1092
117
|
.classBuilder()
|
|
1093
118
|
.ep(commonParams)
|
|
@@ -1096,7 +121,7 @@ class AcceptQualificationRequestCommand extends smithyClient.Command
|
|
|
1096
121
|
})
|
|
1097
122
|
.s("MTurkRequesterServiceV20170117", "AcceptQualificationRequest", {})
|
|
1098
123
|
.n("MTurkClient", "AcceptQualificationRequestCommand")
|
|
1099
|
-
.sc(AcceptQualificationRequest$)
|
|
124
|
+
.sc(schemas_0.AcceptQualificationRequest$)
|
|
1100
125
|
.build() {
|
|
1101
126
|
}
|
|
1102
127
|
|
|
@@ -1108,7 +133,7 @@ class ApproveAssignmentCommand extends smithyClient.Command
|
|
|
1108
133
|
})
|
|
1109
134
|
.s("MTurkRequesterServiceV20170117", "ApproveAssignment", {})
|
|
1110
135
|
.n("MTurkClient", "ApproveAssignmentCommand")
|
|
1111
|
-
.sc(ApproveAssignment$)
|
|
136
|
+
.sc(schemas_0.ApproveAssignment$)
|
|
1112
137
|
.build() {
|
|
1113
138
|
}
|
|
1114
139
|
|
|
@@ -1120,7 +145,7 @@ class AssociateQualificationWithWorkerCommand extends smithyClient.Command
|
|
|
1120
145
|
})
|
|
1121
146
|
.s("MTurkRequesterServiceV20170117", "AssociateQualificationWithWorker", {})
|
|
1122
147
|
.n("MTurkClient", "AssociateQualificationWithWorkerCommand")
|
|
1123
|
-
.sc(AssociateQualificationWithWorker$)
|
|
148
|
+
.sc(schemas_0.AssociateQualificationWithWorker$)
|
|
1124
149
|
.build() {
|
|
1125
150
|
}
|
|
1126
151
|
|
|
@@ -1132,7 +157,7 @@ class CreateAdditionalAssignmentsForHITCommand extends smithyClient.Command
|
|
|
1132
157
|
})
|
|
1133
158
|
.s("MTurkRequesterServiceV20170117", "CreateAdditionalAssignmentsForHIT", {})
|
|
1134
159
|
.n("MTurkClient", "CreateAdditionalAssignmentsForHITCommand")
|
|
1135
|
-
.sc(CreateAdditionalAssignmentsForHIT$)
|
|
160
|
+
.sc(schemas_0.CreateAdditionalAssignmentsForHIT$)
|
|
1136
161
|
.build() {
|
|
1137
162
|
}
|
|
1138
163
|
|
|
@@ -1144,7 +169,7 @@ class CreateHITCommand extends smithyClient.Command
|
|
|
1144
169
|
})
|
|
1145
170
|
.s("MTurkRequesterServiceV20170117", "CreateHIT", {})
|
|
1146
171
|
.n("MTurkClient", "CreateHITCommand")
|
|
1147
|
-
.sc(CreateHIT$)
|
|
172
|
+
.sc(schemas_0.CreateHIT$)
|
|
1148
173
|
.build() {
|
|
1149
174
|
}
|
|
1150
175
|
|
|
@@ -1156,7 +181,7 @@ class CreateHITTypeCommand extends smithyClient.Command
|
|
|
1156
181
|
})
|
|
1157
182
|
.s("MTurkRequesterServiceV20170117", "CreateHITType", {})
|
|
1158
183
|
.n("MTurkClient", "CreateHITTypeCommand")
|
|
1159
|
-
.sc(CreateHITType$)
|
|
184
|
+
.sc(schemas_0.CreateHITType$)
|
|
1160
185
|
.build() {
|
|
1161
186
|
}
|
|
1162
187
|
|
|
@@ -1168,7 +193,7 @@ class CreateHITWithHITTypeCommand extends smithyClient.Command
|
|
|
1168
193
|
})
|
|
1169
194
|
.s("MTurkRequesterServiceV20170117", "CreateHITWithHITType", {})
|
|
1170
195
|
.n("MTurkClient", "CreateHITWithHITTypeCommand")
|
|
1171
|
-
.sc(CreateHITWithHITType$)
|
|
196
|
+
.sc(schemas_0.CreateHITWithHITType$)
|
|
1172
197
|
.build() {
|
|
1173
198
|
}
|
|
1174
199
|
|
|
@@ -1180,7 +205,7 @@ class CreateQualificationTypeCommand extends smithyClient.Command
|
|
|
1180
205
|
})
|
|
1181
206
|
.s("MTurkRequesterServiceV20170117", "CreateQualificationType", {})
|
|
1182
207
|
.n("MTurkClient", "CreateQualificationTypeCommand")
|
|
1183
|
-
.sc(CreateQualificationType$)
|
|
208
|
+
.sc(schemas_0.CreateQualificationType$)
|
|
1184
209
|
.build() {
|
|
1185
210
|
}
|
|
1186
211
|
|
|
@@ -1192,7 +217,7 @@ class CreateWorkerBlockCommand extends smithyClient.Command
|
|
|
1192
217
|
})
|
|
1193
218
|
.s("MTurkRequesterServiceV20170117", "CreateWorkerBlock", {})
|
|
1194
219
|
.n("MTurkClient", "CreateWorkerBlockCommand")
|
|
1195
|
-
.sc(CreateWorkerBlock$)
|
|
220
|
+
.sc(schemas_0.CreateWorkerBlock$)
|
|
1196
221
|
.build() {
|
|
1197
222
|
}
|
|
1198
223
|
|
|
@@ -1204,7 +229,7 @@ class DeleteHITCommand extends smithyClient.Command
|
|
|
1204
229
|
})
|
|
1205
230
|
.s("MTurkRequesterServiceV20170117", "DeleteHIT", {})
|
|
1206
231
|
.n("MTurkClient", "DeleteHITCommand")
|
|
1207
|
-
.sc(DeleteHIT$)
|
|
232
|
+
.sc(schemas_0.DeleteHIT$)
|
|
1208
233
|
.build() {
|
|
1209
234
|
}
|
|
1210
235
|
|
|
@@ -1216,7 +241,7 @@ class DeleteQualificationTypeCommand extends smithyClient.Command
|
|
|
1216
241
|
})
|
|
1217
242
|
.s("MTurkRequesterServiceV20170117", "DeleteQualificationType", {})
|
|
1218
243
|
.n("MTurkClient", "DeleteQualificationTypeCommand")
|
|
1219
|
-
.sc(DeleteQualificationType$)
|
|
244
|
+
.sc(schemas_0.DeleteQualificationType$)
|
|
1220
245
|
.build() {
|
|
1221
246
|
}
|
|
1222
247
|
|
|
@@ -1228,7 +253,7 @@ class DeleteWorkerBlockCommand extends smithyClient.Command
|
|
|
1228
253
|
})
|
|
1229
254
|
.s("MTurkRequesterServiceV20170117", "DeleteWorkerBlock", {})
|
|
1230
255
|
.n("MTurkClient", "DeleteWorkerBlockCommand")
|
|
1231
|
-
.sc(DeleteWorkerBlock$)
|
|
256
|
+
.sc(schemas_0.DeleteWorkerBlock$)
|
|
1232
257
|
.build() {
|
|
1233
258
|
}
|
|
1234
259
|
|
|
@@ -1240,7 +265,7 @@ class DisassociateQualificationFromWorkerCommand extends smithyClient.Command
|
|
|
1240
265
|
})
|
|
1241
266
|
.s("MTurkRequesterServiceV20170117", "DisassociateQualificationFromWorker", {})
|
|
1242
267
|
.n("MTurkClient", "DisassociateQualificationFromWorkerCommand")
|
|
1243
|
-
.sc(DisassociateQualificationFromWorker$)
|
|
268
|
+
.sc(schemas_0.DisassociateQualificationFromWorker$)
|
|
1244
269
|
.build() {
|
|
1245
270
|
}
|
|
1246
271
|
|
|
@@ -1252,7 +277,7 @@ class GetAccountBalanceCommand extends smithyClient.Command
|
|
|
1252
277
|
})
|
|
1253
278
|
.s("MTurkRequesterServiceV20170117", "GetAccountBalance", {})
|
|
1254
279
|
.n("MTurkClient", "GetAccountBalanceCommand")
|
|
1255
|
-
.sc(GetAccountBalance$)
|
|
280
|
+
.sc(schemas_0.GetAccountBalance$)
|
|
1256
281
|
.build() {
|
|
1257
282
|
}
|
|
1258
283
|
|
|
@@ -1264,7 +289,7 @@ class GetAssignmentCommand extends smithyClient.Command
|
|
|
1264
289
|
})
|
|
1265
290
|
.s("MTurkRequesterServiceV20170117", "GetAssignment", {})
|
|
1266
291
|
.n("MTurkClient", "GetAssignmentCommand")
|
|
1267
|
-
.sc(GetAssignment$)
|
|
292
|
+
.sc(schemas_0.GetAssignment$)
|
|
1268
293
|
.build() {
|
|
1269
294
|
}
|
|
1270
295
|
|
|
@@ -1276,7 +301,7 @@ class GetFileUploadURLCommand extends smithyClient.Command
|
|
|
1276
301
|
})
|
|
1277
302
|
.s("MTurkRequesterServiceV20170117", "GetFileUploadURL", {})
|
|
1278
303
|
.n("MTurkClient", "GetFileUploadURLCommand")
|
|
1279
|
-
.sc(GetFileUploadURL$)
|
|
304
|
+
.sc(schemas_0.GetFileUploadURL$)
|
|
1280
305
|
.build() {
|
|
1281
306
|
}
|
|
1282
307
|
|
|
@@ -1288,7 +313,7 @@ class GetHITCommand extends smithyClient.Command
|
|
|
1288
313
|
})
|
|
1289
314
|
.s("MTurkRequesterServiceV20170117", "GetHIT", {})
|
|
1290
315
|
.n("MTurkClient", "GetHITCommand")
|
|
1291
|
-
.sc(GetHIT$)
|
|
316
|
+
.sc(schemas_0.GetHIT$)
|
|
1292
317
|
.build() {
|
|
1293
318
|
}
|
|
1294
319
|
|
|
@@ -1300,7 +325,7 @@ class GetQualificationScoreCommand extends smithyClient.Command
|
|
|
1300
325
|
})
|
|
1301
326
|
.s("MTurkRequesterServiceV20170117", "GetQualificationScore", {})
|
|
1302
327
|
.n("MTurkClient", "GetQualificationScoreCommand")
|
|
1303
|
-
.sc(GetQualificationScore$)
|
|
328
|
+
.sc(schemas_0.GetQualificationScore$)
|
|
1304
329
|
.build() {
|
|
1305
330
|
}
|
|
1306
331
|
|
|
@@ -1312,7 +337,7 @@ class GetQualificationTypeCommand extends smithyClient.Command
|
|
|
1312
337
|
})
|
|
1313
338
|
.s("MTurkRequesterServiceV20170117", "GetQualificationType", {})
|
|
1314
339
|
.n("MTurkClient", "GetQualificationTypeCommand")
|
|
1315
|
-
.sc(GetQualificationType$)
|
|
340
|
+
.sc(schemas_0.GetQualificationType$)
|
|
1316
341
|
.build() {
|
|
1317
342
|
}
|
|
1318
343
|
|
|
@@ -1324,7 +349,7 @@ class ListAssignmentsForHITCommand extends smithyClient.Command
|
|
|
1324
349
|
})
|
|
1325
350
|
.s("MTurkRequesterServiceV20170117", "ListAssignmentsForHIT", {})
|
|
1326
351
|
.n("MTurkClient", "ListAssignmentsForHITCommand")
|
|
1327
|
-
.sc(ListAssignmentsForHIT$)
|
|
352
|
+
.sc(schemas_0.ListAssignmentsForHIT$)
|
|
1328
353
|
.build() {
|
|
1329
354
|
}
|
|
1330
355
|
|
|
@@ -1336,7 +361,7 @@ class ListBonusPaymentsCommand extends smithyClient.Command
|
|
|
1336
361
|
})
|
|
1337
362
|
.s("MTurkRequesterServiceV20170117", "ListBonusPayments", {})
|
|
1338
363
|
.n("MTurkClient", "ListBonusPaymentsCommand")
|
|
1339
|
-
.sc(ListBonusPayments$)
|
|
364
|
+
.sc(schemas_0.ListBonusPayments$)
|
|
1340
365
|
.build() {
|
|
1341
366
|
}
|
|
1342
367
|
|
|
@@ -1348,7 +373,7 @@ class ListHITsCommand extends smithyClient.Command
|
|
|
1348
373
|
})
|
|
1349
374
|
.s("MTurkRequesterServiceV20170117", "ListHITs", {})
|
|
1350
375
|
.n("MTurkClient", "ListHITsCommand")
|
|
1351
|
-
.sc(ListHITs$)
|
|
376
|
+
.sc(schemas_0.ListHITs$)
|
|
1352
377
|
.build() {
|
|
1353
378
|
}
|
|
1354
379
|
|
|
@@ -1360,7 +385,7 @@ class ListHITsForQualificationTypeCommand extends smithyClient.Command
|
|
|
1360
385
|
})
|
|
1361
386
|
.s("MTurkRequesterServiceV20170117", "ListHITsForQualificationType", {})
|
|
1362
387
|
.n("MTurkClient", "ListHITsForQualificationTypeCommand")
|
|
1363
|
-
.sc(ListHITsForQualificationType$)
|
|
388
|
+
.sc(schemas_0.ListHITsForQualificationType$)
|
|
1364
389
|
.build() {
|
|
1365
390
|
}
|
|
1366
391
|
|
|
@@ -1372,7 +397,7 @@ class ListQualificationRequestsCommand extends smithyClient.Command
|
|
|
1372
397
|
})
|
|
1373
398
|
.s("MTurkRequesterServiceV20170117", "ListQualificationRequests", {})
|
|
1374
399
|
.n("MTurkClient", "ListQualificationRequestsCommand")
|
|
1375
|
-
.sc(ListQualificationRequests$)
|
|
400
|
+
.sc(schemas_0.ListQualificationRequests$)
|
|
1376
401
|
.build() {
|
|
1377
402
|
}
|
|
1378
403
|
|
|
@@ -1384,7 +409,7 @@ class ListQualificationTypesCommand extends smithyClient.Command
|
|
|
1384
409
|
})
|
|
1385
410
|
.s("MTurkRequesterServiceV20170117", "ListQualificationTypes", {})
|
|
1386
411
|
.n("MTurkClient", "ListQualificationTypesCommand")
|
|
1387
|
-
.sc(ListQualificationTypes$)
|
|
412
|
+
.sc(schemas_0.ListQualificationTypes$)
|
|
1388
413
|
.build() {
|
|
1389
414
|
}
|
|
1390
415
|
|
|
@@ -1396,7 +421,7 @@ class ListReviewableHITsCommand extends smithyClient.Command
|
|
|
1396
421
|
})
|
|
1397
422
|
.s("MTurkRequesterServiceV20170117", "ListReviewableHITs", {})
|
|
1398
423
|
.n("MTurkClient", "ListReviewableHITsCommand")
|
|
1399
|
-
.sc(ListReviewableHITs$)
|
|
424
|
+
.sc(schemas_0.ListReviewableHITs$)
|
|
1400
425
|
.build() {
|
|
1401
426
|
}
|
|
1402
427
|
|
|
@@ -1408,7 +433,7 @@ class ListReviewPolicyResultsForHITCommand extends smithyClient.Command
|
|
|
1408
433
|
})
|
|
1409
434
|
.s("MTurkRequesterServiceV20170117", "ListReviewPolicyResultsForHIT", {})
|
|
1410
435
|
.n("MTurkClient", "ListReviewPolicyResultsForHITCommand")
|
|
1411
|
-
.sc(ListReviewPolicyResultsForHIT$)
|
|
436
|
+
.sc(schemas_0.ListReviewPolicyResultsForHIT$)
|
|
1412
437
|
.build() {
|
|
1413
438
|
}
|
|
1414
439
|
|
|
@@ -1420,7 +445,7 @@ class ListWorkerBlocksCommand extends smithyClient.Command
|
|
|
1420
445
|
})
|
|
1421
446
|
.s("MTurkRequesterServiceV20170117", "ListWorkerBlocks", {})
|
|
1422
447
|
.n("MTurkClient", "ListWorkerBlocksCommand")
|
|
1423
|
-
.sc(ListWorkerBlocks$)
|
|
448
|
+
.sc(schemas_0.ListWorkerBlocks$)
|
|
1424
449
|
.build() {
|
|
1425
450
|
}
|
|
1426
451
|
|
|
@@ -1432,7 +457,7 @@ class ListWorkersWithQualificationTypeCommand extends smithyClient.Command
|
|
|
1432
457
|
})
|
|
1433
458
|
.s("MTurkRequesterServiceV20170117", "ListWorkersWithQualificationType", {})
|
|
1434
459
|
.n("MTurkClient", "ListWorkersWithQualificationTypeCommand")
|
|
1435
|
-
.sc(ListWorkersWithQualificationType$)
|
|
460
|
+
.sc(schemas_0.ListWorkersWithQualificationType$)
|
|
1436
461
|
.build() {
|
|
1437
462
|
}
|
|
1438
463
|
|
|
@@ -1444,7 +469,7 @@ class NotifyWorkersCommand extends smithyClient.Command
|
|
|
1444
469
|
})
|
|
1445
470
|
.s("MTurkRequesterServiceV20170117", "NotifyWorkers", {})
|
|
1446
471
|
.n("MTurkClient", "NotifyWorkersCommand")
|
|
1447
|
-
.sc(NotifyWorkers$)
|
|
472
|
+
.sc(schemas_0.NotifyWorkers$)
|
|
1448
473
|
.build() {
|
|
1449
474
|
}
|
|
1450
475
|
|
|
@@ -1456,7 +481,7 @@ class RejectAssignmentCommand extends smithyClient.Command
|
|
|
1456
481
|
})
|
|
1457
482
|
.s("MTurkRequesterServiceV20170117", "RejectAssignment", {})
|
|
1458
483
|
.n("MTurkClient", "RejectAssignmentCommand")
|
|
1459
|
-
.sc(RejectAssignment$)
|
|
484
|
+
.sc(schemas_0.RejectAssignment$)
|
|
1460
485
|
.build() {
|
|
1461
486
|
}
|
|
1462
487
|
|
|
@@ -1468,7 +493,7 @@ class RejectQualificationRequestCommand extends smithyClient.Command
|
|
|
1468
493
|
})
|
|
1469
494
|
.s("MTurkRequesterServiceV20170117", "RejectQualificationRequest", {})
|
|
1470
495
|
.n("MTurkClient", "RejectQualificationRequestCommand")
|
|
1471
|
-
.sc(RejectQualificationRequest$)
|
|
496
|
+
.sc(schemas_0.RejectQualificationRequest$)
|
|
1472
497
|
.build() {
|
|
1473
498
|
}
|
|
1474
499
|
|
|
@@ -1480,7 +505,7 @@ class SendBonusCommand extends smithyClient.Command
|
|
|
1480
505
|
})
|
|
1481
506
|
.s("MTurkRequesterServiceV20170117", "SendBonus", {})
|
|
1482
507
|
.n("MTurkClient", "SendBonusCommand")
|
|
1483
|
-
.sc(SendBonus$)
|
|
508
|
+
.sc(schemas_0.SendBonus$)
|
|
1484
509
|
.build() {
|
|
1485
510
|
}
|
|
1486
511
|
|
|
@@ -1492,7 +517,7 @@ class SendTestEventNotificationCommand extends smithyClient.Command
|
|
|
1492
517
|
})
|
|
1493
518
|
.s("MTurkRequesterServiceV20170117", "SendTestEventNotification", {})
|
|
1494
519
|
.n("MTurkClient", "SendTestEventNotificationCommand")
|
|
1495
|
-
.sc(SendTestEventNotification$)
|
|
520
|
+
.sc(schemas_0.SendTestEventNotification$)
|
|
1496
521
|
.build() {
|
|
1497
522
|
}
|
|
1498
523
|
|
|
@@ -1504,7 +529,7 @@ class UpdateExpirationForHITCommand extends smithyClient.Command
|
|
|
1504
529
|
})
|
|
1505
530
|
.s("MTurkRequesterServiceV20170117", "UpdateExpirationForHIT", {})
|
|
1506
531
|
.n("MTurkClient", "UpdateExpirationForHITCommand")
|
|
1507
|
-
.sc(UpdateExpirationForHIT$)
|
|
532
|
+
.sc(schemas_0.UpdateExpirationForHIT$)
|
|
1508
533
|
.build() {
|
|
1509
534
|
}
|
|
1510
535
|
|
|
@@ -1516,7 +541,7 @@ class UpdateHITReviewStatusCommand extends smithyClient.Command
|
|
|
1516
541
|
})
|
|
1517
542
|
.s("MTurkRequesterServiceV20170117", "UpdateHITReviewStatus", {})
|
|
1518
543
|
.n("MTurkClient", "UpdateHITReviewStatusCommand")
|
|
1519
|
-
.sc(UpdateHITReviewStatus$)
|
|
544
|
+
.sc(schemas_0.UpdateHITReviewStatus$)
|
|
1520
545
|
.build() {
|
|
1521
546
|
}
|
|
1522
547
|
|
|
@@ -1528,7 +553,7 @@ class UpdateHITTypeOfHITCommand extends smithyClient.Command
|
|
|
1528
553
|
})
|
|
1529
554
|
.s("MTurkRequesterServiceV20170117", "UpdateHITTypeOfHIT", {})
|
|
1530
555
|
.n("MTurkClient", "UpdateHITTypeOfHITCommand")
|
|
1531
|
-
.sc(UpdateHITTypeOfHIT$)
|
|
556
|
+
.sc(schemas_0.UpdateHITTypeOfHIT$)
|
|
1532
557
|
.build() {
|
|
1533
558
|
}
|
|
1534
559
|
|
|
@@ -1540,7 +565,7 @@ class UpdateNotificationSettingsCommand extends smithyClient.Command
|
|
|
1540
565
|
})
|
|
1541
566
|
.s("MTurkRequesterServiceV20170117", "UpdateNotificationSettings", {})
|
|
1542
567
|
.n("MTurkClient", "UpdateNotificationSettingsCommand")
|
|
1543
|
-
.sc(UpdateNotificationSettings$)
|
|
568
|
+
.sc(schemas_0.UpdateNotificationSettings$)
|
|
1544
569
|
.build() {
|
|
1545
570
|
}
|
|
1546
571
|
|
|
@@ -1552,7 +577,7 @@ class UpdateQualificationTypeCommand extends smithyClient.Command
|
|
|
1552
577
|
})
|
|
1553
578
|
.s("MTurkRequesterServiceV20170117", "UpdateQualificationType", {})
|
|
1554
579
|
.n("MTurkClient", "UpdateQualificationTypeCommand")
|
|
1555
|
-
.sc(UpdateQualificationType$)
|
|
580
|
+
.sc(schemas_0.UpdateQualificationType$)
|
|
1556
581
|
.build() {
|
|
1557
582
|
}
|
|
1558
583
|
|
|
@@ -1722,201 +747,64 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1722
747
|
enumerable: true,
|
|
1723
748
|
get: function () { return smithyClient.Client; }
|
|
1724
749
|
});
|
|
1725
|
-
exports
|
|
750
|
+
Object.defineProperty(exports, "MTurkServiceException", {
|
|
751
|
+
enumerable: true,
|
|
752
|
+
get: function () { return MTurkServiceException.MTurkServiceException; }
|
|
753
|
+
});
|
|
1726
754
|
exports.AcceptQualificationRequestCommand = AcceptQualificationRequestCommand;
|
|
1727
|
-
exports.AcceptQualificationRequestRequest$ = AcceptQualificationRequestRequest$;
|
|
1728
|
-
exports.AcceptQualificationRequestResponse$ = AcceptQualificationRequestResponse$;
|
|
1729
|
-
exports.ApproveAssignment$ = ApproveAssignment$;
|
|
1730
755
|
exports.ApproveAssignmentCommand = ApproveAssignmentCommand;
|
|
1731
|
-
exports.ApproveAssignmentRequest$ = ApproveAssignmentRequest$;
|
|
1732
|
-
exports.ApproveAssignmentResponse$ = ApproveAssignmentResponse$;
|
|
1733
|
-
exports.Assignment$ = Assignment$;
|
|
1734
756
|
exports.AssignmentStatus = AssignmentStatus;
|
|
1735
|
-
exports.AssociateQualificationWithWorker$ = AssociateQualificationWithWorker$;
|
|
1736
757
|
exports.AssociateQualificationWithWorkerCommand = AssociateQualificationWithWorkerCommand;
|
|
1737
|
-
exports.AssociateQualificationWithWorkerRequest$ = AssociateQualificationWithWorkerRequest$;
|
|
1738
|
-
exports.AssociateQualificationWithWorkerResponse$ = AssociateQualificationWithWorkerResponse$;
|
|
1739
|
-
exports.BonusPayment$ = BonusPayment$;
|
|
1740
758
|
exports.Comparator = Comparator;
|
|
1741
|
-
exports.CreateAdditionalAssignmentsForHIT$ = CreateAdditionalAssignmentsForHIT$;
|
|
1742
759
|
exports.CreateAdditionalAssignmentsForHITCommand = CreateAdditionalAssignmentsForHITCommand;
|
|
1743
|
-
exports.CreateAdditionalAssignmentsForHITRequest$ = CreateAdditionalAssignmentsForHITRequest$;
|
|
1744
|
-
exports.CreateAdditionalAssignmentsForHITResponse$ = CreateAdditionalAssignmentsForHITResponse$;
|
|
1745
|
-
exports.CreateHIT$ = CreateHIT$;
|
|
1746
760
|
exports.CreateHITCommand = CreateHITCommand;
|
|
1747
|
-
exports.CreateHITRequest$ = CreateHITRequest$;
|
|
1748
|
-
exports.CreateHITResponse$ = CreateHITResponse$;
|
|
1749
|
-
exports.CreateHITType$ = CreateHITType$;
|
|
1750
761
|
exports.CreateHITTypeCommand = CreateHITTypeCommand;
|
|
1751
|
-
exports.CreateHITTypeRequest$ = CreateHITTypeRequest$;
|
|
1752
|
-
exports.CreateHITTypeResponse$ = CreateHITTypeResponse$;
|
|
1753
|
-
exports.CreateHITWithHITType$ = CreateHITWithHITType$;
|
|
1754
762
|
exports.CreateHITWithHITTypeCommand = CreateHITWithHITTypeCommand;
|
|
1755
|
-
exports.CreateHITWithHITTypeRequest$ = CreateHITWithHITTypeRequest$;
|
|
1756
|
-
exports.CreateHITWithHITTypeResponse$ = CreateHITWithHITTypeResponse$;
|
|
1757
|
-
exports.CreateQualificationType$ = CreateQualificationType$;
|
|
1758
763
|
exports.CreateQualificationTypeCommand = CreateQualificationTypeCommand;
|
|
1759
|
-
exports.CreateQualificationTypeRequest$ = CreateQualificationTypeRequest$;
|
|
1760
|
-
exports.CreateQualificationTypeResponse$ = CreateQualificationTypeResponse$;
|
|
1761
|
-
exports.CreateWorkerBlock$ = CreateWorkerBlock$;
|
|
1762
764
|
exports.CreateWorkerBlockCommand = CreateWorkerBlockCommand;
|
|
1763
|
-
exports.CreateWorkerBlockRequest$ = CreateWorkerBlockRequest$;
|
|
1764
|
-
exports.CreateWorkerBlockResponse$ = CreateWorkerBlockResponse$;
|
|
1765
|
-
exports.DeleteHIT$ = DeleteHIT$;
|
|
1766
765
|
exports.DeleteHITCommand = DeleteHITCommand;
|
|
1767
|
-
exports.DeleteHITRequest$ = DeleteHITRequest$;
|
|
1768
|
-
exports.DeleteHITResponse$ = DeleteHITResponse$;
|
|
1769
|
-
exports.DeleteQualificationType$ = DeleteQualificationType$;
|
|
1770
766
|
exports.DeleteQualificationTypeCommand = DeleteQualificationTypeCommand;
|
|
1771
|
-
exports.DeleteQualificationTypeRequest$ = DeleteQualificationTypeRequest$;
|
|
1772
|
-
exports.DeleteQualificationTypeResponse$ = DeleteQualificationTypeResponse$;
|
|
1773
|
-
exports.DeleteWorkerBlock$ = DeleteWorkerBlock$;
|
|
1774
767
|
exports.DeleteWorkerBlockCommand = DeleteWorkerBlockCommand;
|
|
1775
|
-
exports.DeleteWorkerBlockRequest$ = DeleteWorkerBlockRequest$;
|
|
1776
|
-
exports.DeleteWorkerBlockResponse$ = DeleteWorkerBlockResponse$;
|
|
1777
|
-
exports.DisassociateQualificationFromWorker$ = DisassociateQualificationFromWorker$;
|
|
1778
768
|
exports.DisassociateQualificationFromWorkerCommand = DisassociateQualificationFromWorkerCommand;
|
|
1779
|
-
exports.DisassociateQualificationFromWorkerRequest$ = DisassociateQualificationFromWorkerRequest$;
|
|
1780
|
-
exports.DisassociateQualificationFromWorkerResponse$ = DisassociateQualificationFromWorkerResponse$;
|
|
1781
769
|
exports.EventType = EventType;
|
|
1782
|
-
exports.GetAccountBalance$ = GetAccountBalance$;
|
|
1783
770
|
exports.GetAccountBalanceCommand = GetAccountBalanceCommand;
|
|
1784
|
-
exports.GetAccountBalanceRequest$ = GetAccountBalanceRequest$;
|
|
1785
|
-
exports.GetAccountBalanceResponse$ = GetAccountBalanceResponse$;
|
|
1786
|
-
exports.GetAssignment$ = GetAssignment$;
|
|
1787
771
|
exports.GetAssignmentCommand = GetAssignmentCommand;
|
|
1788
|
-
exports.GetAssignmentRequest$ = GetAssignmentRequest$;
|
|
1789
|
-
exports.GetAssignmentResponse$ = GetAssignmentResponse$;
|
|
1790
|
-
exports.GetFileUploadURL$ = GetFileUploadURL$;
|
|
1791
772
|
exports.GetFileUploadURLCommand = GetFileUploadURLCommand;
|
|
1792
|
-
exports.GetFileUploadURLRequest$ = GetFileUploadURLRequest$;
|
|
1793
|
-
exports.GetFileUploadURLResponse$ = GetFileUploadURLResponse$;
|
|
1794
|
-
exports.GetHIT$ = GetHIT$;
|
|
1795
773
|
exports.GetHITCommand = GetHITCommand;
|
|
1796
|
-
exports.GetHITRequest$ = GetHITRequest$;
|
|
1797
|
-
exports.GetHITResponse$ = GetHITResponse$;
|
|
1798
|
-
exports.GetQualificationScore$ = GetQualificationScore$;
|
|
1799
774
|
exports.GetQualificationScoreCommand = GetQualificationScoreCommand;
|
|
1800
|
-
exports.GetQualificationScoreRequest$ = GetQualificationScoreRequest$;
|
|
1801
|
-
exports.GetQualificationScoreResponse$ = GetQualificationScoreResponse$;
|
|
1802
|
-
exports.GetQualificationType$ = GetQualificationType$;
|
|
1803
775
|
exports.GetQualificationTypeCommand = GetQualificationTypeCommand;
|
|
1804
|
-
exports.GetQualificationTypeRequest$ = GetQualificationTypeRequest$;
|
|
1805
|
-
exports.GetQualificationTypeResponse$ = GetQualificationTypeResponse$;
|
|
1806
|
-
exports.HIT$ = HIT$;
|
|
1807
776
|
exports.HITAccessActions = HITAccessActions;
|
|
1808
|
-
exports.HITLayoutParameter$ = HITLayoutParameter$;
|
|
1809
777
|
exports.HITReviewStatus = HITReviewStatus;
|
|
1810
778
|
exports.HITStatus = HITStatus;
|
|
1811
|
-
exports.ListAssignmentsForHIT$ = ListAssignmentsForHIT$;
|
|
1812
779
|
exports.ListAssignmentsForHITCommand = ListAssignmentsForHITCommand;
|
|
1813
|
-
exports.ListAssignmentsForHITRequest$ = ListAssignmentsForHITRequest$;
|
|
1814
|
-
exports.ListAssignmentsForHITResponse$ = ListAssignmentsForHITResponse$;
|
|
1815
|
-
exports.ListBonusPayments$ = ListBonusPayments$;
|
|
1816
780
|
exports.ListBonusPaymentsCommand = ListBonusPaymentsCommand;
|
|
1817
|
-
exports.ListBonusPaymentsRequest$ = ListBonusPaymentsRequest$;
|
|
1818
|
-
exports.ListBonusPaymentsResponse$ = ListBonusPaymentsResponse$;
|
|
1819
|
-
exports.ListHITs$ = ListHITs$;
|
|
1820
781
|
exports.ListHITsCommand = ListHITsCommand;
|
|
1821
|
-
exports.ListHITsForQualificationType$ = ListHITsForQualificationType$;
|
|
1822
782
|
exports.ListHITsForQualificationTypeCommand = ListHITsForQualificationTypeCommand;
|
|
1823
|
-
exports.ListHITsForQualificationTypeRequest$ = ListHITsForQualificationTypeRequest$;
|
|
1824
|
-
exports.ListHITsForQualificationTypeResponse$ = ListHITsForQualificationTypeResponse$;
|
|
1825
|
-
exports.ListHITsRequest$ = ListHITsRequest$;
|
|
1826
|
-
exports.ListHITsResponse$ = ListHITsResponse$;
|
|
1827
|
-
exports.ListQualificationRequests$ = ListQualificationRequests$;
|
|
1828
783
|
exports.ListQualificationRequestsCommand = ListQualificationRequestsCommand;
|
|
1829
|
-
exports.ListQualificationRequestsRequest$ = ListQualificationRequestsRequest$;
|
|
1830
|
-
exports.ListQualificationRequestsResponse$ = ListQualificationRequestsResponse$;
|
|
1831
|
-
exports.ListQualificationTypes$ = ListQualificationTypes$;
|
|
1832
784
|
exports.ListQualificationTypesCommand = ListQualificationTypesCommand;
|
|
1833
|
-
exports.ListQualificationTypesRequest$ = ListQualificationTypesRequest$;
|
|
1834
|
-
exports.ListQualificationTypesResponse$ = ListQualificationTypesResponse$;
|
|
1835
|
-
exports.ListReviewPolicyResultsForHIT$ = ListReviewPolicyResultsForHIT$;
|
|
1836
785
|
exports.ListReviewPolicyResultsForHITCommand = ListReviewPolicyResultsForHITCommand;
|
|
1837
|
-
exports.ListReviewPolicyResultsForHITRequest$ = ListReviewPolicyResultsForHITRequest$;
|
|
1838
|
-
exports.ListReviewPolicyResultsForHITResponse$ = ListReviewPolicyResultsForHITResponse$;
|
|
1839
|
-
exports.ListReviewableHITs$ = ListReviewableHITs$;
|
|
1840
786
|
exports.ListReviewableHITsCommand = ListReviewableHITsCommand;
|
|
1841
|
-
exports.ListReviewableHITsRequest$ = ListReviewableHITsRequest$;
|
|
1842
|
-
exports.ListReviewableHITsResponse$ = ListReviewableHITsResponse$;
|
|
1843
|
-
exports.ListWorkerBlocks$ = ListWorkerBlocks$;
|
|
1844
787
|
exports.ListWorkerBlocksCommand = ListWorkerBlocksCommand;
|
|
1845
|
-
exports.ListWorkerBlocksRequest$ = ListWorkerBlocksRequest$;
|
|
1846
|
-
exports.ListWorkerBlocksResponse$ = ListWorkerBlocksResponse$;
|
|
1847
|
-
exports.ListWorkersWithQualificationType$ = ListWorkersWithQualificationType$;
|
|
1848
788
|
exports.ListWorkersWithQualificationTypeCommand = ListWorkersWithQualificationTypeCommand;
|
|
1849
|
-
exports.ListWorkersWithQualificationTypeRequest$ = ListWorkersWithQualificationTypeRequest$;
|
|
1850
|
-
exports.ListWorkersWithQualificationTypeResponse$ = ListWorkersWithQualificationTypeResponse$;
|
|
1851
|
-
exports.Locale$ = Locale$;
|
|
1852
789
|
exports.MTurk = MTurk;
|
|
1853
790
|
exports.MTurkClient = MTurkClient;
|
|
1854
|
-
exports.MTurkServiceException = MTurkServiceException;
|
|
1855
|
-
exports.MTurkServiceException$ = MTurkServiceException$;
|
|
1856
|
-
exports.NotificationSpecification$ = NotificationSpecification$;
|
|
1857
791
|
exports.NotificationTransport = NotificationTransport;
|
|
1858
|
-
exports.NotifyWorkers$ = NotifyWorkers$;
|
|
1859
792
|
exports.NotifyWorkersCommand = NotifyWorkersCommand;
|
|
1860
793
|
exports.NotifyWorkersFailureCode = NotifyWorkersFailureCode;
|
|
1861
|
-
exports.NotifyWorkersFailureStatus$ = NotifyWorkersFailureStatus$;
|
|
1862
|
-
exports.NotifyWorkersRequest$ = NotifyWorkersRequest$;
|
|
1863
|
-
exports.NotifyWorkersResponse$ = NotifyWorkersResponse$;
|
|
1864
|
-
exports.ParameterMapEntry$ = ParameterMapEntry$;
|
|
1865
|
-
exports.PolicyParameter$ = PolicyParameter$;
|
|
1866
|
-
exports.Qualification$ = Qualification$;
|
|
1867
|
-
exports.QualificationRequest$ = QualificationRequest$;
|
|
1868
|
-
exports.QualificationRequirement$ = QualificationRequirement$;
|
|
1869
794
|
exports.QualificationStatus = QualificationStatus;
|
|
1870
|
-
exports.QualificationType$ = QualificationType$;
|
|
1871
795
|
exports.QualificationTypeStatus = QualificationTypeStatus;
|
|
1872
|
-
exports.RejectAssignment$ = RejectAssignment$;
|
|
1873
796
|
exports.RejectAssignmentCommand = RejectAssignmentCommand;
|
|
1874
|
-
exports.RejectAssignmentRequest$ = RejectAssignmentRequest$;
|
|
1875
|
-
exports.RejectAssignmentResponse$ = RejectAssignmentResponse$;
|
|
1876
|
-
exports.RejectQualificationRequest$ = RejectQualificationRequest$;
|
|
1877
797
|
exports.RejectQualificationRequestCommand = RejectQualificationRequestCommand;
|
|
1878
|
-
exports.RejectQualificationRequestRequest$ = RejectQualificationRequestRequest$;
|
|
1879
|
-
exports.RejectQualificationRequestResponse$ = RejectQualificationRequestResponse$;
|
|
1880
|
-
exports.RequestError = RequestError;
|
|
1881
|
-
exports.RequestError$ = RequestError$;
|
|
1882
|
-
exports.ReviewActionDetail$ = ReviewActionDetail$;
|
|
1883
798
|
exports.ReviewActionStatus = ReviewActionStatus;
|
|
1884
|
-
exports.ReviewPolicy$ = ReviewPolicy$;
|
|
1885
799
|
exports.ReviewPolicyLevel = ReviewPolicyLevel;
|
|
1886
|
-
exports.ReviewReport$ = ReviewReport$;
|
|
1887
|
-
exports.ReviewResultDetail$ = ReviewResultDetail$;
|
|
1888
800
|
exports.ReviewableHITStatus = ReviewableHITStatus;
|
|
1889
|
-
exports.SendBonus$ = SendBonus$;
|
|
1890
801
|
exports.SendBonusCommand = SendBonusCommand;
|
|
1891
|
-
exports.SendBonusRequest$ = SendBonusRequest$;
|
|
1892
|
-
exports.SendBonusResponse$ = SendBonusResponse$;
|
|
1893
|
-
exports.SendTestEventNotification$ = SendTestEventNotification$;
|
|
1894
802
|
exports.SendTestEventNotificationCommand = SendTestEventNotificationCommand;
|
|
1895
|
-
exports.SendTestEventNotificationRequest$ = SendTestEventNotificationRequest$;
|
|
1896
|
-
exports.SendTestEventNotificationResponse$ = SendTestEventNotificationResponse$;
|
|
1897
|
-
exports.ServiceFault = ServiceFault;
|
|
1898
|
-
exports.ServiceFault$ = ServiceFault$;
|
|
1899
|
-
exports.UpdateExpirationForHIT$ = UpdateExpirationForHIT$;
|
|
1900
803
|
exports.UpdateExpirationForHITCommand = UpdateExpirationForHITCommand;
|
|
1901
|
-
exports.UpdateExpirationForHITRequest$ = UpdateExpirationForHITRequest$;
|
|
1902
|
-
exports.UpdateExpirationForHITResponse$ = UpdateExpirationForHITResponse$;
|
|
1903
|
-
exports.UpdateHITReviewStatus$ = UpdateHITReviewStatus$;
|
|
1904
804
|
exports.UpdateHITReviewStatusCommand = UpdateHITReviewStatusCommand;
|
|
1905
|
-
exports.UpdateHITReviewStatusRequest$ = UpdateHITReviewStatusRequest$;
|
|
1906
|
-
exports.UpdateHITReviewStatusResponse$ = UpdateHITReviewStatusResponse$;
|
|
1907
|
-
exports.UpdateHITTypeOfHIT$ = UpdateHITTypeOfHIT$;
|
|
1908
805
|
exports.UpdateHITTypeOfHITCommand = UpdateHITTypeOfHITCommand;
|
|
1909
|
-
exports.UpdateHITTypeOfHITRequest$ = UpdateHITTypeOfHITRequest$;
|
|
1910
|
-
exports.UpdateHITTypeOfHITResponse$ = UpdateHITTypeOfHITResponse$;
|
|
1911
|
-
exports.UpdateNotificationSettings$ = UpdateNotificationSettings$;
|
|
1912
806
|
exports.UpdateNotificationSettingsCommand = UpdateNotificationSettingsCommand;
|
|
1913
|
-
exports.UpdateNotificationSettingsRequest$ = UpdateNotificationSettingsRequest$;
|
|
1914
|
-
exports.UpdateNotificationSettingsResponse$ = UpdateNotificationSettingsResponse$;
|
|
1915
|
-
exports.UpdateQualificationType$ = UpdateQualificationType$;
|
|
1916
807
|
exports.UpdateQualificationTypeCommand = UpdateQualificationTypeCommand;
|
|
1917
|
-
exports.UpdateQualificationTypeRequest$ = UpdateQualificationTypeRequest$;
|
|
1918
|
-
exports.UpdateQualificationTypeResponse$ = UpdateQualificationTypeResponse$;
|
|
1919
|
-
exports.WorkerBlock$ = WorkerBlock$;
|
|
1920
808
|
exports.paginateListAssignmentsForHIT = paginateListAssignmentsForHIT;
|
|
1921
809
|
exports.paginateListBonusPayments = paginateListBonusPayments;
|
|
1922
810
|
exports.paginateListHITs = paginateListHITs;
|
|
@@ -1927,3 +815,15 @@ exports.paginateListReviewPolicyResultsForHIT = paginateListReviewPolicyResultsF
|
|
|
1927
815
|
exports.paginateListReviewableHITs = paginateListReviewableHITs;
|
|
1928
816
|
exports.paginateListWorkerBlocks = paginateListWorkerBlocks;
|
|
1929
817
|
exports.paginateListWorkersWithQualificationType = paginateListWorkersWithQualificationType;
|
|
818
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
819
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
820
|
+
enumerable: true,
|
|
821
|
+
get: function () { return schemas_0[k]; }
|
|
822
|
+
});
|
|
823
|
+
});
|
|
824
|
+
Object.keys(errors).forEach(function (k) {
|
|
825
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
826
|
+
enumerable: true,
|
|
827
|
+
get: function () { return errors[k]; }
|
|
828
|
+
});
|
|
829
|
+
});
|