@aws-sdk/client-mturk 3.533.0 → 3.540.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.
Files changed (89) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/MTurk.d.ts +7 -1
  6. package/dist-types/MTurkClient.d.ts +1 -1
  7. package/dist-types/commands/AcceptQualificationRequestCommand.d.ts +2 -1
  8. package/dist-types/commands/ApproveAssignmentCommand.d.ts +2 -1
  9. package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateHITCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateHITTypeCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateQualificationTypeCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateWorkerBlockCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteHITCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +2 -1
  19. package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +2 -1
  20. package/dist-types/commands/GetAccountBalanceCommand.d.ts +2 -1
  21. package/dist-types/commands/GetAssignmentCommand.d.ts +2 -1
  22. package/dist-types/commands/GetFileUploadURLCommand.d.ts +2 -1
  23. package/dist-types/commands/GetHITCommand.d.ts +2 -1
  24. package/dist-types/commands/GetQualificationScoreCommand.d.ts +2 -1
  25. package/dist-types/commands/GetQualificationTypeCommand.d.ts +2 -1
  26. package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +2 -1
  27. package/dist-types/commands/ListBonusPaymentsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListHITsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +2 -1
  30. package/dist-types/commands/ListQualificationRequestsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListQualificationTypesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +2 -1
  33. package/dist-types/commands/ListReviewableHITsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListWorkerBlocksCommand.d.ts +2 -1
  35. package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +2 -1
  36. package/dist-types/commands/NotifyWorkersCommand.d.ts +2 -1
  37. package/dist-types/commands/RejectAssignmentCommand.d.ts +2 -1
  38. package/dist-types/commands/RejectQualificationRequestCommand.d.ts +2 -1
  39. package/dist-types/commands/SendBonusCommand.d.ts +2 -1
  40. package/dist-types/commands/SendTestEventNotificationCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +2 -1
  45. package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +2 -1
  46. package/dist-types/index.d.ts +0 -1
  47. package/dist-types/models/models_0.d.ts +308 -308
  48. package/dist-types/ts3.4/MTurk.d.ts +6 -0
  49. package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetHITCommand.d.ts +7 -0
  66. package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/index.d.ts +0 -1
  89. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface ListQualificationTypesCommandOutput extends ListQualificationTy
22
22
  }
23
23
  declare const ListQualificationTypesCommand_base: {
24
24
  new (input: ListQualificationTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQualificationTypesCommandInput, ListQualificationTypesCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListQualificationTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQualificationTypesCommandInput, ListQualificationTypesCommandOutput, 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>ListQualificationTypes</code>
@@ -86,6 +86,7 @@ declare const ListQualificationTypesCommand_base: {
86
86
  * @throws {@link MTurkServiceException}
87
87
  * <p>Base exception class for all service exceptions from MTurk service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class ListQualificationTypesCommand extends ListQualificationTypesCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface ListReviewPolicyResultsForHITCommandOutput extends ListReviewPo
22
22
  }
23
23
  declare const ListReviewPolicyResultsForHITCommand_base: {
24
24
  new (input: ListReviewPolicyResultsForHITCommandInput): import("@smithy/smithy-client").CommandImpl<ListReviewPolicyResultsForHITCommandInput, ListReviewPolicyResultsForHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListReviewPolicyResultsForHITCommandInput): import("@smithy/smithy-client").CommandImpl<ListReviewPolicyResultsForHITCommandInput, ListReviewPolicyResultsForHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * The <code>ListReviewPolicyResultsForHIT</code> operation retrieves the computed results
31
31
  * and the actions taken in the course of executing your Review Policies for a given HIT.
@@ -159,6 +159,7 @@ declare const ListReviewPolicyResultsForHITCommand_base: {
159
159
  * @throws {@link MTurkServiceException}
160
160
  * <p>Base exception class for all service exceptions from MTurk service.</p>
161
161
  *
162
+ * @public
162
163
  */
163
164
  export declare class ListReviewPolicyResultsForHITCommand extends ListReviewPolicyResultsForHITCommand_base {
164
165
  }
@@ -22,10 +22,10 @@ export interface ListReviewableHITsCommandOutput extends ListReviewableHITsRespo
22
22
  }
23
23
  declare const ListReviewableHITsCommand_base: {
24
24
  new (input: ListReviewableHITsCommandInput): import("@smithy/smithy-client").CommandImpl<ListReviewableHITsCommandInput, ListReviewableHITsCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListReviewableHITsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListReviewableHITsCommandInput, ListReviewableHITsCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * The <code>ListReviewableHITs</code> operation retrieves the HITs with Status equal to
31
31
  * Reviewable or Status equal to Reviewing that belong to the Requester calling the operation.
@@ -107,6 +107,7 @@ declare const ListReviewableHITsCommand_base: {
107
107
  * @throws {@link MTurkServiceException}
108
108
  * <p>Base exception class for all service exceptions from MTurk service.</p>
109
109
  *
110
+ * @public
110
111
  */
111
112
  export declare class ListReviewableHITsCommand extends ListReviewableHITsCommand_base {
112
113
  }
@@ -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
  }
@@ -11,5 +11,4 @@ export { MTurkExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
13
  export * from "./models";
14
- import "@aws-sdk/util-endpoints";
15
14
  export { MTurkServiceException } from "./models/MTurkServiceException";