@aws-sdk/client-mturk 3.490.0 → 3.496.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/MTurk.js +1 -89
- package/dist-cjs/MTurkClient.js +1 -43
- package/dist-cjs/commands/AcceptQualificationRequestCommand.js +1 -28
- package/dist-cjs/commands/ApproveAssignmentCommand.js +1 -28
- package/dist-cjs/commands/AssociateQualificationWithWorkerCommand.js +1 -28
- package/dist-cjs/commands/CreateAdditionalAssignmentsForHITCommand.js +1 -28
- package/dist-cjs/commands/CreateHITCommand.js +1 -28
- package/dist-cjs/commands/CreateHITTypeCommand.js +1 -28
- package/dist-cjs/commands/CreateHITWithHITTypeCommand.js +1 -28
- package/dist-cjs/commands/CreateQualificationTypeCommand.js +1 -28
- package/dist-cjs/commands/CreateWorkerBlockCommand.js +1 -28
- package/dist-cjs/commands/DeleteHITCommand.js +1 -28
- package/dist-cjs/commands/DeleteQualificationTypeCommand.js +1 -28
- package/dist-cjs/commands/DeleteWorkerBlockCommand.js +1 -28
- package/dist-cjs/commands/DisassociateQualificationFromWorkerCommand.js +1 -28
- package/dist-cjs/commands/GetAccountBalanceCommand.js +1 -28
- package/dist-cjs/commands/GetAssignmentCommand.js +1 -28
- package/dist-cjs/commands/GetFileUploadURLCommand.js +1 -28
- package/dist-cjs/commands/GetHITCommand.js +1 -28
- package/dist-cjs/commands/GetQualificationScoreCommand.js +1 -28
- package/dist-cjs/commands/GetQualificationTypeCommand.js +1 -28
- package/dist-cjs/commands/ListAssignmentsForHITCommand.js +1 -28
- package/dist-cjs/commands/ListBonusPaymentsCommand.js +1 -28
- package/dist-cjs/commands/ListHITsCommand.js +1 -28
- package/dist-cjs/commands/ListHITsForQualificationTypeCommand.js +1 -28
- package/dist-cjs/commands/ListQualificationRequestsCommand.js +1 -28
- package/dist-cjs/commands/ListQualificationTypesCommand.js +1 -28
- package/dist-cjs/commands/ListReviewPolicyResultsForHITCommand.js +1 -28
- package/dist-cjs/commands/ListReviewableHITsCommand.js +1 -28
- package/dist-cjs/commands/ListWorkerBlocksCommand.js +1 -28
- package/dist-cjs/commands/ListWorkersWithQualificationTypeCommand.js +1 -28
- package/dist-cjs/commands/NotifyWorkersCommand.js +1 -28
- package/dist-cjs/commands/RejectAssignmentCommand.js +1 -28
- package/dist-cjs/commands/RejectQualificationRequestCommand.js +1 -28
- package/dist-cjs/commands/SendBonusCommand.js +1 -28
- package/dist-cjs/commands/SendTestEventNotificationCommand.js +1 -28
- package/dist-cjs/commands/UpdateExpirationForHITCommand.js +1 -28
- package/dist-cjs/commands/UpdateHITReviewStatusCommand.js +1 -28
- package/dist-cjs/commands/UpdateHITTypeOfHITCommand.js +1 -28
- package/dist-cjs/commands/UpdateNotificationSettingsCommand.js +1 -28
- package/dist-cjs/commands/UpdateQualificationTypeCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -42
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3099 -11
- package/dist-cjs/models/MTurkServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -114
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAssignmentsForHITPaginator.js +1 -7
- package/dist-cjs/pagination/ListBonusPaymentsPaginator.js +1 -7
- package/dist-cjs/pagination/ListHITsForQualificationTypePaginator.js +1 -7
- package/dist-cjs/pagination/ListHITsPaginator.js +1 -7
- package/dist-cjs/pagination/ListQualificationRequestsPaginator.js +1 -7
- package/dist-cjs/pagination/ListQualificationTypesPaginator.js +1 -7
- package/dist-cjs/pagination/ListReviewPolicyResultsForHITPaginator.js +1 -7
- package/dist-cjs/pagination/ListReviewableHITsPaginator.js +1 -7
- package/dist-cjs/pagination/ListWorkerBlocksPaginator.js +1 -7
- package/dist-cjs/pagination/ListWorkersWithQualificationTypePaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -14
- package/dist-cjs/protocols/Aws_json1_1.js +1 -2049
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/MTurk.js
CHANGED
|
@@ -1,89 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MTurk = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AcceptQualificationRequestCommand_1 = require("./commands/AcceptQualificationRequestCommand");
|
|
6
|
-
const ApproveAssignmentCommand_1 = require("./commands/ApproveAssignmentCommand");
|
|
7
|
-
const AssociateQualificationWithWorkerCommand_1 = require("./commands/AssociateQualificationWithWorkerCommand");
|
|
8
|
-
const CreateAdditionalAssignmentsForHITCommand_1 = require("./commands/CreateAdditionalAssignmentsForHITCommand");
|
|
9
|
-
const CreateHITCommand_1 = require("./commands/CreateHITCommand");
|
|
10
|
-
const CreateHITTypeCommand_1 = require("./commands/CreateHITTypeCommand");
|
|
11
|
-
const CreateHITWithHITTypeCommand_1 = require("./commands/CreateHITWithHITTypeCommand");
|
|
12
|
-
const CreateQualificationTypeCommand_1 = require("./commands/CreateQualificationTypeCommand");
|
|
13
|
-
const CreateWorkerBlockCommand_1 = require("./commands/CreateWorkerBlockCommand");
|
|
14
|
-
const DeleteHITCommand_1 = require("./commands/DeleteHITCommand");
|
|
15
|
-
const DeleteQualificationTypeCommand_1 = require("./commands/DeleteQualificationTypeCommand");
|
|
16
|
-
const DeleteWorkerBlockCommand_1 = require("./commands/DeleteWorkerBlockCommand");
|
|
17
|
-
const DisassociateQualificationFromWorkerCommand_1 = require("./commands/DisassociateQualificationFromWorkerCommand");
|
|
18
|
-
const GetAccountBalanceCommand_1 = require("./commands/GetAccountBalanceCommand");
|
|
19
|
-
const GetAssignmentCommand_1 = require("./commands/GetAssignmentCommand");
|
|
20
|
-
const GetFileUploadURLCommand_1 = require("./commands/GetFileUploadURLCommand");
|
|
21
|
-
const GetHITCommand_1 = require("./commands/GetHITCommand");
|
|
22
|
-
const GetQualificationScoreCommand_1 = require("./commands/GetQualificationScoreCommand");
|
|
23
|
-
const GetQualificationTypeCommand_1 = require("./commands/GetQualificationTypeCommand");
|
|
24
|
-
const ListAssignmentsForHITCommand_1 = require("./commands/ListAssignmentsForHITCommand");
|
|
25
|
-
const ListBonusPaymentsCommand_1 = require("./commands/ListBonusPaymentsCommand");
|
|
26
|
-
const ListHITsCommand_1 = require("./commands/ListHITsCommand");
|
|
27
|
-
const ListHITsForQualificationTypeCommand_1 = require("./commands/ListHITsForQualificationTypeCommand");
|
|
28
|
-
const ListQualificationRequestsCommand_1 = require("./commands/ListQualificationRequestsCommand");
|
|
29
|
-
const ListQualificationTypesCommand_1 = require("./commands/ListQualificationTypesCommand");
|
|
30
|
-
const ListReviewableHITsCommand_1 = require("./commands/ListReviewableHITsCommand");
|
|
31
|
-
const ListReviewPolicyResultsForHITCommand_1 = require("./commands/ListReviewPolicyResultsForHITCommand");
|
|
32
|
-
const ListWorkerBlocksCommand_1 = require("./commands/ListWorkerBlocksCommand");
|
|
33
|
-
const ListWorkersWithQualificationTypeCommand_1 = require("./commands/ListWorkersWithQualificationTypeCommand");
|
|
34
|
-
const NotifyWorkersCommand_1 = require("./commands/NotifyWorkersCommand");
|
|
35
|
-
const RejectAssignmentCommand_1 = require("./commands/RejectAssignmentCommand");
|
|
36
|
-
const RejectQualificationRequestCommand_1 = require("./commands/RejectQualificationRequestCommand");
|
|
37
|
-
const SendBonusCommand_1 = require("./commands/SendBonusCommand");
|
|
38
|
-
const SendTestEventNotificationCommand_1 = require("./commands/SendTestEventNotificationCommand");
|
|
39
|
-
const UpdateExpirationForHITCommand_1 = require("./commands/UpdateExpirationForHITCommand");
|
|
40
|
-
const UpdateHITReviewStatusCommand_1 = require("./commands/UpdateHITReviewStatusCommand");
|
|
41
|
-
const UpdateHITTypeOfHITCommand_1 = require("./commands/UpdateHITTypeOfHITCommand");
|
|
42
|
-
const UpdateNotificationSettingsCommand_1 = require("./commands/UpdateNotificationSettingsCommand");
|
|
43
|
-
const UpdateQualificationTypeCommand_1 = require("./commands/UpdateQualificationTypeCommand");
|
|
44
|
-
const MTurkClient_1 = require("./MTurkClient");
|
|
45
|
-
const commands = {
|
|
46
|
-
AcceptQualificationRequestCommand: AcceptQualificationRequestCommand_1.AcceptQualificationRequestCommand,
|
|
47
|
-
ApproveAssignmentCommand: ApproveAssignmentCommand_1.ApproveAssignmentCommand,
|
|
48
|
-
AssociateQualificationWithWorkerCommand: AssociateQualificationWithWorkerCommand_1.AssociateQualificationWithWorkerCommand,
|
|
49
|
-
CreateAdditionalAssignmentsForHITCommand: CreateAdditionalAssignmentsForHITCommand_1.CreateAdditionalAssignmentsForHITCommand,
|
|
50
|
-
CreateHITCommand: CreateHITCommand_1.CreateHITCommand,
|
|
51
|
-
CreateHITTypeCommand: CreateHITTypeCommand_1.CreateHITTypeCommand,
|
|
52
|
-
CreateHITWithHITTypeCommand: CreateHITWithHITTypeCommand_1.CreateHITWithHITTypeCommand,
|
|
53
|
-
CreateQualificationTypeCommand: CreateQualificationTypeCommand_1.CreateQualificationTypeCommand,
|
|
54
|
-
CreateWorkerBlockCommand: CreateWorkerBlockCommand_1.CreateWorkerBlockCommand,
|
|
55
|
-
DeleteHITCommand: DeleteHITCommand_1.DeleteHITCommand,
|
|
56
|
-
DeleteQualificationTypeCommand: DeleteQualificationTypeCommand_1.DeleteQualificationTypeCommand,
|
|
57
|
-
DeleteWorkerBlockCommand: DeleteWorkerBlockCommand_1.DeleteWorkerBlockCommand,
|
|
58
|
-
DisassociateQualificationFromWorkerCommand: DisassociateQualificationFromWorkerCommand_1.DisassociateQualificationFromWorkerCommand,
|
|
59
|
-
GetAccountBalanceCommand: GetAccountBalanceCommand_1.GetAccountBalanceCommand,
|
|
60
|
-
GetAssignmentCommand: GetAssignmentCommand_1.GetAssignmentCommand,
|
|
61
|
-
GetFileUploadURLCommand: GetFileUploadURLCommand_1.GetFileUploadURLCommand,
|
|
62
|
-
GetHITCommand: GetHITCommand_1.GetHITCommand,
|
|
63
|
-
GetQualificationScoreCommand: GetQualificationScoreCommand_1.GetQualificationScoreCommand,
|
|
64
|
-
GetQualificationTypeCommand: GetQualificationTypeCommand_1.GetQualificationTypeCommand,
|
|
65
|
-
ListAssignmentsForHITCommand: ListAssignmentsForHITCommand_1.ListAssignmentsForHITCommand,
|
|
66
|
-
ListBonusPaymentsCommand: ListBonusPaymentsCommand_1.ListBonusPaymentsCommand,
|
|
67
|
-
ListHITsCommand: ListHITsCommand_1.ListHITsCommand,
|
|
68
|
-
ListHITsForQualificationTypeCommand: ListHITsForQualificationTypeCommand_1.ListHITsForQualificationTypeCommand,
|
|
69
|
-
ListQualificationRequestsCommand: ListQualificationRequestsCommand_1.ListQualificationRequestsCommand,
|
|
70
|
-
ListQualificationTypesCommand: ListQualificationTypesCommand_1.ListQualificationTypesCommand,
|
|
71
|
-
ListReviewableHITsCommand: ListReviewableHITsCommand_1.ListReviewableHITsCommand,
|
|
72
|
-
ListReviewPolicyResultsForHITCommand: ListReviewPolicyResultsForHITCommand_1.ListReviewPolicyResultsForHITCommand,
|
|
73
|
-
ListWorkerBlocksCommand: ListWorkerBlocksCommand_1.ListWorkerBlocksCommand,
|
|
74
|
-
ListWorkersWithQualificationTypeCommand: ListWorkersWithQualificationTypeCommand_1.ListWorkersWithQualificationTypeCommand,
|
|
75
|
-
NotifyWorkersCommand: NotifyWorkersCommand_1.NotifyWorkersCommand,
|
|
76
|
-
RejectAssignmentCommand: RejectAssignmentCommand_1.RejectAssignmentCommand,
|
|
77
|
-
RejectQualificationRequestCommand: RejectQualificationRequestCommand_1.RejectQualificationRequestCommand,
|
|
78
|
-
SendBonusCommand: SendBonusCommand_1.SendBonusCommand,
|
|
79
|
-
SendTestEventNotificationCommand: SendTestEventNotificationCommand_1.SendTestEventNotificationCommand,
|
|
80
|
-
UpdateExpirationForHITCommand: UpdateExpirationForHITCommand_1.UpdateExpirationForHITCommand,
|
|
81
|
-
UpdateHITReviewStatusCommand: UpdateHITReviewStatusCommand_1.UpdateHITReviewStatusCommand,
|
|
82
|
-
UpdateHITTypeOfHITCommand: UpdateHITTypeOfHITCommand_1.UpdateHITTypeOfHITCommand,
|
|
83
|
-
UpdateNotificationSettingsCommand: UpdateNotificationSettingsCommand_1.UpdateNotificationSettingsCommand,
|
|
84
|
-
UpdateQualificationTypeCommand: UpdateQualificationTypeCommand_1.UpdateQualificationTypeCommand,
|
|
85
|
-
};
|
|
86
|
-
class MTurk extends MTurkClient_1.MTurkClient {
|
|
87
|
-
}
|
|
88
|
-
exports.MTurk = MTurk;
|
|
89
|
-
(0, smithy_client_1.createAggregatedClient)(commands, MTurk);
|
|
1
|
+
module.exports = require("./index.js");
|
package/dist-cjs/MTurkClient.js
CHANGED
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MTurkClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class MTurkClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.MTurkClient = MTurkClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AcceptQualificationRequestCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class AcceptQualificationRequestCommand 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", "AcceptQualificationRequest", {})
|
|
22
|
-
.n("MTurkClient", "AcceptQualificationRequestCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_AcceptQualificationRequestCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_AcceptQualificationRequestCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AcceptQualificationRequestCommand = AcceptQualificationRequestCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ApproveAssignmentCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ApproveAssignmentCommand 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", "ApproveAssignment", {})
|
|
22
|
-
.n("MTurkClient", "ApproveAssignmentCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ApproveAssignmentCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ApproveAssignmentCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ApproveAssignmentCommand = ApproveAssignmentCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateQualificationWithWorkerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class AssociateQualificationWithWorkerCommand 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", "AssociateQualificationWithWorker", {})
|
|
22
|
-
.n("MTurkClient", "AssociateQualificationWithWorkerCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_AssociateQualificationWithWorkerCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_AssociateQualificationWithWorkerCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateQualificationWithWorkerCommand = AssociateQualificationWithWorkerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateAdditionalAssignmentsForHITCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateAdditionalAssignmentsForHITCommand 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", "CreateAdditionalAssignmentsForHIT", {})
|
|
22
|
-
.n("MTurkClient", "CreateAdditionalAssignmentsForHITCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateAdditionalAssignmentsForHITCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateAdditionalAssignmentsForHITCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateAdditionalAssignmentsForHITCommand = CreateAdditionalAssignmentsForHITCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateHITCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateHITCommand 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", "CreateHIT", {})
|
|
22
|
-
.n("MTurkClient", "CreateHITCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateHITCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateHITCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateHITCommand = CreateHITCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateHITTypeCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateHITTypeCommand 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", "CreateHITType", {})
|
|
22
|
-
.n("MTurkClient", "CreateHITTypeCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateHITTypeCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateHITTypeCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateHITTypeCommand = CreateHITTypeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateHITWithHITTypeCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateHITWithHITTypeCommand 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", "CreateHITWithHITType", {})
|
|
22
|
-
.n("MTurkClient", "CreateHITWithHITTypeCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateHITWithHITTypeCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateHITWithHITTypeCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateHITWithHITTypeCommand = CreateHITWithHITTypeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateQualificationTypeCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateQualificationTypeCommand 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", "CreateQualificationType", {})
|
|
22
|
-
.n("MTurkClient", "CreateQualificationTypeCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateQualificationTypeCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateQualificationTypeCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateQualificationTypeCommand = CreateQualificationTypeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateWorkerBlockCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateWorkerBlockCommand 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", "CreateWorkerBlock", {})
|
|
22
|
-
.n("MTurkClient", "CreateWorkerBlockCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateWorkerBlockCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateWorkerBlockCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateWorkerBlockCommand = CreateWorkerBlockCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteHITCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteHITCommand 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", "DeleteHIT", {})
|
|
22
|
-
.n("MTurkClient", "DeleteHITCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteHITCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteHITCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteHITCommand = DeleteHITCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteQualificationTypeCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteQualificationTypeCommand 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", "DeleteQualificationType", {})
|
|
22
|
-
.n("MTurkClient", "DeleteQualificationTypeCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteQualificationTypeCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteQualificationTypeCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteQualificationTypeCommand = DeleteQualificationTypeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteWorkerBlockCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteWorkerBlockCommand 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", "DeleteWorkerBlock", {})
|
|
22
|
-
.n("MTurkClient", "DeleteWorkerBlockCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteWorkerBlockCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteWorkerBlockCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteWorkerBlockCommand = DeleteWorkerBlockCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisassociateQualificationFromWorkerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DisassociateQualificationFromWorkerCommand 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", "DisassociateQualificationFromWorker", {})
|
|
22
|
-
.n("MTurkClient", "DisassociateQualificationFromWorkerCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DisassociateQualificationFromWorkerCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DisassociateQualificationFromWorkerCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DisassociateQualificationFromWorkerCommand = DisassociateQualificationFromWorkerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetAccountBalanceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetAccountBalanceCommand 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", "GetAccountBalance", {})
|
|
22
|
-
.n("MTurkClient", "GetAccountBalanceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_GetAccountBalanceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_GetAccountBalanceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetAccountBalanceCommand = GetAccountBalanceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetAssignmentCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetAssignmentCommand 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", "GetAssignment", {})
|
|
22
|
-
.n("MTurkClient", "GetAssignmentCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_GetAssignmentCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_GetAssignmentCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetAssignmentCommand = GetAssignmentCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetFileUploadURLCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetFileUploadURLCommand 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", "GetFileUploadURL", {})
|
|
22
|
-
.n("MTurkClient", "GetFileUploadURLCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_GetFileUploadURLCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_GetFileUploadURLCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetFileUploadURLCommand = GetFileUploadURLCommand;
|
|
1
|
+
module.exports = require("../index.js");
|