@aws-sdk/client-mturk 3.170.0 → 3.178.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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/MTurk.d.ts +0 -39
- package/dist-types/ts3.4/MTurkClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetHITCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/MTurkServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -328
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -18,7 +18,6 @@ export interface GetFileUploadURLCommandInput extends GetFileUploadURLRequest {}
|
|
|
18
18
|
export interface GetFileUploadURLCommandOutput
|
|
19
19
|
extends GetFileUploadURLResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetFileUploadURLCommand extends $Command<
|
|
23
22
|
GetFileUploadURLCommandInput,
|
|
24
23
|
GetFileUploadURLCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetFileUploadURLCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetFileUploadURLCommandInput;
|
|
28
27
|
constructor(input: GetFileUploadURLCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../MTurkClient";
|
|
14
14
|
export interface GetHITCommandInput extends GetHITRequest {}
|
|
15
15
|
export interface GetHITCommandOutput extends GetHITResponse, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class GetHITCommand extends $Command<
|
|
18
17
|
GetHITCommandInput,
|
|
19
18
|
GetHITCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class GetHITCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: GetHITCommandInput;
|
|
23
22
|
constructor(input: GetHITCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetQualificationScoreCommandInput
|
|
|
19
19
|
export interface GetQualificationScoreCommandOutput
|
|
20
20
|
extends GetQualificationScoreResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetQualificationScoreCommand extends $Command<
|
|
24
23
|
GetQualificationScoreCommandInput,
|
|
25
24
|
GetQualificationScoreCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetQualificationScoreCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetQualificationScoreCommandInput;
|
|
29
28
|
constructor(input: GetQualificationScoreCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetQualificationTypeCommandInput
|
|
|
19
19
|
export interface GetQualificationTypeCommandOutput
|
|
20
20
|
extends GetQualificationTypeResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetQualificationTypeCommand extends $Command<
|
|
24
23
|
GetQualificationTypeCommandInput,
|
|
25
24
|
GetQualificationTypeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetQualificationTypeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetQualificationTypeCommandInput;
|
|
29
28
|
constructor(input: GetQualificationTypeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAssignmentsForHITCommandInput
|
|
|
19
19
|
export interface ListAssignmentsForHITCommandOutput
|
|
20
20
|
extends ListAssignmentsForHITResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAssignmentsForHITCommand extends $Command<
|
|
24
23
|
ListAssignmentsForHITCommandInput,
|
|
25
24
|
ListAssignmentsForHITCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAssignmentsForHITCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAssignmentsForHITCommandInput;
|
|
29
28
|
constructor(input: ListAssignmentsForHITCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListBonusPaymentsCommandInput
|
|
|
19
19
|
export interface ListBonusPaymentsCommandOutput
|
|
20
20
|
extends ListBonusPaymentsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListBonusPaymentsCommand extends $Command<
|
|
24
23
|
ListBonusPaymentsCommandInput,
|
|
25
24
|
ListBonusPaymentsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListBonusPaymentsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListBonusPaymentsCommandInput;
|
|
29
28
|
constructor(input: ListBonusPaymentsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListHITsCommandInput extends ListHITsRequest {}
|
|
|
15
15
|
export interface ListHITsCommandOutput
|
|
16
16
|
extends ListHITsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListHITsCommand extends $Command<
|
|
20
19
|
ListHITsCommandInput,
|
|
21
20
|
ListHITsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListHITsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListHITsCommandInput;
|
|
25
24
|
constructor(input: ListHITsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListHITsForQualificationTypeCommandInput
|
|
|
19
19
|
export interface ListHITsForQualificationTypeCommandOutput
|
|
20
20
|
extends ListHITsForQualificationTypeResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListHITsForQualificationTypeCommand extends $Command<
|
|
24
23
|
ListHITsForQualificationTypeCommandInput,
|
|
25
24
|
ListHITsForQualificationTypeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListHITsForQualificationTypeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListHITsForQualificationTypeCommandInput;
|
|
29
28
|
constructor(input: ListHITsForQualificationTypeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListQualificationRequestsCommandInput
|
|
|
19
19
|
export interface ListQualificationRequestsCommandOutput
|
|
20
20
|
extends ListQualificationRequestsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListQualificationRequestsCommand extends $Command<
|
|
24
23
|
ListQualificationRequestsCommandInput,
|
|
25
24
|
ListQualificationRequestsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListQualificationRequestsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListQualificationRequestsCommandInput;
|
|
29
28
|
constructor(input: ListQualificationRequestsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListQualificationTypesCommandInput
|
|
|
19
19
|
export interface ListQualificationTypesCommandOutput
|
|
20
20
|
extends ListQualificationTypesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListQualificationTypesCommand extends $Command<
|
|
24
23
|
ListQualificationTypesCommandInput,
|
|
25
24
|
ListQualificationTypesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListQualificationTypesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListQualificationTypesCommandInput;
|
|
29
28
|
constructor(input: ListQualificationTypesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListReviewPolicyResultsForHITCommandInput
|
|
|
19
19
|
export interface ListReviewPolicyResultsForHITCommandOutput
|
|
20
20
|
extends ListReviewPolicyResultsForHITResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListReviewPolicyResultsForHITCommand extends $Command<
|
|
24
23
|
ListReviewPolicyResultsForHITCommandInput,
|
|
25
24
|
ListReviewPolicyResultsForHITCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListReviewPolicyResultsForHITCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListReviewPolicyResultsForHITCommandInput;
|
|
29
28
|
constructor(input: ListReviewPolicyResultsForHITCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListReviewableHITsCommandInput
|
|
|
19
19
|
export interface ListReviewableHITsCommandOutput
|
|
20
20
|
extends ListReviewableHITsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListReviewableHITsCommand extends $Command<
|
|
24
23
|
ListReviewableHITsCommandInput,
|
|
25
24
|
ListReviewableHITsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListReviewableHITsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListReviewableHITsCommandInput;
|
|
29
28
|
constructor(input: ListReviewableHITsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListWorkerBlocksCommandInput extends ListWorkerBlocksRequest {}
|
|
|
18
18
|
export interface ListWorkerBlocksCommandOutput
|
|
19
19
|
extends ListWorkerBlocksResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListWorkerBlocksCommand extends $Command<
|
|
23
22
|
ListWorkerBlocksCommandInput,
|
|
24
23
|
ListWorkerBlocksCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListWorkerBlocksCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListWorkerBlocksCommandInput;
|
|
28
27
|
constructor(input: ListWorkerBlocksCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListWorkersWithQualificationTypeCommandInput
|
|
|
19
19
|
export interface ListWorkersWithQualificationTypeCommandOutput
|
|
20
20
|
extends ListWorkersWithQualificationTypeResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListWorkersWithQualificationTypeCommand extends $Command<
|
|
24
23
|
ListWorkersWithQualificationTypeCommandInput,
|
|
25
24
|
ListWorkersWithQualificationTypeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListWorkersWithQualificationTypeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListWorkersWithQualificationTypeCommandInput;
|
|
29
28
|
constructor(input: ListWorkersWithQualificationTypeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface NotifyWorkersCommandInput extends NotifyWorkersRequest {}
|
|
|
18
18
|
export interface NotifyWorkersCommandOutput
|
|
19
19
|
extends NotifyWorkersResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class NotifyWorkersCommand extends $Command<
|
|
23
22
|
NotifyWorkersCommandInput,
|
|
24
23
|
NotifyWorkersCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class NotifyWorkersCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: NotifyWorkersCommandInput;
|
|
28
27
|
constructor(input: NotifyWorkersCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface RejectAssignmentCommandInput extends RejectAssignmentRequest {}
|
|
|
18
18
|
export interface RejectAssignmentCommandOutput
|
|
19
19
|
extends RejectAssignmentResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class RejectAssignmentCommand extends $Command<
|
|
23
22
|
RejectAssignmentCommandInput,
|
|
24
23
|
RejectAssignmentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class RejectAssignmentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: RejectAssignmentCommandInput;
|
|
28
27
|
constructor(input: RejectAssignmentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RejectQualificationRequestCommandInput
|
|
|
19
19
|
export interface RejectQualificationRequestCommandOutput
|
|
20
20
|
extends RejectQualificationRequestResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RejectQualificationRequestCommand extends $Command<
|
|
24
23
|
RejectQualificationRequestCommandInput,
|
|
25
24
|
RejectQualificationRequestCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RejectQualificationRequestCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RejectQualificationRequestCommandInput;
|
|
29
28
|
constructor(input: RejectQualificationRequestCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface SendBonusCommandInput extends SendBonusRequest {}
|
|
|
15
15
|
export interface SendBonusCommandOutput
|
|
16
16
|
extends SendBonusResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class SendBonusCommand extends $Command<
|
|
20
19
|
SendBonusCommandInput,
|
|
21
20
|
SendBonusCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class SendBonusCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: SendBonusCommandInput;
|
|
25
24
|
constructor(input: SendBonusCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface SendTestEventNotificationCommandInput
|
|
|
19
19
|
export interface SendTestEventNotificationCommandOutput
|
|
20
20
|
extends SendTestEventNotificationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class SendTestEventNotificationCommand extends $Command<
|
|
24
23
|
SendTestEventNotificationCommandInput,
|
|
25
24
|
SendTestEventNotificationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class SendTestEventNotificationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: SendTestEventNotificationCommandInput;
|
|
29
28
|
constructor(input: SendTestEventNotificationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateExpirationForHITCommandInput
|
|
|
19
19
|
export interface UpdateExpirationForHITCommandOutput
|
|
20
20
|
extends UpdateExpirationForHITResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateExpirationForHITCommand extends $Command<
|
|
24
23
|
UpdateExpirationForHITCommandInput,
|
|
25
24
|
UpdateExpirationForHITCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateExpirationForHITCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateExpirationForHITCommandInput;
|
|
29
28
|
constructor(input: UpdateExpirationForHITCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateHITReviewStatusCommandInput
|
|
|
19
19
|
export interface UpdateHITReviewStatusCommandOutput
|
|
20
20
|
extends UpdateHITReviewStatusResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateHITReviewStatusCommand extends $Command<
|
|
24
23
|
UpdateHITReviewStatusCommandInput,
|
|
25
24
|
UpdateHITReviewStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateHITReviewStatusCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateHITReviewStatusCommandInput;
|
|
29
28
|
constructor(input: UpdateHITReviewStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateHITTypeOfHITCommandInput
|
|
|
19
19
|
export interface UpdateHITTypeOfHITCommandOutput
|
|
20
20
|
extends UpdateHITTypeOfHITResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateHITTypeOfHITCommand extends $Command<
|
|
24
23
|
UpdateHITTypeOfHITCommandInput,
|
|
25
24
|
UpdateHITTypeOfHITCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateHITTypeOfHITCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateHITTypeOfHITCommandInput;
|
|
29
28
|
constructor(input: UpdateHITTypeOfHITCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateNotificationSettingsCommandInput
|
|
|
19
19
|
export interface UpdateNotificationSettingsCommandOutput
|
|
20
20
|
extends UpdateNotificationSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateNotificationSettingsCommand extends $Command<
|
|
24
23
|
UpdateNotificationSettingsCommandInput,
|
|
25
24
|
UpdateNotificationSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateNotificationSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateNotificationSettingsCommandInput;
|
|
29
28
|
constructor(input: UpdateNotificationSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateQualificationTypeCommandInput
|
|
|
19
19
|
export interface UpdateQualificationTypeCommandOutput
|
|
20
20
|
extends UpdateQualificationTypeResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateQualificationTypeCommand extends $Command<
|
|
24
23
|
UpdateQualificationTypeCommandInput,
|
|
25
24
|
UpdateQualificationTypeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateQualificationTypeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateQualificationTypeCommandInput;
|
|
29
28
|
constructor(input: UpdateQualificationTypeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MTurkClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class MTurkServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|