@aws-sdk/client-mturk 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/MTurk.d.ts +679 -200
- package/dist-types/ts3.4/MTurkClient.d.ts +338 -112
- package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetHITCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +39 -39
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/MTurkServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +836 -1082
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAssignmentsForHITPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBonusPaymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHITsForQualificationTypePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHITsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQualificationRequestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQualificationTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReviewPolicyResultsForHITPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReviewableHITsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkerBlocksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkersWithQualificationTypePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +11 -11
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +473 -119
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListReviewPolicyResultsForHITRequest,
|
|
10
|
+
ListReviewPolicyResultsForHITResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface ListReviewPolicyResultsForHITCommandInput
|
|
18
|
+
extends ListReviewPolicyResultsForHITRequest {}
|
|
19
|
+
export interface ListReviewPolicyResultsForHITCommandOutput
|
|
20
|
+
extends ListReviewPolicyResultsForHITResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListReviewPolicyResultsForHITCommand extends $Command<
|
|
23
|
+
ListReviewPolicyResultsForHITCommandInput,
|
|
24
|
+
ListReviewPolicyResultsForHITCommandOutput,
|
|
25
|
+
MTurkClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListReviewPolicyResultsForHITCommandInput;
|
|
28
|
+
constructor(input: ListReviewPolicyResultsForHITCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MTurkClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListReviewPolicyResultsForHITCommandInput,
|
|
35
|
+
ListReviewPolicyResultsForHITCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListReviewableHITsRequest,
|
|
10
|
+
ListReviewableHITsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface ListReviewableHITsCommandInput
|
|
18
|
+
extends ListReviewableHITsRequest {}
|
|
19
|
+
export interface ListReviewableHITsCommandOutput
|
|
20
|
+
extends ListReviewableHITsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListReviewableHITsCommand extends $Command<
|
|
23
|
+
ListReviewableHITsCommandInput,
|
|
24
|
+
ListReviewableHITsCommandOutput,
|
|
25
|
+
MTurkClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListReviewableHITsCommandInput;
|
|
28
|
+
constructor(input: ListReviewableHITsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MTurkClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListReviewableHITsCommandInput, ListReviewableHITsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListWorkerBlocksRequest,
|
|
10
|
+
ListWorkerBlocksResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface ListWorkerBlocksCommandInput extends ListWorkerBlocksRequest {}
|
|
18
|
+
export interface ListWorkerBlocksCommandOutput
|
|
19
|
+
extends ListWorkerBlocksResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListWorkerBlocksCommand extends $Command<
|
|
22
|
+
ListWorkerBlocksCommandInput,
|
|
23
|
+
ListWorkerBlocksCommandOutput,
|
|
24
|
+
MTurkClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListWorkerBlocksCommandInput;
|
|
27
|
+
constructor(input: ListWorkerBlocksCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: MTurkClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListWorkerBlocksCommandInput, ListWorkerBlocksCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListWorkersWithQualificationTypeRequest,
|
|
10
|
+
ListWorkersWithQualificationTypeResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface ListWorkersWithQualificationTypeCommandInput
|
|
18
|
+
extends ListWorkersWithQualificationTypeRequest {}
|
|
19
|
+
export interface ListWorkersWithQualificationTypeCommandOutput
|
|
20
|
+
extends ListWorkersWithQualificationTypeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListWorkersWithQualificationTypeCommand extends $Command<
|
|
23
|
+
ListWorkersWithQualificationTypeCommandInput,
|
|
24
|
+
ListWorkersWithQualificationTypeCommandOutput,
|
|
25
|
+
MTurkClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListWorkersWithQualificationTypeCommandInput;
|
|
28
|
+
constructor(input: ListWorkersWithQualificationTypeCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MTurkClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListWorkersWithQualificationTypeCommandInput,
|
|
35
|
+
ListWorkersWithQualificationTypeCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
NotifyWorkersRequest,
|
|
10
|
+
NotifyWorkersResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface NotifyWorkersCommandInput extends NotifyWorkersRequest {}
|
|
18
|
+
export interface NotifyWorkersCommandOutput
|
|
19
|
+
extends NotifyWorkersResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class NotifyWorkersCommand extends $Command<
|
|
22
|
+
NotifyWorkersCommandInput,
|
|
23
|
+
NotifyWorkersCommandOutput,
|
|
24
|
+
MTurkClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: NotifyWorkersCommandInput;
|
|
27
|
+
constructor(input: NotifyWorkersCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: MTurkClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<NotifyWorkersCommandInput, NotifyWorkersCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
RejectAssignmentRequest,
|
|
10
|
+
RejectAssignmentResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface RejectAssignmentCommandInput extends RejectAssignmentRequest {}
|
|
18
|
+
export interface RejectAssignmentCommandOutput
|
|
19
|
+
extends RejectAssignmentResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class RejectAssignmentCommand extends $Command<
|
|
22
|
+
RejectAssignmentCommandInput,
|
|
23
|
+
RejectAssignmentCommandOutput,
|
|
24
|
+
MTurkClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: RejectAssignmentCommandInput;
|
|
27
|
+
constructor(input: RejectAssignmentCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: MTurkClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<RejectAssignmentCommandInput, RejectAssignmentCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
RejectQualificationRequestRequest,
|
|
10
|
+
RejectQualificationRequestResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface RejectQualificationRequestCommandInput
|
|
18
|
+
extends RejectQualificationRequestRequest {}
|
|
19
|
+
export interface RejectQualificationRequestCommandOutput
|
|
20
|
+
extends RejectQualificationRequestResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class RejectQualificationRequestCommand extends $Command<
|
|
23
|
+
RejectQualificationRequestCommandInput,
|
|
24
|
+
RejectQualificationRequestCommandOutput,
|
|
25
|
+
MTurkClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RejectQualificationRequestCommandInput;
|
|
28
|
+
constructor(input: RejectQualificationRequestCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MTurkClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
RejectQualificationRequestCommandInput,
|
|
35
|
+
RejectQualificationRequestCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { SendBonusRequest, SendBonusResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
MTurkClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MTurkClient";
|
|
14
|
+
export interface SendBonusCommandInput extends SendBonusRequest {}
|
|
15
|
+
export interface SendBonusCommandOutput
|
|
16
|
+
extends SendBonusResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class SendBonusCommand extends $Command<
|
|
19
|
+
SendBonusCommandInput,
|
|
20
|
+
SendBonusCommandOutput,
|
|
21
|
+
MTurkClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: SendBonusCommandInput;
|
|
24
|
+
constructor(input: SendBonusCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: MTurkClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<SendBonusCommandInput, SendBonusCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
SendTestEventNotificationRequest,
|
|
10
|
+
SendTestEventNotificationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface SendTestEventNotificationCommandInput
|
|
18
|
+
extends SendTestEventNotificationRequest {}
|
|
19
|
+
export interface SendTestEventNotificationCommandOutput
|
|
20
|
+
extends SendTestEventNotificationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class SendTestEventNotificationCommand extends $Command<
|
|
23
|
+
SendTestEventNotificationCommandInput,
|
|
24
|
+
SendTestEventNotificationCommandOutput,
|
|
25
|
+
MTurkClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: SendTestEventNotificationCommandInput;
|
|
28
|
+
constructor(input: SendTestEventNotificationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MTurkClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
SendTestEventNotificationCommandInput,
|
|
35
|
+
SendTestEventNotificationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateExpirationForHITRequest,
|
|
10
|
+
UpdateExpirationForHITResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface UpdateExpirationForHITCommandInput
|
|
18
|
+
extends UpdateExpirationForHITRequest {}
|
|
19
|
+
export interface UpdateExpirationForHITCommandOutput
|
|
20
|
+
extends UpdateExpirationForHITResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateExpirationForHITCommand extends $Command<
|
|
23
|
+
UpdateExpirationForHITCommandInput,
|
|
24
|
+
UpdateExpirationForHITCommandOutput,
|
|
25
|
+
MTurkClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateExpirationForHITCommandInput;
|
|
28
|
+
constructor(input: UpdateExpirationForHITCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MTurkClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateExpirationForHITCommandInput,
|
|
35
|
+
UpdateExpirationForHITCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateHITReviewStatusRequest,
|
|
10
|
+
UpdateHITReviewStatusResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface UpdateHITReviewStatusCommandInput
|
|
18
|
+
extends UpdateHITReviewStatusRequest {}
|
|
19
|
+
export interface UpdateHITReviewStatusCommandOutput
|
|
20
|
+
extends UpdateHITReviewStatusResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateHITReviewStatusCommand extends $Command<
|
|
23
|
+
UpdateHITReviewStatusCommandInput,
|
|
24
|
+
UpdateHITReviewStatusCommandOutput,
|
|
25
|
+
MTurkClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateHITReviewStatusCommandInput;
|
|
28
|
+
constructor(input: UpdateHITReviewStatusCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MTurkClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateHITReviewStatusCommandInput,
|
|
35
|
+
UpdateHITReviewStatusCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|