@aws-sdk/client-mturk 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/MTurk.d.ts +718 -200
- package/dist-types/ts3.4/MTurkClient.d.ts +363 -112
- package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetHITCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +41 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1164 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
GetAssignmentRequest,
|
|
10
|
+
GetAssignmentResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface GetAssignmentCommandInput extends GetAssignmentRequest {}
|
|
18
|
+
export interface GetAssignmentCommandOutput
|
|
19
|
+
extends GetAssignmentResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetAssignmentCommand extends $Command<
|
|
23
|
+
GetAssignmentCommandInput,
|
|
24
|
+
GetAssignmentCommandOutput,
|
|
25
|
+
MTurkClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetAssignmentCommandInput;
|
|
28
|
+
constructor(input: GetAssignmentCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MTurkClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetAssignmentCommandInput, GetAssignmentCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
GetFileUploadURLRequest,
|
|
10
|
+
GetFileUploadURLResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface GetFileUploadURLCommandInput extends GetFileUploadURLRequest {}
|
|
18
|
+
export interface GetFileUploadURLCommandOutput
|
|
19
|
+
extends GetFileUploadURLResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetFileUploadURLCommand extends $Command<
|
|
23
|
+
GetFileUploadURLCommandInput,
|
|
24
|
+
GetFileUploadURLCommandOutput,
|
|
25
|
+
MTurkClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetFileUploadURLCommandInput;
|
|
28
|
+
constructor(input: GetFileUploadURLCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MTurkClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetFileUploadURLCommandInput, GetFileUploadURLCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { GetHITRequest, GetHITResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
MTurkClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MTurkClient";
|
|
14
|
+
export interface GetHITCommandInput extends GetHITRequest {}
|
|
15
|
+
export interface GetHITCommandOutput extends GetHITResponse, __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class GetHITCommand extends $Command<
|
|
18
|
+
GetHITCommandInput,
|
|
19
|
+
GetHITCommandOutput,
|
|
20
|
+
MTurkClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: GetHITCommandInput;
|
|
23
|
+
constructor(input: GetHITCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: MTurkClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetHITCommandInput, GetHITCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetQualificationScoreRequest,
|
|
10
|
+
GetQualificationScoreResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface GetQualificationScoreCommandInput
|
|
18
|
+
extends GetQualificationScoreRequest {}
|
|
19
|
+
export interface GetQualificationScoreCommandOutput
|
|
20
|
+
extends GetQualificationScoreResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetQualificationScoreCommand extends $Command<
|
|
24
|
+
GetQualificationScoreCommandInput,
|
|
25
|
+
GetQualificationScoreCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetQualificationScoreCommandInput;
|
|
29
|
+
constructor(input: GetQualificationScoreCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetQualificationScoreCommandInput,
|
|
37
|
+
GetQualificationScoreCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetQualificationTypeRequest,
|
|
10
|
+
GetQualificationTypeResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface GetQualificationTypeCommandInput
|
|
18
|
+
extends GetQualificationTypeRequest {}
|
|
19
|
+
export interface GetQualificationTypeCommandOutput
|
|
20
|
+
extends GetQualificationTypeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetQualificationTypeCommand extends $Command<
|
|
24
|
+
GetQualificationTypeCommandInput,
|
|
25
|
+
GetQualificationTypeCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetQualificationTypeCommandInput;
|
|
29
|
+
constructor(input: GetQualificationTypeCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetQualificationTypeCommandInput,
|
|
37
|
+
GetQualificationTypeCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
ListAssignmentsForHITRequest,
|
|
10
|
+
ListAssignmentsForHITResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface ListAssignmentsForHITCommandInput
|
|
18
|
+
extends ListAssignmentsForHITRequest {}
|
|
19
|
+
export interface ListAssignmentsForHITCommandOutput
|
|
20
|
+
extends ListAssignmentsForHITResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListAssignmentsForHITCommand extends $Command<
|
|
24
|
+
ListAssignmentsForHITCommandInput,
|
|
25
|
+
ListAssignmentsForHITCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAssignmentsForHITCommandInput;
|
|
29
|
+
constructor(input: ListAssignmentsForHITCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListAssignmentsForHITCommandInput,
|
|
37
|
+
ListAssignmentsForHITCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
ListBonusPaymentsRequest,
|
|
10
|
+
ListBonusPaymentsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface ListBonusPaymentsCommandInput
|
|
18
|
+
extends ListBonusPaymentsRequest {}
|
|
19
|
+
export interface ListBonusPaymentsCommandOutput
|
|
20
|
+
extends ListBonusPaymentsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListBonusPaymentsCommand extends $Command<
|
|
24
|
+
ListBonusPaymentsCommandInput,
|
|
25
|
+
ListBonusPaymentsCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListBonusPaymentsCommandInput;
|
|
29
|
+
constructor(input: ListBonusPaymentsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListBonusPaymentsCommandInput, ListBonusPaymentsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { ListHITsRequest, ListHITsResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
MTurkClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MTurkClient";
|
|
14
|
+
export interface ListHITsCommandInput extends ListHITsRequest {}
|
|
15
|
+
export interface ListHITsCommandOutput
|
|
16
|
+
extends ListHITsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListHITsCommand extends $Command<
|
|
20
|
+
ListHITsCommandInput,
|
|
21
|
+
ListHITsCommandOutput,
|
|
22
|
+
MTurkClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListHITsCommandInput;
|
|
25
|
+
constructor(input: ListHITsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: MTurkClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListHITsCommandInput, ListHITsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
ListHITsForQualificationTypeRequest,
|
|
10
|
+
ListHITsForQualificationTypeResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface ListHITsForQualificationTypeCommandInput
|
|
18
|
+
extends ListHITsForQualificationTypeRequest {}
|
|
19
|
+
export interface ListHITsForQualificationTypeCommandOutput
|
|
20
|
+
extends ListHITsForQualificationTypeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListHITsForQualificationTypeCommand extends $Command<
|
|
24
|
+
ListHITsForQualificationTypeCommandInput,
|
|
25
|
+
ListHITsForQualificationTypeCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListHITsForQualificationTypeCommandInput;
|
|
29
|
+
constructor(input: ListHITsForQualificationTypeCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListHITsForQualificationTypeCommandInput,
|
|
37
|
+
ListHITsForQualificationTypeCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
ListQualificationRequestsRequest,
|
|
10
|
+
ListQualificationRequestsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface ListQualificationRequestsCommandInput
|
|
18
|
+
extends ListQualificationRequestsRequest {}
|
|
19
|
+
export interface ListQualificationRequestsCommandOutput
|
|
20
|
+
extends ListQualificationRequestsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListQualificationRequestsCommand extends $Command<
|
|
24
|
+
ListQualificationRequestsCommandInput,
|
|
25
|
+
ListQualificationRequestsCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListQualificationRequestsCommandInput;
|
|
29
|
+
constructor(input: ListQualificationRequestsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListQualificationRequestsCommandInput,
|
|
37
|
+
ListQualificationRequestsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
ListQualificationTypesRequest,
|
|
10
|
+
ListQualificationTypesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface ListQualificationTypesCommandInput
|
|
18
|
+
extends ListQualificationTypesRequest {}
|
|
19
|
+
export interface ListQualificationTypesCommandOutput
|
|
20
|
+
extends ListQualificationTypesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListQualificationTypesCommand extends $Command<
|
|
24
|
+
ListQualificationTypesCommandInput,
|
|
25
|
+
ListQualificationTypesCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListQualificationTypesCommandInput;
|
|
29
|
+
constructor(input: ListQualificationTypesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListQualificationTypesCommandInput,
|
|
37
|
+
ListQualificationTypesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|