@aws-sdk/client-mturk 3.888.0 → 3.891.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-types/commands/AcceptQualificationRequestCommand.d.ts +2 -0
- package/dist-types/commands/ApproveAssignmentCommand.d.ts +2 -0
- package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +2 -0
- package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +2 -0
- package/dist-types/commands/CreateHITCommand.d.ts +2 -0
- package/dist-types/commands/CreateHITTypeCommand.d.ts +2 -0
- package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +2 -0
- package/dist-types/commands/CreateQualificationTypeCommand.d.ts +2 -0
- package/dist-types/commands/CreateWorkerBlockCommand.d.ts +2 -0
- package/dist-types/commands/DeleteHITCommand.d.ts +2 -0
- package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +2 -0
- package/dist-types/commands/GetAccountBalanceCommand.d.ts +2 -0
- package/dist-types/commands/GetAssignmentCommand.d.ts +2 -0
- package/dist-types/commands/GetFileUploadURLCommand.d.ts +2 -0
- package/dist-types/commands/GetHITCommand.d.ts +2 -0
- package/dist-types/commands/GetQualificationScoreCommand.d.ts +2 -0
- package/dist-types/commands/GetQualificationTypeCommand.d.ts +2 -0
- package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +2 -0
- package/dist-types/commands/ListBonusPaymentsCommand.d.ts +2 -0
- package/dist-types/commands/ListHITsCommand.d.ts +2 -0
- package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +2 -0
- package/dist-types/commands/ListQualificationRequestsCommand.d.ts +2 -0
- package/dist-types/commands/ListQualificationTypesCommand.d.ts +2 -0
- package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +2 -0
- package/dist-types/commands/ListReviewableHITsCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkerBlocksCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +2 -0
- package/dist-types/commands/NotifyWorkersCommand.d.ts +2 -0
- package/dist-types/commands/RejectAssignmentCommand.d.ts +2 -0
- package/dist-types/commands/RejectQualificationRequestCommand.d.ts +2 -0
- package/dist-types/commands/SendBonusCommand.d.ts +2 -0
- package/dist-types/commands/SendTestEventNotificationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +2 -0
- package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +2 -0
- package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +2 -0
- package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -42,6 +42,8 @@ declare const AcceptQualificationRequestCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { MTurkClient, AcceptQualificationRequestCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
44
44
|
* // const { MTurkClient, AcceptQualificationRequestCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
45
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
46
|
+
* const config = {}; // type is MTurkClientConfig
|
|
45
47
|
* const client = new MTurkClient(config);
|
|
46
48
|
* const input = { // AcceptQualificationRequestRequest
|
|
47
49
|
* QualificationRequestId: "STRING_VALUE", // required
|
|
@@ -62,6 +62,8 @@ declare const ApproveAssignmentCommand_base: {
|
|
|
62
62
|
* ```javascript
|
|
63
63
|
* import { MTurkClient, ApproveAssignmentCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
64
64
|
* // const { MTurkClient, ApproveAssignmentCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
65
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
66
|
+
* const config = {}; // type is MTurkClientConfig
|
|
65
67
|
* const client = new MTurkClient(config);
|
|
66
68
|
* const input = { // ApproveAssignmentRequest
|
|
67
69
|
* AssignmentId: "STRING_VALUE", // required
|
|
@@ -53,6 +53,8 @@ declare const AssociateQualificationWithWorkerCommand_base: {
|
|
|
53
53
|
* ```javascript
|
|
54
54
|
* import { MTurkClient, AssociateQualificationWithWorkerCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
55
55
|
* // const { MTurkClient, AssociateQualificationWithWorkerCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
56
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
57
|
+
* const config = {}; // type is MTurkClientConfig
|
|
56
58
|
* const client = new MTurkClient(config);
|
|
57
59
|
* const input = { // AssociateQualificationWithWorkerRequest
|
|
58
60
|
* QualificationTypeId: "STRING_VALUE", // required
|
|
@@ -55,6 +55,8 @@ declare const CreateAdditionalAssignmentsForHITCommand_base: {
|
|
|
55
55
|
* ```javascript
|
|
56
56
|
* import { MTurkClient, CreateAdditionalAssignmentsForHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
57
57
|
* // const { MTurkClient, CreateAdditionalAssignmentsForHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
58
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
59
|
+
* const config = {}; // type is MTurkClientConfig
|
|
58
60
|
* const client = new MTurkClient(config);
|
|
59
61
|
* const input = { // CreateAdditionalAssignmentsForHITRequest
|
|
60
62
|
* HITId: "STRING_VALUE", // required
|
|
@@ -49,6 +49,8 @@ declare const CreateHITCommand_base: {
|
|
|
49
49
|
* ```javascript
|
|
50
50
|
* import { MTurkClient, CreateHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
51
51
|
* // const { MTurkClient, CreateHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
52
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
53
|
+
* const config = {}; // type is MTurkClientConfig
|
|
52
54
|
* const client = new MTurkClient(config);
|
|
53
55
|
* const input = { // CreateHITRequest
|
|
54
56
|
* MaxAssignments: Number("int"),
|
|
@@ -38,6 +38,8 @@ declare const CreateHITTypeCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { MTurkClient, CreateHITTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
40
40
|
* // const { MTurkClient, CreateHITTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
41
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
42
|
+
* const config = {}; // type is MTurkClientConfig
|
|
41
43
|
* const client = new MTurkClient(config);
|
|
42
44
|
* const input = { // CreateHITTypeRequest
|
|
43
45
|
* AutoApprovalDelayInSeconds: Number("long"),
|
|
@@ -50,6 +50,8 @@ declare const CreateHITWithHITTypeCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { MTurkClient, CreateHITWithHITTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
52
52
|
* // const { MTurkClient, CreateHITWithHITTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
53
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
54
|
+
* const config = {}; // type is MTurkClientConfig
|
|
53
55
|
* const client = new MTurkClient(config);
|
|
54
56
|
* const input = { // CreateHITWithHITTypeRequest
|
|
55
57
|
* HITTypeId: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const CreateQualificationTypeCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { MTurkClient, CreateQualificationTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
41
41
|
* // const { MTurkClient, CreateQualificationTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
42
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
43
|
+
* const config = {}; // type is MTurkClientConfig
|
|
42
44
|
* const client = new MTurkClient(config);
|
|
43
45
|
* const input = { // CreateQualificationTypeRequest
|
|
44
46
|
* Name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateWorkerBlockCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MTurkClient, CreateWorkerBlockCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
35
35
|
* // const { MTurkClient, CreateWorkerBlockCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
36
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
37
|
+
* const config = {}; // type is MTurkClientConfig
|
|
36
38
|
* const client = new MTurkClient(config);
|
|
37
39
|
* const input = { // CreateWorkerBlockRequest
|
|
38
40
|
* WorkerId: "STRING_VALUE", // required
|
|
@@ -68,6 +68,8 @@ declare const DeleteHITCommand_base: {
|
|
|
68
68
|
* ```javascript
|
|
69
69
|
* import { MTurkClient, DeleteHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
70
70
|
* // const { MTurkClient, DeleteHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
71
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
72
|
+
* const config = {}; // type is MTurkClientConfig
|
|
71
73
|
* const client = new MTurkClient(config);
|
|
72
74
|
* const input = { // DeleteHITRequest
|
|
73
75
|
* HITId: "STRING_VALUE", // required
|
|
@@ -51,6 +51,8 @@ declare const DeleteQualificationTypeCommand_base: {
|
|
|
51
51
|
* ```javascript
|
|
52
52
|
* import { MTurkClient, DeleteQualificationTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
53
53
|
* // const { MTurkClient, DeleteQualificationTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
54
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
55
|
+
* const config = {}; // type is MTurkClientConfig
|
|
54
56
|
* const client = new MTurkClient(config);
|
|
55
57
|
* const input = { // DeleteQualificationTypeRequest
|
|
56
58
|
* QualificationTypeId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteWorkerBlockCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MTurkClient, DeleteWorkerBlockCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
35
35
|
* // const { MTurkClient, DeleteWorkerBlockCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
36
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
37
|
+
* const config = {}; // type is MTurkClientConfig
|
|
36
38
|
* const client = new MTurkClient(config);
|
|
37
39
|
* const input = { // DeleteWorkerBlockRequest
|
|
38
40
|
* WorkerId: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const DisassociateQualificationFromWorkerCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { MTurkClient, DisassociateQualificationFromWorkerCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
42
42
|
* // const { MTurkClient, DisassociateQualificationFromWorkerCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
43
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
44
|
+
* const config = {}; // type is MTurkClientConfig
|
|
43
45
|
* const client = new MTurkClient(config);
|
|
44
46
|
* const input = { // DisassociateQualificationFromWorkerRequest
|
|
45
47
|
* WorkerId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const GetAccountBalanceCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { MTurkClient, GetAccountBalanceCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
37
37
|
* // const { MTurkClient, GetAccountBalanceCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
38
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
39
|
+
* const config = {}; // type is MTurkClientConfig
|
|
38
40
|
* const client = new MTurkClient(config);
|
|
39
41
|
* const input = {};
|
|
40
42
|
* const command = new GetAccountBalanceCommand(input);
|
|
@@ -35,6 +35,8 @@ declare const GetAssignmentCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { MTurkClient, GetAssignmentCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
37
37
|
* // const { MTurkClient, GetAssignmentCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
38
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
39
|
+
* const config = {}; // type is MTurkClientConfig
|
|
38
40
|
* const client = new MTurkClient(config);
|
|
39
41
|
* const input = { // GetAssignmentRequest
|
|
40
42
|
* AssignmentId: "STRING_VALUE", // required
|
|
@@ -50,6 +50,8 @@ declare const GetFileUploadURLCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { MTurkClient, GetFileUploadURLCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
52
52
|
* // const { MTurkClient, GetFileUploadURLCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
53
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
54
|
+
* const config = {}; // type is MTurkClientConfig
|
|
53
55
|
* const client = new MTurkClient(config);
|
|
54
56
|
* const input = { // GetFileUploadURLRequest
|
|
55
57
|
* AssignmentId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const GetHITCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { MTurkClient, GetHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
37
37
|
* // const { MTurkClient, GetHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
38
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
39
|
+
* const config = {}; // type is MTurkClientConfig
|
|
38
40
|
* const client = new MTurkClient(config);
|
|
39
41
|
* const input = { // GetHITRequest
|
|
40
42
|
* HITId: "STRING_VALUE", // required
|
|
@@ -46,6 +46,8 @@ declare const GetQualificationScoreCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { MTurkClient, GetQualificationScoreCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
48
48
|
* // const { MTurkClient, GetQualificationScoreCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
49
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
50
|
+
* const config = {}; // type is MTurkClientConfig
|
|
49
51
|
* const client = new MTurkClient(config);
|
|
50
52
|
* const input = { // GetQualificationScoreRequest
|
|
51
53
|
* QualificationTypeId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const GetQualificationTypeCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { MTurkClient, GetQualificationTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
37
37
|
* // const { MTurkClient, GetQualificationTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
38
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
39
|
+
* const config = {}; // type is MTurkClientConfig
|
|
38
40
|
* const client = new MTurkClient(config);
|
|
39
41
|
* const input = { // GetQualificationTypeRequest
|
|
40
42
|
* QualificationTypeId: "STRING_VALUE", // required
|
|
@@ -59,6 +59,8 @@ declare const ListAssignmentsForHITCommand_base: {
|
|
|
59
59
|
* ```javascript
|
|
60
60
|
* import { MTurkClient, ListAssignmentsForHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
61
61
|
* // const { MTurkClient, ListAssignmentsForHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
62
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
63
|
+
* const config = {}; // type is MTurkClientConfig
|
|
62
64
|
* const client = new MTurkClient(config);
|
|
63
65
|
* const input = { // ListAssignmentsForHITRequest
|
|
64
66
|
* HITId: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const ListBonusPaymentsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { MTurkClient, ListBonusPaymentsCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
40
40
|
* // const { MTurkClient, ListBonusPaymentsCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
41
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
42
|
+
* const config = {}; // type is MTurkClientConfig
|
|
41
43
|
* const client = new MTurkClient(config);
|
|
42
44
|
* const input = { // ListBonusPaymentsRequest
|
|
43
45
|
* HITId: "STRING_VALUE",
|
|
@@ -39,6 +39,8 @@ declare const ListHITsCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { MTurkClient, ListHITsCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
41
41
|
* // const { MTurkClient, ListHITsCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
42
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
43
|
+
* const config = {}; // type is MTurkClientConfig
|
|
42
44
|
* const client = new MTurkClient(config);
|
|
43
45
|
* const input = { // ListHITsRequest
|
|
44
46
|
* NextToken: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const ListHITsForQualificationTypeCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { MTurkClient, ListHITsForQualificationTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
40
40
|
* // const { MTurkClient, ListHITsForQualificationTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
41
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
42
|
+
* const config = {}; // type is MTurkClientConfig
|
|
41
43
|
* const client = new MTurkClient(config);
|
|
42
44
|
* const input = { // ListHITsForQualificationTypeRequest
|
|
43
45
|
* QualificationTypeId: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const ListQualificationRequestsCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { MTurkClient, ListQualificationRequestsCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
42
42
|
* // const { MTurkClient, ListQualificationRequestsCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
43
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
44
|
+
* const config = {}; // type is MTurkClientConfig
|
|
43
45
|
* const client = new MTurkClient(config);
|
|
44
46
|
* const input = { // ListQualificationRequestsRequest
|
|
45
47
|
* QualificationTypeId: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const ListQualificationTypesCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { MTurkClient, ListQualificationTypesCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
40
40
|
* // const { MTurkClient, ListQualificationTypesCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
41
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
42
|
+
* const config = {}; // type is MTurkClientConfig
|
|
41
43
|
* const client = new MTurkClient(config);
|
|
42
44
|
* const input = { // ListQualificationTypesRequest
|
|
43
45
|
* Query: "STRING_VALUE",
|
|
@@ -39,6 +39,8 @@ declare const ListReviewPolicyResultsForHITCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { MTurkClient, ListReviewPolicyResultsForHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
41
41
|
* // const { MTurkClient, ListReviewPolicyResultsForHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
42
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
43
|
+
* const config = {}; // type is MTurkClientConfig
|
|
42
44
|
* const client = new MTurkClient(config);
|
|
43
45
|
* const input = { // ListReviewPolicyResultsForHITRequest
|
|
44
46
|
* HITId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListReviewableHITsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { MTurkClient, ListReviewableHITsCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
38
38
|
* // const { MTurkClient, ListReviewableHITsCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
39
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
40
|
+
* const config = {}; // type is MTurkClientConfig
|
|
39
41
|
* const client = new MTurkClient(config);
|
|
40
42
|
* const input = { // ListReviewableHITsRequest
|
|
41
43
|
* HITTypeId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListWorkerBlocksCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MTurkClient, ListWorkerBlocksCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
35
35
|
* // const { MTurkClient, ListWorkerBlocksCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
36
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
37
|
+
* const config = {}; // type is MTurkClientConfig
|
|
36
38
|
* const client = new MTurkClient(config);
|
|
37
39
|
* const input = { // ListWorkerBlocksRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListWorkersWithQualificationTypeCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { MTurkClient, ListWorkersWithQualificationTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
38
38
|
* // const { MTurkClient, ListWorkersWithQualificationTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
39
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
40
|
+
* const config = {}; // type is MTurkClientConfig
|
|
39
41
|
* const client = new MTurkClient(config);
|
|
40
42
|
* const input = { // ListWorkersWithQualificationTypeRequest
|
|
41
43
|
* QualificationTypeId: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const NotifyWorkersCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { MTurkClient, NotifyWorkersCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
44
44
|
* // const { MTurkClient, NotifyWorkersCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
45
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
46
|
+
* const config = {}; // type is MTurkClientConfig
|
|
45
47
|
* const client = new MTurkClient(config);
|
|
46
48
|
* const input = { // NotifyWorkersRequest
|
|
47
49
|
* Subject: "STRING_VALUE", // required
|
|
@@ -45,6 +45,8 @@ declare const RejectAssignmentCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { MTurkClient, RejectAssignmentCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
47
47
|
* // const { MTurkClient, RejectAssignmentCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
48
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
49
|
+
* const config = {}; // type is MTurkClientConfig
|
|
48
50
|
* const client = new MTurkClient(config);
|
|
49
51
|
* const input = { // RejectAssignmentRequest
|
|
50
52
|
* AssignmentId: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const RejectQualificationRequestCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { MTurkClient, RejectQualificationRequestCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
41
41
|
* // const { MTurkClient, RejectQualificationRequestCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
42
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
43
|
+
* const config = {}; // type is MTurkClientConfig
|
|
42
44
|
* const client = new MTurkClient(config);
|
|
43
45
|
* const input = { // RejectQualificationRequestRequest
|
|
44
46
|
* QualificationRequestId: "STRING_VALUE", // required
|
|
@@ -46,6 +46,8 @@ declare const SendBonusCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { MTurkClient, SendBonusCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
48
48
|
* // const { MTurkClient, SendBonusCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
49
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
50
|
+
* const config = {}; // type is MTurkClientConfig
|
|
49
51
|
* const client = new MTurkClient(config);
|
|
50
52
|
* const input = { // SendBonusRequest
|
|
51
53
|
* WorkerId: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const SendTestEventNotificationCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { MTurkClient, SendTestEventNotificationCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
41
41
|
* // const { MTurkClient, SendTestEventNotificationCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
42
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
43
|
+
* const config = {}; // type is MTurkClientConfig
|
|
42
44
|
* const client = new MTurkClient(config);
|
|
43
45
|
* const input = { // SendTestEventNotificationRequest
|
|
44
46
|
* Notification: { // NotificationSpecification
|
|
@@ -36,6 +36,8 @@ declare const UpdateExpirationForHITCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { MTurkClient, UpdateExpirationForHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
38
38
|
* // const { MTurkClient, UpdateExpirationForHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
39
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
40
|
+
* const config = {}; // type is MTurkClientConfig
|
|
39
41
|
* const client = new MTurkClient(config);
|
|
40
42
|
* const input = { // UpdateExpirationForHITRequest
|
|
41
43
|
* HITId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const UpdateHITReviewStatusCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { MTurkClient, UpdateHITReviewStatusCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
39
39
|
* // const { MTurkClient, UpdateHITReviewStatusCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
40
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
41
|
+
* const config = {}; // type is MTurkClientConfig
|
|
40
42
|
* const client = new MTurkClient(config);
|
|
41
43
|
* const input = { // UpdateHITReviewStatusRequest
|
|
42
44
|
* HITId: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const UpdateHITTypeOfHITCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { MTurkClient, UpdateHITTypeOfHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
42
42
|
* // const { MTurkClient, UpdateHITTypeOfHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
43
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
44
|
+
* const config = {}; // type is MTurkClientConfig
|
|
43
45
|
* const client = new MTurkClient(config);
|
|
44
46
|
* const input = { // UpdateHITTypeOfHITRequest
|
|
45
47
|
* HITId: "STRING_VALUE", // required
|
|
@@ -44,6 +44,8 @@ declare const UpdateNotificationSettingsCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { MTurkClient, UpdateNotificationSettingsCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
46
46
|
* // const { MTurkClient, UpdateNotificationSettingsCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
47
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
48
|
+
* const config = {}; // type is MTurkClientConfig
|
|
47
49
|
* const client = new MTurkClient(config);
|
|
48
50
|
* const input = { // UpdateNotificationSettingsRequest
|
|
49
51
|
* HITTypeId: "STRING_VALUE", // required
|
|
@@ -65,6 +65,8 @@ declare const UpdateQualificationTypeCommand_base: {
|
|
|
65
65
|
* ```javascript
|
|
66
66
|
* import { MTurkClient, UpdateQualificationTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
67
67
|
* // const { MTurkClient, UpdateQualificationTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
68
|
+
* // import type { MTurkClientConfig } from "@aws-sdk/client-mturk";
|
|
69
|
+
* const config = {}; // type is MTurkClientConfig
|
|
68
70
|
* const client = new MTurkClient(config);
|
|
69
71
|
* const input = { // UpdateQualificationTypeRequest
|
|
70
72
|
* QualificationTypeId: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mturk",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mturk Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.891.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mturk",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
23
|
+
"@aws-sdk/core": "3.890.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.2.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
|
-
"@smithy/node-config-provider": "^4.2.
|
|
44
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.2",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
55
|
-
"@smithy/util-endpoints": "^3.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.2",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|