@aws-sdk/client-mturk 3.758.0 → 3.774.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 +39 -39
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AcceptQualificationRequestCommand: () => AcceptQualificationRequestCommand,
|
|
25
25
|
ApproveAssignmentCommand: () => ApproveAssignmentCommand,
|
|
26
26
|
AssignmentStatus: () => AssignmentStatus,
|
|
@@ -90,7 +90,7 @@ __export(src_exports, {
|
|
|
90
90
|
paginateListWorkerBlocks: () => paginateListWorkerBlocks,
|
|
91
91
|
paginateListWorkersWithQualificationType: () => paginateListWorkersWithQualificationType
|
|
92
92
|
});
|
|
93
|
-
module.exports = __toCommonJS(
|
|
93
|
+
module.exports = __toCommonJS(index_exports);
|
|
94
94
|
|
|
95
95
|
// src/MTurkClient.ts
|
|
96
96
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -217,9 +217,9 @@ var MTurkClient = class extends import_smithy_client.Client {
|
|
|
217
217
|
this.middlewareStack.use(
|
|
218
218
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
219
219
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultMTurkHttpAuthSchemeParametersProvider,
|
|
220
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
220
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
221
221
|
"aws.auth#sigv4": config.credentials
|
|
222
|
-
})
|
|
222
|
+
}), "identityProviderConfigProvider")
|
|
223
223
|
})
|
|
224
224
|
);
|
|
225
225
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1172,23 +1172,23 @@ var de_ServiceFaultRes = /* @__PURE__ */ __name(async (parsedOutput, context) =>
|
|
|
1172
1172
|
}, "de_ServiceFaultRes");
|
|
1173
1173
|
var se_UpdateExpirationForHITRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1174
1174
|
return (0, import_smithy_client.take)(input, {
|
|
1175
|
-
ExpireAt: (_) => _.getTime() / 1e3,
|
|
1175
|
+
ExpireAt: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ExpireAt"),
|
|
1176
1176
|
HITId: []
|
|
1177
1177
|
});
|
|
1178
1178
|
}, "se_UpdateExpirationForHITRequest");
|
|
1179
1179
|
var de_Assignment = /* @__PURE__ */ __name((output, context) => {
|
|
1180
1180
|
return (0, import_smithy_client.take)(output, {
|
|
1181
|
-
AcceptTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1181
|
+
AcceptTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "AcceptTime"),
|
|
1182
1182
|
Answer: import_smithy_client.expectString,
|
|
1183
|
-
ApprovalTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1183
|
+
ApprovalTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ApprovalTime"),
|
|
1184
1184
|
AssignmentId: import_smithy_client.expectString,
|
|
1185
1185
|
AssignmentStatus: import_smithy_client.expectString,
|
|
1186
|
-
AutoApprovalTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1187
|
-
Deadline: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1186
|
+
AutoApprovalTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "AutoApprovalTime"),
|
|
1187
|
+
Deadline: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Deadline"),
|
|
1188
1188
|
HITId: import_smithy_client.expectString,
|
|
1189
|
-
RejectionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1189
|
+
RejectionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RejectionTime"),
|
|
1190
1190
|
RequesterFeedback: import_smithy_client.expectString,
|
|
1191
|
-
SubmitTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1191
|
+
SubmitTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SubmitTime"),
|
|
1192
1192
|
WorkerId: import_smithy_client.expectString
|
|
1193
1193
|
});
|
|
1194
1194
|
}, "de_Assignment");
|
|
@@ -1202,7 +1202,7 @@ var de_BonusPayment = /* @__PURE__ */ __name((output, context) => {
|
|
|
1202
1202
|
return (0, import_smithy_client.take)(output, {
|
|
1203
1203
|
AssignmentId: import_smithy_client.expectString,
|
|
1204
1204
|
BonusAmount: import_smithy_client.expectString,
|
|
1205
|
-
GrantTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1205
|
+
GrantTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "GrantTime"),
|
|
1206
1206
|
Reason: import_smithy_client.expectString,
|
|
1207
1207
|
WorkerId: import_smithy_client.expectString
|
|
1208
1208
|
});
|
|
@@ -1215,47 +1215,47 @@ var de_BonusPaymentList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1215
1215
|
}, "de_BonusPaymentList");
|
|
1216
1216
|
var de_CreateHITResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1217
1217
|
return (0, import_smithy_client.take)(output, {
|
|
1218
|
-
HIT: (_) => de_HIT(_, context)
|
|
1218
|
+
HIT: /* @__PURE__ */ __name((_) => de_HIT(_, context), "HIT")
|
|
1219
1219
|
});
|
|
1220
1220
|
}, "de_CreateHITResponse");
|
|
1221
1221
|
var de_CreateHITWithHITTypeResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1222
1222
|
return (0, import_smithy_client.take)(output, {
|
|
1223
|
-
HIT: (_) => de_HIT(_, context)
|
|
1223
|
+
HIT: /* @__PURE__ */ __name((_) => de_HIT(_, context), "HIT")
|
|
1224
1224
|
});
|
|
1225
1225
|
}, "de_CreateHITWithHITTypeResponse");
|
|
1226
1226
|
var de_CreateQualificationTypeResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1227
1227
|
return (0, import_smithy_client.take)(output, {
|
|
1228
|
-
QualificationType: (_) => de_QualificationType(_, context)
|
|
1228
|
+
QualificationType: /* @__PURE__ */ __name((_) => de_QualificationType(_, context), "QualificationType")
|
|
1229
1229
|
});
|
|
1230
1230
|
}, "de_CreateQualificationTypeResponse");
|
|
1231
1231
|
var de_GetAssignmentResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1232
1232
|
return (0, import_smithy_client.take)(output, {
|
|
1233
|
-
Assignment: (_) => de_Assignment(_, context),
|
|
1234
|
-
HIT: (_) => de_HIT(_, context)
|
|
1233
|
+
Assignment: /* @__PURE__ */ __name((_) => de_Assignment(_, context), "Assignment"),
|
|
1234
|
+
HIT: /* @__PURE__ */ __name((_) => de_HIT(_, context), "HIT")
|
|
1235
1235
|
});
|
|
1236
1236
|
}, "de_GetAssignmentResponse");
|
|
1237
1237
|
var de_GetHITResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1238
1238
|
return (0, import_smithy_client.take)(output, {
|
|
1239
|
-
HIT: (_) => de_HIT(_, context)
|
|
1239
|
+
HIT: /* @__PURE__ */ __name((_) => de_HIT(_, context), "HIT")
|
|
1240
1240
|
});
|
|
1241
1241
|
}, "de_GetHITResponse");
|
|
1242
1242
|
var de_GetQualificationScoreResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1243
1243
|
return (0, import_smithy_client.take)(output, {
|
|
1244
|
-
Qualification: (_) => de_Qualification(_, context)
|
|
1244
|
+
Qualification: /* @__PURE__ */ __name((_) => de_Qualification(_, context), "Qualification")
|
|
1245
1245
|
});
|
|
1246
1246
|
}, "de_GetQualificationScoreResponse");
|
|
1247
1247
|
var de_GetQualificationTypeResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1248
1248
|
return (0, import_smithy_client.take)(output, {
|
|
1249
|
-
QualificationType: (_) => de_QualificationType(_, context)
|
|
1249
|
+
QualificationType: /* @__PURE__ */ __name((_) => de_QualificationType(_, context), "QualificationType")
|
|
1250
1250
|
});
|
|
1251
1251
|
}, "de_GetQualificationTypeResponse");
|
|
1252
1252
|
var de_HIT = /* @__PURE__ */ __name((output, context) => {
|
|
1253
1253
|
return (0, import_smithy_client.take)(output, {
|
|
1254
1254
|
AssignmentDurationInSeconds: import_smithy_client.expectLong,
|
|
1255
1255
|
AutoApprovalDelayInSeconds: import_smithy_client.expectLong,
|
|
1256
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1256
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1257
1257
|
Description: import_smithy_client.expectString,
|
|
1258
|
-
Expiration: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1258
|
+
Expiration: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Expiration"),
|
|
1259
1259
|
HITGroupId: import_smithy_client.expectString,
|
|
1260
1260
|
HITId: import_smithy_client.expectString,
|
|
1261
1261
|
HITLayoutId: import_smithy_client.expectString,
|
|
@@ -1282,28 +1282,28 @@ var de_HITList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1282
1282
|
}, "de_HITList");
|
|
1283
1283
|
var de_ListAssignmentsForHITResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1284
1284
|
return (0, import_smithy_client.take)(output, {
|
|
1285
|
-
Assignments: (_) => de_AssignmentList(_, context),
|
|
1285
|
+
Assignments: /* @__PURE__ */ __name((_) => de_AssignmentList(_, context), "Assignments"),
|
|
1286
1286
|
NextToken: import_smithy_client.expectString,
|
|
1287
1287
|
NumResults: import_smithy_client.expectInt32
|
|
1288
1288
|
});
|
|
1289
1289
|
}, "de_ListAssignmentsForHITResponse");
|
|
1290
1290
|
var de_ListBonusPaymentsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1291
1291
|
return (0, import_smithy_client.take)(output, {
|
|
1292
|
-
BonusPayments: (_) => de_BonusPaymentList(_, context),
|
|
1292
|
+
BonusPayments: /* @__PURE__ */ __name((_) => de_BonusPaymentList(_, context), "BonusPayments"),
|
|
1293
1293
|
NextToken: import_smithy_client.expectString,
|
|
1294
1294
|
NumResults: import_smithy_client.expectInt32
|
|
1295
1295
|
});
|
|
1296
1296
|
}, "de_ListBonusPaymentsResponse");
|
|
1297
1297
|
var de_ListHITsForQualificationTypeResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1298
1298
|
return (0, import_smithy_client.take)(output, {
|
|
1299
|
-
HITs: (_) => de_HITList(_, context),
|
|
1299
|
+
HITs: /* @__PURE__ */ __name((_) => de_HITList(_, context), "HITs"),
|
|
1300
1300
|
NextToken: import_smithy_client.expectString,
|
|
1301
1301
|
NumResults: import_smithy_client.expectInt32
|
|
1302
1302
|
});
|
|
1303
1303
|
}, "de_ListHITsForQualificationTypeResponse");
|
|
1304
1304
|
var de_ListHITsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1305
1305
|
return (0, import_smithy_client.take)(output, {
|
|
1306
|
-
HITs: (_) => de_HITList(_, context),
|
|
1306
|
+
HITs: /* @__PURE__ */ __name((_) => de_HITList(_, context), "HITs"),
|
|
1307
1307
|
NextToken: import_smithy_client.expectString,
|
|
1308
1308
|
NumResults: import_smithy_client.expectInt32
|
|
1309
1309
|
});
|
|
@@ -1312,19 +1312,19 @@ var de_ListQualificationRequestsResponse = /* @__PURE__ */ __name((output, conte
|
|
|
1312
1312
|
return (0, import_smithy_client.take)(output, {
|
|
1313
1313
|
NextToken: import_smithy_client.expectString,
|
|
1314
1314
|
NumResults: import_smithy_client.expectInt32,
|
|
1315
|
-
QualificationRequests: (_) => de_QualificationRequestList(_, context)
|
|
1315
|
+
QualificationRequests: /* @__PURE__ */ __name((_) => de_QualificationRequestList(_, context), "QualificationRequests")
|
|
1316
1316
|
});
|
|
1317
1317
|
}, "de_ListQualificationRequestsResponse");
|
|
1318
1318
|
var de_ListQualificationTypesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1319
1319
|
return (0, import_smithy_client.take)(output, {
|
|
1320
1320
|
NextToken: import_smithy_client.expectString,
|
|
1321
1321
|
NumResults: import_smithy_client.expectInt32,
|
|
1322
|
-
QualificationTypes: (_) => de_QualificationTypeList(_, context)
|
|
1322
|
+
QualificationTypes: /* @__PURE__ */ __name((_) => de_QualificationTypeList(_, context), "QualificationTypes")
|
|
1323
1323
|
});
|
|
1324
1324
|
}, "de_ListQualificationTypesResponse");
|
|
1325
1325
|
var de_ListReviewableHITsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1326
1326
|
return (0, import_smithy_client.take)(output, {
|
|
1327
|
-
HITs: (_) => de_HITList(_, context),
|
|
1327
|
+
HITs: /* @__PURE__ */ __name((_) => de_HITList(_, context), "HITs"),
|
|
1328
1328
|
NextToken: import_smithy_client.expectString,
|
|
1329
1329
|
NumResults: import_smithy_client.expectInt32
|
|
1330
1330
|
});
|
|
@@ -1332,10 +1332,10 @@ var de_ListReviewableHITsResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
1332
1332
|
var de_ListReviewPolicyResultsForHITResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1333
1333
|
return (0, import_smithy_client.take)(output, {
|
|
1334
1334
|
AssignmentReviewPolicy: import_smithy_client._json,
|
|
1335
|
-
AssignmentReviewReport: (_) => de_ReviewReport(_, context),
|
|
1335
|
+
AssignmentReviewReport: /* @__PURE__ */ __name((_) => de_ReviewReport(_, context), "AssignmentReviewReport"),
|
|
1336
1336
|
HITId: import_smithy_client.expectString,
|
|
1337
1337
|
HITReviewPolicy: import_smithy_client._json,
|
|
1338
|
-
HITReviewReport: (_) => de_ReviewReport(_, context),
|
|
1338
|
+
HITReviewReport: /* @__PURE__ */ __name((_) => de_ReviewReport(_, context), "HITReviewReport"),
|
|
1339
1339
|
NextToken: import_smithy_client.expectString
|
|
1340
1340
|
});
|
|
1341
1341
|
}, "de_ListReviewPolicyResultsForHITResponse");
|
|
@@ -1343,12 +1343,12 @@ var de_ListWorkersWithQualificationTypeResponse = /* @__PURE__ */ __name((output
|
|
|
1343
1343
|
return (0, import_smithy_client.take)(output, {
|
|
1344
1344
|
NextToken: import_smithy_client.expectString,
|
|
1345
1345
|
NumResults: import_smithy_client.expectInt32,
|
|
1346
|
-
Qualifications: (_) => de_QualificationList(_, context)
|
|
1346
|
+
Qualifications: /* @__PURE__ */ __name((_) => de_QualificationList(_, context), "Qualifications")
|
|
1347
1347
|
});
|
|
1348
1348
|
}, "de_ListWorkersWithQualificationTypeResponse");
|
|
1349
1349
|
var de_Qualification = /* @__PURE__ */ __name((output, context) => {
|
|
1350
1350
|
return (0, import_smithy_client.take)(output, {
|
|
1351
|
-
GrantTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1351
|
+
GrantTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "GrantTime"),
|
|
1352
1352
|
IntegerValue: import_smithy_client.expectInt32,
|
|
1353
1353
|
LocaleValue: import_smithy_client._json,
|
|
1354
1354
|
QualificationTypeId: import_smithy_client.expectString,
|
|
@@ -1367,7 +1367,7 @@ var de_QualificationRequest = /* @__PURE__ */ __name((output, context) => {
|
|
|
1367
1367
|
Answer: import_smithy_client.expectString,
|
|
1368
1368
|
QualificationRequestId: import_smithy_client.expectString,
|
|
1369
1369
|
QualificationTypeId: import_smithy_client.expectString,
|
|
1370
|
-
SubmitTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1370
|
+
SubmitTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SubmitTime"),
|
|
1371
1371
|
Test: import_smithy_client.expectString,
|
|
1372
1372
|
WorkerId: import_smithy_client.expectString
|
|
1373
1373
|
});
|
|
@@ -1383,7 +1383,7 @@ var de_QualificationType = /* @__PURE__ */ __name((output, context) => {
|
|
|
1383
1383
|
AnswerKey: import_smithy_client.expectString,
|
|
1384
1384
|
AutoGranted: import_smithy_client.expectBoolean,
|
|
1385
1385
|
AutoGrantedValue: import_smithy_client.expectInt32,
|
|
1386
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1386
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1387
1387
|
Description: import_smithy_client.expectString,
|
|
1388
1388
|
IsRequestable: import_smithy_client.expectBoolean,
|
|
1389
1389
|
Keywords: import_smithy_client.expectString,
|
|
@@ -1405,7 +1405,7 @@ var de_ReviewActionDetail = /* @__PURE__ */ __name((output, context) => {
|
|
|
1405
1405
|
return (0, import_smithy_client.take)(output, {
|
|
1406
1406
|
ActionId: import_smithy_client.expectString,
|
|
1407
1407
|
ActionName: import_smithy_client.expectString,
|
|
1408
|
-
CompleteTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1408
|
+
CompleteTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompleteTime"),
|
|
1409
1409
|
ErrorCode: import_smithy_client.expectString,
|
|
1410
1410
|
Result: import_smithy_client.expectString,
|
|
1411
1411
|
Status: import_smithy_client.expectString,
|
|
@@ -1421,13 +1421,13 @@ var de_ReviewActionDetailList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1421
1421
|
}, "de_ReviewActionDetailList");
|
|
1422
1422
|
var de_ReviewReport = /* @__PURE__ */ __name((output, context) => {
|
|
1423
1423
|
return (0, import_smithy_client.take)(output, {
|
|
1424
|
-
ReviewActions: (_) => de_ReviewActionDetailList(_, context),
|
|
1424
|
+
ReviewActions: /* @__PURE__ */ __name((_) => de_ReviewActionDetailList(_, context), "ReviewActions"),
|
|
1425
1425
|
ReviewResults: import_smithy_client._json
|
|
1426
1426
|
});
|
|
1427
1427
|
}, "de_ReviewReport");
|
|
1428
1428
|
var de_UpdateQualificationTypeResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1429
1429
|
return (0, import_smithy_client.take)(output, {
|
|
1430
|
-
QualificationType: (_) => de_QualificationType(_, context)
|
|
1430
|
+
QualificationType: /* @__PURE__ */ __name((_) => de_QualificationType(_, context), "QualificationType")
|
|
1431
1431
|
});
|
|
1432
1432
|
}, "de_UpdateQualificationTypeResponse");
|
|
1433
1433
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mturk",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mturk Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mturk",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|