@aws-sdk/client-mturk 3.477.0 → 3.481.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 (201) hide show
  1. package/dist-cjs/commands/AcceptQualificationRequestCommand.js +18 -41
  2. package/dist-cjs/commands/ApproveAssignmentCommand.js +18 -41
  3. package/dist-cjs/commands/AssociateQualificationWithWorkerCommand.js +18 -41
  4. package/dist-cjs/commands/CreateAdditionalAssignmentsForHITCommand.js +18 -41
  5. package/dist-cjs/commands/CreateHITCommand.js +18 -41
  6. package/dist-cjs/commands/CreateHITTypeCommand.js +18 -41
  7. package/dist-cjs/commands/CreateHITWithHITTypeCommand.js +18 -41
  8. package/dist-cjs/commands/CreateQualificationTypeCommand.js +18 -41
  9. package/dist-cjs/commands/CreateWorkerBlockCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteHITCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteQualificationTypeCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteWorkerBlockCommand.js +18 -41
  13. package/dist-cjs/commands/DisassociateQualificationFromWorkerCommand.js +18 -41
  14. package/dist-cjs/commands/GetAccountBalanceCommand.js +18 -41
  15. package/dist-cjs/commands/GetAssignmentCommand.js +18 -41
  16. package/dist-cjs/commands/GetFileUploadURLCommand.js +18 -41
  17. package/dist-cjs/commands/GetHITCommand.js +18 -41
  18. package/dist-cjs/commands/GetQualificationScoreCommand.js +18 -41
  19. package/dist-cjs/commands/GetQualificationTypeCommand.js +18 -41
  20. package/dist-cjs/commands/ListAssignmentsForHITCommand.js +18 -41
  21. package/dist-cjs/commands/ListBonusPaymentsCommand.js +18 -41
  22. package/dist-cjs/commands/ListHITsCommand.js +18 -41
  23. package/dist-cjs/commands/ListHITsForQualificationTypeCommand.js +18 -41
  24. package/dist-cjs/commands/ListQualificationRequestsCommand.js +18 -41
  25. package/dist-cjs/commands/ListQualificationTypesCommand.js +18 -41
  26. package/dist-cjs/commands/ListReviewPolicyResultsForHITCommand.js +18 -41
  27. package/dist-cjs/commands/ListReviewableHITsCommand.js +18 -41
  28. package/dist-cjs/commands/ListWorkerBlocksCommand.js +18 -41
  29. package/dist-cjs/commands/ListWorkersWithQualificationTypeCommand.js +18 -41
  30. package/dist-cjs/commands/NotifyWorkersCommand.js +18 -41
  31. package/dist-cjs/commands/RejectAssignmentCommand.js +18 -41
  32. package/dist-cjs/commands/RejectQualificationRequestCommand.js +18 -41
  33. package/dist-cjs/commands/SendBonusCommand.js +18 -41
  34. package/dist-cjs/commands/SendTestEventNotificationCommand.js +18 -41
  35. package/dist-cjs/commands/UpdateExpirationForHITCommand.js +18 -41
  36. package/dist-cjs/commands/UpdateHITReviewStatusCommand.js +18 -41
  37. package/dist-cjs/commands/UpdateHITTypeOfHITCommand.js +18 -41
  38. package/dist-cjs/commands/UpdateNotificationSettingsCommand.js +18 -41
  39. package/dist-cjs/commands/UpdateQualificationTypeCommand.js +18 -41
  40. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  41. package/dist-cjs/pagination/ListAssignmentsForHITPaginator.js +2 -24
  42. package/dist-cjs/pagination/ListBonusPaymentsPaginator.js +2 -24
  43. package/dist-cjs/pagination/ListHITsForQualificationTypePaginator.js +2 -24
  44. package/dist-cjs/pagination/ListHITsPaginator.js +2 -24
  45. package/dist-cjs/pagination/ListQualificationRequestsPaginator.js +2 -24
  46. package/dist-cjs/pagination/ListQualificationTypesPaginator.js +2 -24
  47. package/dist-cjs/pagination/ListReviewPolicyResultsForHITPaginator.js +2 -24
  48. package/dist-cjs/pagination/ListReviewableHITsPaginator.js +2 -24
  49. package/dist-cjs/pagination/ListWorkerBlocksPaginator.js +2 -24
  50. package/dist-cjs/pagination/ListWorkersWithQualificationTypePaginator.js +2 -24
  51. package/dist-es/commands/AcceptQualificationRequestCommand.js +18 -41
  52. package/dist-es/commands/ApproveAssignmentCommand.js +18 -41
  53. package/dist-es/commands/AssociateQualificationWithWorkerCommand.js +18 -41
  54. package/dist-es/commands/CreateAdditionalAssignmentsForHITCommand.js +18 -41
  55. package/dist-es/commands/CreateHITCommand.js +18 -41
  56. package/dist-es/commands/CreateHITTypeCommand.js +18 -41
  57. package/dist-es/commands/CreateHITWithHITTypeCommand.js +18 -41
  58. package/dist-es/commands/CreateQualificationTypeCommand.js +18 -41
  59. package/dist-es/commands/CreateWorkerBlockCommand.js +18 -41
  60. package/dist-es/commands/DeleteHITCommand.js +18 -41
  61. package/dist-es/commands/DeleteQualificationTypeCommand.js +18 -41
  62. package/dist-es/commands/DeleteWorkerBlockCommand.js +18 -41
  63. package/dist-es/commands/DisassociateQualificationFromWorkerCommand.js +18 -41
  64. package/dist-es/commands/GetAccountBalanceCommand.js +18 -41
  65. package/dist-es/commands/GetAssignmentCommand.js +18 -41
  66. package/dist-es/commands/GetFileUploadURLCommand.js +18 -41
  67. package/dist-es/commands/GetHITCommand.js +18 -41
  68. package/dist-es/commands/GetQualificationScoreCommand.js +18 -41
  69. package/dist-es/commands/GetQualificationTypeCommand.js +18 -41
  70. package/dist-es/commands/ListAssignmentsForHITCommand.js +18 -41
  71. package/dist-es/commands/ListBonusPaymentsCommand.js +18 -41
  72. package/dist-es/commands/ListHITsCommand.js +18 -41
  73. package/dist-es/commands/ListHITsForQualificationTypeCommand.js +18 -41
  74. package/dist-es/commands/ListQualificationRequestsCommand.js +18 -41
  75. package/dist-es/commands/ListQualificationTypesCommand.js +18 -41
  76. package/dist-es/commands/ListReviewPolicyResultsForHITCommand.js +18 -41
  77. package/dist-es/commands/ListReviewableHITsCommand.js +18 -41
  78. package/dist-es/commands/ListWorkerBlocksCommand.js +18 -41
  79. package/dist-es/commands/ListWorkersWithQualificationTypeCommand.js +18 -41
  80. package/dist-es/commands/NotifyWorkersCommand.js +18 -41
  81. package/dist-es/commands/RejectAssignmentCommand.js +18 -41
  82. package/dist-es/commands/RejectQualificationRequestCommand.js +18 -41
  83. package/dist-es/commands/SendBonusCommand.js +18 -41
  84. package/dist-es/commands/SendTestEventNotificationCommand.js +18 -41
  85. package/dist-es/commands/UpdateExpirationForHITCommand.js +18 -41
  86. package/dist-es/commands/UpdateHITReviewStatusCommand.js +18 -41
  87. package/dist-es/commands/UpdateHITTypeOfHITCommand.js +18 -41
  88. package/dist-es/commands/UpdateNotificationSettingsCommand.js +18 -41
  89. package/dist-es/commands/UpdateQualificationTypeCommand.js +18 -41
  90. package/dist-es/endpoint/EndpointParameters.js +6 -0
  91. package/dist-es/pagination/ListAssignmentsForHITPaginator.js +2 -23
  92. package/dist-es/pagination/ListBonusPaymentsPaginator.js +2 -23
  93. package/dist-es/pagination/ListHITsForQualificationTypePaginator.js +2 -23
  94. package/dist-es/pagination/ListHITsPaginator.js +2 -23
  95. package/dist-es/pagination/ListQualificationRequestsPaginator.js +2 -23
  96. package/dist-es/pagination/ListQualificationTypesPaginator.js +2 -23
  97. package/dist-es/pagination/ListReviewPolicyResultsForHITPaginator.js +2 -23
  98. package/dist-es/pagination/ListReviewableHITsPaginator.js +2 -23
  99. package/dist-es/pagination/ListWorkerBlocksPaginator.js +2 -23
  100. package/dist-es/pagination/ListWorkersWithQualificationTypePaginator.js +2 -23
  101. package/dist-types/commands/AcceptQualificationRequestCommand.d.ts +6 -21
  102. package/dist-types/commands/ApproveAssignmentCommand.d.ts +6 -21
  103. package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +6 -21
  104. package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +6 -21
  105. package/dist-types/commands/CreateHITCommand.d.ts +6 -21
  106. package/dist-types/commands/CreateHITTypeCommand.d.ts +6 -21
  107. package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +6 -21
  108. package/dist-types/commands/CreateQualificationTypeCommand.d.ts +6 -21
  109. package/dist-types/commands/CreateWorkerBlockCommand.d.ts +6 -21
  110. package/dist-types/commands/DeleteHITCommand.d.ts +6 -21
  111. package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +6 -21
  112. package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +6 -21
  113. package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +6 -21
  114. package/dist-types/commands/GetAccountBalanceCommand.d.ts +6 -21
  115. package/dist-types/commands/GetAssignmentCommand.d.ts +6 -21
  116. package/dist-types/commands/GetFileUploadURLCommand.d.ts +6 -21
  117. package/dist-types/commands/GetHITCommand.d.ts +6 -21
  118. package/dist-types/commands/GetQualificationScoreCommand.d.ts +6 -21
  119. package/dist-types/commands/GetQualificationTypeCommand.d.ts +6 -21
  120. package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +6 -21
  121. package/dist-types/commands/ListBonusPaymentsCommand.d.ts +6 -21
  122. package/dist-types/commands/ListHITsCommand.d.ts +6 -21
  123. package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +6 -21
  124. package/dist-types/commands/ListQualificationRequestsCommand.d.ts +6 -21
  125. package/dist-types/commands/ListQualificationTypesCommand.d.ts +6 -21
  126. package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +6 -21
  127. package/dist-types/commands/ListReviewableHITsCommand.d.ts +6 -21
  128. package/dist-types/commands/ListWorkerBlocksCommand.d.ts +6 -21
  129. package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +6 -21
  130. package/dist-types/commands/NotifyWorkersCommand.d.ts +6 -21
  131. package/dist-types/commands/RejectAssignmentCommand.d.ts +6 -21
  132. package/dist-types/commands/RejectQualificationRequestCommand.d.ts +6 -21
  133. package/dist-types/commands/SendBonusCommand.d.ts +6 -21
  134. package/dist-types/commands/SendTestEventNotificationCommand.d.ts +6 -21
  135. package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +6 -21
  136. package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +6 -21
  137. package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +6 -21
  138. package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +6 -21
  139. package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +6 -21
  140. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  141. package/dist-types/pagination/ListAssignmentsForHITPaginator.d.ts +1 -1
  142. package/dist-types/pagination/ListBonusPaymentsPaginator.d.ts +1 -1
  143. package/dist-types/pagination/ListHITsForQualificationTypePaginator.d.ts +1 -1
  144. package/dist-types/pagination/ListHITsPaginator.d.ts +1 -1
  145. package/dist-types/pagination/ListQualificationRequestsPaginator.d.ts +1 -1
  146. package/dist-types/pagination/ListQualificationTypesPaginator.d.ts +1 -1
  147. package/dist-types/pagination/ListReviewPolicyResultsForHITPaginator.d.ts +1 -1
  148. package/dist-types/pagination/ListReviewableHITsPaginator.d.ts +1 -1
  149. package/dist-types/pagination/ListWorkerBlocksPaginator.d.ts +1 -1
  150. package/dist-types/pagination/ListWorkersWithQualificationTypePaginator.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +12 -24
  152. package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +14 -23
  153. package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +12 -24
  154. package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +12 -24
  155. package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +14 -23
  156. package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +14 -23
  157. package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +12 -24
  158. package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +12 -24
  159. package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +14 -23
  160. package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +14 -23
  161. package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +12 -24
  162. package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +14 -23
  163. package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +12 -24
  164. package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +14 -23
  165. package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +14 -23
  166. package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/GetHITCommand.d.ts +12 -23
  168. package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +12 -24
  169. package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +12 -24
  170. package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +12 -24
  171. package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +14 -23
  172. package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +12 -24
  174. package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +12 -24
  175. package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +12 -24
  176. package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +12 -24
  177. package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +14 -23
  179. package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +12 -24
  180. package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +14 -23
  181. package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +14 -23
  182. package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +12 -24
  183. package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +14 -23
  184. package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +12 -24
  185. package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +12 -24
  186. package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +12 -24
  187. package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +14 -23
  188. package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +12 -24
  189. package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +12 -24
  190. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  191. package/dist-types/ts3.4/pagination/ListAssignmentsForHITPaginator.d.ts +3 -3
  192. package/dist-types/ts3.4/pagination/ListBonusPaymentsPaginator.d.ts +3 -3
  193. package/dist-types/ts3.4/pagination/ListHITsForQualificationTypePaginator.d.ts +3 -3
  194. package/dist-types/ts3.4/pagination/ListHITsPaginator.d.ts +3 -3
  195. package/dist-types/ts3.4/pagination/ListQualificationRequestsPaginator.d.ts +3 -3
  196. package/dist-types/ts3.4/pagination/ListQualificationTypesPaginator.d.ts +3 -3
  197. package/dist-types/ts3.4/pagination/ListReviewPolicyResultsForHITPaginator.d.ts +3 -3
  198. package/dist-types/ts3.4/pagination/ListReviewableHITsPaginator.d.ts +3 -3
  199. package/dist-types/ts3.4/pagination/ListWorkerBlocksPaginator.d.ts +3 -3
  200. package/dist-types/ts3.4/pagination/ListWorkersWithQualificationTypePaginator.d.ts +3 -3
  201. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { SendBonusRequest, SendBonusResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SendBonusCommandInput extends SendBonusRequest {
21
20
  */
22
21
  export interface SendBonusCommandOutput extends SendBonusResponse, __MetadataBearer {
23
22
  }
23
+ declare const SendBonusCommand_base: {
24
+ new (input: SendBonusCommandInput): import("@smithy/smithy-client").CommandImpl<SendBonusCommandInput, SendBonusCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -72,23 +75,5 @@ export interface SendBonusCommandOutput extends SendBonusResponse, __MetadataBea
72
75
  * <p>Base exception class for all service exceptions from MTurk service.</p>
73
76
  *
74
77
  */
75
- export declare class SendBonusCommand extends $Command<SendBonusCommandInput, SendBonusCommandOutput, MTurkClientResolvedConfig> {
76
- readonly input: SendBonusCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: SendBonusCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendBonusCommandInput, SendBonusCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class SendBonusCommand extends SendBonusCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { SendTestEventNotificationRequest, SendTestEventNotificationResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SendTestEventNotificationCommandInput extends SendTestEventNoti
21
20
  */
22
21
  export interface SendTestEventNotificationCommandOutput extends SendTestEventNotificationResponse, __MetadataBearer {
23
22
  }
23
+ declare const SendTestEventNotificationCommand_base: {
24
+ new (input: SendTestEventNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<SendTestEventNotificationCommandInput, SendTestEventNotificationCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -69,23 +72,5 @@ export interface SendTestEventNotificationCommandOutput extends SendTestEventNot
69
72
  * <p>Base exception class for all service exceptions from MTurk service.</p>
70
73
  *
71
74
  */
72
- export declare class SendTestEventNotificationCommand extends $Command<SendTestEventNotificationCommandInput, SendTestEventNotificationCommandOutput, MTurkClientResolvedConfig> {
73
- readonly input: SendTestEventNotificationCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: SendTestEventNotificationCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendTestEventNotificationCommandInput, SendTestEventNotificationCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class SendTestEventNotificationCommand extends SendTestEventNotificationCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateExpirationForHITRequest, UpdateExpirationForHITResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateExpirationForHITCommandInput extends UpdateExpirationForH
21
20
  */
22
21
  export interface UpdateExpirationForHITCommandOutput extends UpdateExpirationForHITResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateExpirationForHITCommand_base: {
24
+ new (input: UpdateExpirationForHITCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateExpirationForHITCommandInput, UpdateExpirationForHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -59,23 +62,5 @@ export interface UpdateExpirationForHITCommandOutput extends UpdateExpirationFor
59
62
  * <p>Base exception class for all service exceptions from MTurk service.</p>
60
63
  *
61
64
  */
62
- export declare class UpdateExpirationForHITCommand extends $Command<UpdateExpirationForHITCommandInput, UpdateExpirationForHITCommandOutput, MTurkClientResolvedConfig> {
63
- readonly input: UpdateExpirationForHITCommandInput;
64
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
- /**
66
- * @public
67
- */
68
- constructor(input: UpdateExpirationForHITCommandInput);
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateExpirationForHITCommandInput, UpdateExpirationForHITCommandOutput>;
73
- /**
74
- * @internal
75
- */
76
- private serialize;
77
- /**
78
- * @internal
79
- */
80
- private deserialize;
65
+ export declare class UpdateExpirationForHITCommand extends UpdateExpirationForHITCommand_base {
81
66
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateHITReviewStatusRequest, UpdateHITReviewStatusResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateHITReviewStatusCommandInput extends UpdateHITReviewStatus
21
20
  */
22
21
  export interface UpdateHITReviewStatusCommandOutput extends UpdateHITReviewStatusResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateHITReviewStatusCommand_base: {
24
+ new (input: UpdateHITReviewStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateHITReviewStatusCommandInput, UpdateHITReviewStatusCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -60,23 +63,5 @@ export interface UpdateHITReviewStatusCommandOutput extends UpdateHITReviewStatu
60
63
  * <p>Base exception class for all service exceptions from MTurk service.</p>
61
64
  *
62
65
  */
63
- export declare class UpdateHITReviewStatusCommand extends $Command<UpdateHITReviewStatusCommandInput, UpdateHITReviewStatusCommandOutput, MTurkClientResolvedConfig> {
64
- readonly input: UpdateHITReviewStatusCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: UpdateHITReviewStatusCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateHITReviewStatusCommandInput, UpdateHITReviewStatusCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class UpdateHITReviewStatusCommand extends UpdateHITReviewStatusCommand_base {
82
67
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateHITTypeOfHITRequest, UpdateHITTypeOfHITResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateHITTypeOfHITCommandInput extends UpdateHITTypeOfHITReques
21
20
  */
22
21
  export interface UpdateHITTypeOfHITCommandOutput extends UpdateHITTypeOfHITResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateHITTypeOfHITCommand_base: {
24
+ new (input: UpdateHITTypeOfHITCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateHITTypeOfHITCommandInput, UpdateHITTypeOfHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -63,23 +66,5 @@ export interface UpdateHITTypeOfHITCommandOutput extends UpdateHITTypeOfHITRespo
63
66
  * <p>Base exception class for all service exceptions from MTurk service.</p>
64
67
  *
65
68
  */
66
- export declare class UpdateHITTypeOfHITCommand extends $Command<UpdateHITTypeOfHITCommandInput, UpdateHITTypeOfHITCommandOutput, MTurkClientResolvedConfig> {
67
- readonly input: UpdateHITTypeOfHITCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: UpdateHITTypeOfHITCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateHITTypeOfHITCommandInput, UpdateHITTypeOfHITCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class UpdateHITTypeOfHITCommand extends UpdateHITTypeOfHITCommand_base {
85
70
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateNotificationSettingsRequest, UpdateNotificationSettingsResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateNotificationSettingsCommandInput extends UpdateNotificati
21
20
  */
22
21
  export interface UpdateNotificationSettingsCommandOutput extends UpdateNotificationSettingsResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateNotificationSettingsCommand_base: {
24
+ new (input: UpdateNotificationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNotificationSettingsCommandInput, UpdateNotificationSettingsCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -75,23 +78,5 @@ export interface UpdateNotificationSettingsCommandOutput extends UpdateNotificat
75
78
  * <p>Base exception class for all service exceptions from MTurk service.</p>
76
79
  *
77
80
  */
78
- export declare class UpdateNotificationSettingsCommand extends $Command<UpdateNotificationSettingsCommandInput, UpdateNotificationSettingsCommandOutput, MTurkClientResolvedConfig> {
79
- readonly input: UpdateNotificationSettingsCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: UpdateNotificationSettingsCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNotificationSettingsCommandInput, UpdateNotificationSettingsCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class UpdateNotificationSettingsCommand extends UpdateNotificationSettingsCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateQualificationTypeRequest, UpdateQualificationTypeResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateQualificationTypeCommandInput extends UpdateQualification
21
20
  */
22
21
  export interface UpdateQualificationTypeCommandOutput extends UpdateQualificationTypeResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateQualificationTypeCommand_base: {
24
+ new (input: UpdateQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQualificationTypeCommandInput, UpdateQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -111,23 +114,5 @@ export interface UpdateQualificationTypeCommandOutput extends UpdateQualificatio
111
114
  * <p>Base exception class for all service exceptions from MTurk service.</p>
112
115
  *
113
116
  */
114
- export declare class UpdateQualificationTypeCommand extends $Command<UpdateQualificationTypeCommandInput, UpdateQualificationTypeCommandOutput, MTurkClientResolvedConfig> {
115
- readonly input: UpdateQualificationTypeCommandInput;
116
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
117
- /**
118
- * @public
119
- */
120
- constructor(input: UpdateQualificationTypeCommandInput);
121
- /**
122
- * @internal
123
- */
124
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateQualificationTypeCommandInput, UpdateQualificationTypeCommandOutput>;
125
- /**
126
- * @internal
127
- */
128
- private serialize;
129
- /**
130
- * @internal
131
- */
132
- private deserialize;
117
+ export declare class UpdateQualificationTypeCommand extends UpdateQualificationTypeCommand_base {
133
118
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { MTurkPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAssignmentsForHIT(config: MTurkPaginationConfiguration, input: ListAssignmentsForHITCommandInput, ...additionalArguments: any): Paginator<ListAssignmentsForHITCommandOutput>;
7
+ export declare const paginateListAssignmentsForHIT: (config: MTurkPaginationConfiguration, input: ListAssignmentsForHITCommandInput, ...rest: any[]) => Paginator<ListAssignmentsForHITCommandOutput>;
@@ -4,4 +4,4 @@ import { MTurkPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListBonusPayments(config: MTurkPaginationConfiguration, input: ListBonusPaymentsCommandInput, ...additionalArguments: any): Paginator<ListBonusPaymentsCommandOutput>;
7
+ export declare const paginateListBonusPayments: (config: MTurkPaginationConfiguration, input: ListBonusPaymentsCommandInput, ...rest: any[]) => Paginator<ListBonusPaymentsCommandOutput>;
@@ -4,4 +4,4 @@ import { MTurkPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListHITsForQualificationType(config: MTurkPaginationConfiguration, input: ListHITsForQualificationTypeCommandInput, ...additionalArguments: any): Paginator<ListHITsForQualificationTypeCommandOutput>;
7
+ export declare const paginateListHITsForQualificationType: (config: MTurkPaginationConfiguration, input: ListHITsForQualificationTypeCommandInput, ...rest: any[]) => Paginator<ListHITsForQualificationTypeCommandOutput>;
@@ -4,4 +4,4 @@ import { MTurkPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListHITs(config: MTurkPaginationConfiguration, input: ListHITsCommandInput, ...additionalArguments: any): Paginator<ListHITsCommandOutput>;
7
+ export declare const paginateListHITs: (config: MTurkPaginationConfiguration, input: ListHITsCommandInput, ...rest: any[]) => Paginator<ListHITsCommandOutput>;
@@ -4,4 +4,4 @@ import { MTurkPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListQualificationRequests(config: MTurkPaginationConfiguration, input: ListQualificationRequestsCommandInput, ...additionalArguments: any): Paginator<ListQualificationRequestsCommandOutput>;
7
+ export declare const paginateListQualificationRequests: (config: MTurkPaginationConfiguration, input: ListQualificationRequestsCommandInput, ...rest: any[]) => Paginator<ListQualificationRequestsCommandOutput>;
@@ -4,4 +4,4 @@ import { MTurkPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListQualificationTypes(config: MTurkPaginationConfiguration, input: ListQualificationTypesCommandInput, ...additionalArguments: any): Paginator<ListQualificationTypesCommandOutput>;
7
+ export declare const paginateListQualificationTypes: (config: MTurkPaginationConfiguration, input: ListQualificationTypesCommandInput, ...rest: any[]) => Paginator<ListQualificationTypesCommandOutput>;
@@ -4,4 +4,4 @@ import { MTurkPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListReviewPolicyResultsForHIT(config: MTurkPaginationConfiguration, input: ListReviewPolicyResultsForHITCommandInput, ...additionalArguments: any): Paginator<ListReviewPolicyResultsForHITCommandOutput>;
7
+ export declare const paginateListReviewPolicyResultsForHIT: (config: MTurkPaginationConfiguration, input: ListReviewPolicyResultsForHITCommandInput, ...rest: any[]) => Paginator<ListReviewPolicyResultsForHITCommandOutput>;
@@ -4,4 +4,4 @@ import { MTurkPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListReviewableHITs(config: MTurkPaginationConfiguration, input: ListReviewableHITsCommandInput, ...additionalArguments: any): Paginator<ListReviewableHITsCommandOutput>;
7
+ export declare const paginateListReviewableHITs: (config: MTurkPaginationConfiguration, input: ListReviewableHITsCommandInput, ...rest: any[]) => Paginator<ListReviewableHITsCommandOutput>;
@@ -4,4 +4,4 @@ import { MTurkPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListWorkerBlocks(config: MTurkPaginationConfiguration, input: ListWorkerBlocksCommandInput, ...additionalArguments: any): Paginator<ListWorkerBlocksCommandOutput>;
7
+ export declare const paginateListWorkerBlocks: (config: MTurkPaginationConfiguration, input: ListWorkerBlocksCommandInput, ...rest: any[]) => Paginator<ListWorkerBlocksCommandOutput>;
@@ -4,4 +4,4 @@ import { MTurkPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListWorkersWithQualificationType(config: MTurkPaginationConfiguration, input: ListWorkersWithQualificationTypeCommandInput, ...additionalArguments: any): Paginator<ListWorkersWithQualificationTypeCommandOutput>;
7
+ export declare const paginateListWorkersWithQualificationType: (config: MTurkPaginationConfiguration, input: ListWorkersWithQualificationTypeCommandInput, ...rest: any[]) => Paginator<ListWorkersWithQualificationTypeCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AcceptQualificationRequestRequest,
11
5
  AcceptQualificationRequestResponse,
@@ -21,22 +15,16 @@ export interface AcceptQualificationRequestCommandInput
21
15
  export interface AcceptQualificationRequestCommandOutput
22
16
  extends AcceptQualificationRequestResponse,
23
17
  __MetadataBearer {}
24
- export declare class AcceptQualificationRequestCommand extends $Command<
25
- AcceptQualificationRequestCommandInput,
26
- AcceptQualificationRequestCommandOutput,
27
- MTurkClientResolvedConfig
28
- > {
29
- readonly input: AcceptQualificationRequestCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AcceptQualificationRequestCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MTurkClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AcceptQualificationRequestCommand_base: {
19
+ new (
20
+ input: AcceptQualificationRequestCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AcceptQualificationRequestCommandInput,
38
- AcceptQualificationRequestCommandOutput
23
+ AcceptQualificationRequestCommandOutput,
24
+ MTurkClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AcceptQualificationRequestCommand extends AcceptQualificationRequestCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ApproveAssignmentRequest,
11
5
  ApproveAssignmentResponse,
@@ -21,19 +15,16 @@ export interface ApproveAssignmentCommandInput
21
15
  export interface ApproveAssignmentCommandOutput
22
16
  extends ApproveAssignmentResponse,
23
17
  __MetadataBearer {}
24
- export declare class ApproveAssignmentCommand extends $Command<
25
- ApproveAssignmentCommandInput,
26
- ApproveAssignmentCommandOutput,
27
- MTurkClientResolvedConfig
28
- > {
29
- readonly input: ApproveAssignmentCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ApproveAssignmentCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MTurkClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ApproveAssignmentCommandInput, ApproveAssignmentCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ApproveAssignmentCommand_base: {
19
+ new (
20
+ input: ApproveAssignmentCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ApproveAssignmentCommandInput,
23
+ ApproveAssignmentCommandOutput,
24
+ MTurkClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ApproveAssignmentCommand extends ApproveAssignmentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AssociateQualificationWithWorkerRequest,
11
5
  AssociateQualificationWithWorkerResponse,
@@ -21,22 +15,16 @@ export interface AssociateQualificationWithWorkerCommandInput
21
15
  export interface AssociateQualificationWithWorkerCommandOutput
22
16
  extends AssociateQualificationWithWorkerResponse,
23
17
  __MetadataBearer {}
24
- export declare class AssociateQualificationWithWorkerCommand extends $Command<
25
- AssociateQualificationWithWorkerCommandInput,
26
- AssociateQualificationWithWorkerCommandOutput,
27
- MTurkClientResolvedConfig
28
- > {
29
- readonly input: AssociateQualificationWithWorkerCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AssociateQualificationWithWorkerCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MTurkClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AssociateQualificationWithWorkerCommand_base: {
19
+ new (
20
+ input: AssociateQualificationWithWorkerCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AssociateQualificationWithWorkerCommandInput,
38
- AssociateQualificationWithWorkerCommandOutput
23
+ AssociateQualificationWithWorkerCommandOutput,
24
+ MTurkClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AssociateQualificationWithWorkerCommand extends AssociateQualificationWithWorkerCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateAdditionalAssignmentsForHITRequest,
11
5
  CreateAdditionalAssignmentsForHITResponse,
@@ -21,22 +15,16 @@ export interface CreateAdditionalAssignmentsForHITCommandInput
21
15
  export interface CreateAdditionalAssignmentsForHITCommandOutput
22
16
  extends CreateAdditionalAssignmentsForHITResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateAdditionalAssignmentsForHITCommand extends $Command<
25
- CreateAdditionalAssignmentsForHITCommandInput,
26
- CreateAdditionalAssignmentsForHITCommandOutput,
27
- MTurkClientResolvedConfig
28
- > {
29
- readonly input: CreateAdditionalAssignmentsForHITCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateAdditionalAssignmentsForHITCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MTurkClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateAdditionalAssignmentsForHITCommand_base: {
19
+ new (
20
+ input: CreateAdditionalAssignmentsForHITCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateAdditionalAssignmentsForHITCommandInput,
38
- CreateAdditionalAssignmentsForHITCommandOutput
23
+ CreateAdditionalAssignmentsForHITCommandOutput,
24
+ MTurkClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateAdditionalAssignmentsForHITCommand extends CreateAdditionalAssignmentsForHITCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CreateHITRequest, CreateHITResponse } from "../models/models_0";
10
4
  import {
11
5
  MTurkClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface CreateHITCommandInput extends CreateHITRequest {}
17
11
  export interface CreateHITCommandOutput
18
12
  extends CreateHITResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateHITCommand extends $Command<
21
- CreateHITCommandInput,
22
- CreateHITCommandOutput,
23
- MTurkClientResolvedConfig
24
- > {
25
- readonly input: CreateHITCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateHITCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: MTurkClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateHITCommandInput, CreateHITCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateHITCommand_base: {
15
+ new (
16
+ input: CreateHITCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateHITCommandInput,
19
+ CreateHITCommandOutput,
20
+ MTurkClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateHITCommand extends CreateHITCommand_base {}