@aws-sdk/client-mturk 3.168.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 +16 -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,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
|
+
CreateAdditionalAssignmentsForHITRequest,
|
|
10
|
+
CreateAdditionalAssignmentsForHITResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface CreateAdditionalAssignmentsForHITCommandInput
|
|
18
|
+
extends CreateAdditionalAssignmentsForHITRequest {}
|
|
19
|
+
export interface CreateAdditionalAssignmentsForHITCommandOutput
|
|
20
|
+
extends CreateAdditionalAssignmentsForHITResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateAdditionalAssignmentsForHITCommand extends $Command<
|
|
24
|
+
CreateAdditionalAssignmentsForHITCommandInput,
|
|
25
|
+
CreateAdditionalAssignmentsForHITCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateAdditionalAssignmentsForHITCommandInput;
|
|
29
|
+
constructor(input: CreateAdditionalAssignmentsForHITCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateAdditionalAssignmentsForHITCommandInput,
|
|
37
|
+
CreateAdditionalAssignmentsForHITCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { CreateHITRequest, CreateHITResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
MTurkClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MTurkClient";
|
|
14
|
+
export interface CreateHITCommandInput extends CreateHITRequest {}
|
|
15
|
+
export interface CreateHITCommandOutput
|
|
16
|
+
extends CreateHITResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateHITCommand extends $Command<
|
|
20
|
+
CreateHITCommandInput,
|
|
21
|
+
CreateHITCommandOutput,
|
|
22
|
+
MTurkClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateHITCommandInput;
|
|
25
|
+
constructor(input: CreateHITCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: MTurkClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateHITCommandInput, CreateHITCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
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
|
+
CreateHITTypeRequest,
|
|
10
|
+
CreateHITTypeResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface CreateHITTypeCommandInput extends CreateHITTypeRequest {}
|
|
18
|
+
export interface CreateHITTypeCommandOutput
|
|
19
|
+
extends CreateHITTypeResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateHITTypeCommand extends $Command<
|
|
23
|
+
CreateHITTypeCommandInput,
|
|
24
|
+
CreateHITTypeCommandOutput,
|
|
25
|
+
MTurkClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateHITTypeCommandInput;
|
|
28
|
+
constructor(input: CreateHITTypeCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MTurkClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateHITTypeCommandInput, CreateHITTypeCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
CreateHITWithHITTypeRequest,
|
|
10
|
+
CreateHITWithHITTypeResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface CreateHITWithHITTypeCommandInput
|
|
18
|
+
extends CreateHITWithHITTypeRequest {}
|
|
19
|
+
export interface CreateHITWithHITTypeCommandOutput
|
|
20
|
+
extends CreateHITWithHITTypeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateHITWithHITTypeCommand extends $Command<
|
|
24
|
+
CreateHITWithHITTypeCommandInput,
|
|
25
|
+
CreateHITWithHITTypeCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateHITWithHITTypeCommandInput;
|
|
29
|
+
constructor(input: CreateHITWithHITTypeCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateHITWithHITTypeCommandInput,
|
|
37
|
+
CreateHITWithHITTypeCommandOutput
|
|
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
|
+
CreateQualificationTypeRequest,
|
|
10
|
+
CreateQualificationTypeResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface CreateQualificationTypeCommandInput
|
|
18
|
+
extends CreateQualificationTypeRequest {}
|
|
19
|
+
export interface CreateQualificationTypeCommandOutput
|
|
20
|
+
extends CreateQualificationTypeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateQualificationTypeCommand extends $Command<
|
|
24
|
+
CreateQualificationTypeCommandInput,
|
|
25
|
+
CreateQualificationTypeCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateQualificationTypeCommandInput;
|
|
29
|
+
constructor(input: CreateQualificationTypeCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateQualificationTypeCommandInput,
|
|
37
|
+
CreateQualificationTypeCommandOutput
|
|
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
|
+
CreateWorkerBlockRequest,
|
|
10
|
+
CreateWorkerBlockResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface CreateWorkerBlockCommandInput
|
|
18
|
+
extends CreateWorkerBlockRequest {}
|
|
19
|
+
export interface CreateWorkerBlockCommandOutput
|
|
20
|
+
extends CreateWorkerBlockResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateWorkerBlockCommand extends $Command<
|
|
24
|
+
CreateWorkerBlockCommandInput,
|
|
25
|
+
CreateWorkerBlockCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateWorkerBlockCommandInput;
|
|
29
|
+
constructor(input: CreateWorkerBlockCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateWorkerBlockCommandInput, CreateWorkerBlockCommandOutput>;
|
|
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 { DeleteHITRequest, DeleteHITResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
MTurkClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MTurkClient";
|
|
14
|
+
export interface DeleteHITCommandInput extends DeleteHITRequest {}
|
|
15
|
+
export interface DeleteHITCommandOutput
|
|
16
|
+
extends DeleteHITResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteHITCommand extends $Command<
|
|
20
|
+
DeleteHITCommandInput,
|
|
21
|
+
DeleteHITCommandOutput,
|
|
22
|
+
MTurkClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteHITCommandInput;
|
|
25
|
+
constructor(input: DeleteHITCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: MTurkClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteHITCommandInput, DeleteHITCommandOutput>;
|
|
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
|
+
DeleteQualificationTypeRequest,
|
|
10
|
+
DeleteQualificationTypeResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface DeleteQualificationTypeCommandInput
|
|
18
|
+
extends DeleteQualificationTypeRequest {}
|
|
19
|
+
export interface DeleteQualificationTypeCommandOutput
|
|
20
|
+
extends DeleteQualificationTypeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteQualificationTypeCommand extends $Command<
|
|
24
|
+
DeleteQualificationTypeCommandInput,
|
|
25
|
+
DeleteQualificationTypeCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteQualificationTypeCommandInput;
|
|
29
|
+
constructor(input: DeleteQualificationTypeCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteQualificationTypeCommandInput,
|
|
37
|
+
DeleteQualificationTypeCommandOutput
|
|
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
|
+
DeleteWorkerBlockRequest,
|
|
10
|
+
DeleteWorkerBlockResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface DeleteWorkerBlockCommandInput
|
|
18
|
+
extends DeleteWorkerBlockRequest {}
|
|
19
|
+
export interface DeleteWorkerBlockCommandOutput
|
|
20
|
+
extends DeleteWorkerBlockResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteWorkerBlockCommand extends $Command<
|
|
24
|
+
DeleteWorkerBlockCommandInput,
|
|
25
|
+
DeleteWorkerBlockCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteWorkerBlockCommandInput;
|
|
29
|
+
constructor(input: DeleteWorkerBlockCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteWorkerBlockCommandInput, DeleteWorkerBlockCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
DisassociateQualificationFromWorkerRequest,
|
|
10
|
+
DisassociateQualificationFromWorkerResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface DisassociateQualificationFromWorkerCommandInput
|
|
18
|
+
extends DisassociateQualificationFromWorkerRequest {}
|
|
19
|
+
export interface DisassociateQualificationFromWorkerCommandOutput
|
|
20
|
+
extends DisassociateQualificationFromWorkerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisassociateQualificationFromWorkerCommand extends $Command<
|
|
24
|
+
DisassociateQualificationFromWorkerCommandInput,
|
|
25
|
+
DisassociateQualificationFromWorkerCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateQualificationFromWorkerCommandInput;
|
|
29
|
+
constructor(input: DisassociateQualificationFromWorkerCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisassociateQualificationFromWorkerCommandInput,
|
|
37
|
+
DisassociateQualificationFromWorkerCommandOutput
|
|
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
|
+
GetAccountBalanceRequest,
|
|
10
|
+
GetAccountBalanceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface GetAccountBalanceCommandInput
|
|
18
|
+
extends GetAccountBalanceRequest {}
|
|
19
|
+
export interface GetAccountBalanceCommandOutput
|
|
20
|
+
extends GetAccountBalanceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetAccountBalanceCommand extends $Command<
|
|
24
|
+
GetAccountBalanceCommandInput,
|
|
25
|
+
GetAccountBalanceCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetAccountBalanceCommandInput;
|
|
29
|
+
constructor(input: GetAccountBalanceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetAccountBalanceCommandInput, GetAccountBalanceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|