@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,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
|
+
UpdateHITTypeOfHITRequest,
|
|
10
|
+
UpdateHITTypeOfHITResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface UpdateHITTypeOfHITCommandInput
|
|
18
|
+
extends UpdateHITTypeOfHITRequest {}
|
|
19
|
+
export interface UpdateHITTypeOfHITCommandOutput
|
|
20
|
+
extends UpdateHITTypeOfHITResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateHITTypeOfHITCommand extends $Command<
|
|
24
|
+
UpdateHITTypeOfHITCommandInput,
|
|
25
|
+
UpdateHITTypeOfHITCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateHITTypeOfHITCommandInput;
|
|
29
|
+
constructor(input: UpdateHITTypeOfHITCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateHITTypeOfHITCommandInput, UpdateHITTypeOfHITCommandOutput>;
|
|
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
|
+
UpdateNotificationSettingsRequest,
|
|
10
|
+
UpdateNotificationSettingsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface UpdateNotificationSettingsCommandInput
|
|
18
|
+
extends UpdateNotificationSettingsRequest {}
|
|
19
|
+
export interface UpdateNotificationSettingsCommandOutput
|
|
20
|
+
extends UpdateNotificationSettingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateNotificationSettingsCommand extends $Command<
|
|
24
|
+
UpdateNotificationSettingsCommandInput,
|
|
25
|
+
UpdateNotificationSettingsCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateNotificationSettingsCommandInput;
|
|
29
|
+
constructor(input: UpdateNotificationSettingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateNotificationSettingsCommandInput,
|
|
37
|
+
UpdateNotificationSettingsCommandOutput
|
|
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
|
+
UpdateQualificationTypeRequest,
|
|
10
|
+
UpdateQualificationTypeResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface UpdateQualificationTypeCommandInput
|
|
18
|
+
extends UpdateQualificationTypeRequest {}
|
|
19
|
+
export interface UpdateQualificationTypeCommandOutput
|
|
20
|
+
extends UpdateQualificationTypeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateQualificationTypeCommand extends $Command<
|
|
24
|
+
UpdateQualificationTypeCommandInput,
|
|
25
|
+
UpdateQualificationTypeCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateQualificationTypeCommandInput;
|
|
29
|
+
constructor(input: UpdateQualificationTypeCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateQualificationTypeCommandInput,
|
|
37
|
+
UpdateQualificationTypeCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
export * from "./AcceptQualificationRequestCommand";
|
|
2
|
-
export * from "./ApproveAssignmentCommand";
|
|
3
|
-
export * from "./AssociateQualificationWithWorkerCommand";
|
|
4
|
-
export * from "./CreateAdditionalAssignmentsForHITCommand";
|
|
5
|
-
export * from "./CreateHITCommand";
|
|
6
|
-
export * from "./CreateHITTypeCommand";
|
|
7
|
-
export * from "./CreateHITWithHITTypeCommand";
|
|
8
|
-
export * from "./CreateQualificationTypeCommand";
|
|
9
|
-
export * from "./CreateWorkerBlockCommand";
|
|
10
|
-
export * from "./DeleteHITCommand";
|
|
11
|
-
export * from "./DeleteQualificationTypeCommand";
|
|
12
|
-
export * from "./DeleteWorkerBlockCommand";
|
|
13
|
-
export * from "./DisassociateQualificationFromWorkerCommand";
|
|
14
|
-
export * from "./GetAccountBalanceCommand";
|
|
15
|
-
export * from "./GetAssignmentCommand";
|
|
16
|
-
export * from "./GetFileUploadURLCommand";
|
|
17
|
-
export * from "./GetHITCommand";
|
|
18
|
-
export * from "./GetQualificationScoreCommand";
|
|
19
|
-
export * from "./GetQualificationTypeCommand";
|
|
20
|
-
export * from "./ListAssignmentsForHITCommand";
|
|
21
|
-
export * from "./ListBonusPaymentsCommand";
|
|
22
|
-
export * from "./ListHITsCommand";
|
|
23
|
-
export * from "./ListHITsForQualificationTypeCommand";
|
|
24
|
-
export * from "./ListQualificationRequestsCommand";
|
|
25
|
-
export * from "./ListQualificationTypesCommand";
|
|
26
|
-
export * from "./ListReviewPolicyResultsForHITCommand";
|
|
27
|
-
export * from "./ListReviewableHITsCommand";
|
|
28
|
-
export * from "./ListWorkerBlocksCommand";
|
|
29
|
-
export * from "./ListWorkersWithQualificationTypeCommand";
|
|
30
|
-
export * from "./NotifyWorkersCommand";
|
|
31
|
-
export * from "./RejectAssignmentCommand";
|
|
32
|
-
export * from "./RejectQualificationRequestCommand";
|
|
33
|
-
export * from "./SendBonusCommand";
|
|
34
|
-
export * from "./SendTestEventNotificationCommand";
|
|
35
|
-
export * from "./UpdateExpirationForHITCommand";
|
|
36
|
-
export * from "./UpdateHITReviewStatusCommand";
|
|
37
|
-
export * from "./UpdateHITTypeOfHITCommand";
|
|
38
|
-
export * from "./UpdateNotificationSettingsCommand";
|
|
39
|
-
export * from "./UpdateQualificationTypeCommand";
|
|
1
|
+
export * from "./AcceptQualificationRequestCommand";
|
|
2
|
+
export * from "./ApproveAssignmentCommand";
|
|
3
|
+
export * from "./AssociateQualificationWithWorkerCommand";
|
|
4
|
+
export * from "./CreateAdditionalAssignmentsForHITCommand";
|
|
5
|
+
export * from "./CreateHITCommand";
|
|
6
|
+
export * from "./CreateHITTypeCommand";
|
|
7
|
+
export * from "./CreateHITWithHITTypeCommand";
|
|
8
|
+
export * from "./CreateQualificationTypeCommand";
|
|
9
|
+
export * from "./CreateWorkerBlockCommand";
|
|
10
|
+
export * from "./DeleteHITCommand";
|
|
11
|
+
export * from "./DeleteQualificationTypeCommand";
|
|
12
|
+
export * from "./DeleteWorkerBlockCommand";
|
|
13
|
+
export * from "./DisassociateQualificationFromWorkerCommand";
|
|
14
|
+
export * from "./GetAccountBalanceCommand";
|
|
15
|
+
export * from "./GetAssignmentCommand";
|
|
16
|
+
export * from "./GetFileUploadURLCommand";
|
|
17
|
+
export * from "./GetHITCommand";
|
|
18
|
+
export * from "./GetQualificationScoreCommand";
|
|
19
|
+
export * from "./GetQualificationTypeCommand";
|
|
20
|
+
export * from "./ListAssignmentsForHITCommand";
|
|
21
|
+
export * from "./ListBonusPaymentsCommand";
|
|
22
|
+
export * from "./ListHITsCommand";
|
|
23
|
+
export * from "./ListHITsForQualificationTypeCommand";
|
|
24
|
+
export * from "./ListQualificationRequestsCommand";
|
|
25
|
+
export * from "./ListQualificationTypesCommand";
|
|
26
|
+
export * from "./ListReviewPolicyResultsForHITCommand";
|
|
27
|
+
export * from "./ListReviewableHITsCommand";
|
|
28
|
+
export * from "./ListWorkerBlocksCommand";
|
|
29
|
+
export * from "./ListWorkersWithQualificationTypeCommand";
|
|
30
|
+
export * from "./NotifyWorkersCommand";
|
|
31
|
+
export * from "./RejectAssignmentCommand";
|
|
32
|
+
export * from "./RejectQualificationRequestCommand";
|
|
33
|
+
export * from "./SendBonusCommand";
|
|
34
|
+
export * from "./SendTestEventNotificationCommand";
|
|
35
|
+
export * from "./UpdateExpirationForHITCommand";
|
|
36
|
+
export * from "./UpdateHITReviewStatusCommand";
|
|
37
|
+
export * from "./UpdateHITTypeOfHITCommand";
|
|
38
|
+
export * from "./UpdateNotificationSettingsCommand";
|
|
39
|
+
export * from "./UpdateQualificationTypeCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./MTurk";
|
|
2
|
-
export * from "./MTurkClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { MTurkServiceException } from "./models/MTurkServiceException";
|
|
1
|
+
export * from "./MTurk";
|
|
2
|
+
export * from "./MTurkClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { MTurkServiceException } from "./models/MTurkServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class MTurkServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|