@aws-sdk/client-mturk 3.35.0 → 3.38.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 (367) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/MTurk.js +0 -4
  3. package/dist-cjs/MTurkClient.js +0 -9
  4. package/dist-cjs/commands/AcceptQualificationRequestCommand.js +0 -34
  5. package/dist-cjs/commands/ApproveAssignmentCommand.js +0 -54
  6. package/dist-cjs/commands/AssociateQualificationWithWorkerCommand.js +0 -45
  7. package/dist-cjs/commands/CreateAdditionalAssignmentsForHITCommand.js +0 -47
  8. package/dist-cjs/commands/CreateHITCommand.js +0 -41
  9. package/dist-cjs/commands/CreateHITTypeCommand.js +0 -30
  10. package/dist-cjs/commands/CreateHITWithHITTypeCommand.js +0 -42
  11. package/dist-cjs/commands/CreateQualificationTypeCommand.js +0 -31
  12. package/dist-cjs/commands/CreateWorkerBlockCommand.js +0 -25
  13. package/dist-cjs/commands/DeleteHITCommand.js +0 -60
  14. package/dist-cjs/commands/DeleteQualificationTypeCommand.js +0 -43
  15. package/dist-cjs/commands/DeleteWorkerBlockCommand.js +0 -25
  16. package/dist-cjs/commands/DisassociateQualificationFromWorkerCommand.js +0 -32
  17. package/dist-cjs/commands/GetAccountBalanceCommand.js +0 -27
  18. package/dist-cjs/commands/GetAssignmentCommand.js +0 -27
  19. package/dist-cjs/commands/GetFileUploadURLCommand.js +0 -42
  20. package/dist-cjs/commands/GetHITCommand.js +0 -27
  21. package/dist-cjs/commands/GetQualificationScoreCommand.js +0 -38
  22. package/dist-cjs/commands/GetQualificationTypeCommand.js +0 -27
  23. package/dist-cjs/commands/ListAssignmentsForHITCommand.js +0 -51
  24. package/dist-cjs/commands/ListBonusPaymentsCommand.js +0 -30
  25. package/dist-cjs/commands/ListHITsCommand.js +0 -31
  26. package/dist-cjs/commands/ListHITsForQualificationTypeCommand.js +0 -30
  27. package/dist-cjs/commands/ListQualificationRequestsCommand.js +0 -32
  28. package/dist-cjs/commands/ListQualificationTypesCommand.js +0 -30
  29. package/dist-cjs/commands/ListReviewPolicyResultsForHITCommand.js +0 -31
  30. package/dist-cjs/commands/ListReviewableHITsCommand.js +0 -28
  31. package/dist-cjs/commands/ListWorkerBlocksCommand.js +0 -25
  32. package/dist-cjs/commands/ListWorkersWithQualificationTypeCommand.js +0 -28
  33. package/dist-cjs/commands/NotifyWorkersCommand.js +0 -34
  34. package/dist-cjs/commands/RejectAssignmentCommand.js +0 -37
  35. package/dist-cjs/commands/RejectQualificationRequestCommand.js +0 -31
  36. package/dist-cjs/commands/SendBonusCommand.js +0 -38
  37. package/dist-cjs/commands/SendTestEventNotificationCommand.js +0 -31
  38. package/dist-cjs/commands/UpdateExpirationForHITCommand.js +0 -28
  39. package/dist-cjs/commands/UpdateHITReviewStatusCommand.js +0 -29
  40. package/dist-cjs/commands/UpdateHITTypeOfHITCommand.js +0 -32
  41. package/dist-cjs/commands/UpdateNotificationSettingsCommand.js +0 -36
  42. package/dist-cjs/commands/UpdateQualificationTypeCommand.js +0 -57
  43. package/dist-cjs/commands/index.js +42 -0
  44. package/dist-cjs/endpoints.js +1 -2
  45. package/dist-cjs/index.js +4 -53
  46. package/dist-cjs/models/index.js +0 -1
  47. package/dist-cjs/models/models_0.js +0 -295
  48. package/dist-cjs/pagination/Interfaces.js +0 -1
  49. package/dist-cjs/pagination/ListAssignmentsForHITPaginator.js +0 -11
  50. package/dist-cjs/pagination/ListBonusPaymentsPaginator.js +0 -11
  51. package/dist-cjs/pagination/ListHITsForQualificationTypePaginator.js +0 -11
  52. package/dist-cjs/pagination/ListHITsPaginator.js +0 -11
  53. package/dist-cjs/pagination/ListQualificationRequestsPaginator.js +0 -11
  54. package/dist-cjs/pagination/ListQualificationTypesPaginator.js +0 -11
  55. package/dist-cjs/pagination/ListReviewPolicyResultsForHITPaginator.js +0 -11
  56. package/dist-cjs/pagination/ListReviewableHITsPaginator.js +0 -11
  57. package/dist-cjs/pagination/ListWorkerBlocksPaginator.js +0 -11
  58. package/dist-cjs/pagination/ListWorkersWithQualificationTypePaginator.js +0 -11
  59. package/dist-cjs/pagination/index.js +14 -0
  60. package/dist-cjs/protocols/Aws_json1_1.js +0 -6
  61. package/dist-cjs/runtimeConfig.browser.js +1 -6
  62. package/dist-cjs/runtimeConfig.js +2 -7
  63. package/dist-cjs/runtimeConfig.native.js +0 -4
  64. package/dist-cjs/runtimeConfig.shared.js +0 -4
  65. package/dist-es/MTurk.js +0 -1
  66. package/dist-es/MTurkClient.js +0 -1
  67. package/dist-es/commands/AcceptQualificationRequestCommand.js +0 -1
  68. package/dist-es/commands/ApproveAssignmentCommand.js +0 -1
  69. package/dist-es/commands/AssociateQualificationWithWorkerCommand.js +0 -1
  70. package/dist-es/commands/CreateAdditionalAssignmentsForHITCommand.js +0 -1
  71. package/dist-es/commands/CreateHITCommand.js +0 -1
  72. package/dist-es/commands/CreateHITTypeCommand.js +0 -1
  73. package/dist-es/commands/CreateHITWithHITTypeCommand.js +0 -1
  74. package/dist-es/commands/CreateQualificationTypeCommand.js +0 -1
  75. package/dist-es/commands/CreateWorkerBlockCommand.js +0 -1
  76. package/dist-es/commands/DeleteHITCommand.js +0 -1
  77. package/dist-es/commands/DeleteQualificationTypeCommand.js +0 -1
  78. package/dist-es/commands/DeleteWorkerBlockCommand.js +0 -1
  79. package/dist-es/commands/DisassociateQualificationFromWorkerCommand.js +0 -1
  80. package/dist-es/commands/GetAccountBalanceCommand.js +0 -1
  81. package/dist-es/commands/GetAssignmentCommand.js +0 -1
  82. package/dist-es/commands/GetFileUploadURLCommand.js +0 -1
  83. package/dist-es/commands/GetHITCommand.js +0 -1
  84. package/dist-es/commands/GetQualificationScoreCommand.js +0 -1
  85. package/dist-es/commands/GetQualificationTypeCommand.js +0 -1
  86. package/dist-es/commands/ListAssignmentsForHITCommand.js +0 -1
  87. package/dist-es/commands/ListBonusPaymentsCommand.js +0 -1
  88. package/dist-es/commands/ListHITsCommand.js +0 -1
  89. package/dist-es/commands/ListHITsForQualificationTypeCommand.js +0 -1
  90. package/dist-es/commands/ListQualificationRequestsCommand.js +0 -1
  91. package/dist-es/commands/ListQualificationTypesCommand.js +0 -1
  92. package/dist-es/commands/ListReviewPolicyResultsForHITCommand.js +0 -1
  93. package/dist-es/commands/ListReviewableHITsCommand.js +0 -1
  94. package/dist-es/commands/ListWorkerBlocksCommand.js +0 -1
  95. package/dist-es/commands/ListWorkersWithQualificationTypeCommand.js +0 -1
  96. package/dist-es/commands/NotifyWorkersCommand.js +0 -1
  97. package/dist-es/commands/RejectAssignmentCommand.js +0 -1
  98. package/dist-es/commands/RejectQualificationRequestCommand.js +0 -1
  99. package/dist-es/commands/SendBonusCommand.js +0 -1
  100. package/dist-es/commands/SendTestEventNotificationCommand.js +0 -1
  101. package/dist-es/commands/UpdateExpirationForHITCommand.js +0 -1
  102. package/dist-es/commands/UpdateHITReviewStatusCommand.js +0 -1
  103. package/dist-es/commands/UpdateHITTypeOfHITCommand.js +0 -1
  104. package/dist-es/commands/UpdateNotificationSettingsCommand.js +0 -1
  105. package/dist-es/commands/UpdateQualificationTypeCommand.js +0 -1
  106. package/dist-es/commands/index.js +39 -0
  107. package/dist-es/endpoints.js +1 -2
  108. package/dist-es/index.js +4 -53
  109. package/dist-es/models/index.js +0 -1
  110. package/dist-es/models/models_0.js +0 -1
  111. package/dist-es/pagination/Interfaces.js +0 -1
  112. package/dist-es/pagination/ListAssignmentsForHITPaginator.js +0 -1
  113. package/dist-es/pagination/ListBonusPaymentsPaginator.js +0 -1
  114. package/dist-es/pagination/ListHITsForQualificationTypePaginator.js +0 -1
  115. package/dist-es/pagination/ListHITsPaginator.js +0 -1
  116. package/dist-es/pagination/ListQualificationRequestsPaginator.js +0 -1
  117. package/dist-es/pagination/ListQualificationTypesPaginator.js +0 -1
  118. package/dist-es/pagination/ListReviewPolicyResultsForHITPaginator.js +0 -1
  119. package/dist-es/pagination/ListReviewableHITsPaginator.js +0 -1
  120. package/dist-es/pagination/ListWorkerBlocksPaginator.js +0 -1
  121. package/dist-es/pagination/ListWorkersWithQualificationTypePaginator.js +0 -1
  122. package/dist-es/pagination/index.js +11 -0
  123. package/dist-es/protocols/Aws_json1_1.js +0 -1
  124. package/dist-es/runtimeConfig.browser.js +1 -2
  125. package/dist-es/runtimeConfig.js +2 -3
  126. package/dist-es/runtimeConfig.native.js +0 -1
  127. package/dist-es/runtimeConfig.shared.js +0 -1
  128. package/dist-types/commands/index.d.ts +39 -0
  129. package/dist-types/index.d.ts +4 -52
  130. package/dist-types/pagination/index.d.ts +11 -0
  131. package/dist-types/ts3.4/MTurk.d.ts +40 -511
  132. package/dist-types/ts3.4/MTurkClient.d.ts +24 -89
  133. package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +2 -29
  134. package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +2 -49
  135. package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +2 -40
  136. package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +2 -42
  137. package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +2 -36
  138. package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +2 -25
  139. package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +2 -37
  140. package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +2 -26
  141. package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +2 -20
  142. package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +2 -55
  143. package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +2 -38
  144. package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +2 -20
  145. package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +2 -27
  146. package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +2 -22
  147. package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +2 -22
  148. package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +2 -37
  149. package/dist-types/ts3.4/commands/GetHITCommand.d.ts +2 -22
  150. package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +2 -33
  151. package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +2 -22
  152. package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +2 -46
  153. package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +2 -25
  154. package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +2 -26
  155. package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +2 -25
  156. package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +2 -27
  157. package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +2 -25
  158. package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +2 -26
  159. package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +2 -23
  160. package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +2 -20
  161. package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +2 -23
  162. package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +2 -29
  163. package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +2 -32
  164. package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +2 -26
  165. package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +2 -33
  166. package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +2 -26
  167. package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +2 -23
  168. package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +2 -24
  169. package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +2 -27
  170. package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +2 -31
  171. package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +2 -52
  172. package/dist-types/ts3.4/commands/index.d.ts +39 -0
  173. package/dist-types/ts3.4/index.d.ts +4 -52
  174. package/dist-types/ts3.4/models/models_0.d.ts +406 -1941
  175. package/dist-types/ts3.4/pagination/index.d.ts +11 -0
  176. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  177. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  178. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  179. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  180. package/package.json +33 -30
  181. package/dist-cjs/MTurk.js.map +0 -1
  182. package/dist-cjs/MTurkClient.js.map +0 -1
  183. package/dist-cjs/commands/AcceptQualificationRequestCommand.js.map +0 -1
  184. package/dist-cjs/commands/ApproveAssignmentCommand.js.map +0 -1
  185. package/dist-cjs/commands/AssociateQualificationWithWorkerCommand.js.map +0 -1
  186. package/dist-cjs/commands/CreateAdditionalAssignmentsForHITCommand.js.map +0 -1
  187. package/dist-cjs/commands/CreateHITCommand.js.map +0 -1
  188. package/dist-cjs/commands/CreateHITTypeCommand.js.map +0 -1
  189. package/dist-cjs/commands/CreateHITWithHITTypeCommand.js.map +0 -1
  190. package/dist-cjs/commands/CreateQualificationTypeCommand.js.map +0 -1
  191. package/dist-cjs/commands/CreateWorkerBlockCommand.js.map +0 -1
  192. package/dist-cjs/commands/DeleteHITCommand.js.map +0 -1
  193. package/dist-cjs/commands/DeleteQualificationTypeCommand.js.map +0 -1
  194. package/dist-cjs/commands/DeleteWorkerBlockCommand.js.map +0 -1
  195. package/dist-cjs/commands/DisassociateQualificationFromWorkerCommand.js.map +0 -1
  196. package/dist-cjs/commands/GetAccountBalanceCommand.js.map +0 -1
  197. package/dist-cjs/commands/GetAssignmentCommand.js.map +0 -1
  198. package/dist-cjs/commands/GetFileUploadURLCommand.js.map +0 -1
  199. package/dist-cjs/commands/GetHITCommand.js.map +0 -1
  200. package/dist-cjs/commands/GetQualificationScoreCommand.js.map +0 -1
  201. package/dist-cjs/commands/GetQualificationTypeCommand.js.map +0 -1
  202. package/dist-cjs/commands/ListAssignmentsForHITCommand.js.map +0 -1
  203. package/dist-cjs/commands/ListBonusPaymentsCommand.js.map +0 -1
  204. package/dist-cjs/commands/ListHITsCommand.js.map +0 -1
  205. package/dist-cjs/commands/ListHITsForQualificationTypeCommand.js.map +0 -1
  206. package/dist-cjs/commands/ListQualificationRequestsCommand.js.map +0 -1
  207. package/dist-cjs/commands/ListQualificationTypesCommand.js.map +0 -1
  208. package/dist-cjs/commands/ListReviewPolicyResultsForHITCommand.js.map +0 -1
  209. package/dist-cjs/commands/ListReviewableHITsCommand.js.map +0 -1
  210. package/dist-cjs/commands/ListWorkerBlocksCommand.js.map +0 -1
  211. package/dist-cjs/commands/ListWorkersWithQualificationTypeCommand.js.map +0 -1
  212. package/dist-cjs/commands/NotifyWorkersCommand.js.map +0 -1
  213. package/dist-cjs/commands/RejectAssignmentCommand.js.map +0 -1
  214. package/dist-cjs/commands/RejectQualificationRequestCommand.js.map +0 -1
  215. package/dist-cjs/commands/SendBonusCommand.js.map +0 -1
  216. package/dist-cjs/commands/SendTestEventNotificationCommand.js.map +0 -1
  217. package/dist-cjs/commands/UpdateExpirationForHITCommand.js.map +0 -1
  218. package/dist-cjs/commands/UpdateHITReviewStatusCommand.js.map +0 -1
  219. package/dist-cjs/commands/UpdateHITTypeOfHITCommand.js.map +0 -1
  220. package/dist-cjs/commands/UpdateNotificationSettingsCommand.js.map +0 -1
  221. package/dist-cjs/commands/UpdateQualificationTypeCommand.js.map +0 -1
  222. package/dist-cjs/endpoints.js.map +0 -1
  223. package/dist-cjs/index.js.map +0 -1
  224. package/dist-cjs/models/index.js.map +0 -1
  225. package/dist-cjs/models/models_0.js.map +0 -1
  226. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  227. package/dist-cjs/pagination/ListAssignmentsForHITPaginator.js.map +0 -1
  228. package/dist-cjs/pagination/ListBonusPaymentsPaginator.js.map +0 -1
  229. package/dist-cjs/pagination/ListHITsForQualificationTypePaginator.js.map +0 -1
  230. package/dist-cjs/pagination/ListHITsPaginator.js.map +0 -1
  231. package/dist-cjs/pagination/ListQualificationRequestsPaginator.js.map +0 -1
  232. package/dist-cjs/pagination/ListQualificationTypesPaginator.js.map +0 -1
  233. package/dist-cjs/pagination/ListReviewPolicyResultsForHITPaginator.js.map +0 -1
  234. package/dist-cjs/pagination/ListReviewableHITsPaginator.js.map +0 -1
  235. package/dist-cjs/pagination/ListWorkerBlocksPaginator.js.map +0 -1
  236. package/dist-cjs/pagination/ListWorkersWithQualificationTypePaginator.js.map +0 -1
  237. package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
  238. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  239. package/dist-cjs/runtimeConfig.js.map +0 -1
  240. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  241. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  242. package/dist-es/MTurk.js.map +0 -1
  243. package/dist-es/MTurkClient.js.map +0 -1
  244. package/dist-es/commands/AcceptQualificationRequestCommand.js.map +0 -1
  245. package/dist-es/commands/ApproveAssignmentCommand.js.map +0 -1
  246. package/dist-es/commands/AssociateQualificationWithWorkerCommand.js.map +0 -1
  247. package/dist-es/commands/CreateAdditionalAssignmentsForHITCommand.js.map +0 -1
  248. package/dist-es/commands/CreateHITCommand.js.map +0 -1
  249. package/dist-es/commands/CreateHITTypeCommand.js.map +0 -1
  250. package/dist-es/commands/CreateHITWithHITTypeCommand.js.map +0 -1
  251. package/dist-es/commands/CreateQualificationTypeCommand.js.map +0 -1
  252. package/dist-es/commands/CreateWorkerBlockCommand.js.map +0 -1
  253. package/dist-es/commands/DeleteHITCommand.js.map +0 -1
  254. package/dist-es/commands/DeleteQualificationTypeCommand.js.map +0 -1
  255. package/dist-es/commands/DeleteWorkerBlockCommand.js.map +0 -1
  256. package/dist-es/commands/DisassociateQualificationFromWorkerCommand.js.map +0 -1
  257. package/dist-es/commands/GetAccountBalanceCommand.js.map +0 -1
  258. package/dist-es/commands/GetAssignmentCommand.js.map +0 -1
  259. package/dist-es/commands/GetFileUploadURLCommand.js.map +0 -1
  260. package/dist-es/commands/GetHITCommand.js.map +0 -1
  261. package/dist-es/commands/GetQualificationScoreCommand.js.map +0 -1
  262. package/dist-es/commands/GetQualificationTypeCommand.js.map +0 -1
  263. package/dist-es/commands/ListAssignmentsForHITCommand.js.map +0 -1
  264. package/dist-es/commands/ListBonusPaymentsCommand.js.map +0 -1
  265. package/dist-es/commands/ListHITsCommand.js.map +0 -1
  266. package/dist-es/commands/ListHITsForQualificationTypeCommand.js.map +0 -1
  267. package/dist-es/commands/ListQualificationRequestsCommand.js.map +0 -1
  268. package/dist-es/commands/ListQualificationTypesCommand.js.map +0 -1
  269. package/dist-es/commands/ListReviewPolicyResultsForHITCommand.js.map +0 -1
  270. package/dist-es/commands/ListReviewableHITsCommand.js.map +0 -1
  271. package/dist-es/commands/ListWorkerBlocksCommand.js.map +0 -1
  272. package/dist-es/commands/ListWorkersWithQualificationTypeCommand.js.map +0 -1
  273. package/dist-es/commands/NotifyWorkersCommand.js.map +0 -1
  274. package/dist-es/commands/RejectAssignmentCommand.js.map +0 -1
  275. package/dist-es/commands/RejectQualificationRequestCommand.js.map +0 -1
  276. package/dist-es/commands/SendBonusCommand.js.map +0 -1
  277. package/dist-es/commands/SendTestEventNotificationCommand.js.map +0 -1
  278. package/dist-es/commands/UpdateExpirationForHITCommand.js.map +0 -1
  279. package/dist-es/commands/UpdateHITReviewStatusCommand.js.map +0 -1
  280. package/dist-es/commands/UpdateHITTypeOfHITCommand.js.map +0 -1
  281. package/dist-es/commands/UpdateNotificationSettingsCommand.js.map +0 -1
  282. package/dist-es/commands/UpdateQualificationTypeCommand.js.map +0 -1
  283. package/dist-es/endpoints.js.map +0 -1
  284. package/dist-es/index.js.map +0 -1
  285. package/dist-es/models/index.js.map +0 -1
  286. package/dist-es/models/models_0.js.map +0 -1
  287. package/dist-es/pagination/Interfaces.js.map +0 -1
  288. package/dist-es/pagination/ListAssignmentsForHITPaginator.js.map +0 -1
  289. package/dist-es/pagination/ListBonusPaymentsPaginator.js.map +0 -1
  290. package/dist-es/pagination/ListHITsForQualificationTypePaginator.js.map +0 -1
  291. package/dist-es/pagination/ListHITsPaginator.js.map +0 -1
  292. package/dist-es/pagination/ListQualificationRequestsPaginator.js.map +0 -1
  293. package/dist-es/pagination/ListQualificationTypesPaginator.js.map +0 -1
  294. package/dist-es/pagination/ListReviewPolicyResultsForHITPaginator.js.map +0 -1
  295. package/dist-es/pagination/ListReviewableHITsPaginator.js.map +0 -1
  296. package/dist-es/pagination/ListWorkerBlocksPaginator.js.map +0 -1
  297. package/dist-es/pagination/ListWorkersWithQualificationTypePaginator.js.map +0 -1
  298. package/dist-es/protocols/Aws_json1_1.js.map +0 -1
  299. package/dist-es/runtimeConfig.browser.js.map +0 -1
  300. package/dist-es/runtimeConfig.js.map +0 -1
  301. package/dist-es/runtimeConfig.native.js.map +0 -1
  302. package/dist-es/runtimeConfig.shared.js.map +0 -1
  303. package/jest.config.js +0 -4
  304. package/src/MTurk.ts +0 -1792
  305. package/src/MTurkClient.ts +0 -416
  306. package/src/commands/AcceptQualificationRequestCommand.ts +0 -107
  307. package/src/commands/ApproveAssignmentCommand.ts +0 -124
  308. package/src/commands/AssociateQualificationWithWorkerCommand.ts +0 -123
  309. package/src/commands/CreateAdditionalAssignmentsForHITCommand.ts +0 -128
  310. package/src/commands/CreateHITCommand.ts +0 -108
  311. package/src/commands/CreateHITTypeCommand.ts +0 -100
  312. package/src/commands/CreateHITWithHITTypeCommand.ts +0 -112
  313. package/src/commands/CreateQualificationTypeCommand.ts +0 -101
  314. package/src/commands/CreateWorkerBlockCommand.ts +0 -95
  315. package/src/commands/DeleteHITCommand.ts +0 -127
  316. package/src/commands/DeleteQualificationTypeCommand.ts +0 -113
  317. package/src/commands/DeleteWorkerBlockCommand.ts +0 -95
  318. package/src/commands/DisassociateQualificationFromWorkerCommand.ts +0 -113
  319. package/src/commands/GetAccountBalanceCommand.ts +0 -97
  320. package/src/commands/GetAssignmentCommand.ts +0 -97
  321. package/src/commands/GetFileUploadURLCommand.ts +0 -112
  322. package/src/commands/GetHITCommand.ts +0 -90
  323. package/src/commands/GetQualificationScoreCommand.ts +0 -108
  324. package/src/commands/GetQualificationTypeCommand.ts +0 -97
  325. package/src/commands/ListAssignmentsForHITCommand.ts +0 -121
  326. package/src/commands/ListBonusPaymentsCommand.ts +0 -100
  327. package/src/commands/ListHITsCommand.ts +0 -94
  328. package/src/commands/ListHITsForQualificationTypeCommand.ts +0 -105
  329. package/src/commands/ListQualificationRequestsCommand.ts +0 -105
  330. package/src/commands/ListQualificationTypesCommand.ts +0 -100
  331. package/src/commands/ListReviewPolicyResultsForHITCommand.ts +0 -106
  332. package/src/commands/ListReviewableHITsCommand.ts +0 -98
  333. package/src/commands/ListWorkerBlocksCommand.ts +0 -95
  334. package/src/commands/ListWorkersWithQualificationTypeCommand.ts +0 -106
  335. package/src/commands/NotifyWorkersCommand.ts +0 -104
  336. package/src/commands/RejectAssignmentCommand.ts +0 -107
  337. package/src/commands/RejectQualificationRequestCommand.ts +0 -104
  338. package/src/commands/SendBonusCommand.ts +0 -105
  339. package/src/commands/SendTestEventNotificationCommand.ts +0 -104
  340. package/src/commands/UpdateExpirationForHITCommand.ts +0 -98
  341. package/src/commands/UpdateHITReviewStatusCommand.ts +0 -99
  342. package/src/commands/UpdateHITTypeOfHITCommand.ts +0 -102
  343. package/src/commands/UpdateNotificationSettingsCommand.ts +0 -109
  344. package/src/commands/UpdateQualificationTypeCommand.ts +0 -127
  345. package/src/endpoints.ts +0 -62
  346. package/src/index.ts +0 -53
  347. package/src/models/index.ts +0 -1
  348. package/src/models/models_0.ts +0 -3412
  349. package/src/pagination/Interfaces.ts +0 -8
  350. package/src/pagination/ListAssignmentsForHITPaginator.ts +0 -59
  351. package/src/pagination/ListBonusPaymentsPaginator.ts +0 -59
  352. package/src/pagination/ListHITsForQualificationTypePaginator.ts +0 -59
  353. package/src/pagination/ListHITsPaginator.ts +0 -55
  354. package/src/pagination/ListQualificationRequestsPaginator.ts +0 -59
  355. package/src/pagination/ListQualificationTypesPaginator.ts +0 -59
  356. package/src/pagination/ListReviewPolicyResultsForHITPaginator.ts +0 -59
  357. package/src/pagination/ListReviewableHITsPaginator.ts +0 -59
  358. package/src/pagination/ListWorkerBlocksPaginator.ts +0 -59
  359. package/src/pagination/ListWorkersWithQualificationTypePaginator.ts +0 -59
  360. package/src/protocols/Aws_json1_1.ts +0 -4803
  361. package/src/runtimeConfig.browser.ts +0 -41
  362. package/src/runtimeConfig.native.ts +0 -17
  363. package/src/runtimeConfig.shared.ts +0 -17
  364. package/src/runtimeConfig.ts +0 -46
  365. package/tsconfig.es.json +0 -10
  366. package/tsconfig.json +0 -33
  367. package/tsconfig.types.json +0 -9
@@ -5,39 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>
10
- * The <code>UpdateHITReviewStatus</code> operation updates the status of a HIT.
11
- * If the status is Reviewable, this operation can update the status to Reviewing,
12
- * or it can revert a Reviewing HIT back to the Reviewable status.
13
- * </p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { MTurkClient, UpdateHITReviewStatusCommand } from "@aws-sdk/client-mturk"; // ES Modules import
18
- * // const { MTurkClient, UpdateHITReviewStatusCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
19
- * const client = new MTurkClient(config);
20
- * const command = new UpdateHITReviewStatusCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link UpdateHITReviewStatusCommandInput} for command's `input` shape.
25
- * @see {@link UpdateHITReviewStatusCommandOutput} for command's `response` shape.
26
- * @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
29
8
  class UpdateHITReviewStatusCommand extends smithy_client_1.Command {
30
- // Start section: command_properties
31
- // End section: command_properties
32
9
  constructor(input) {
33
- // Start section: command_constructor
34
10
  super();
35
11
  this.input = input;
36
- // End section: command_constructor
37
12
  }
38
- /**
39
- * @internal
40
- */
41
13
  resolveMiddleware(clientStack, configuration, options) {
42
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
43
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +34,3 @@ class UpdateHITReviewStatusCommand extends smithy_client_1.Command {
62
34
  }
63
35
  }
64
36
  exports.UpdateHITReviewStatusCommand = UpdateHITReviewStatusCommand;
65
- //# sourceMappingURL=UpdateHITReviewStatusCommand.js.map
@@ -5,42 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>
10
- * The
11
- * <code>UpdateHITTypeOfHIT</code>
12
- * operation allows you to change the HITType properties of a HIT. This
13
- * operation disassociates the HIT from its old HITType properties and
14
- * associates it with the new HITType properties. The HIT takes on the
15
- * properties of the new HITType in place of the old ones.
16
- * </p>
17
- * @example
18
- * Use a bare-bones client and the command you need to make an API call.
19
- * ```javascript
20
- * import { MTurkClient, UpdateHITTypeOfHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import
21
- * // const { MTurkClient, UpdateHITTypeOfHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
22
- * const client = new MTurkClient(config);
23
- * const command = new UpdateHITTypeOfHITCommand(input);
24
- * const response = await client.send(command);
25
- * ```
26
- *
27
- * @see {@link UpdateHITTypeOfHITCommandInput} for command's `input` shape.
28
- * @see {@link UpdateHITTypeOfHITCommandOutput} for command's `response` shape.
29
- * @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
30
- *
31
- */
32
8
  class UpdateHITTypeOfHITCommand extends smithy_client_1.Command {
33
- // Start section: command_properties
34
- // End section: command_properties
35
9
  constructor(input) {
36
- // Start section: command_constructor
37
10
  super();
38
11
  this.input = input;
39
- // End section: command_constructor
40
12
  }
41
- /**
42
- * @internal
43
- */
44
13
  resolveMiddleware(clientStack, configuration, options) {
45
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
46
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -65,4 +34,3 @@ class UpdateHITTypeOfHITCommand extends smithy_client_1.Command {
65
34
  }
66
35
  }
67
36
  exports.UpdateHITTypeOfHITCommand = UpdateHITTypeOfHITCommand;
68
- //# sourceMappingURL=UpdateHITTypeOfHITCommand.js.map
@@ -5,46 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>
10
- * The <code>UpdateNotificationSettings</code> operation creates, updates,
11
- * disables or re-enables notifications for a HIT type.
12
- * If you call the UpdateNotificationSettings operation for a HIT type that already has a
13
- * notification specification, the operation replaces the old specification with a new one.
14
- * You can call the UpdateNotificationSettings operation to enable or disable notifications
15
- * for the HIT type, without having to modify the notification specification itself by providing
16
- * updates to the Active status without specifying a new notification specification.
17
- * To change the Active status of a HIT type's notifications,
18
- * the HIT type must already have a notification specification,
19
- * or one must be provided in the same call to <code>UpdateNotificationSettings</code>.
20
- * </p>
21
- * @example
22
- * Use a bare-bones client and the command you need to make an API call.
23
- * ```javascript
24
- * import { MTurkClient, UpdateNotificationSettingsCommand } from "@aws-sdk/client-mturk"; // ES Modules import
25
- * // const { MTurkClient, UpdateNotificationSettingsCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
26
- * const client = new MTurkClient(config);
27
- * const command = new UpdateNotificationSettingsCommand(input);
28
- * const response = await client.send(command);
29
- * ```
30
- *
31
- * @see {@link UpdateNotificationSettingsCommandInput} for command's `input` shape.
32
- * @see {@link UpdateNotificationSettingsCommandOutput} for command's `response` shape.
33
- * @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
34
- *
35
- */
36
8
  class UpdateNotificationSettingsCommand extends smithy_client_1.Command {
37
- // Start section: command_properties
38
- // End section: command_properties
39
9
  constructor(input) {
40
- // Start section: command_constructor
41
10
  super();
42
11
  this.input = input;
43
- // End section: command_constructor
44
12
  }
45
- /**
46
- * @internal
47
- */
48
13
  resolveMiddleware(clientStack, configuration, options) {
49
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
50
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -69,4 +34,3 @@ class UpdateNotificationSettingsCommand extends smithy_client_1.Command {
69
34
  }
70
35
  }
71
36
  exports.UpdateNotificationSettingsCommand = UpdateNotificationSettingsCommand;
72
- //# sourceMappingURL=UpdateNotificationSettingsCommand.js.map
@@ -5,67 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>
10
- * The
11
- * <code>UpdateQualificationType</code>
12
- * operation modifies the attributes of an existing Qualification type,
13
- * which is represented by a QualificationType data structure. Only the
14
- * owner of a Qualification type can modify its attributes.
15
- * </p>
16
- * <p> Most attributes of a Qualification type can be changed after
17
- * the type has been created. However, the Name and Keywords fields
18
- * cannot be modified. The RetryDelayInSeconds parameter can be modified
19
- * or added to change the delay or to enable retries, but
20
- * RetryDelayInSeconds cannot be used to disable retries. </p>
21
- * <p> You can use this operation to update the test for a
22
- * Qualification type. The test is updated based on the values specified
23
- * for the Test, TestDurationInSeconds and AnswerKey parameters. All
24
- * three parameters specify the updated test. If you are updating the
25
- * test for a type, you must specify the Test and TestDurationInSeconds
26
- * parameters. The AnswerKey parameter is optional; omitting it specifies
27
- * that the updated test does not have an answer key. </p>
28
- * <p> If you omit the Test parameter, the test for the
29
- * Qualification type is unchanged. There is no way to remove a test from
30
- * a Qualification type that has one. If the type already has a test, you
31
- * cannot update it to be AutoGranted. If the Qualification type does not
32
- * have a test and one is provided by an update, the type will henceforth
33
- * have a test. </p>
34
- * <p> If you want to update the test duration or answer key for an
35
- * existing test without changing the questions, you must specify a Test
36
- * parameter with the original questions, along with the updated values. </p>
37
- * <p> If you provide an updated Test but no AnswerKey, the new test
38
- * will not have an answer key. Requests for such Qualifications must be
39
- * granted manually. </p>
40
- * <p> You can also update the AutoGranted and AutoGrantedValue
41
- * attributes of the Qualification type.</p>
42
- * @example
43
- * Use a bare-bones client and the command you need to make an API call.
44
- * ```javascript
45
- * import { MTurkClient, UpdateQualificationTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import
46
- * // const { MTurkClient, UpdateQualificationTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
47
- * const client = new MTurkClient(config);
48
- * const command = new UpdateQualificationTypeCommand(input);
49
- * const response = await client.send(command);
50
- * ```
51
- *
52
- * @see {@link UpdateQualificationTypeCommandInput} for command's `input` shape.
53
- * @see {@link UpdateQualificationTypeCommandOutput} for command's `response` shape.
54
- * @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
55
- *
56
- */
57
8
  class UpdateQualificationTypeCommand extends smithy_client_1.Command {
58
- // Start section: command_properties
59
- // End section: command_properties
60
9
  constructor(input) {
61
- // Start section: command_constructor
62
10
  super();
63
11
  this.input = input;
64
- // End section: command_constructor
65
12
  }
66
- /**
67
- * @internal
68
- */
69
13
  resolveMiddleware(clientStack, configuration, options) {
70
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
71
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -90,4 +34,3 @@ class UpdateQualificationTypeCommand extends smithy_client_1.Command {
90
34
  }
91
35
  }
92
36
  exports.UpdateQualificationTypeCommand = UpdateQualificationTypeCommand;
93
- //# sourceMappingURL=UpdateQualificationTypeCommand.js.map
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./AcceptQualificationRequestCommand"), exports);
5
+ tslib_1.__exportStar(require("./ApproveAssignmentCommand"), exports);
6
+ tslib_1.__exportStar(require("./AssociateQualificationWithWorkerCommand"), exports);
7
+ tslib_1.__exportStar(require("./CreateAdditionalAssignmentsForHITCommand"), exports);
8
+ tslib_1.__exportStar(require("./CreateHITCommand"), exports);
9
+ tslib_1.__exportStar(require("./CreateHITTypeCommand"), exports);
10
+ tslib_1.__exportStar(require("./CreateHITWithHITTypeCommand"), exports);
11
+ tslib_1.__exportStar(require("./CreateQualificationTypeCommand"), exports);
12
+ tslib_1.__exportStar(require("./CreateWorkerBlockCommand"), exports);
13
+ tslib_1.__exportStar(require("./DeleteHITCommand"), exports);
14
+ tslib_1.__exportStar(require("./DeleteQualificationTypeCommand"), exports);
15
+ tslib_1.__exportStar(require("./DeleteWorkerBlockCommand"), exports);
16
+ tslib_1.__exportStar(require("./DisassociateQualificationFromWorkerCommand"), exports);
17
+ tslib_1.__exportStar(require("./GetAccountBalanceCommand"), exports);
18
+ tslib_1.__exportStar(require("./GetAssignmentCommand"), exports);
19
+ tslib_1.__exportStar(require("./GetFileUploadURLCommand"), exports);
20
+ tslib_1.__exportStar(require("./GetHITCommand"), exports);
21
+ tslib_1.__exportStar(require("./GetQualificationScoreCommand"), exports);
22
+ tslib_1.__exportStar(require("./GetQualificationTypeCommand"), exports);
23
+ tslib_1.__exportStar(require("./ListAssignmentsForHITCommand"), exports);
24
+ tslib_1.__exportStar(require("./ListBonusPaymentsCommand"), exports);
25
+ tslib_1.__exportStar(require("./ListHITsCommand"), exports);
26
+ tslib_1.__exportStar(require("./ListHITsForQualificationTypeCommand"), exports);
27
+ tslib_1.__exportStar(require("./ListQualificationRequestsCommand"), exports);
28
+ tslib_1.__exportStar(require("./ListQualificationTypesCommand"), exports);
29
+ tslib_1.__exportStar(require("./ListReviewPolicyResultsForHITCommand"), exports);
30
+ tslib_1.__exportStar(require("./ListReviewableHITsCommand"), exports);
31
+ tslib_1.__exportStar(require("./ListWorkerBlocksCommand"), exports);
32
+ tslib_1.__exportStar(require("./ListWorkersWithQualificationTypeCommand"), exports);
33
+ tslib_1.__exportStar(require("./NotifyWorkersCommand"), exports);
34
+ tslib_1.__exportStar(require("./RejectAssignmentCommand"), exports);
35
+ tslib_1.__exportStar(require("./RejectQualificationRequestCommand"), exports);
36
+ tslib_1.__exportStar(require("./SendBonusCommand"), exports);
37
+ tslib_1.__exportStar(require("./SendTestEventNotificationCommand"), exports);
38
+ tslib_1.__exportStar(require("./UpdateExpirationForHITCommand"), exports);
39
+ tslib_1.__exportStar(require("./UpdateHITReviewStatusCommand"), exports);
40
+ tslib_1.__exportStar(require("./UpdateHITTypeOfHITCommand"), exports);
41
+ tslib_1.__exportStar(require("./UpdateNotificationSettingsCommand"), exports);
42
+ tslib_1.__exportStar(require("./UpdateQualificationTypeCommand"), exports);
@@ -40,7 +40,7 @@ const partitionHash = {
40
40
  hostname: "mturk-requester.{region}.amazonaws.com.cn",
41
41
  },
42
42
  "aws-iso": {
43
- regions: ["us-iso-east-1"],
43
+ regions: ["us-iso-east-1", "us-iso-west-1"],
44
44
  hostname: "mturk-requester.{region}.c2s.ic.gov",
45
45
  },
46
46
  "aws-iso-b": {
@@ -59,4 +59,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
59
59
  partitionHash,
60
60
  });
61
61
  exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
62
- //# sourceMappingURL=endpoints.js.map
package/dist-cjs/index.js CHANGED
@@ -1,57 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./MTurkClient"), exports);
5
4
  tslib_1.__exportStar(require("./MTurk"), exports);
6
- tslib_1.__exportStar(require("./commands/AcceptQualificationRequestCommand"), exports);
7
- tslib_1.__exportStar(require("./commands/ApproveAssignmentCommand"), exports);
8
- tslib_1.__exportStar(require("./commands/AssociateQualificationWithWorkerCommand"), exports);
9
- tslib_1.__exportStar(require("./commands/CreateAdditionalAssignmentsForHITCommand"), exports);
10
- tslib_1.__exportStar(require("./commands/CreateHITCommand"), exports);
11
- tslib_1.__exportStar(require("./commands/CreateHITTypeCommand"), exports);
12
- tslib_1.__exportStar(require("./commands/CreateHITWithHITTypeCommand"), exports);
13
- tslib_1.__exportStar(require("./commands/CreateQualificationTypeCommand"), exports);
14
- tslib_1.__exportStar(require("./commands/CreateWorkerBlockCommand"), exports);
15
- tslib_1.__exportStar(require("./commands/DeleteHITCommand"), exports);
16
- tslib_1.__exportStar(require("./commands/DeleteQualificationTypeCommand"), exports);
17
- tslib_1.__exportStar(require("./commands/DeleteWorkerBlockCommand"), exports);
18
- tslib_1.__exportStar(require("./commands/DisassociateQualificationFromWorkerCommand"), exports);
19
- tslib_1.__exportStar(require("./commands/GetAccountBalanceCommand"), exports);
20
- tslib_1.__exportStar(require("./commands/GetAssignmentCommand"), exports);
21
- tslib_1.__exportStar(require("./commands/GetFileUploadURLCommand"), exports);
22
- tslib_1.__exportStar(require("./commands/GetHITCommand"), exports);
23
- tslib_1.__exportStar(require("./commands/GetQualificationScoreCommand"), exports);
24
- tslib_1.__exportStar(require("./commands/GetQualificationTypeCommand"), exports);
25
- tslib_1.__exportStar(require("./commands/ListAssignmentsForHITCommand"), exports);
26
- tslib_1.__exportStar(require("./pagination/ListAssignmentsForHITPaginator"), exports);
27
- tslib_1.__exportStar(require("./commands/ListBonusPaymentsCommand"), exports);
28
- tslib_1.__exportStar(require("./pagination/ListBonusPaymentsPaginator"), exports);
29
- tslib_1.__exportStar(require("./commands/ListHITsCommand"), exports);
30
- tslib_1.__exportStar(require("./pagination/ListHITsPaginator"), exports);
31
- tslib_1.__exportStar(require("./commands/ListHITsForQualificationTypeCommand"), exports);
32
- tslib_1.__exportStar(require("./pagination/ListHITsForQualificationTypePaginator"), exports);
33
- tslib_1.__exportStar(require("./commands/ListQualificationRequestsCommand"), exports);
34
- tslib_1.__exportStar(require("./pagination/ListQualificationRequestsPaginator"), exports);
35
- tslib_1.__exportStar(require("./commands/ListQualificationTypesCommand"), exports);
36
- tslib_1.__exportStar(require("./pagination/ListQualificationTypesPaginator"), exports);
37
- tslib_1.__exportStar(require("./commands/ListReviewableHITsCommand"), exports);
38
- tslib_1.__exportStar(require("./pagination/ListReviewableHITsPaginator"), exports);
39
- tslib_1.__exportStar(require("./commands/ListReviewPolicyResultsForHITCommand"), exports);
40
- tslib_1.__exportStar(require("./pagination/ListReviewPolicyResultsForHITPaginator"), exports);
41
- tslib_1.__exportStar(require("./commands/ListWorkerBlocksCommand"), exports);
42
- tslib_1.__exportStar(require("./pagination/ListWorkerBlocksPaginator"), exports);
43
- tslib_1.__exportStar(require("./commands/ListWorkersWithQualificationTypeCommand"), exports);
44
- tslib_1.__exportStar(require("./pagination/ListWorkersWithQualificationTypePaginator"), exports);
45
- tslib_1.__exportStar(require("./commands/NotifyWorkersCommand"), exports);
46
- tslib_1.__exportStar(require("./commands/RejectAssignmentCommand"), exports);
47
- tslib_1.__exportStar(require("./commands/RejectQualificationRequestCommand"), exports);
48
- tslib_1.__exportStar(require("./commands/SendBonusCommand"), exports);
49
- tslib_1.__exportStar(require("./commands/SendTestEventNotificationCommand"), exports);
50
- tslib_1.__exportStar(require("./commands/UpdateExpirationForHITCommand"), exports);
51
- tslib_1.__exportStar(require("./commands/UpdateHITReviewStatusCommand"), exports);
52
- tslib_1.__exportStar(require("./commands/UpdateHITTypeOfHITCommand"), exports);
53
- tslib_1.__exportStar(require("./commands/UpdateNotificationSettingsCommand"), exports);
54
- tslib_1.__exportStar(require("./commands/UpdateQualificationTypeCommand"), exports);
55
- tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
56
- tslib_1.__exportStar(require("./models/index"), exports);
57
- //# sourceMappingURL=index.js.map
5
+ tslib_1.__exportStar(require("./MTurkClient"), exports);
6
+ tslib_1.__exportStar(require("./commands"), exports);
7
+ tslib_1.__exportStar(require("./models"), exports);
8
+ tslib_1.__exportStar(require("./pagination"), exports);
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./models_0"), exports);
5
- //# sourceMappingURL=index.js.map