@aws-sdk/client-mturk 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AcceptQualificationRequestCommand.js +18 -41
- package/dist-cjs/commands/ApproveAssignmentCommand.js +18 -41
- package/dist-cjs/commands/AssociateQualificationWithWorkerCommand.js +18 -41
- package/dist-cjs/commands/CreateAdditionalAssignmentsForHITCommand.js +18 -41
- package/dist-cjs/commands/CreateHITCommand.js +18 -41
- package/dist-cjs/commands/CreateHITTypeCommand.js +18 -41
- package/dist-cjs/commands/CreateHITWithHITTypeCommand.js +18 -41
- package/dist-cjs/commands/CreateQualificationTypeCommand.js +18 -41
- package/dist-cjs/commands/CreateWorkerBlockCommand.js +18 -41
- package/dist-cjs/commands/DeleteHITCommand.js +18 -41
- package/dist-cjs/commands/DeleteQualificationTypeCommand.js +18 -41
- package/dist-cjs/commands/DeleteWorkerBlockCommand.js +18 -41
- package/dist-cjs/commands/DisassociateQualificationFromWorkerCommand.js +18 -41
- package/dist-cjs/commands/GetAccountBalanceCommand.js +18 -41
- package/dist-cjs/commands/GetAssignmentCommand.js +18 -41
- package/dist-cjs/commands/GetFileUploadURLCommand.js +18 -41
- package/dist-cjs/commands/GetHITCommand.js +18 -41
- package/dist-cjs/commands/GetQualificationScoreCommand.js +18 -41
- package/dist-cjs/commands/GetQualificationTypeCommand.js +18 -41
- package/dist-cjs/commands/ListAssignmentsForHITCommand.js +18 -41
- package/dist-cjs/commands/ListBonusPaymentsCommand.js +18 -41
- package/dist-cjs/commands/ListHITsCommand.js +18 -41
- package/dist-cjs/commands/ListHITsForQualificationTypeCommand.js +18 -41
- package/dist-cjs/commands/ListQualificationRequestsCommand.js +18 -41
- package/dist-cjs/commands/ListQualificationTypesCommand.js +18 -41
- package/dist-cjs/commands/ListReviewPolicyResultsForHITCommand.js +18 -41
- package/dist-cjs/commands/ListReviewableHITsCommand.js +18 -41
- package/dist-cjs/commands/ListWorkerBlocksCommand.js +18 -41
- package/dist-cjs/commands/ListWorkersWithQualificationTypeCommand.js +18 -41
- package/dist-cjs/commands/NotifyWorkersCommand.js +18 -41
- package/dist-cjs/commands/RejectAssignmentCommand.js +18 -41
- package/dist-cjs/commands/RejectQualificationRequestCommand.js +18 -41
- package/dist-cjs/commands/SendBonusCommand.js +18 -41
- package/dist-cjs/commands/SendTestEventNotificationCommand.js +18 -41
- package/dist-cjs/commands/UpdateExpirationForHITCommand.js +18 -41
- package/dist-cjs/commands/UpdateHITReviewStatusCommand.js +18 -41
- package/dist-cjs/commands/UpdateHITTypeOfHITCommand.js +18 -41
- package/dist-cjs/commands/UpdateNotificationSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdateQualificationTypeCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListAssignmentsForHITPaginator.js +2 -24
- package/dist-cjs/pagination/ListBonusPaymentsPaginator.js +2 -24
- package/dist-cjs/pagination/ListHITsForQualificationTypePaginator.js +2 -24
- package/dist-cjs/pagination/ListHITsPaginator.js +2 -24
- package/dist-cjs/pagination/ListQualificationRequestsPaginator.js +2 -24
- package/dist-cjs/pagination/ListQualificationTypesPaginator.js +2 -24
- package/dist-cjs/pagination/ListReviewPolicyResultsForHITPaginator.js +2 -24
- package/dist-cjs/pagination/ListReviewableHITsPaginator.js +2 -24
- package/dist-cjs/pagination/ListWorkerBlocksPaginator.js +2 -24
- package/dist-cjs/pagination/ListWorkersWithQualificationTypePaginator.js +2 -24
- package/dist-es/commands/AcceptQualificationRequestCommand.js +18 -41
- package/dist-es/commands/ApproveAssignmentCommand.js +18 -41
- package/dist-es/commands/AssociateQualificationWithWorkerCommand.js +18 -41
- package/dist-es/commands/CreateAdditionalAssignmentsForHITCommand.js +18 -41
- package/dist-es/commands/CreateHITCommand.js +18 -41
- package/dist-es/commands/CreateHITTypeCommand.js +18 -41
- package/dist-es/commands/CreateHITWithHITTypeCommand.js +18 -41
- package/dist-es/commands/CreateQualificationTypeCommand.js +18 -41
- package/dist-es/commands/CreateWorkerBlockCommand.js +18 -41
- package/dist-es/commands/DeleteHITCommand.js +18 -41
- package/dist-es/commands/DeleteQualificationTypeCommand.js +18 -41
- package/dist-es/commands/DeleteWorkerBlockCommand.js +18 -41
- package/dist-es/commands/DisassociateQualificationFromWorkerCommand.js +18 -41
- package/dist-es/commands/GetAccountBalanceCommand.js +18 -41
- package/dist-es/commands/GetAssignmentCommand.js +18 -41
- package/dist-es/commands/GetFileUploadURLCommand.js +18 -41
- package/dist-es/commands/GetHITCommand.js +18 -41
- package/dist-es/commands/GetQualificationScoreCommand.js +18 -41
- package/dist-es/commands/GetQualificationTypeCommand.js +18 -41
- package/dist-es/commands/ListAssignmentsForHITCommand.js +18 -41
- package/dist-es/commands/ListBonusPaymentsCommand.js +18 -41
- package/dist-es/commands/ListHITsCommand.js +18 -41
- package/dist-es/commands/ListHITsForQualificationTypeCommand.js +18 -41
- package/dist-es/commands/ListQualificationRequestsCommand.js +18 -41
- package/dist-es/commands/ListQualificationTypesCommand.js +18 -41
- package/dist-es/commands/ListReviewPolicyResultsForHITCommand.js +18 -41
- package/dist-es/commands/ListReviewableHITsCommand.js +18 -41
- package/dist-es/commands/ListWorkerBlocksCommand.js +18 -41
- package/dist-es/commands/ListWorkersWithQualificationTypeCommand.js +18 -41
- package/dist-es/commands/NotifyWorkersCommand.js +18 -41
- package/dist-es/commands/RejectAssignmentCommand.js +18 -41
- package/dist-es/commands/RejectQualificationRequestCommand.js +18 -41
- package/dist-es/commands/SendBonusCommand.js +18 -41
- package/dist-es/commands/SendTestEventNotificationCommand.js +18 -41
- package/dist-es/commands/UpdateExpirationForHITCommand.js +18 -41
- package/dist-es/commands/UpdateHITReviewStatusCommand.js +18 -41
- package/dist-es/commands/UpdateHITTypeOfHITCommand.js +18 -41
- package/dist-es/commands/UpdateNotificationSettingsCommand.js +18 -41
- package/dist-es/commands/UpdateQualificationTypeCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListAssignmentsForHITPaginator.js +2 -23
- package/dist-es/pagination/ListBonusPaymentsPaginator.js +2 -23
- package/dist-es/pagination/ListHITsForQualificationTypePaginator.js +2 -23
- package/dist-es/pagination/ListHITsPaginator.js +2 -23
- package/dist-es/pagination/ListQualificationRequestsPaginator.js +2 -23
- package/dist-es/pagination/ListQualificationTypesPaginator.js +2 -23
- package/dist-es/pagination/ListReviewPolicyResultsForHITPaginator.js +2 -23
- package/dist-es/pagination/ListReviewableHITsPaginator.js +2 -23
- package/dist-es/pagination/ListWorkerBlocksPaginator.js +2 -23
- package/dist-es/pagination/ListWorkersWithQualificationTypePaginator.js +2 -23
- package/dist-types/commands/AcceptQualificationRequestCommand.d.ts +6 -21
- package/dist-types/commands/ApproveAssignmentCommand.d.ts +6 -21
- package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +6 -21
- package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +6 -21
- package/dist-types/commands/CreateHITCommand.d.ts +6 -21
- package/dist-types/commands/CreateHITTypeCommand.d.ts +6 -21
- package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +6 -21
- package/dist-types/commands/CreateQualificationTypeCommand.d.ts +6 -21
- package/dist-types/commands/CreateWorkerBlockCommand.d.ts +6 -21
- package/dist-types/commands/DeleteHITCommand.d.ts +6 -21
- package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +6 -21
- package/dist-types/commands/GetAccountBalanceCommand.d.ts +6 -21
- package/dist-types/commands/GetAssignmentCommand.d.ts +6 -21
- package/dist-types/commands/GetFileUploadURLCommand.d.ts +6 -21
- package/dist-types/commands/GetHITCommand.d.ts +6 -21
- package/dist-types/commands/GetQualificationScoreCommand.d.ts +6 -21
- package/dist-types/commands/GetQualificationTypeCommand.d.ts +6 -21
- package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +6 -21
- package/dist-types/commands/ListBonusPaymentsCommand.d.ts +6 -21
- package/dist-types/commands/ListHITsCommand.d.ts +6 -21
- package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +6 -21
- package/dist-types/commands/ListQualificationRequestsCommand.d.ts +6 -21
- package/dist-types/commands/ListQualificationTypesCommand.d.ts +6 -21
- package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +6 -21
- package/dist-types/commands/ListReviewableHITsCommand.d.ts +6 -21
- package/dist-types/commands/ListWorkerBlocksCommand.d.ts +6 -21
- package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +6 -21
- package/dist-types/commands/NotifyWorkersCommand.d.ts +6 -21
- package/dist-types/commands/RejectAssignmentCommand.d.ts +6 -21
- package/dist-types/commands/RejectQualificationRequestCommand.d.ts +6 -21
- package/dist-types/commands/SendBonusCommand.d.ts +6 -21
- package/dist-types/commands/SendTestEventNotificationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +6 -21
- package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +6 -21
- package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +6 -21
- package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListAssignmentsForHITPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBonusPaymentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHITsForQualificationTypePaginator.d.ts +1 -1
- package/dist-types/pagination/ListHITsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQualificationRequestsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQualificationTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReviewPolicyResultsForHITPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReviewableHITsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkerBlocksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkersWithQualificationTypePaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetHITCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListAssignmentsForHITPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListBonusPaymentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListHITsForQualificationTypePaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListHITsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListQualificationRequestsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListQualificationTypesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListReviewPolicyResultsForHITPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListReviewableHITsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWorkerBlocksPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWorkersWithQualificationTypePaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateHITRequest, CreateHITResponse } from "../models/models_0";
|
|
5
4
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateHITCommandInput extends CreateHITRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateHITCommandOutput extends CreateHITResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateHITCommand_base: {
|
|
24
|
+
new (input: CreateHITCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHITCommandInput, CreateHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>The <code>CreateHIT</code> operation creates a new Human Intelligence Task (HIT).
|
|
@@ -183,23 +186,5 @@ export interface CreateHITCommandOutput extends CreateHITResponse, __MetadataBea
|
|
|
183
186
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
184
187
|
*
|
|
185
188
|
*/
|
|
186
|
-
export declare class CreateHITCommand extends
|
|
187
|
-
readonly input: CreateHITCommandInput;
|
|
188
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
189
|
-
/**
|
|
190
|
-
* @public
|
|
191
|
-
*/
|
|
192
|
-
constructor(input: CreateHITCommandInput);
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHITCommandInput, CreateHITCommandOutput>;
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
|
-
private serialize;
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
|
-
private deserialize;
|
|
189
|
+
export declare class CreateHITCommand extends CreateHITCommand_base {
|
|
205
190
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateHITTypeRequest, CreateHITTypeResponse } from "../models/models_0";
|
|
5
4
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateHITTypeCommandInput extends CreateHITTypeRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateHITTypeCommandOutput extends CreateHITTypeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateHITTypeCommand_base: {
|
|
24
|
+
new (input: CreateHITTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHITTypeCommandInput, CreateHITTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -84,23 +87,5 @@ export interface CreateHITTypeCommandOutput extends CreateHITTypeResponse, __Met
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class CreateHITTypeCommand extends
|
|
88
|
-
readonly input: CreateHITTypeCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: CreateHITTypeCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHITTypeCommandInput, CreateHITTypeCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class CreateHITTypeCommand extends CreateHITTypeCommand_base {
|
|
106
91
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateHITWithHITTypeRequest, CreateHITWithHITTypeResponse } from "../models/models_0";
|
|
5
4
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateHITWithHITTypeCommandInput extends CreateHITWithHITTypeRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateHITWithHITTypeCommandOutput extends CreateHITWithHITTypeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateHITWithHITTypeCommand_base: {
|
|
24
|
+
new (input: CreateHITWithHITTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHITWithHITTypeCommandInput, CreateHITWithHITTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -162,23 +165,5 @@ export interface CreateHITWithHITTypeCommandOutput extends CreateHITWithHITTypeR
|
|
|
162
165
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
163
166
|
*
|
|
164
167
|
*/
|
|
165
|
-
export declare class CreateHITWithHITTypeCommand extends
|
|
166
|
-
readonly input: CreateHITWithHITTypeCommandInput;
|
|
167
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
168
|
-
/**
|
|
169
|
-
* @public
|
|
170
|
-
*/
|
|
171
|
-
constructor(input: CreateHITWithHITTypeCommandInput);
|
|
172
|
-
/**
|
|
173
|
-
* @internal
|
|
174
|
-
*/
|
|
175
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHITWithHITTypeCommandInput, CreateHITWithHITTypeCommandOutput>;
|
|
176
|
-
/**
|
|
177
|
-
* @internal
|
|
178
|
-
*/
|
|
179
|
-
private serialize;
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
private deserialize;
|
|
168
|
+
export declare class CreateHITWithHITTypeCommand extends CreateHITWithHITTypeCommand_base {
|
|
184
169
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateQualificationTypeRequest, CreateQualificationTypeResponse } from "../models/models_0";
|
|
5
4
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateQualificationTypeCommandInput extends CreateQualification
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateQualificationTypeCommandOutput extends CreateQualificationTypeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateQualificationTypeCommand_base: {
|
|
24
|
+
new (input: CreateQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQualificationTypeCommandInput, CreateQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -86,23 +89,5 @@ export interface CreateQualificationTypeCommandOutput extends CreateQualificatio
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class CreateQualificationTypeCommand extends
|
|
90
|
-
readonly input: CreateQualificationTypeCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: CreateQualificationTypeCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateQualificationTypeCommandInput, CreateQualificationTypeCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class CreateQualificationTypeCommand extends CreateQualificationTypeCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateWorkerBlockRequest, CreateWorkerBlockResponse } from "../models/models_0";
|
|
5
4
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateWorkerBlockCommandInput extends CreateWorkerBlockRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateWorkerBlockCommandOutput extends CreateWorkerBlockResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateWorkerBlockCommand_base: {
|
|
24
|
+
new (input: CreateWorkerBlockCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkerBlockCommandInput, CreateWorkerBlockCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>The <code>CreateWorkerBlock</code> operation allows you to prevent a Worker from working on your HITs. For example, you can block a Worker who is producing poor quality work. You can block up to 100,000 Workers.</p>
|
|
@@ -56,23 +59,5 @@ export interface CreateWorkerBlockCommandOutput extends CreateWorkerBlockRespons
|
|
|
56
59
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
57
60
|
*
|
|
58
61
|
*/
|
|
59
|
-
export declare class CreateWorkerBlockCommand extends
|
|
60
|
-
readonly input: CreateWorkerBlockCommandInput;
|
|
61
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
-
/**
|
|
63
|
-
* @public
|
|
64
|
-
*/
|
|
65
|
-
constructor(input: CreateWorkerBlockCommandInput);
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkerBlockCommandInput, CreateWorkerBlockCommandOutput>;
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
private serialize;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private deserialize;
|
|
62
|
+
export declare class CreateWorkerBlockCommand extends CreateWorkerBlockCommand_base {
|
|
78
63
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteHITRequest, DeleteHITResponse } from "../models/models_0";
|
|
5
4
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteHITCommandInput extends DeleteHITRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteHITCommandOutput extends DeleteHITResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteHITCommand_base: {
|
|
24
|
+
new (input: DeleteHITCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHITCommandInput, DeleteHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -90,23 +93,5 @@ export interface DeleteHITCommandOutput extends DeleteHITResponse, __MetadataBea
|
|
|
90
93
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class DeleteHITCommand extends
|
|
94
|
-
readonly input: DeleteHITCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: DeleteHITCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHITCommandInput, DeleteHITCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class DeleteHITCommand extends DeleteHITCommand_base {
|
|
112
97
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteQualificationTypeRequest, DeleteQualificationTypeResponse } from "../models/models_0";
|
|
5
4
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteQualificationTypeCommandInput extends DeleteQualification
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteQualificationTypeCommandOutput extends DeleteQualificationTypeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteQualificationTypeCommand_base: {
|
|
24
|
+
new (input: DeleteQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQualificationTypeCommandInput, DeleteQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -73,23 +76,5 @@ export interface DeleteQualificationTypeCommandOutput extends DeleteQualificatio
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class DeleteQualificationTypeCommand extends
|
|
77
|
-
readonly input: DeleteQualificationTypeCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: DeleteQualificationTypeCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteQualificationTypeCommandInput, DeleteQualificationTypeCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class DeleteQualificationTypeCommand extends DeleteQualificationTypeCommand_base {
|
|
95
80
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteWorkerBlockRequest, DeleteWorkerBlockResponse } from "../models/models_0";
|
|
5
4
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteWorkerBlockCommandInput extends DeleteWorkerBlockRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteWorkerBlockCommandOutput extends DeleteWorkerBlockResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteWorkerBlockCommand_base: {
|
|
24
|
+
new (input: DeleteWorkerBlockCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkerBlockCommandInput, DeleteWorkerBlockCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>The <code>DeleteWorkerBlock</code> operation allows you to reinstate a blocked Worker to work on your HITs. This operation reverses the effects of the CreateWorkerBlock operation. You need the Worker ID to use this operation. If the Worker ID is missing or invalid, this operation fails and returns the message “WorkerId is invalid.” If the specified Worker is not blocked, this operation returns successfully.</p>
|
|
@@ -56,23 +59,5 @@ export interface DeleteWorkerBlockCommandOutput extends DeleteWorkerBlockRespons
|
|
|
56
59
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
57
60
|
*
|
|
58
61
|
*/
|
|
59
|
-
export declare class DeleteWorkerBlockCommand extends
|
|
60
|
-
readonly input: DeleteWorkerBlockCommandInput;
|
|
61
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
-
/**
|
|
63
|
-
* @public
|
|
64
|
-
*/
|
|
65
|
-
constructor(input: DeleteWorkerBlockCommandInput);
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkerBlockCommandInput, DeleteWorkerBlockCommandOutput>;
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
private serialize;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private deserialize;
|
|
62
|
+
export declare class DeleteWorkerBlockCommand extends DeleteWorkerBlockCommand_base {
|
|
78
63
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DisassociateQualificationFromWorkerRequest, DisassociateQualificationFromWorkerResponse } from "../models/models_0";
|
|
5
4
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisassociateQualificationFromWorkerCommandInput extends Disasso
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisassociateQualificationFromWorkerCommandOutput extends DisassociateQualificationFromWorkerResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisassociateQualificationFromWorkerCommand_base: {
|
|
24
|
+
new (input: DisassociateQualificationFromWorkerCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateQualificationFromWorkerCommandInput, DisassociateQualificationFromWorkerCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -64,23 +67,5 @@ export interface DisassociateQualificationFromWorkerCommandOutput extends Disass
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class DisassociateQualificationFromWorkerCommand extends
|
|
68
|
-
readonly input: DisassociateQualificationFromWorkerCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: DisassociateQualificationFromWorkerCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateQualificationFromWorkerCommandInput, DisassociateQualificationFromWorkerCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class DisassociateQualificationFromWorkerCommand extends DisassociateQualificationFromWorkerCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetAccountBalanceRequest, GetAccountBalanceResponse } from "../models/models_0";
|
|
5
4
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetAccountBalanceCommandInput extends GetAccountBalanceRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetAccountBalanceCommandOutput extends GetAccountBalanceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetAccountBalanceCommand_base: {
|
|
24
|
+
new (input: GetAccountBalanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountBalanceCommandInput, GetAccountBalanceCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>The <code>GetAccountBalance</code> operation retrieves the Prepaid HITs balance in your Amazon Mechanical Turk account if you are a Prepaid Requester.
|
|
@@ -58,23 +61,5 @@ export interface GetAccountBalanceCommandOutput extends GetAccountBalanceRespons
|
|
|
58
61
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
59
62
|
*
|
|
60
63
|
*/
|
|
61
|
-
export declare class GetAccountBalanceCommand extends
|
|
62
|
-
readonly input: GetAccountBalanceCommandInput;
|
|
63
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
-
/**
|
|
65
|
-
* @public
|
|
66
|
-
*/
|
|
67
|
-
constructor(input: GetAccountBalanceCommandInput);
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountBalanceCommandInput, GetAccountBalanceCommandOutput>;
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
private serialize;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private deserialize;
|
|
64
|
+
export declare class GetAccountBalanceCommand extends GetAccountBalanceCommand_base {
|
|
80
65
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetAssignmentRequest, GetAssignmentResponse } from "../models/models_0";
|
|
5
4
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetAssignmentCommandInput extends GetAssignmentRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetAssignmentCommandOutput extends GetAssignmentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetAssignmentCommand_base: {
|
|
24
|
+
new (input: GetAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssignmentCommandInput, GetAssignmentCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -111,23 +114,5 @@ export interface GetAssignmentCommandOutput extends GetAssignmentResponse, __Met
|
|
|
111
114
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
112
115
|
*
|
|
113
116
|
*/
|
|
114
|
-
export declare class GetAssignmentCommand extends
|
|
115
|
-
readonly input: GetAssignmentCommandInput;
|
|
116
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
117
|
-
/**
|
|
118
|
-
* @public
|
|
119
|
-
*/
|
|
120
|
-
constructor(input: GetAssignmentCommandInput);
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAssignmentCommandInput, GetAssignmentCommandOutput>;
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
private serialize;
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
private deserialize;
|
|
117
|
+
export declare class GetAssignmentCommand extends GetAssignmentCommand_base {
|
|
133
118
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetFileUploadURLRequest, GetFileUploadURLResponse } from "../models/models_0";
|
|
5
4
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetFileUploadURLCommandInput extends GetFileUploadURLRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetFileUploadURLCommandOutput extends GetFileUploadURLResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetFileUploadURLCommand_base: {
|
|
24
|
+
new (input: GetFileUploadURLCommandInput): import("@smithy/smithy-client").CommandImpl<GetFileUploadURLCommandInput, GetFileUploadURLCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -75,23 +78,5 @@ export interface GetFileUploadURLCommandOutput extends GetFileUploadURLResponse,
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class GetFileUploadURLCommand extends
|
|
79
|
-
readonly input: GetFileUploadURLCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: GetFileUploadURLCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFileUploadURLCommandInput, GetFileUploadURLCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class GetFileUploadURLCommand extends GetFileUploadURLCommand_base {
|
|
97
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetHITRequest, GetHITResponse } from "../models/models_0";
|
|
5
4
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetHITCommandInput extends GetHITRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetHITCommandOutput extends GetHITResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetHITCommand_base: {
|
|
24
|
+
new (input: GetHITCommandInput): import("@smithy/smithy-client").CommandImpl<GetHITCommandInput, GetHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -97,23 +100,5 @@ export interface GetHITCommandOutput extends GetHITResponse, __MetadataBearer {
|
|
|
97
100
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
98
101
|
*
|
|
99
102
|
*/
|
|
100
|
-
export declare class GetHITCommand extends
|
|
101
|
-
readonly input: GetHITCommandInput;
|
|
102
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
103
|
-
/**
|
|
104
|
-
* @public
|
|
105
|
-
*/
|
|
106
|
-
constructor(input: GetHITCommandInput);
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHITCommandInput, GetHITCommandOutput>;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
private serialize;
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
private deserialize;
|
|
103
|
+
export declare class GetHITCommand extends GetHITCommand_base {
|
|
119
104
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetQualificationScoreRequest, GetQualificationScoreResponse } from "../models/models_0";
|
|
5
4
|
import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetQualificationScoreCommandInput extends GetQualificationScore
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetQualificationScoreCommandOutput extends GetQualificationScoreResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetQualificationScoreCommand_base: {
|
|
24
|
+
new (input: GetQualificationScoreCommandInput): import("@smithy/smithy-client").CommandImpl<GetQualificationScoreCommandInput, GetQualificationScoreCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -81,23 +84,5 @@ export interface GetQualificationScoreCommandOutput extends GetQualificationScor
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class GetQualificationScoreCommand extends
|
|
85
|
-
readonly input: GetQualificationScoreCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: GetQualificationScoreCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetQualificationScoreCommandInput, GetQualificationScoreCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class GetQualificationScoreCommand extends GetQualificationScoreCommand_base {
|
|
103
88
|
}
|