@aws-sdk/client-mturk 3.533.0 → 3.535.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/dist-types/MTurk.d.ts +7 -1
- package/dist-types/MTurkClient.d.ts +1 -1
- package/dist-types/commands/AcceptQualificationRequestCommand.d.ts +2 -1
- package/dist-types/commands/ApproveAssignmentCommand.d.ts +2 -1
- package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +2 -1
- package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +2 -1
- package/dist-types/commands/CreateHITCommand.d.ts +2 -1
- package/dist-types/commands/CreateHITTypeCommand.d.ts +2 -1
- package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +2 -1
- package/dist-types/commands/CreateQualificationTypeCommand.d.ts +2 -1
- package/dist-types/commands/CreateWorkerBlockCommand.d.ts +2 -1
- package/dist-types/commands/DeleteHITCommand.d.ts +2 -1
- package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +2 -1
- package/dist-types/commands/GetAccountBalanceCommand.d.ts +2 -1
- package/dist-types/commands/GetAssignmentCommand.d.ts +2 -1
- package/dist-types/commands/GetFileUploadURLCommand.d.ts +2 -1
- package/dist-types/commands/GetHITCommand.d.ts +2 -1
- package/dist-types/commands/GetQualificationScoreCommand.d.ts +2 -1
- package/dist-types/commands/GetQualificationTypeCommand.d.ts +2 -1
- package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +2 -1
- package/dist-types/commands/ListBonusPaymentsCommand.d.ts +2 -1
- package/dist-types/commands/ListHITsCommand.d.ts +2 -1
- package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +2 -1
- package/dist-types/commands/ListQualificationRequestsCommand.d.ts +2 -1
- package/dist-types/commands/ListQualificationTypesCommand.d.ts +2 -1
- package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +2 -1
- package/dist-types/commands/ListReviewableHITsCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkerBlocksCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +2 -1
- package/dist-types/commands/NotifyWorkersCommand.d.ts +2 -1
- package/dist-types/commands/RejectAssignmentCommand.d.ts +2 -1
- package/dist-types/commands/RejectQualificationRequestCommand.d.ts +2 -1
- package/dist-types/commands/SendBonusCommand.d.ts +2 -1
- package/dist-types/commands/SendTestEventNotificationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +2 -1
- package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +2 -1
- package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +308 -308
- package/dist-types/ts3.4/MTurk.d.ts +6 -0
- package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetHITCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface ListWorkerBlocksCommandOutput extends ListWorkerBlocksResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListWorkerBlocksCommand_base: {
|
|
24
24
|
new (input: ListWorkerBlocksCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkerBlocksCommandInput, ListWorkerBlocksCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListWorkerBlocksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWorkerBlocksCommandInput, ListWorkerBlocksCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>The <code>ListWorkersBlocks</code> operation retrieves a list of Workers who are blocked from working on your HITs.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const ListWorkerBlocksCommand_base: {
|
|
|
67
67
|
* @throws {@link MTurkServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ListWorkerBlocksCommand extends ListWorkerBlocksCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListWorkersWithQualificationTypeCommandOutput extends ListWorke
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListWorkersWithQualificationTypeCommand_base: {
|
|
24
24
|
new (input: ListWorkersWithQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkersWithQualificationTypeCommandInput, ListWorkersWithQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListWorkersWithQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkersWithQualificationTypeCommandInput, ListWorkersWithQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* The <code>ListWorkersWithQualificationType</code> operation returns all of the Workers
|
|
31
31
|
* that have been associated with a given Qualification type.
|
|
@@ -79,6 +79,7 @@ declare const ListWorkersWithQualificationTypeCommand_base: {
|
|
|
79
79
|
* @throws {@link MTurkServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListWorkersWithQualificationTypeCommand extends ListWorkersWithQualificationTypeCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface NotifyWorkersCommandOutput extends NotifyWorkersResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const NotifyWorkersCommand_base: {
|
|
24
24
|
new (input: NotifyWorkersCommandInput): import("@smithy/smithy-client").CommandImpl<NotifyWorkersCommandInput, NotifyWorkersCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: NotifyWorkersCommandInput): import("@smithy/smithy-client").CommandImpl<NotifyWorkersCommandInput, NotifyWorkersCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* The
|
|
31
31
|
* <code>NotifyWorkers</code>
|
|
@@ -78,6 +78,7 @@ declare const NotifyWorkersCommand_base: {
|
|
|
78
78
|
* @throws {@link MTurkServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class NotifyWorkersCommand extends NotifyWorkersCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface RejectAssignmentCommandOutput extends RejectAssignmentResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const RejectAssignmentCommand_base: {
|
|
24
24
|
new (input: RejectAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<RejectAssignmentCommandInput, RejectAssignmentCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RejectAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<RejectAssignmentCommandInput, RejectAssignmentCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* The <code>RejectAssignment</code> operation rejects the results of a completed assignment.
|
|
31
31
|
* </p>
|
|
@@ -70,6 +70,7 @@ declare const RejectAssignmentCommand_base: {
|
|
|
70
70
|
* @throws {@link MTurkServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class RejectAssignmentCommand extends RejectAssignmentCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface RejectQualificationRequestCommandOutput extends RejectQualifica
|
|
|
22
22
|
}
|
|
23
23
|
declare const RejectQualificationRequestCommand_base: {
|
|
24
24
|
new (input: RejectQualificationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<RejectQualificationRequestCommandInput, RejectQualificationRequestCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RejectQualificationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<RejectQualificationRequestCommandInput, RejectQualificationRequestCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* The
|
|
31
31
|
* <code>RejectQualificationRequest</code>
|
|
@@ -64,6 +64,7 @@ declare const RejectQualificationRequestCommand_base: {
|
|
|
64
64
|
* @throws {@link MTurkServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class RejectQualificationRequestCommand extends RejectQualificationRequestCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface SendBonusCommandOutput extends SendBonusResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const SendBonusCommand_base: {
|
|
24
24
|
new (input: SendBonusCommandInput): import("@smithy/smithy-client").CommandImpl<SendBonusCommandInput, SendBonusCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SendBonusCommandInput): import("@smithy/smithy-client").CommandImpl<SendBonusCommandInput, SendBonusCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* The
|
|
31
31
|
* <code>SendBonus</code>
|
|
@@ -74,6 +74,7 @@ declare const SendBonusCommand_base: {
|
|
|
74
74
|
* @throws {@link MTurkServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class SendBonusCommand extends SendBonusCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface SendTestEventNotificationCommandOutput extends SendTestEventNot
|
|
|
22
22
|
}
|
|
23
23
|
declare const SendTestEventNotificationCommand_base: {
|
|
24
24
|
new (input: SendTestEventNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<SendTestEventNotificationCommandInput, SendTestEventNotificationCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SendTestEventNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<SendTestEventNotificationCommandInput, SendTestEventNotificationCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* The <code>SendTestEventNotification</code> operation causes Amazon Mechanical Turk to send
|
|
31
31
|
* a notification message as if a HIT event occurred, according to the provided
|
|
@@ -71,6 +71,7 @@ declare const SendTestEventNotificationCommand_base: {
|
|
|
71
71
|
* @throws {@link MTurkServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class SendTestEventNotificationCommand extends SendTestEventNotificationCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateExpirationForHITCommandOutput extends UpdateExpirationFor
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateExpirationForHITCommand_base: {
|
|
24
24
|
new (input: UpdateExpirationForHITCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateExpirationForHITCommandInput, UpdateExpirationForHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateExpirationForHITCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateExpirationForHITCommandInput, UpdateExpirationForHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* The <code>UpdateExpirationForHIT</code> operation allows you update the expiration time of a HIT.
|
|
31
31
|
* If you update it to a time in the past, the HIT will be immediately expired.
|
|
@@ -61,6 +61,7 @@ declare const UpdateExpirationForHITCommand_base: {
|
|
|
61
61
|
* @throws {@link MTurkServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class UpdateExpirationForHITCommand extends UpdateExpirationForHITCommand_base {
|
|
66
67
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateHITReviewStatusCommandOutput extends UpdateHITReviewStatu
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateHITReviewStatusCommand_base: {
|
|
24
24
|
new (input: UpdateHITReviewStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateHITReviewStatusCommandInput, UpdateHITReviewStatusCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateHITReviewStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateHITReviewStatusCommandInput, UpdateHITReviewStatusCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* The <code>UpdateHITReviewStatus</code> operation updates the status of a HIT.
|
|
31
31
|
* If the status is Reviewable, this operation can update the status to Reviewing,
|
|
@@ -62,6 +62,7 @@ declare const UpdateHITReviewStatusCommand_base: {
|
|
|
62
62
|
* @throws {@link MTurkServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class UpdateHITReviewStatusCommand extends UpdateHITReviewStatusCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateHITTypeOfHITCommandOutput extends UpdateHITTypeOfHITRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateHITTypeOfHITCommand_base: {
|
|
24
24
|
new (input: UpdateHITTypeOfHITCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateHITTypeOfHITCommandInput, UpdateHITTypeOfHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateHITTypeOfHITCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateHITTypeOfHITCommandInput, UpdateHITTypeOfHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* The
|
|
31
31
|
* <code>UpdateHITTypeOfHIT</code>
|
|
@@ -65,6 +65,7 @@ declare const UpdateHITTypeOfHITCommand_base: {
|
|
|
65
65
|
* @throws {@link MTurkServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class UpdateHITTypeOfHITCommand extends UpdateHITTypeOfHITCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateNotificationSettingsCommandOutput extends UpdateNotificat
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateNotificationSettingsCommand_base: {
|
|
24
24
|
new (input: UpdateNotificationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNotificationSettingsCommandInput, UpdateNotificationSettingsCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateNotificationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNotificationSettingsCommandInput, UpdateNotificationSettingsCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* The <code>UpdateNotificationSettings</code> operation creates, updates,
|
|
31
31
|
* disables or re-enables notifications for a HIT type.
|
|
@@ -77,6 +77,7 @@ declare const UpdateNotificationSettingsCommand_base: {
|
|
|
77
77
|
* @throws {@link MTurkServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class UpdateNotificationSettingsCommand extends UpdateNotificationSettingsCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateQualificationTypeCommandOutput extends UpdateQualificatio
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateQualificationTypeCommand_base: {
|
|
24
24
|
new (input: UpdateQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQualificationTypeCommandInput, UpdateQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQualificationTypeCommandInput, UpdateQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* The
|
|
31
31
|
* <code>UpdateQualificationType</code>
|
|
@@ -113,6 +113,7 @@ declare const UpdateQualificationTypeCommand_base: {
|
|
|
113
113
|
* @throws {@link MTurkServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
115
115
|
*
|
|
116
|
+
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class UpdateQualificationTypeCommand extends UpdateQualificationTypeCommand_base {
|
|
118
119
|
}
|