@aws-sdk/client-mturk 3.337.0 → 3.341.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/MTurkClient.js +2 -1
- package/dist-cjs/commands/AcceptQualificationRequestCommand.js +2 -1
- package/dist-cjs/commands/ApproveAssignmentCommand.js +2 -1
- package/dist-cjs/commands/AssociateQualificationWithWorkerCommand.js +2 -1
- package/dist-cjs/commands/CreateAdditionalAssignmentsForHITCommand.js +2 -1
- package/dist-cjs/commands/CreateHITCommand.js +2 -1
- package/dist-cjs/commands/CreateHITTypeCommand.js +2 -1
- package/dist-cjs/commands/CreateHITWithHITTypeCommand.js +2 -1
- package/dist-cjs/commands/CreateQualificationTypeCommand.js +2 -1
- package/dist-cjs/commands/CreateWorkerBlockCommand.js +2 -1
- package/dist-cjs/commands/DeleteHITCommand.js +2 -1
- package/dist-cjs/commands/DeleteQualificationTypeCommand.js +2 -1
- package/dist-cjs/commands/DeleteWorkerBlockCommand.js +2 -1
- package/dist-cjs/commands/DisassociateQualificationFromWorkerCommand.js +2 -1
- package/dist-cjs/commands/GetAccountBalanceCommand.js +2 -1
- package/dist-cjs/commands/GetAssignmentCommand.js +2 -1
- package/dist-cjs/commands/GetFileUploadURLCommand.js +2 -1
- package/dist-cjs/commands/GetHITCommand.js +2 -1
- package/dist-cjs/commands/GetQualificationScoreCommand.js +2 -1
- package/dist-cjs/commands/GetQualificationTypeCommand.js +2 -1
- package/dist-cjs/commands/ListAssignmentsForHITCommand.js +2 -1
- package/dist-cjs/commands/ListBonusPaymentsCommand.js +2 -1
- package/dist-cjs/commands/ListHITsCommand.js +2 -1
- package/dist-cjs/commands/ListHITsForQualificationTypeCommand.js +2 -1
- package/dist-cjs/commands/ListQualificationRequestsCommand.js +2 -1
- package/dist-cjs/commands/ListQualificationTypesCommand.js +2 -1
- package/dist-cjs/commands/ListReviewPolicyResultsForHITCommand.js +2 -1
- package/dist-cjs/commands/ListReviewableHITsCommand.js +2 -1
- package/dist-cjs/commands/ListWorkerBlocksCommand.js +2 -1
- package/dist-cjs/commands/ListWorkersWithQualificationTypeCommand.js +2 -1
- package/dist-cjs/commands/NotifyWorkersCommand.js +2 -1
- package/dist-cjs/commands/RejectAssignmentCommand.js +2 -1
- package/dist-cjs/commands/RejectQualificationRequestCommand.js +2 -1
- package/dist-cjs/commands/SendBonusCommand.js +2 -1
- package/dist-cjs/commands/SendTestEventNotificationCommand.js +2 -1
- package/dist-cjs/commands/UpdateExpirationForHITCommand.js +2 -1
- package/dist-cjs/commands/UpdateHITReviewStatusCommand.js +2 -1
- package/dist-cjs/commands/UpdateHITTypeOfHITCommand.js +2 -1
- package/dist-cjs/commands/UpdateNotificationSettingsCommand.js +2 -1
- package/dist-cjs/commands/UpdateQualificationTypeCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/MTurkServiceException.js +2 -1
- package/dist-es/MTurkClient.js +1 -0
- package/dist-es/commands/AcceptQualificationRequestCommand.js +1 -0
- package/dist-es/commands/ApproveAssignmentCommand.js +1 -0
- package/dist-es/commands/AssociateQualificationWithWorkerCommand.js +1 -0
- package/dist-es/commands/CreateAdditionalAssignmentsForHITCommand.js +1 -0
- package/dist-es/commands/CreateHITCommand.js +1 -0
- package/dist-es/commands/CreateHITTypeCommand.js +1 -0
- package/dist-es/commands/CreateHITWithHITTypeCommand.js +1 -0
- package/dist-es/commands/CreateQualificationTypeCommand.js +1 -0
- package/dist-es/commands/CreateWorkerBlockCommand.js +1 -0
- package/dist-es/commands/DeleteHITCommand.js +1 -0
- package/dist-es/commands/DeleteQualificationTypeCommand.js +1 -0
- package/dist-es/commands/DeleteWorkerBlockCommand.js +1 -0
- package/dist-es/commands/DisassociateQualificationFromWorkerCommand.js +1 -0
- package/dist-es/commands/GetAccountBalanceCommand.js +1 -0
- package/dist-es/commands/GetAssignmentCommand.js +1 -0
- package/dist-es/commands/GetFileUploadURLCommand.js +1 -0
- package/dist-es/commands/GetHITCommand.js +1 -0
- package/dist-es/commands/GetQualificationScoreCommand.js +1 -0
- package/dist-es/commands/GetQualificationTypeCommand.js +1 -0
- package/dist-es/commands/ListAssignmentsForHITCommand.js +1 -0
- package/dist-es/commands/ListBonusPaymentsCommand.js +1 -0
- package/dist-es/commands/ListHITsCommand.js +1 -0
- package/dist-es/commands/ListHITsForQualificationTypeCommand.js +1 -0
- package/dist-es/commands/ListQualificationRequestsCommand.js +1 -0
- package/dist-es/commands/ListQualificationTypesCommand.js +1 -0
- package/dist-es/commands/ListReviewPolicyResultsForHITCommand.js +1 -0
- package/dist-es/commands/ListReviewableHITsCommand.js +1 -0
- package/dist-es/commands/ListWorkerBlocksCommand.js +1 -0
- package/dist-es/commands/ListWorkersWithQualificationTypeCommand.js +1 -0
- package/dist-es/commands/NotifyWorkersCommand.js +1 -0
- package/dist-es/commands/RejectAssignmentCommand.js +1 -0
- package/dist-es/commands/RejectQualificationRequestCommand.js +1 -0
- package/dist-es/commands/SendBonusCommand.js +1 -0
- package/dist-es/commands/SendTestEventNotificationCommand.js +1 -0
- package/dist-es/commands/UpdateExpirationForHITCommand.js +1 -0
- package/dist-es/commands/UpdateHITReviewStatusCommand.js +1 -0
- package/dist-es/commands/UpdateHITTypeOfHITCommand.js +1 -0
- package/dist-es/commands/UpdateNotificationSettingsCommand.js +1 -0
- package/dist-es/commands/UpdateQualificationTypeCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/MTurkServiceException.js +1 -0
- package/dist-types/MTurkClient.d.ts +3 -3
- package/dist-types/commands/AcceptQualificationRequestCommand.d.ts +4 -0
- package/dist-types/commands/ApproveAssignmentCommand.d.ts +4 -0
- package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +4 -0
- package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +4 -0
- package/dist-types/commands/CreateHITCommand.d.ts +4 -0
- package/dist-types/commands/CreateHITTypeCommand.d.ts +4 -0
- package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +4 -0
- package/dist-types/commands/CreateQualificationTypeCommand.d.ts +4 -0
- package/dist-types/commands/CreateWorkerBlockCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHITCommand.d.ts +4 -0
- package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +4 -0
- package/dist-types/commands/GetAccountBalanceCommand.d.ts +4 -0
- package/dist-types/commands/GetAssignmentCommand.d.ts +4 -0
- package/dist-types/commands/GetFileUploadURLCommand.d.ts +4 -0
- package/dist-types/commands/GetHITCommand.d.ts +4 -0
- package/dist-types/commands/GetQualificationScoreCommand.d.ts +4 -0
- package/dist-types/commands/GetQualificationTypeCommand.d.ts +4 -0
- package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +4 -0
- package/dist-types/commands/ListBonusPaymentsCommand.d.ts +4 -0
- package/dist-types/commands/ListHITsCommand.d.ts +4 -0
- package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +4 -0
- package/dist-types/commands/ListQualificationRequestsCommand.d.ts +4 -0
- package/dist-types/commands/ListQualificationTypesCommand.d.ts +4 -0
- package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +4 -0
- package/dist-types/commands/ListReviewableHITsCommand.d.ts +4 -0
- package/dist-types/commands/ListWorkerBlocksCommand.d.ts +4 -0
- package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +4 -0
- package/dist-types/commands/NotifyWorkersCommand.d.ts +4 -0
- package/dist-types/commands/RejectAssignmentCommand.d.ts +4 -0
- package/dist-types/commands/RejectQualificationRequestCommand.d.ts +4 -0
- package/dist-types/commands/SendBonusCommand.d.ts +4 -0
- package/dist-types/commands/SendTestEventNotificationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +4 -0
- package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +4 -0
- package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +4 -0
- package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +4 -0
- package/dist-types/index.d.ts +7 -2
- package/dist-types/models/MTurkServiceException.d.ts +1 -0
- package/dist-types/ts3.4/MTurkClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetHITCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/MTurkServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListBonusPaymentsRequest, ListBonusPaymentsResponse } from "../models/models_0";
|
|
5
5
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListHITsRequest, ListHITsResponse } from "../models/models_0";
|
|
5
5
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListHITsForQualificationTypeRequest, ListHITsForQualificationTypeResponse } from "../models/models_0";
|
|
5
5
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListQualificationRequestsRequest, ListQualificationRequestsResponse } from "../models/models_0";
|
|
5
5
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListQualificationTypesRequest, ListQualificationTypesResponse } from "../models/models_0";
|
|
5
5
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListReviewPolicyResultsForHITRequest, ListReviewPolicyResultsForHITResponse } from "../models/models_0";
|
|
5
5
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListReviewableHITsRequest, ListReviewableHITsResponse } from "../models/models_0";
|
|
5
5
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListWorkerBlocksRequest, ListWorkerBlocksResponse } from "../models/models_0";
|
|
5
5
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListWorkersWithQualificationTypeRequest, ListWorkersWithQualificationTypeResponse } from "../models/models_0";
|
|
5
5
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { NotifyWorkersRequest, NotifyWorkersResponse } from "../models/models_0";
|
|
5
5
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { RejectAssignmentRequest, RejectAssignmentResponse } from "../models/models_0";
|
|
5
5
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { RejectQualificationRequestRequest, RejectQualificationRequestResponse } from "../models/models_0";
|
|
5
5
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { SendBonusRequest, SendBonusResponse } from "../models/models_0";
|
|
5
5
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { SendTestEventNotificationRequest, SendTestEventNotificationResponse } from "../models/models_0";
|
|
5
5
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateExpirationForHITRequest, UpdateExpirationForHITResponse } from "../models/models_0";
|
|
5
5
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateHITReviewStatusRequest, UpdateHITReviewStatusResponse } from "../models/models_0";
|
|
5
5
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateHITTypeOfHITRequest, UpdateHITTypeOfHITResponse } from "../models/models_0";
|
|
5
5
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateNotificationSettingsRequest, UpdateNotificationSettingsResponse } from "../models/models_0";
|
|
5
5
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateQualificationTypeRequest, UpdateQualificationTypeResponse } from "../models/models_0";
|
|
5
5
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <fullname>Amazon Mechanical Turk API Reference</fullname>
|
|
3
|
+
*
|
|
4
|
+
* @packageDocumentation
|
|
5
|
+
*/
|
|
2
6
|
export * from "./MTurkClient";
|
|
7
|
+
export * from "./MTurk";
|
|
3
8
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
9
|
export * from "./pagination";
|
|
10
|
+
export * from "./models";
|
|
6
11
|
export { MTurkServiceException } from "./models/MTurkServiceException";
|
|
@@ -207,6 +207,7 @@ import {
|
|
|
207
207
|
ClientResolvedEndpointParameters,
|
|
208
208
|
EndpointParameters,
|
|
209
209
|
} from "./endpoint/EndpointParameters";
|
|
210
|
+
export { __Client };
|
|
210
211
|
export type ServiceInputTypes =
|
|
211
212
|
| AcceptQualificationRequestCommandInput
|
|
212
213
|
| ApproveAssignmentCommandInput
|
|
@@ -311,7 +312,7 @@ export interface ClientDefaults
|
|
|
311
312
|
logger?: __Logger;
|
|
312
313
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
313
314
|
}
|
|
314
|
-
type MTurkClientConfigType = Partial<
|
|
315
|
+
export type MTurkClientConfigType = Partial<
|
|
315
316
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
316
317
|
> &
|
|
317
318
|
ClientDefaults &
|
|
@@ -323,7 +324,7 @@ type MTurkClientConfigType = Partial<
|
|
|
323
324
|
UserAgentInputConfig &
|
|
324
325
|
ClientInputEndpointParameters;
|
|
325
326
|
export interface MTurkClientConfig extends MTurkClientConfigType {}
|
|
326
|
-
type MTurkClientResolvedConfigType =
|
|
327
|
+
export type MTurkClientResolvedConfigType =
|
|
327
328
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
328
329
|
Required<ClientDefaults> &
|
|
329
330
|
RegionResolvedConfig &
|
|
@@ -345,4 +346,3 @@ export declare class MTurkClient extends __Client<
|
|
|
345
346
|
constructor(configuration: MTurkClientConfig);
|
|
346
347
|
destroy(): void;
|
|
347
348
|
}
|
|
348
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AcceptQualificationRequestCommandInput
|
|
19
20
|
extends AcceptQualificationRequestRequest {}
|
|
20
21
|
export interface AcceptQualificationRequestCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ApproveAssignmentCommandInput
|
|
19
20
|
extends ApproveAssignmentRequest {}
|
|
20
21
|
export interface ApproveAssignmentCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AssociateQualificationWithWorkerCommandInput
|
|
19
20
|
extends AssociateQualificationWithWorkerRequest {}
|
|
20
21
|
export interface AssociateQualificationWithWorkerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateAdditionalAssignmentsForHITCommandInput
|
|
19
20
|
extends CreateAdditionalAssignmentsForHITRequest {}
|
|
20
21
|
export interface CreateAdditionalAssignmentsForHITCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../MTurkClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateHITCommandInput extends CreateHITRequest {}
|
|
16
17
|
export interface CreateHITCommandOutput
|
|
17
18
|
extends CreateHITResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateHITTypeCommandInput extends CreateHITTypeRequest {}
|
|
19
20
|
export interface CreateHITTypeCommandOutput
|
|
20
21
|
extends CreateHITTypeResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateHITWithHITTypeCommandInput
|
|
19
20
|
extends CreateHITWithHITTypeRequest {}
|
|
20
21
|
export interface CreateHITWithHITTypeCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateQualificationTypeCommandInput
|
|
19
20
|
extends CreateQualificationTypeRequest {}
|
|
20
21
|
export interface CreateQualificationTypeCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateWorkerBlockCommandInput
|
|
19
20
|
extends CreateWorkerBlockRequest {}
|
|
20
21
|
export interface CreateWorkerBlockCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../MTurkClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteHITCommandInput extends DeleteHITRequest {}
|
|
16
17
|
export interface DeleteHITCommandOutput
|
|
17
18
|
extends DeleteHITResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteQualificationTypeCommandInput
|
|
19
20
|
extends DeleteQualificationTypeRequest {}
|
|
20
21
|
export interface DeleteQualificationTypeCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteWorkerBlockCommandInput
|
|
19
20
|
extends DeleteWorkerBlockRequest {}
|
|
20
21
|
export interface DeleteWorkerBlockCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisassociateQualificationFromWorkerCommandInput
|
|
19
20
|
extends DisassociateQualificationFromWorkerRequest {}
|
|
20
21
|
export interface DisassociateQualificationFromWorkerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetAccountBalanceCommandInput
|
|
19
20
|
extends GetAccountBalanceRequest {}
|
|
20
21
|
export interface GetAccountBalanceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetAssignmentCommandInput extends GetAssignmentRequest {}
|
|
19
20
|
export interface GetAssignmentCommandOutput
|
|
20
21
|
extends GetAssignmentResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetFileUploadURLCommandInput extends GetFileUploadURLRequest {}
|
|
19
20
|
export interface GetFileUploadURLCommandOutput
|
|
20
21
|
extends GetFileUploadURLResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../MTurkClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetHITCommandInput extends GetHITRequest {}
|
|
16
17
|
export interface GetHITCommandOutput extends GetHITResponse, __MetadataBearer {}
|
|
17
18
|
export declare class GetHITCommand extends $Command<
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetQualificationScoreCommandInput
|
|
19
20
|
extends GetQualificationScoreRequest {}
|
|
20
21
|
export interface GetQualificationScoreCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetQualificationTypeCommandInput
|
|
19
20
|
extends GetQualificationTypeRequest {}
|
|
20
21
|
export interface GetQualificationTypeCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListAssignmentsForHITCommandInput
|
|
19
20
|
extends ListAssignmentsForHITRequest {}
|
|
20
21
|
export interface ListAssignmentsForHITCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListBonusPaymentsCommandInput
|
|
19
20
|
extends ListBonusPaymentsRequest {}
|
|
20
21
|
export interface ListBonusPaymentsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../MTurkClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListHITsCommandInput extends ListHITsRequest {}
|
|
16
17
|
export interface ListHITsCommandOutput
|
|
17
18
|
extends ListHITsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListHITsForQualificationTypeCommandInput
|
|
19
20
|
extends ListHITsForQualificationTypeRequest {}
|
|
20
21
|
export interface ListHITsForQualificationTypeCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListQualificationRequestsCommandInput
|
|
19
20
|
extends ListQualificationRequestsRequest {}
|
|
20
21
|
export interface ListQualificationRequestsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListQualificationTypesCommandInput
|
|
19
20
|
extends ListQualificationTypesRequest {}
|
|
20
21
|
export interface ListQualificationTypesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListReviewPolicyResultsForHITCommandInput
|
|
19
20
|
extends ListReviewPolicyResultsForHITRequest {}
|
|
20
21
|
export interface ListReviewPolicyResultsForHITCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListReviewableHITsCommandInput
|
|
19
20
|
extends ListReviewableHITsRequest {}
|
|
20
21
|
export interface ListReviewableHITsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListWorkerBlocksCommandInput extends ListWorkerBlocksRequest {}
|
|
19
20
|
export interface ListWorkerBlocksCommandOutput
|
|
20
21
|
extends ListWorkerBlocksResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListWorkersWithQualificationTypeCommandInput
|
|
19
20
|
extends ListWorkersWithQualificationTypeRequest {}
|
|
20
21
|
export interface ListWorkersWithQualificationTypeCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface NotifyWorkersCommandInput extends NotifyWorkersRequest {}
|
|
19
20
|
export interface NotifyWorkersCommandOutput
|
|
20
21
|
extends NotifyWorkersResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface RejectAssignmentCommandInput extends RejectAssignmentRequest {}
|
|
19
20
|
export interface RejectAssignmentCommandOutput
|
|
20
21
|
extends RejectAssignmentResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface RejectQualificationRequestCommandInput
|
|
19
20
|
extends RejectQualificationRequestRequest {}
|
|
20
21
|
export interface RejectQualificationRequestCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../MTurkClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface SendBonusCommandInput extends SendBonusRequest {}
|
|
16
17
|
export interface SendBonusCommandOutput
|
|
17
18
|
extends SendBonusResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface SendTestEventNotificationCommandInput
|
|
19
20
|
extends SendTestEventNotificationRequest {}
|
|
20
21
|
export interface SendTestEventNotificationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateExpirationForHITCommandInput
|
|
19
20
|
extends UpdateExpirationForHITRequest {}
|
|
20
21
|
export interface UpdateExpirationForHITCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateHITReviewStatusCommandInput
|
|
19
20
|
extends UpdateHITReviewStatusRequest {}
|
|
20
21
|
export interface UpdateHITReviewStatusCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateHITTypeOfHITCommandInput
|
|
19
20
|
extends UpdateHITTypeOfHITRequest {}
|
|
20
21
|
export interface UpdateHITTypeOfHITCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateNotificationSettingsCommandInput
|
|
19
20
|
extends UpdateNotificationSettingsRequest {}
|
|
20
21
|
export interface UpdateNotificationSettingsCommandOutput
|