@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.
Files changed (63) hide show
  1. package/dist-cjs/MTurk.js +1 -89
  2. package/dist-cjs/MTurkClient.js +1 -43
  3. package/dist-cjs/commands/AcceptQualificationRequestCommand.js +1 -28
  4. package/dist-cjs/commands/ApproveAssignmentCommand.js +1 -28
  5. package/dist-cjs/commands/AssociateQualificationWithWorkerCommand.js +1 -28
  6. package/dist-cjs/commands/CreateAdditionalAssignmentsForHITCommand.js +1 -28
  7. package/dist-cjs/commands/CreateHITCommand.js +1 -28
  8. package/dist-cjs/commands/CreateHITTypeCommand.js +1 -28
  9. package/dist-cjs/commands/CreateHITWithHITTypeCommand.js +1 -28
  10. package/dist-cjs/commands/CreateQualificationTypeCommand.js +1 -28
  11. package/dist-cjs/commands/CreateWorkerBlockCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteHITCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteQualificationTypeCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteWorkerBlockCommand.js +1 -28
  15. package/dist-cjs/commands/DisassociateQualificationFromWorkerCommand.js +1 -28
  16. package/dist-cjs/commands/GetAccountBalanceCommand.js +1 -28
  17. package/dist-cjs/commands/GetAssignmentCommand.js +1 -28
  18. package/dist-cjs/commands/GetFileUploadURLCommand.js +1 -28
  19. package/dist-cjs/commands/GetHITCommand.js +1 -28
  20. package/dist-cjs/commands/GetQualificationScoreCommand.js +1 -28
  21. package/dist-cjs/commands/GetQualificationTypeCommand.js +1 -28
  22. package/dist-cjs/commands/ListAssignmentsForHITCommand.js +1 -28
  23. package/dist-cjs/commands/ListBonusPaymentsCommand.js +1 -28
  24. package/dist-cjs/commands/ListHITsCommand.js +1 -28
  25. package/dist-cjs/commands/ListHITsForQualificationTypeCommand.js +1 -28
  26. package/dist-cjs/commands/ListQualificationRequestsCommand.js +1 -28
  27. package/dist-cjs/commands/ListQualificationTypesCommand.js +1 -28
  28. package/dist-cjs/commands/ListReviewPolicyResultsForHITCommand.js +1 -28
  29. package/dist-cjs/commands/ListReviewableHITsCommand.js +1 -28
  30. package/dist-cjs/commands/ListWorkerBlocksCommand.js +1 -28
  31. package/dist-cjs/commands/ListWorkersWithQualificationTypeCommand.js +1 -28
  32. package/dist-cjs/commands/NotifyWorkersCommand.js +1 -28
  33. package/dist-cjs/commands/RejectAssignmentCommand.js +1 -28
  34. package/dist-cjs/commands/RejectQualificationRequestCommand.js +1 -28
  35. package/dist-cjs/commands/SendBonusCommand.js +1 -28
  36. package/dist-cjs/commands/SendTestEventNotificationCommand.js +1 -28
  37. package/dist-cjs/commands/UpdateExpirationForHITCommand.js +1 -28
  38. package/dist-cjs/commands/UpdateHITReviewStatusCommand.js +1 -28
  39. package/dist-cjs/commands/UpdateHITTypeOfHITCommand.js +1 -28
  40. package/dist-cjs/commands/UpdateNotificationSettingsCommand.js +1 -28
  41. package/dist-cjs/commands/UpdateQualificationTypeCommand.js +1 -28
  42. package/dist-cjs/commands/index.js +1 -42
  43. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  44. package/dist-cjs/extensionConfiguration.js +1 -2
  45. package/dist-cjs/index.js +3099 -11
  46. package/dist-cjs/models/MTurkServiceException.js +1 -12
  47. package/dist-cjs/models/index.js +1 -4
  48. package/dist-cjs/models/models_0.js +1 -114
  49. package/dist-cjs/pagination/Interfaces.js +1 -2
  50. package/dist-cjs/pagination/ListAssignmentsForHITPaginator.js +1 -7
  51. package/dist-cjs/pagination/ListBonusPaymentsPaginator.js +1 -7
  52. package/dist-cjs/pagination/ListHITsForQualificationTypePaginator.js +1 -7
  53. package/dist-cjs/pagination/ListHITsPaginator.js +1 -7
  54. package/dist-cjs/pagination/ListQualificationRequestsPaginator.js +1 -7
  55. package/dist-cjs/pagination/ListQualificationTypesPaginator.js +1 -7
  56. package/dist-cjs/pagination/ListReviewPolicyResultsForHITPaginator.js +1 -7
  57. package/dist-cjs/pagination/ListReviewableHITsPaginator.js +1 -7
  58. package/dist-cjs/pagination/ListWorkerBlocksPaginator.js +1 -7
  59. package/dist-cjs/pagination/ListWorkersWithQualificationTypePaginator.js +1 -7
  60. package/dist-cjs/pagination/index.js +1 -14
  61. package/dist-cjs/protocols/Aws_json1_1.js +1 -2049
  62. package/dist-cjs/runtimeExtensions.js +1 -22
  63. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetHITCommand = 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 GetHITCommand 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", "GetHIT", {})
22
- .n("MTurkClient", "GetHITCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetHITCommand)
25
- .de(Aws_json1_1_1.de_GetHITCommand)
26
- .build() {
27
- }
28
- exports.GetHITCommand = GetHITCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetQualificationScoreCommand = 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 GetQualificationScoreCommand 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", "GetQualificationScore", {})
22
- .n("MTurkClient", "GetQualificationScoreCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetQualificationScoreCommand)
25
- .de(Aws_json1_1_1.de_GetQualificationScoreCommand)
26
- .build() {
27
- }
28
- exports.GetQualificationScoreCommand = GetQualificationScoreCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetQualificationTypeCommand = 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 GetQualificationTypeCommand 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", "GetQualificationType", {})
22
- .n("MTurkClient", "GetQualificationTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetQualificationTypeCommand)
25
- .de(Aws_json1_1_1.de_GetQualificationTypeCommand)
26
- .build() {
27
- }
28
- exports.GetQualificationTypeCommand = GetQualificationTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAssignmentsForHITCommand = 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 ListAssignmentsForHITCommand 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", "ListAssignmentsForHIT", {})
22
- .n("MTurkClient", "ListAssignmentsForHITCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListAssignmentsForHITCommand)
25
- .de(Aws_json1_1_1.de_ListAssignmentsForHITCommand)
26
- .build() {
27
- }
28
- exports.ListAssignmentsForHITCommand = ListAssignmentsForHITCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListBonusPaymentsCommand = 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 ListBonusPaymentsCommand 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", "ListBonusPayments", {})
22
- .n("MTurkClient", "ListBonusPaymentsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListBonusPaymentsCommand)
25
- .de(Aws_json1_1_1.de_ListBonusPaymentsCommand)
26
- .build() {
27
- }
28
- exports.ListBonusPaymentsCommand = ListBonusPaymentsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListHITsCommand = 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 ListHITsCommand 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", "ListHITs", {})
22
- .n("MTurkClient", "ListHITsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListHITsCommand)
25
- .de(Aws_json1_1_1.de_ListHITsCommand)
26
- .build() {
27
- }
28
- exports.ListHITsCommand = ListHITsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListHITsForQualificationTypeCommand = 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 ListHITsForQualificationTypeCommand 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", "ListHITsForQualificationType", {})
22
- .n("MTurkClient", "ListHITsForQualificationTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListHITsForQualificationTypeCommand)
25
- .de(Aws_json1_1_1.de_ListHITsForQualificationTypeCommand)
26
- .build() {
27
- }
28
- exports.ListHITsForQualificationTypeCommand = ListHITsForQualificationTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListQualificationRequestsCommand = 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 ListQualificationRequestsCommand 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", "ListQualificationRequests", {})
22
- .n("MTurkClient", "ListQualificationRequestsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListQualificationRequestsCommand)
25
- .de(Aws_json1_1_1.de_ListQualificationRequestsCommand)
26
- .build() {
27
- }
28
- exports.ListQualificationRequestsCommand = ListQualificationRequestsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListQualificationTypesCommand = 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 ListQualificationTypesCommand 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", "ListQualificationTypes", {})
22
- .n("MTurkClient", "ListQualificationTypesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListQualificationTypesCommand)
25
- .de(Aws_json1_1_1.de_ListQualificationTypesCommand)
26
- .build() {
27
- }
28
- exports.ListQualificationTypesCommand = ListQualificationTypesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListReviewPolicyResultsForHITCommand = 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 ListReviewPolicyResultsForHITCommand 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", "ListReviewPolicyResultsForHIT", {})
22
- .n("MTurkClient", "ListReviewPolicyResultsForHITCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListReviewPolicyResultsForHITCommand)
25
- .de(Aws_json1_1_1.de_ListReviewPolicyResultsForHITCommand)
26
- .build() {
27
- }
28
- exports.ListReviewPolicyResultsForHITCommand = ListReviewPolicyResultsForHITCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListReviewableHITsCommand = 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 ListReviewableHITsCommand 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", "ListReviewableHITs", {})
22
- .n("MTurkClient", "ListReviewableHITsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListReviewableHITsCommand)
25
- .de(Aws_json1_1_1.de_ListReviewableHITsCommand)
26
- .build() {
27
- }
28
- exports.ListReviewableHITsCommand = ListReviewableHITsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListWorkerBlocksCommand = 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 ListWorkerBlocksCommand 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", "ListWorkerBlocks", {})
22
- .n("MTurkClient", "ListWorkerBlocksCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListWorkerBlocksCommand)
25
- .de(Aws_json1_1_1.de_ListWorkerBlocksCommand)
26
- .build() {
27
- }
28
- exports.ListWorkerBlocksCommand = ListWorkerBlocksCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListWorkersWithQualificationTypeCommand = 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 ListWorkersWithQualificationTypeCommand 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", "ListWorkersWithQualificationType", {})
22
- .n("MTurkClient", "ListWorkersWithQualificationTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListWorkersWithQualificationTypeCommand)
25
- .de(Aws_json1_1_1.de_ListWorkersWithQualificationTypeCommand)
26
- .build() {
27
- }
28
- exports.ListWorkersWithQualificationTypeCommand = ListWorkersWithQualificationTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NotifyWorkersCommand = 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 NotifyWorkersCommand 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", "NotifyWorkers", {})
22
- .n("MTurkClient", "NotifyWorkersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_NotifyWorkersCommand)
25
- .de(Aws_json1_1_1.de_NotifyWorkersCommand)
26
- .build() {
27
- }
28
- exports.NotifyWorkersCommand = NotifyWorkersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RejectAssignmentCommand = 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 RejectAssignmentCommand 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", "RejectAssignment", {})
22
- .n("MTurkClient", "RejectAssignmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_RejectAssignmentCommand)
25
- .de(Aws_json1_1_1.de_RejectAssignmentCommand)
26
- .build() {
27
- }
28
- exports.RejectAssignmentCommand = RejectAssignmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RejectQualificationRequestCommand = 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 RejectQualificationRequestCommand 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", "RejectQualificationRequest", {})
22
- .n("MTurkClient", "RejectQualificationRequestCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_RejectQualificationRequestCommand)
25
- .de(Aws_json1_1_1.de_RejectQualificationRequestCommand)
26
- .build() {
27
- }
28
- exports.RejectQualificationRequestCommand = RejectQualificationRequestCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SendBonusCommand = 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 SendBonusCommand 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", "SendBonus", {})
22
- .n("MTurkClient", "SendBonusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_SendBonusCommand)
25
- .de(Aws_json1_1_1.de_SendBonusCommand)
26
- .build() {
27
- }
28
- exports.SendBonusCommand = SendBonusCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SendTestEventNotificationCommand = 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 SendTestEventNotificationCommand 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", "SendTestEventNotification", {})
22
- .n("MTurkClient", "SendTestEventNotificationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_SendTestEventNotificationCommand)
25
- .de(Aws_json1_1_1.de_SendTestEventNotificationCommand)
26
- .build() {
27
- }
28
- exports.SendTestEventNotificationCommand = SendTestEventNotificationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateExpirationForHITCommand = 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 UpdateExpirationForHITCommand 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", "UpdateExpirationForHIT", {})
22
- .n("MTurkClient", "UpdateExpirationForHITCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateExpirationForHITCommand)
25
- .de(Aws_json1_1_1.de_UpdateExpirationForHITCommand)
26
- .build() {
27
- }
28
- exports.UpdateExpirationForHITCommand = UpdateExpirationForHITCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateHITReviewStatusCommand = 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 UpdateHITReviewStatusCommand 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", "UpdateHITReviewStatus", {})
22
- .n("MTurkClient", "UpdateHITReviewStatusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateHITReviewStatusCommand)
25
- .de(Aws_json1_1_1.de_UpdateHITReviewStatusCommand)
26
- .build() {
27
- }
28
- exports.UpdateHITReviewStatusCommand = UpdateHITReviewStatusCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateHITTypeOfHITCommand = 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 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() {
27
- }
28
- exports.UpdateHITTypeOfHITCommand = UpdateHITTypeOfHITCommand;
1
+ module.exports = require("../index.js");