@aws-sdk/client-mturk 3.478.0 → 3.481.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/commands/AcceptQualificationRequestCommand.js +18 -41
- package/dist-cjs/commands/ApproveAssignmentCommand.js +18 -41
- package/dist-cjs/commands/AssociateQualificationWithWorkerCommand.js +18 -41
- package/dist-cjs/commands/CreateAdditionalAssignmentsForHITCommand.js +18 -41
- package/dist-cjs/commands/CreateHITCommand.js +18 -41
- package/dist-cjs/commands/CreateHITTypeCommand.js +18 -41
- package/dist-cjs/commands/CreateHITWithHITTypeCommand.js +18 -41
- package/dist-cjs/commands/CreateQualificationTypeCommand.js +18 -41
- package/dist-cjs/commands/CreateWorkerBlockCommand.js +18 -41
- package/dist-cjs/commands/DeleteHITCommand.js +18 -41
- package/dist-cjs/commands/DeleteQualificationTypeCommand.js +18 -41
- package/dist-cjs/commands/DeleteWorkerBlockCommand.js +18 -41
- package/dist-cjs/commands/DisassociateQualificationFromWorkerCommand.js +18 -41
- package/dist-cjs/commands/GetAccountBalanceCommand.js +18 -41
- package/dist-cjs/commands/GetAssignmentCommand.js +18 -41
- package/dist-cjs/commands/GetFileUploadURLCommand.js +18 -41
- package/dist-cjs/commands/GetHITCommand.js +18 -41
- package/dist-cjs/commands/GetQualificationScoreCommand.js +18 -41
- package/dist-cjs/commands/GetQualificationTypeCommand.js +18 -41
- package/dist-cjs/commands/ListAssignmentsForHITCommand.js +18 -41
- package/dist-cjs/commands/ListBonusPaymentsCommand.js +18 -41
- package/dist-cjs/commands/ListHITsCommand.js +18 -41
- package/dist-cjs/commands/ListHITsForQualificationTypeCommand.js +18 -41
- package/dist-cjs/commands/ListQualificationRequestsCommand.js +18 -41
- package/dist-cjs/commands/ListQualificationTypesCommand.js +18 -41
- package/dist-cjs/commands/ListReviewPolicyResultsForHITCommand.js +18 -41
- package/dist-cjs/commands/ListReviewableHITsCommand.js +18 -41
- package/dist-cjs/commands/ListWorkerBlocksCommand.js +18 -41
- package/dist-cjs/commands/ListWorkersWithQualificationTypeCommand.js +18 -41
- package/dist-cjs/commands/NotifyWorkersCommand.js +18 -41
- package/dist-cjs/commands/RejectAssignmentCommand.js +18 -41
- package/dist-cjs/commands/RejectQualificationRequestCommand.js +18 -41
- package/dist-cjs/commands/SendBonusCommand.js +18 -41
- package/dist-cjs/commands/SendTestEventNotificationCommand.js +18 -41
- package/dist-cjs/commands/UpdateExpirationForHITCommand.js +18 -41
- package/dist-cjs/commands/UpdateHITReviewStatusCommand.js +18 -41
- package/dist-cjs/commands/UpdateHITTypeOfHITCommand.js +18 -41
- package/dist-cjs/commands/UpdateNotificationSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdateQualificationTypeCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AcceptQualificationRequestCommand.js +18 -41
- package/dist-es/commands/ApproveAssignmentCommand.js +18 -41
- package/dist-es/commands/AssociateQualificationWithWorkerCommand.js +18 -41
- package/dist-es/commands/CreateAdditionalAssignmentsForHITCommand.js +18 -41
- package/dist-es/commands/CreateHITCommand.js +18 -41
- package/dist-es/commands/CreateHITTypeCommand.js +18 -41
- package/dist-es/commands/CreateHITWithHITTypeCommand.js +18 -41
- package/dist-es/commands/CreateQualificationTypeCommand.js +18 -41
- package/dist-es/commands/CreateWorkerBlockCommand.js +18 -41
- package/dist-es/commands/DeleteHITCommand.js +18 -41
- package/dist-es/commands/DeleteQualificationTypeCommand.js +18 -41
- package/dist-es/commands/DeleteWorkerBlockCommand.js +18 -41
- package/dist-es/commands/DisassociateQualificationFromWorkerCommand.js +18 -41
- package/dist-es/commands/GetAccountBalanceCommand.js +18 -41
- package/dist-es/commands/GetAssignmentCommand.js +18 -41
- package/dist-es/commands/GetFileUploadURLCommand.js +18 -41
- package/dist-es/commands/GetHITCommand.js +18 -41
- package/dist-es/commands/GetQualificationScoreCommand.js +18 -41
- package/dist-es/commands/GetQualificationTypeCommand.js +18 -41
- package/dist-es/commands/ListAssignmentsForHITCommand.js +18 -41
- package/dist-es/commands/ListBonusPaymentsCommand.js +18 -41
- package/dist-es/commands/ListHITsCommand.js +18 -41
- package/dist-es/commands/ListHITsForQualificationTypeCommand.js +18 -41
- package/dist-es/commands/ListQualificationRequestsCommand.js +18 -41
- package/dist-es/commands/ListQualificationTypesCommand.js +18 -41
- package/dist-es/commands/ListReviewPolicyResultsForHITCommand.js +18 -41
- package/dist-es/commands/ListReviewableHITsCommand.js +18 -41
- package/dist-es/commands/ListWorkerBlocksCommand.js +18 -41
- package/dist-es/commands/ListWorkersWithQualificationTypeCommand.js +18 -41
- package/dist-es/commands/NotifyWorkersCommand.js +18 -41
- package/dist-es/commands/RejectAssignmentCommand.js +18 -41
- package/dist-es/commands/RejectQualificationRequestCommand.js +18 -41
- package/dist-es/commands/SendBonusCommand.js +18 -41
- package/dist-es/commands/SendTestEventNotificationCommand.js +18 -41
- package/dist-es/commands/UpdateExpirationForHITCommand.js +18 -41
- package/dist-es/commands/UpdateHITReviewStatusCommand.js +18 -41
- package/dist-es/commands/UpdateHITTypeOfHITCommand.js +18 -41
- package/dist-es/commands/UpdateNotificationSettingsCommand.js +18 -41
- package/dist-es/commands/UpdateQualificationTypeCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AcceptQualificationRequestCommand.d.ts +6 -21
- package/dist-types/commands/ApproveAssignmentCommand.d.ts +6 -21
- package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +6 -21
- package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +6 -21
- package/dist-types/commands/CreateHITCommand.d.ts +6 -21
- package/dist-types/commands/CreateHITTypeCommand.d.ts +6 -21
- package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +6 -21
- package/dist-types/commands/CreateQualificationTypeCommand.d.ts +6 -21
- package/dist-types/commands/CreateWorkerBlockCommand.d.ts +6 -21
- package/dist-types/commands/DeleteHITCommand.d.ts +6 -21
- package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +6 -21
- package/dist-types/commands/GetAccountBalanceCommand.d.ts +6 -21
- package/dist-types/commands/GetAssignmentCommand.d.ts +6 -21
- package/dist-types/commands/GetFileUploadURLCommand.d.ts +6 -21
- package/dist-types/commands/GetHITCommand.d.ts +6 -21
- package/dist-types/commands/GetQualificationScoreCommand.d.ts +6 -21
- package/dist-types/commands/GetQualificationTypeCommand.d.ts +6 -21
- package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +6 -21
- package/dist-types/commands/ListBonusPaymentsCommand.d.ts +6 -21
- package/dist-types/commands/ListHITsCommand.d.ts +6 -21
- package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +6 -21
- package/dist-types/commands/ListQualificationRequestsCommand.d.ts +6 -21
- package/dist-types/commands/ListQualificationTypesCommand.d.ts +6 -21
- package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +6 -21
- package/dist-types/commands/ListReviewableHITsCommand.d.ts +6 -21
- package/dist-types/commands/ListWorkerBlocksCommand.d.ts +6 -21
- package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +6 -21
- package/dist-types/commands/NotifyWorkersCommand.d.ts +6 -21
- package/dist-types/commands/RejectAssignmentCommand.d.ts +6 -21
- package/dist-types/commands/RejectQualificationRequestCommand.d.ts +6 -21
- package/dist-types/commands/SendBonusCommand.d.ts +6 -21
- package/dist-types/commands/SendTestEventNotificationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +6 -21
- package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +6 -21
- package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +6 -21
- package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetHITCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateHITTypeOfHITCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "MTurkClient";
|
|
29
|
-
const commandName = "UpdateHITTypeOfHITCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MTurkRequesterServiceV20170117",
|
|
38
|
-
operation: "UpdateHITTypeOfHIT",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_UpdateHITTypeOfHITCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_UpdateHITTypeOfHITCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateHITTypeOfHITCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MTurkRequesterServiceV20170117", "UpdateHITTypeOfHIT", {})
|
|
22
|
+
.n("MTurkClient", "UpdateHITTypeOfHITCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_UpdateHITTypeOfHITCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_UpdateHITTypeOfHITCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateHITTypeOfHITCommand = UpdateHITTypeOfHITCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateNotificationSettingsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "MTurkClient";
|
|
29
|
-
const commandName = "UpdateNotificationSettingsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MTurkRequesterServiceV20170117",
|
|
38
|
-
operation: "UpdateNotificationSettings",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_UpdateNotificationSettingsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_UpdateNotificationSettingsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateNotificationSettingsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MTurkRequesterServiceV20170117", "UpdateNotificationSettings", {})
|
|
22
|
+
.n("MTurkClient", "UpdateNotificationSettingsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_UpdateNotificationSettingsCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_UpdateNotificationSettingsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateNotificationSettingsCommand = UpdateNotificationSettingsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateQualificationTypeCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "MTurkClient";
|
|
29
|
-
const commandName = "UpdateQualificationTypeCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MTurkRequesterServiceV20170117",
|
|
38
|
-
operation: "UpdateQualificationType",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_UpdateQualificationTypeCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_UpdateQualificationTypeCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateQualificationTypeCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MTurkRequesterServiceV20170117", "UpdateQualificationType", {})
|
|
22
|
+
.n("MTurkClient", "UpdateQualificationTypeCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_UpdateQualificationTypeCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_UpdateQualificationTypeCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateQualificationTypeCommand = UpdateQualificationTypeCommand;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.resolveClientEndpointParameters = void 0;
|
|
3
|
+
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
4
|
const resolveClientEndpointParameters = (options) => {
|
|
5
5
|
return {
|
|
6
6
|
...options,
|
|
@@ -10,3 +10,9 @@ const resolveClientEndpointParameters = (options) => {
|
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
12
|
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
+
exports.commonParams = {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_AcceptQualificationRequestCommand, se_AcceptQualificationRequestCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class AcceptQualificationRequestCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "MTurkClient";
|
|
26
|
-
const commandName = "AcceptQualificationRequestCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "MTurkRequesterServiceV20170117",
|
|
35
|
-
operation: "AcceptQualificationRequest",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_AcceptQualificationRequestCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_AcceptQualificationRequestCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class AcceptQualificationRequestCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MTurkRequesterServiceV20170117", "AcceptQualificationRequest", {})
|
|
19
|
+
.n("MTurkClient", "AcceptQualificationRequestCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_AcceptQualificationRequestCommand)
|
|
22
|
+
.de(de_AcceptQualificationRequestCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ApproveAssignmentCommand, se_ApproveAssignmentCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ApproveAssignmentCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "MTurkClient";
|
|
26
|
-
const commandName = "ApproveAssignmentCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "MTurkRequesterServiceV20170117",
|
|
35
|
-
operation: "ApproveAssignment",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ApproveAssignmentCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ApproveAssignmentCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ApproveAssignmentCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MTurkRequesterServiceV20170117", "ApproveAssignment", {})
|
|
19
|
+
.n("MTurkClient", "ApproveAssignmentCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ApproveAssignmentCommand)
|
|
22
|
+
.de(de_ApproveAssignmentCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_AssociateQualificationWithWorkerCommand, se_AssociateQualificationWithWorkerCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class AssociateQualificationWithWorkerCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "MTurkClient";
|
|
26
|
-
const commandName = "AssociateQualificationWithWorkerCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "MTurkRequesterServiceV20170117",
|
|
35
|
-
operation: "AssociateQualificationWithWorker",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_AssociateQualificationWithWorkerCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_AssociateQualificationWithWorkerCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class AssociateQualificationWithWorkerCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MTurkRequesterServiceV20170117", "AssociateQualificationWithWorker", {})
|
|
19
|
+
.n("MTurkClient", "AssociateQualificationWithWorkerCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_AssociateQualificationWithWorkerCommand)
|
|
22
|
+
.de(de_AssociateQualificationWithWorkerCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateAdditionalAssignmentsForHITCommand, se_CreateAdditionalAssignmentsForHITCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateAdditionalAssignmentsForHITCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "MTurkClient";
|
|
26
|
-
const commandName = "CreateAdditionalAssignmentsForHITCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "MTurkRequesterServiceV20170117",
|
|
35
|
-
operation: "CreateAdditionalAssignmentsForHIT",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateAdditionalAssignmentsForHITCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateAdditionalAssignmentsForHITCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateAdditionalAssignmentsForHITCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MTurkRequesterServiceV20170117", "CreateAdditionalAssignmentsForHIT", {})
|
|
19
|
+
.n("MTurkClient", "CreateAdditionalAssignmentsForHITCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateAdditionalAssignmentsForHITCommand)
|
|
22
|
+
.de(de_CreateAdditionalAssignmentsForHITCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateHITCommand, se_CreateHITCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateHITCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "MTurkClient";
|
|
26
|
-
const commandName = "CreateHITCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "MTurkRequesterServiceV20170117",
|
|
35
|
-
operation: "CreateHIT",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateHITCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateHITCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateHITCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MTurkRequesterServiceV20170117", "CreateHIT", {})
|
|
19
|
+
.n("MTurkClient", "CreateHITCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateHITCommand)
|
|
22
|
+
.de(de_CreateHITCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateHITTypeCommand, se_CreateHITTypeCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateHITTypeCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "MTurkClient";
|
|
26
|
-
const commandName = "CreateHITTypeCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "MTurkRequesterServiceV20170117",
|
|
35
|
-
operation: "CreateHITType",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateHITTypeCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateHITTypeCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateHITTypeCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MTurkRequesterServiceV20170117", "CreateHITType", {})
|
|
19
|
+
.n("MTurkClient", "CreateHITTypeCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateHITTypeCommand)
|
|
22
|
+
.de(de_CreateHITTypeCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|