@aws-sdk/client-mturk 3.529.1 → 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.
Files changed (91) hide show
  1. package/dist-types/MTurk.d.ts +7 -1
  2. package/dist-types/MTurkClient.d.ts +1 -1
  3. package/dist-types/commands/AcceptQualificationRequestCommand.d.ts +2 -1
  4. package/dist-types/commands/ApproveAssignmentCommand.d.ts +2 -1
  5. package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateHITCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateHITTypeCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateQualificationTypeCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateWorkerBlockCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteHITCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +2 -1
  15. package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +2 -1
  16. package/dist-types/commands/GetAccountBalanceCommand.d.ts +2 -1
  17. package/dist-types/commands/GetAssignmentCommand.d.ts +2 -1
  18. package/dist-types/commands/GetFileUploadURLCommand.d.ts +2 -1
  19. package/dist-types/commands/GetHITCommand.d.ts +2 -1
  20. package/dist-types/commands/GetQualificationScoreCommand.d.ts +2 -1
  21. package/dist-types/commands/GetQualificationTypeCommand.d.ts +2 -1
  22. package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +2 -1
  23. package/dist-types/commands/ListBonusPaymentsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListHITsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +2 -1
  26. package/dist-types/commands/ListQualificationRequestsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListQualificationTypesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +2 -1
  29. package/dist-types/commands/ListReviewableHITsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListWorkerBlocksCommand.d.ts +2 -1
  31. package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +2 -1
  32. package/dist-types/commands/NotifyWorkersCommand.d.ts +2 -1
  33. package/dist-types/commands/RejectAssignmentCommand.d.ts +2 -1
  34. package/dist-types/commands/RejectQualificationRequestCommand.d.ts +2 -1
  35. package/dist-types/commands/SendBonusCommand.d.ts +2 -1
  36. package/dist-types/commands/SendTestEventNotificationCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +2 -1
  40. package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +2 -1
  42. package/dist-types/models/models_0.d.ts +308 -308
  43. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  44. package/dist-types/runtimeConfig.d.ts +2 -2
  45. package/dist-types/runtimeConfig.native.d.ts +2 -2
  46. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  47. package/dist-types/ts3.4/MTurk.d.ts +6 -0
  48. package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetHITCommand.d.ts +7 -0
  65. package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  91. package/package.json +40 -40
@@ -121,6 +121,7 @@ export interface MTurk {
121
121
  /**
122
122
  * @see {@link GetAccountBalanceCommand}
123
123
  */
124
+ getAccountBalance(): Promise<GetAccountBalanceCommandOutput>;
124
125
  getAccountBalance(args: GetAccountBalanceCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountBalanceCommandOutput>;
125
126
  getAccountBalance(args: GetAccountBalanceCommandInput, cb: (err: any, data?: GetAccountBalanceCommandOutput) => void): void;
126
127
  getAccountBalance(args: GetAccountBalanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountBalanceCommandOutput) => void): void;
@@ -163,12 +164,14 @@ export interface MTurk {
163
164
  /**
164
165
  * @see {@link ListBonusPaymentsCommand}
165
166
  */
167
+ listBonusPayments(): Promise<ListBonusPaymentsCommandOutput>;
166
168
  listBonusPayments(args: ListBonusPaymentsCommandInput, options?: __HttpHandlerOptions): Promise<ListBonusPaymentsCommandOutput>;
167
169
  listBonusPayments(args: ListBonusPaymentsCommandInput, cb: (err: any, data?: ListBonusPaymentsCommandOutput) => void): void;
168
170
  listBonusPayments(args: ListBonusPaymentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBonusPaymentsCommandOutput) => void): void;
169
171
  /**
170
172
  * @see {@link ListHITsCommand}
171
173
  */
174
+ listHITs(): Promise<ListHITsCommandOutput>;
172
175
  listHITs(args: ListHITsCommandInput, options?: __HttpHandlerOptions): Promise<ListHITsCommandOutput>;
173
176
  listHITs(args: ListHITsCommandInput, cb: (err: any, data?: ListHITsCommandOutput) => void): void;
174
177
  listHITs(args: ListHITsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHITsCommandOutput) => void): void;
@@ -181,6 +184,7 @@ export interface MTurk {
181
184
  /**
182
185
  * @see {@link ListQualificationRequestsCommand}
183
186
  */
187
+ listQualificationRequests(): Promise<ListQualificationRequestsCommandOutput>;
184
188
  listQualificationRequests(args: ListQualificationRequestsCommandInput, options?: __HttpHandlerOptions): Promise<ListQualificationRequestsCommandOutput>;
185
189
  listQualificationRequests(args: ListQualificationRequestsCommandInput, cb: (err: any, data?: ListQualificationRequestsCommandOutput) => void): void;
186
190
  listQualificationRequests(args: ListQualificationRequestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQualificationRequestsCommandOutput) => void): void;
@@ -193,6 +197,7 @@ export interface MTurk {
193
197
  /**
194
198
  * @see {@link ListReviewableHITsCommand}
195
199
  */
200
+ listReviewableHITs(): Promise<ListReviewableHITsCommandOutput>;
196
201
  listReviewableHITs(args: ListReviewableHITsCommandInput, options?: __HttpHandlerOptions): Promise<ListReviewableHITsCommandOutput>;
197
202
  listReviewableHITs(args: ListReviewableHITsCommandInput, cb: (err: any, data?: ListReviewableHITsCommandOutput) => void): void;
198
203
  listReviewableHITs(args: ListReviewableHITsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReviewableHITsCommandOutput) => void): void;
@@ -205,6 +210,7 @@ export interface MTurk {
205
210
  /**
206
211
  * @see {@link ListWorkerBlocksCommand}
207
212
  */
213
+ listWorkerBlocks(): Promise<ListWorkerBlocksCommandOutput>;
208
214
  listWorkerBlocks(args: ListWorkerBlocksCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkerBlocksCommandOutput>;
209
215
  listWorkerBlocks(args: ListWorkerBlocksCommandInput, cb: (err: any, data?: ListWorkerBlocksCommandOutput) => void): void;
210
216
  listWorkerBlocks(args: ListWorkerBlocksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkerBlocksCommandOutput) => void): void;
@@ -276,8 +282,8 @@ export interface MTurk {
276
282
  updateQualificationType(args: UpdateQualificationTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQualificationTypeCommandOutput) => void): void;
277
283
  }
278
284
  /**
279
- * @public
280
285
  * <fullname>Amazon Mechanical Turk API Reference</fullname>
286
+ * @public
281
287
  */
282
288
  export declare class MTurk extends MTurkClient implements MTurk {
283
289
  }
@@ -190,8 +190,8 @@ export type MTurkClientResolvedConfigType = __SmithyResolvedConfiguration<__Http
190
190
  export interface MTurkClientResolvedConfig extends MTurkClientResolvedConfigType {
191
191
  }
192
192
  /**
193
- * @public
194
193
  * <fullname>Amazon Mechanical Turk API Reference</fullname>
194
+ * @public
195
195
  */
196
196
  export declare class MTurkClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MTurkClientResolvedConfig> {
197
197
  /**
@@ -22,10 +22,10 @@ export interface AcceptQualificationRequestCommandOutput extends AcceptQualifica
22
22
  }
23
23
  declare const AcceptQualificationRequestCommand_base: {
24
24
  new (input: AcceptQualificationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptQualificationRequestCommandInput, AcceptQualificationRequestCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AcceptQualificationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptQualificationRequestCommandInput, AcceptQualificationRequestCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * The <code>AcceptQualificationRequest</code> operation approves a Worker's request for a Qualification.
31
31
  * </p>
@@ -67,6 +67,7 @@ declare const AcceptQualificationRequestCommand_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 AcceptQualificationRequestCommand extends AcceptQualificationRequestCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface ApproveAssignmentCommandOutput extends ApproveAssignmentRespons
22
22
  }
23
23
  declare const ApproveAssignmentCommand_base: {
24
24
  new (input: ApproveAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<ApproveAssignmentCommandInput, ApproveAssignmentCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ApproveAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<ApproveAssignmentCommandInput, ApproveAssignmentCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * The <code>ApproveAssignment</code> operation approves the results of a completed assignment.
31
31
  * </p>
@@ -88,6 +88,7 @@ declare const ApproveAssignmentCommand_base: {
88
88
  * @throws {@link MTurkServiceException}
89
89
  * <p>Base exception class for all service exceptions from MTurk service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class ApproveAssignmentCommand extends ApproveAssignmentCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface AssociateQualificationWithWorkerCommandOutput extends Associate
22
22
  }
23
23
  declare const AssociateQualificationWithWorkerCommand_base: {
24
24
  new (input: AssociateQualificationWithWorkerCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateQualificationWithWorkerCommandInput, AssociateQualificationWithWorkerCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateQualificationWithWorkerCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateQualificationWithWorkerCommandInput, AssociateQualificationWithWorkerCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * The <code>AssociateQualificationWithWorker</code> operation gives a Worker a
31
31
  * Qualification. <code>AssociateQualificationWithWorker</code> does not require that the Worker
@@ -80,6 +80,7 @@ declare const AssociateQualificationWithWorkerCommand_base: {
80
80
  * @throws {@link MTurkServiceException}
81
81
  * <p>Base exception class for all service exceptions from MTurk service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class AssociateQualificationWithWorkerCommand extends AssociateQualificationWithWorkerCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface CreateAdditionalAssignmentsForHITCommandOutput extends CreateAd
22
22
  }
23
23
  declare const CreateAdditionalAssignmentsForHITCommand_base: {
24
24
  new (input: CreateAdditionalAssignmentsForHITCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAdditionalAssignmentsForHITCommandInput, CreateAdditionalAssignmentsForHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAdditionalAssignmentsForHITCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAdditionalAssignmentsForHITCommandInput, CreateAdditionalAssignmentsForHITCommandOutput, 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>CreateAdditionalAssignmentsForHIT</code>
@@ -81,6 +81,7 @@ declare const CreateAdditionalAssignmentsForHITCommand_base: {
81
81
  * @throws {@link MTurkServiceException}
82
82
  * <p>Base exception class for all service exceptions from MTurk service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class CreateAdditionalAssignmentsForHITCommand extends CreateAdditionalAssignmentsForHITCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface CreateHITCommandOutput extends CreateHITResponse, __MetadataBea
22
22
  }
23
23
  declare const CreateHITCommand_base: {
24
24
  new (input: CreateHITCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHITCommandInput, CreateHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateHITCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHITCommandInput, CreateHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The <code>CreateHIT</code> operation creates a new Human Intelligence Task (HIT).
30
30
  * The new HIT is made available for Workers to find and accept on the Amazon Mechanical
31
31
  * Turk website. </p>
@@ -185,6 +185,7 @@ declare const CreateHITCommand_base: {
185
185
  * @throws {@link MTurkServiceException}
186
186
  * <p>Base exception class for all service exceptions from MTurk service.</p>
187
187
  *
188
+ * @public
188
189
  */
189
190
  export declare class CreateHITCommand extends CreateHITCommand_base {
190
191
  }
@@ -22,10 +22,10 @@ export interface CreateHITTypeCommandOutput extends CreateHITTypeResponse, __Met
22
22
  }
23
23
  declare const CreateHITTypeCommand_base: {
24
24
  new (input: CreateHITTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHITTypeCommandInput, CreateHITTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateHITTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHITTypeCommandInput, CreateHITTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * The <code>CreateHITType</code> operation creates a new HIT type. This operation
31
31
  * allows you to define a standard set of HIT properties to use when creating HITs.
@@ -86,6 +86,7 @@ declare const CreateHITTypeCommand_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 CreateHITTypeCommand extends CreateHITTypeCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface CreateHITWithHITTypeCommandOutput extends CreateHITWithHITTypeR
22
22
  }
23
23
  declare const CreateHITWithHITTypeCommand_base: {
24
24
  new (input: CreateHITWithHITTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHITWithHITTypeCommandInput, CreateHITWithHITTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateHITWithHITTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHITWithHITTypeCommandInput, CreateHITWithHITTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * The <code>CreateHITWithHITType</code> operation creates a new Human Intelligence Task (HIT)
31
31
  * using an existing HITTypeID generated by the <code>CreateHITType</code> operation.
@@ -164,6 +164,7 @@ declare const CreateHITWithHITTypeCommand_base: {
164
164
  * @throws {@link MTurkServiceException}
165
165
  * <p>Base exception class for all service exceptions from MTurk service.</p>
166
166
  *
167
+ * @public
167
168
  */
168
169
  export declare class CreateHITWithHITTypeCommand extends CreateHITWithHITTypeCommand_base {
169
170
  }
@@ -22,10 +22,10 @@ export interface CreateQualificationTypeCommandOutput extends CreateQualificatio
22
22
  }
23
23
  declare const CreateQualificationTypeCommand_base: {
24
24
  new (input: CreateQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQualificationTypeCommandInput, CreateQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQualificationTypeCommandInput, CreateQualificationTypeCommandOutput, 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>CreateQualificationType</code>
@@ -88,6 +88,7 @@ declare const CreateQualificationTypeCommand_base: {
88
88
  * @throws {@link MTurkServiceException}
89
89
  * <p>Base exception class for all service exceptions from MTurk service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class CreateQualificationTypeCommand extends CreateQualificationTypeCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface CreateWorkerBlockCommandOutput extends CreateWorkerBlockRespons
22
22
  }
23
23
  declare const CreateWorkerBlockCommand_base: {
24
24
  new (input: CreateWorkerBlockCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkerBlockCommandInput, CreateWorkerBlockCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateWorkerBlockCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkerBlockCommandInput, CreateWorkerBlockCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The <code>CreateWorkerBlock</code> operation allows you to prevent a Worker from working on your HITs. For example, you can block a Worker who is producing poor quality work. You can block up to 100,000 Workers.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +58,7 @@ declare const CreateWorkerBlockCommand_base: {
58
58
  * @throws {@link MTurkServiceException}
59
59
  * <p>Base exception class for all service exceptions from MTurk service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class CreateWorkerBlockCommand extends CreateWorkerBlockCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface DeleteHITCommandOutput extends DeleteHITResponse, __MetadataBea
22
22
  }
23
23
  declare const DeleteHITCommand_base: {
24
24
  new (input: DeleteHITCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHITCommandInput, DeleteHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteHITCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHITCommandInput, DeleteHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * The <code>DeleteHIT</code> operation is used to delete HIT that is no longer needed.
31
31
  * Only the Requester who created the HIT can delete it.
@@ -92,6 +92,7 @@ declare const DeleteHITCommand_base: {
92
92
  * @throws {@link MTurkServiceException}
93
93
  * <p>Base exception class for all service exceptions from MTurk service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class DeleteHITCommand extends DeleteHITCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface DeleteQualificationTypeCommandOutput extends DeleteQualificatio
22
22
  }
23
23
  declare const DeleteQualificationTypeCommand_base: {
24
24
  new (input: DeleteQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQualificationTypeCommandInput, DeleteQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQualificationTypeCommandInput, DeleteQualificationTypeCommandOutput, 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>DeleteQualificationType</code>
@@ -75,6 +75,7 @@ declare const DeleteQualificationTypeCommand_base: {
75
75
  * @throws {@link MTurkServiceException}
76
76
  * <p>Base exception class for all service exceptions from MTurk service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DeleteQualificationTypeCommand extends DeleteQualificationTypeCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DeleteWorkerBlockCommandOutput extends DeleteWorkerBlockRespons
22
22
  }
23
23
  declare const DeleteWorkerBlockCommand_base: {
24
24
  new (input: DeleteWorkerBlockCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkerBlockCommandInput, DeleteWorkerBlockCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteWorkerBlockCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkerBlockCommandInput, DeleteWorkerBlockCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The <code>DeleteWorkerBlock</code> operation allows you to reinstate a blocked Worker to work on your HITs. This operation reverses the effects of the CreateWorkerBlock operation. You need the Worker ID to use this operation. If the Worker ID is missing or invalid, this operation fails and returns the message “WorkerId is invalid.” If the specified Worker is not blocked, this operation returns successfully.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +58,7 @@ declare const DeleteWorkerBlockCommand_base: {
58
58
  * @throws {@link MTurkServiceException}
59
59
  * <p>Base exception class for all service exceptions from MTurk service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class DeleteWorkerBlockCommand extends DeleteWorkerBlockCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface DisassociateQualificationFromWorkerCommandOutput extends Disass
22
22
  }
23
23
  declare const DisassociateQualificationFromWorkerCommand_base: {
24
24
  new (input: DisassociateQualificationFromWorkerCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateQualificationFromWorkerCommandInput, DisassociateQualificationFromWorkerCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateQualificationFromWorkerCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateQualificationFromWorkerCommandInput, DisassociateQualificationFromWorkerCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * The <code>DisassociateQualificationFromWorker</code>
31
31
  * revokes a previously granted Qualification from a user.
@@ -66,6 +66,7 @@ declare const DisassociateQualificationFromWorkerCommand_base: {
66
66
  * @throws {@link MTurkServiceException}
67
67
  * <p>Base exception class for all service exceptions from MTurk service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DisassociateQualificationFromWorkerCommand extends DisassociateQualificationFromWorkerCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface GetAccountBalanceCommandOutput extends GetAccountBalanceRespons
22
22
  }
23
23
  declare const GetAccountBalanceCommand_base: {
24
24
  new (input: GetAccountBalanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountBalanceCommandInput, GetAccountBalanceCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetAccountBalanceCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAccountBalanceCommandInput, GetAccountBalanceCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The <code>GetAccountBalance</code> operation retrieves the Prepaid HITs balance in your Amazon Mechanical Turk account if you are a Prepaid Requester.
30
30
  * Alternatively, this operation will retrieve the remaining available AWS Billing usage if you have enabled AWS Billing.
31
31
  * Note: If you have enabled AWS Billing and still have a remaining Prepaid HITs balance, this balance can be viewed on the My Account page in the Requester console.</p>
@@ -60,6 +60,7 @@ declare const GetAccountBalanceCommand_base: {
60
60
  * @throws {@link MTurkServiceException}
61
61
  * <p>Base exception class for all service exceptions from MTurk service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class GetAccountBalanceCommand extends GetAccountBalanceCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface GetAssignmentCommandOutput extends GetAssignmentResponse, __Met
22
22
  }
23
23
  declare const GetAssignmentCommand_base: {
24
24
  new (input: GetAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssignmentCommandInput, GetAssignmentCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssignmentCommandInput, GetAssignmentCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * The <code>GetAssignment</code> operation retrieves the details of the specified Assignment.
31
31
  * </p>
@@ -113,6 +113,7 @@ declare const GetAssignmentCommand_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 GetAssignmentCommand extends GetAssignmentCommand_base {
118
119
  }
@@ -22,10 +22,10 @@ export interface GetFileUploadURLCommandOutput extends GetFileUploadURLResponse,
22
22
  }
23
23
  declare const GetFileUploadURLCommand_base: {
24
24
  new (input: GetFileUploadURLCommandInput): import("@smithy/smithy-client").CommandImpl<GetFileUploadURLCommandInput, GetFileUploadURLCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetFileUploadURLCommandInput): import("@smithy/smithy-client").CommandImpl<GetFileUploadURLCommandInput, GetFileUploadURLCommandOutput, 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>GetFileUploadURL</code>
@@ -77,6 +77,7 @@ declare const GetFileUploadURLCommand_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 GetFileUploadURLCommand extends GetFileUploadURLCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface GetHITCommandOutput extends GetHITResponse, __MetadataBearer {
22
22
  }
23
23
  declare const GetHITCommand_base: {
24
24
  new (input: GetHITCommandInput): import("@smithy/smithy-client").CommandImpl<GetHITCommandInput, GetHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetHITCommandInput): import("@smithy/smithy-client").CommandImpl<GetHITCommandInput, GetHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * The <code>GetHIT</code> operation retrieves the details of the specified HIT.
31
31
  * </p>
@@ -99,6 +99,7 @@ declare const GetHITCommand_base: {
99
99
  * @throws {@link MTurkServiceException}
100
100
  * <p>Base exception class for all service exceptions from MTurk service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class GetHITCommand extends GetHITCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface GetQualificationScoreCommandOutput extends GetQualificationScor
22
22
  }
23
23
  declare const GetQualificationScoreCommand_base: {
24
24
  new (input: GetQualificationScoreCommandInput): import("@smithy/smithy-client").CommandImpl<GetQualificationScoreCommandInput, GetQualificationScoreCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetQualificationScoreCommandInput): import("@smithy/smithy-client").CommandImpl<GetQualificationScoreCommandInput, GetQualificationScoreCommandOutput, 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>GetQualificationScore</code>
@@ -83,6 +83,7 @@ declare const GetQualificationScoreCommand_base: {
83
83
  * @throws {@link MTurkServiceException}
84
84
  * <p>Base exception class for all service exceptions from MTurk service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class GetQualificationScoreCommand extends GetQualificationScoreCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface GetQualificationTypeCommandOutput extends GetQualificationTypeR
22
22
  }
23
23
  declare const GetQualificationTypeCommand_base: {
24
24
  new (input: GetQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<GetQualificationTypeCommandInput, GetQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<GetQualificationTypeCommandInput, GetQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * The <code>GetQualificationType</code>operation retrieves information about a Qualification type using its ID.
31
31
  * </p>
@@ -75,6 +75,7 @@ declare const GetQualificationTypeCommand_base: {
75
75
  * @throws {@link MTurkServiceException}
76
76
  * <p>Base exception class for all service exceptions from MTurk service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class GetQualificationTypeCommand extends GetQualificationTypeCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface ListAssignmentsForHITCommandOutput extends ListAssignmentsForHI
22
22
  }
23
23
  declare const ListAssignmentsForHITCommand_base: {
24
24
  new (input: ListAssignmentsForHITCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssignmentsForHITCommandInput, ListAssignmentsForHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAssignmentsForHITCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssignmentsForHITCommandInput, ListAssignmentsForHITCommandOutput, 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>ListAssignmentsForHIT</code>
@@ -107,6 +107,7 @@ declare const ListAssignmentsForHITCommand_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 ListAssignmentsForHITCommand extends ListAssignmentsForHITCommand_base {
112
113
  }
@@ -22,10 +22,10 @@ export interface ListBonusPaymentsCommandOutput extends ListBonusPaymentsRespons
22
22
  }
23
23
  declare const ListBonusPaymentsCommand_base: {
24
24
  new (input: ListBonusPaymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBonusPaymentsCommandInput, ListBonusPaymentsCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListBonusPaymentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBonusPaymentsCommandInput, ListBonusPaymentsCommandOutput, 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>ListBonusPayments</code>
@@ -77,6 +77,7 @@ declare const ListBonusPaymentsCommand_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 ListBonusPaymentsCommand extends ListBonusPaymentsCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ListHITsCommandOutput extends ListHITsResponse, __MetadataBeare
22
22
  }
23
23
  declare const ListHITsCommand_base: {
24
24
  new (input: ListHITsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHITsCommandInput, ListHITsCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListHITsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListHITsCommandInput, ListHITsCommandOutput, 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>ListHITs</code>
@@ -108,6 +108,7 @@ declare const ListHITsCommand_base: {
108
108
  * @throws {@link MTurkServiceException}
109
109
  * <p>Base exception class for all service exceptions from MTurk service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class ListHITsCommand extends ListHITsCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface ListHITsForQualificationTypeCommandOutput extends ListHITsForQu
22
22
  }
23
23
  declare const ListHITsForQualificationTypeCommand_base: {
24
24
  new (input: ListHITsForQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<ListHITsForQualificationTypeCommandInput, ListHITsForQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListHITsForQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<ListHITsForQualificationTypeCommandInput, ListHITsForQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * The <code>ListHITsForQualificationType</code> operation returns the HITs that use
31
31
  * the given Qualification type for a Qualification requirement.
@@ -108,6 +108,7 @@ declare const ListHITsForQualificationTypeCommand_base: {
108
108
  * @throws {@link MTurkServiceException}
109
109
  * <p>Base exception class for all service exceptions from MTurk service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class ListHITsForQualificationTypeCommand extends ListHITsForQualificationTypeCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface ListQualificationRequestsCommandOutput extends ListQualificatio
22
22
  }
23
23
  declare const ListQualificationRequestsCommand_base: {
24
24
  new (input: ListQualificationRequestsCommandInput): import("@smithy/smithy-client").CommandImpl<ListQualificationRequestsCommandInput, ListQualificationRequestsCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListQualificationRequestsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListQualificationRequestsCommandInput, ListQualificationRequestsCommandOutput, 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>ListQualificationRequests</code>
@@ -79,6 +79,7 @@ declare const ListQualificationRequestsCommand_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 ListQualificationRequestsCommand extends ListQualificationRequestsCommand_base {
84
85
  }
@@ -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
  }