@aws-sdk/client-mturk 3.478.0 → 3.484.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-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-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/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/package.json +11 -11
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { ListHITsRequest, ListHITsResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
MTurkClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface ListHITsCommandInput extends ListHITsRequest {}
|
|
|
17
11
|
export interface ListHITsCommandOutput
|
|
18
12
|
extends ListHITsResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const ListHITsCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: ListHITsCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
ListHITsCommandInput,
|
|
19
|
+
ListHITsCommandOutput,
|
|
20
|
+
MTurkClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class ListHITsCommand extends ListHITsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListHITsForQualificationTypeRequest,
|
|
11
5
|
ListHITsForQualificationTypeResponse,
|
|
@@ -21,22 +15,16 @@ export interface ListHITsForQualificationTypeCommandInput
|
|
|
21
15
|
export interface ListHITsForQualificationTypeCommandOutput
|
|
22
16
|
extends ListHITsForQualificationTypeResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListHITsForQualificationTypeCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListHITsForQualificationTypeCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: MTurkClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListHITsForQualificationTypeCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListHITsForQualificationTypeCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListHITsForQualificationTypeCommandInput,
|
|
38
|
-
ListHITsForQualificationTypeCommandOutput
|
|
23
|
+
ListHITsForQualificationTypeCommandOutput,
|
|
24
|
+
MTurkClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListHITsForQualificationTypeCommand extends ListHITsForQualificationTypeCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListQualificationRequestsRequest,
|
|
11
5
|
ListQualificationRequestsResponse,
|
|
@@ -21,22 +15,16 @@ export interface ListQualificationRequestsCommandInput
|
|
|
21
15
|
export interface ListQualificationRequestsCommandOutput
|
|
22
16
|
extends ListQualificationRequestsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListQualificationRequestsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListQualificationRequestsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: MTurkClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListQualificationRequestsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListQualificationRequestsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListQualificationRequestsCommandInput,
|
|
38
|
-
ListQualificationRequestsCommandOutput
|
|
23
|
+
ListQualificationRequestsCommandOutput,
|
|
24
|
+
MTurkClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListQualificationRequestsCommand extends ListQualificationRequestsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListQualificationTypesRequest,
|
|
11
5
|
ListQualificationTypesResponse,
|
|
@@ -21,22 +15,16 @@ export interface ListQualificationTypesCommandInput
|
|
|
21
15
|
export interface ListQualificationTypesCommandOutput
|
|
22
16
|
extends ListQualificationTypesResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListQualificationTypesCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListQualificationTypesCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: MTurkClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListQualificationTypesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListQualificationTypesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListQualificationTypesCommandInput,
|
|
38
|
-
ListQualificationTypesCommandOutput
|
|
23
|
+
ListQualificationTypesCommandOutput,
|
|
24
|
+
MTurkClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListQualificationTypesCommand extends ListQualificationTypesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListReviewPolicyResultsForHITRequest,
|
|
11
5
|
ListReviewPolicyResultsForHITResponse,
|
|
@@ -21,22 +15,16 @@ export interface ListReviewPolicyResultsForHITCommandInput
|
|
|
21
15
|
export interface ListReviewPolicyResultsForHITCommandOutput
|
|
22
16
|
extends ListReviewPolicyResultsForHITResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListReviewPolicyResultsForHITCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListReviewPolicyResultsForHITCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: MTurkClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListReviewPolicyResultsForHITCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListReviewPolicyResultsForHITCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListReviewPolicyResultsForHITCommandInput,
|
|
38
|
-
ListReviewPolicyResultsForHITCommandOutput
|
|
23
|
+
ListReviewPolicyResultsForHITCommandOutput,
|
|
24
|
+
MTurkClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListReviewPolicyResultsForHITCommand extends ListReviewPolicyResultsForHITCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListReviewableHITsRequest,
|
|
11
5
|
ListReviewableHITsResponse,
|
|
@@ -21,19 +15,16 @@ export interface ListReviewableHITsCommandInput
|
|
|
21
15
|
export interface ListReviewableHITsCommandOutput
|
|
22
16
|
extends ListReviewableHITsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListReviewableHITsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListReviewableHITsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListReviewableHITsCommandInput,
|
|
23
|
+
ListReviewableHITsCommandOutput,
|
|
24
|
+
MTurkClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListReviewableHITsCommand extends ListReviewableHITsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListWorkerBlocksRequest,
|
|
11
5
|
ListWorkerBlocksResponse,
|
|
@@ -20,19 +14,16 @@ export interface ListWorkerBlocksCommandInput extends ListWorkerBlocksRequest {}
|
|
|
20
14
|
export interface ListWorkerBlocksCommandOutput
|
|
21
15
|
extends ListWorkerBlocksResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const ListWorkerBlocksCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: ListWorkerBlocksCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
ListWorkerBlocksCommandInput,
|
|
22
|
+
ListWorkerBlocksCommandOutput,
|
|
23
|
+
MTurkClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class ListWorkerBlocksCommand extends ListWorkerBlocksCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListWorkersWithQualificationTypeRequest,
|
|
11
5
|
ListWorkersWithQualificationTypeResponse,
|
|
@@ -21,22 +15,16 @@ export interface ListWorkersWithQualificationTypeCommandInput
|
|
|
21
15
|
export interface ListWorkersWithQualificationTypeCommandOutput
|
|
22
16
|
extends ListWorkersWithQualificationTypeResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListWorkersWithQualificationTypeCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListWorkersWithQualificationTypeCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: MTurkClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListWorkersWithQualificationTypeCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListWorkersWithQualificationTypeCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListWorkersWithQualificationTypeCommandInput,
|
|
38
|
-
ListWorkersWithQualificationTypeCommandOutput
|
|
23
|
+
ListWorkersWithQualificationTypeCommandOutput,
|
|
24
|
+
MTurkClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListWorkersWithQualificationTypeCommand extends ListWorkersWithQualificationTypeCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
NotifyWorkersRequest,
|
|
11
5
|
NotifyWorkersResponse,
|
|
@@ -20,19 +14,16 @@ export interface NotifyWorkersCommandInput extends NotifyWorkersRequest {}
|
|
|
20
14
|
export interface NotifyWorkersCommandOutput
|
|
21
15
|
extends NotifyWorkersResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const NotifyWorkersCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: NotifyWorkersCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
NotifyWorkersCommandInput,
|
|
22
|
+
NotifyWorkersCommandOutput,
|
|
23
|
+
MTurkClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class NotifyWorkersCommand extends NotifyWorkersCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
RejectAssignmentRequest,
|
|
11
5
|
RejectAssignmentResponse,
|
|
@@ -20,19 +14,16 @@ export interface RejectAssignmentCommandInput extends RejectAssignmentRequest {}
|
|
|
20
14
|
export interface RejectAssignmentCommandOutput
|
|
21
15
|
extends RejectAssignmentResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const RejectAssignmentCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: RejectAssignmentCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
RejectAssignmentCommandInput,
|
|
22
|
+
RejectAssignmentCommandOutput,
|
|
23
|
+
MTurkClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class RejectAssignmentCommand extends RejectAssignmentCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
RejectQualificationRequestRequest,
|
|
11
5
|
RejectQualificationRequestResponse,
|
|
@@ -21,22 +15,16 @@ export interface RejectQualificationRequestCommandInput
|
|
|
21
15
|
export interface RejectQualificationRequestCommandOutput
|
|
22
16
|
extends RejectQualificationRequestResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: RejectQualificationRequestCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: RejectQualificationRequestCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: MTurkClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const RejectQualificationRequestCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: RejectQualificationRequestCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
RejectQualificationRequestCommandInput,
|
|
38
|
-
RejectQualificationRequestCommandOutput
|
|
23
|
+
RejectQualificationRequestCommandOutput,
|
|
24
|
+
MTurkClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class RejectQualificationRequestCommand extends RejectQualificationRequestCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { SendBonusRequest, SendBonusResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
MTurkClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface SendBonusCommandInput extends SendBonusRequest {}
|
|
|
17
11
|
export interface SendBonusCommandOutput
|
|
18
12
|
extends SendBonusResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const SendBonusCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: SendBonusCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
SendBonusCommandInput,
|
|
19
|
+
SendBonusCommandOutput,
|
|
20
|
+
MTurkClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class SendBonusCommand extends SendBonusCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
SendTestEventNotificationRequest,
|
|
11
5
|
SendTestEventNotificationResponse,
|
|
@@ -21,22 +15,16 @@ export interface SendTestEventNotificationCommandInput
|
|
|
21
15
|
export interface SendTestEventNotificationCommandOutput
|
|
22
16
|
extends SendTestEventNotificationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: SendTestEventNotificationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: SendTestEventNotificationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: MTurkClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const SendTestEventNotificationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: SendTestEventNotificationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
SendTestEventNotificationCommandInput,
|
|
38
|
-
SendTestEventNotificationCommandOutput
|
|
23
|
+
SendTestEventNotificationCommandOutput,
|
|
24
|
+
MTurkClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class SendTestEventNotificationCommand extends SendTestEventNotificationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
UpdateExpirationForHITRequest,
|
|
11
5
|
UpdateExpirationForHITResponse,
|
|
@@ -21,22 +15,16 @@ export interface UpdateExpirationForHITCommandInput
|
|
|
21
15
|
export interface UpdateExpirationForHITCommandOutput
|
|
22
16
|
extends UpdateExpirationForHITResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: UpdateExpirationForHITCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: UpdateExpirationForHITCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: MTurkClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const UpdateExpirationForHITCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateExpirationForHITCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
UpdateExpirationForHITCommandInput,
|
|
38
|
-
UpdateExpirationForHITCommandOutput
|
|
23
|
+
UpdateExpirationForHITCommandOutput,
|
|
24
|
+
MTurkClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateExpirationForHITCommand extends UpdateExpirationForHITCommand_base {}
|