@aws-sdk/client-mturk 3.337.0 → 3.338.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 (169) hide show
  1. package/dist-cjs/MTurkClient.js +2 -1
  2. package/dist-cjs/commands/AcceptQualificationRequestCommand.js +2 -1
  3. package/dist-cjs/commands/ApproveAssignmentCommand.js +2 -1
  4. package/dist-cjs/commands/AssociateQualificationWithWorkerCommand.js +2 -1
  5. package/dist-cjs/commands/CreateAdditionalAssignmentsForHITCommand.js +2 -1
  6. package/dist-cjs/commands/CreateHITCommand.js +2 -1
  7. package/dist-cjs/commands/CreateHITTypeCommand.js +2 -1
  8. package/dist-cjs/commands/CreateHITWithHITTypeCommand.js +2 -1
  9. package/dist-cjs/commands/CreateQualificationTypeCommand.js +2 -1
  10. package/dist-cjs/commands/CreateWorkerBlockCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteHITCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteQualificationTypeCommand.js +2 -1
  13. package/dist-cjs/commands/DeleteWorkerBlockCommand.js +2 -1
  14. package/dist-cjs/commands/DisassociateQualificationFromWorkerCommand.js +2 -1
  15. package/dist-cjs/commands/GetAccountBalanceCommand.js +2 -1
  16. package/dist-cjs/commands/GetAssignmentCommand.js +2 -1
  17. package/dist-cjs/commands/GetFileUploadURLCommand.js +2 -1
  18. package/dist-cjs/commands/GetHITCommand.js +2 -1
  19. package/dist-cjs/commands/GetQualificationScoreCommand.js +2 -1
  20. package/dist-cjs/commands/GetQualificationTypeCommand.js +2 -1
  21. package/dist-cjs/commands/ListAssignmentsForHITCommand.js +2 -1
  22. package/dist-cjs/commands/ListBonusPaymentsCommand.js +2 -1
  23. package/dist-cjs/commands/ListHITsCommand.js +2 -1
  24. package/dist-cjs/commands/ListHITsForQualificationTypeCommand.js +2 -1
  25. package/dist-cjs/commands/ListQualificationRequestsCommand.js +2 -1
  26. package/dist-cjs/commands/ListQualificationTypesCommand.js +2 -1
  27. package/dist-cjs/commands/ListReviewPolicyResultsForHITCommand.js +2 -1
  28. package/dist-cjs/commands/ListReviewableHITsCommand.js +2 -1
  29. package/dist-cjs/commands/ListWorkerBlocksCommand.js +2 -1
  30. package/dist-cjs/commands/ListWorkersWithQualificationTypeCommand.js +2 -1
  31. package/dist-cjs/commands/NotifyWorkersCommand.js +2 -1
  32. package/dist-cjs/commands/RejectAssignmentCommand.js +2 -1
  33. package/dist-cjs/commands/RejectQualificationRequestCommand.js +2 -1
  34. package/dist-cjs/commands/SendBonusCommand.js +2 -1
  35. package/dist-cjs/commands/SendTestEventNotificationCommand.js +2 -1
  36. package/dist-cjs/commands/UpdateExpirationForHITCommand.js +2 -1
  37. package/dist-cjs/commands/UpdateHITReviewStatusCommand.js +2 -1
  38. package/dist-cjs/commands/UpdateHITTypeOfHITCommand.js +2 -1
  39. package/dist-cjs/commands/UpdateNotificationSettingsCommand.js +2 -1
  40. package/dist-cjs/commands/UpdateQualificationTypeCommand.js +2 -1
  41. package/dist-cjs/index.js +2 -2
  42. package/dist-cjs/models/MTurkServiceException.js +2 -1
  43. package/dist-es/MTurkClient.js +1 -0
  44. package/dist-es/commands/AcceptQualificationRequestCommand.js +1 -0
  45. package/dist-es/commands/ApproveAssignmentCommand.js +1 -0
  46. package/dist-es/commands/AssociateQualificationWithWorkerCommand.js +1 -0
  47. package/dist-es/commands/CreateAdditionalAssignmentsForHITCommand.js +1 -0
  48. package/dist-es/commands/CreateHITCommand.js +1 -0
  49. package/dist-es/commands/CreateHITTypeCommand.js +1 -0
  50. package/dist-es/commands/CreateHITWithHITTypeCommand.js +1 -0
  51. package/dist-es/commands/CreateQualificationTypeCommand.js +1 -0
  52. package/dist-es/commands/CreateWorkerBlockCommand.js +1 -0
  53. package/dist-es/commands/DeleteHITCommand.js +1 -0
  54. package/dist-es/commands/DeleteQualificationTypeCommand.js +1 -0
  55. package/dist-es/commands/DeleteWorkerBlockCommand.js +1 -0
  56. package/dist-es/commands/DisassociateQualificationFromWorkerCommand.js +1 -0
  57. package/dist-es/commands/GetAccountBalanceCommand.js +1 -0
  58. package/dist-es/commands/GetAssignmentCommand.js +1 -0
  59. package/dist-es/commands/GetFileUploadURLCommand.js +1 -0
  60. package/dist-es/commands/GetHITCommand.js +1 -0
  61. package/dist-es/commands/GetQualificationScoreCommand.js +1 -0
  62. package/dist-es/commands/GetQualificationTypeCommand.js +1 -0
  63. package/dist-es/commands/ListAssignmentsForHITCommand.js +1 -0
  64. package/dist-es/commands/ListBonusPaymentsCommand.js +1 -0
  65. package/dist-es/commands/ListHITsCommand.js +1 -0
  66. package/dist-es/commands/ListHITsForQualificationTypeCommand.js +1 -0
  67. package/dist-es/commands/ListQualificationRequestsCommand.js +1 -0
  68. package/dist-es/commands/ListQualificationTypesCommand.js +1 -0
  69. package/dist-es/commands/ListReviewPolicyResultsForHITCommand.js +1 -0
  70. package/dist-es/commands/ListReviewableHITsCommand.js +1 -0
  71. package/dist-es/commands/ListWorkerBlocksCommand.js +1 -0
  72. package/dist-es/commands/ListWorkersWithQualificationTypeCommand.js +1 -0
  73. package/dist-es/commands/NotifyWorkersCommand.js +1 -0
  74. package/dist-es/commands/RejectAssignmentCommand.js +1 -0
  75. package/dist-es/commands/RejectQualificationRequestCommand.js +1 -0
  76. package/dist-es/commands/SendBonusCommand.js +1 -0
  77. package/dist-es/commands/SendTestEventNotificationCommand.js +1 -0
  78. package/dist-es/commands/UpdateExpirationForHITCommand.js +1 -0
  79. package/dist-es/commands/UpdateHITReviewStatusCommand.js +1 -0
  80. package/dist-es/commands/UpdateHITTypeOfHITCommand.js +1 -0
  81. package/dist-es/commands/UpdateNotificationSettingsCommand.js +1 -0
  82. package/dist-es/commands/UpdateQualificationTypeCommand.js +1 -0
  83. package/dist-es/index.js +2 -2
  84. package/dist-es/models/MTurkServiceException.js +1 -0
  85. package/dist-types/MTurkClient.d.ts +3 -3
  86. package/dist-types/commands/AcceptQualificationRequestCommand.d.ts +4 -0
  87. package/dist-types/commands/ApproveAssignmentCommand.d.ts +4 -0
  88. package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +4 -0
  89. package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +4 -0
  90. package/dist-types/commands/CreateHITCommand.d.ts +4 -0
  91. package/dist-types/commands/CreateHITTypeCommand.d.ts +4 -0
  92. package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +4 -0
  93. package/dist-types/commands/CreateQualificationTypeCommand.d.ts +4 -0
  94. package/dist-types/commands/CreateWorkerBlockCommand.d.ts +4 -0
  95. package/dist-types/commands/DeleteHITCommand.d.ts +4 -0
  96. package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +4 -0
  97. package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +4 -0
  98. package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +4 -0
  99. package/dist-types/commands/GetAccountBalanceCommand.d.ts +4 -0
  100. package/dist-types/commands/GetAssignmentCommand.d.ts +4 -0
  101. package/dist-types/commands/GetFileUploadURLCommand.d.ts +4 -0
  102. package/dist-types/commands/GetHITCommand.d.ts +4 -0
  103. package/dist-types/commands/GetQualificationScoreCommand.d.ts +4 -0
  104. package/dist-types/commands/GetQualificationTypeCommand.d.ts +4 -0
  105. package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +4 -0
  106. package/dist-types/commands/ListBonusPaymentsCommand.d.ts +4 -0
  107. package/dist-types/commands/ListHITsCommand.d.ts +4 -0
  108. package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +4 -0
  109. package/dist-types/commands/ListQualificationRequestsCommand.d.ts +4 -0
  110. package/dist-types/commands/ListQualificationTypesCommand.d.ts +4 -0
  111. package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +4 -0
  112. package/dist-types/commands/ListReviewableHITsCommand.d.ts +4 -0
  113. package/dist-types/commands/ListWorkerBlocksCommand.d.ts +4 -0
  114. package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +4 -0
  115. package/dist-types/commands/NotifyWorkersCommand.d.ts +4 -0
  116. package/dist-types/commands/RejectAssignmentCommand.d.ts +4 -0
  117. package/dist-types/commands/RejectQualificationRequestCommand.d.ts +4 -0
  118. package/dist-types/commands/SendBonusCommand.d.ts +4 -0
  119. package/dist-types/commands/SendTestEventNotificationCommand.d.ts +4 -0
  120. package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +4 -0
  121. package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +4 -0
  122. package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +4 -0
  123. package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +4 -0
  124. package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +4 -0
  125. package/dist-types/index.d.ts +7 -2
  126. package/dist-types/models/MTurkServiceException.d.ts +1 -0
  127. package/dist-types/ts3.4/MTurkClient.d.ts +3 -3
  128. package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/GetHITCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +1 -0
  148. package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +1 -0
  149. package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +1 -0
  150. package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +1 -0
  151. package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +1 -0
  152. package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +1 -0
  153. package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +1 -0
  154. package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +1 -0
  155. package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +1 -0
  156. package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +1 -0
  157. package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +1 -0
  158. package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +1 -0
  159. package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +1 -0
  160. package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +1 -0
  161. package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +1 -0
  162. package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +1 -0
  163. package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +1 -0
  164. package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +1 -0
  165. package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +1 -0
  166. package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +1 -0
  167. package/dist-types/ts3.4/index.d.ts +2 -2
  168. package/dist-types/ts3.4/models/MTurkServiceException.d.ts +1 -0
  169. package/package.json +28 -28
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListBonusPaymentsRequest, ListBonusPaymentsResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListHITsRequest, ListHITsResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListHITsForQualificationTypeRequest, ListHITsForQualificationTypeResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListQualificationRequestsRequest, ListQualificationRequestsResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListQualificationTypesRequest, ListQualificationTypesResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListReviewPolicyResultsForHITRequest, ListReviewPolicyResultsForHITResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListReviewableHITsRequest, ListReviewableHITsResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListWorkerBlocksRequest, ListWorkerBlocksResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListWorkersWithQualificationTypeRequest, ListWorkersWithQualificationTypeResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { NotifyWorkersRequest, NotifyWorkersResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RejectAssignmentRequest, RejectAssignmentResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RejectQualificationRequestRequest, RejectQualificationRequestResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SendBonusRequest, SendBonusResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SendTestEventNotificationRequest, SendTestEventNotificationResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateExpirationForHITRequest, UpdateExpirationForHITResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateHITReviewStatusRequest, UpdateHITReviewStatusResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateHITTypeOfHITRequest, UpdateHITTypeOfHITResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateNotificationSettingsRequest, UpdateNotificationSettingsResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateQualificationTypeRequest, UpdateQualificationTypeResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,11 @@
1
- export * from "./MTurk";
1
+ /**
2
+ * <fullname>Amazon Mechanical Turk API Reference</fullname>
3
+ *
4
+ * @packageDocumentation
5
+ */
2
6
  export * from "./MTurkClient";
7
+ export * from "./MTurk";
3
8
  export * from "./commands";
4
- export * from "./models";
5
9
  export * from "./pagination";
10
+ export * from "./models";
6
11
  export { MTurkServiceException } from "./models/MTurkServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -207,6 +207,7 @@ import {
207
207
  ClientResolvedEndpointParameters,
208
208
  EndpointParameters,
209
209
  } from "./endpoint/EndpointParameters";
210
+ export { __Client };
210
211
  export type ServiceInputTypes =
211
212
  | AcceptQualificationRequestCommandInput
212
213
  | ApproveAssignmentCommandInput
@@ -311,7 +312,7 @@ export interface ClientDefaults
311
312
  logger?: __Logger;
312
313
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
313
314
  }
314
- type MTurkClientConfigType = Partial<
315
+ export type MTurkClientConfigType = Partial<
315
316
  __SmithyConfiguration<__HttpHandlerOptions>
316
317
  > &
317
318
  ClientDefaults &
@@ -323,7 +324,7 @@ type MTurkClientConfigType = Partial<
323
324
  UserAgentInputConfig &
324
325
  ClientInputEndpointParameters;
325
326
  export interface MTurkClientConfig extends MTurkClientConfigType {}
326
- type MTurkClientResolvedConfigType =
327
+ export type MTurkClientResolvedConfigType =
327
328
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
328
329
  Required<ClientDefaults> &
329
330
  RegionResolvedConfig &
@@ -345,4 +346,3 @@ export declare class MTurkClient extends __Client<
345
346
  constructor(configuration: MTurkClientConfig);
346
347
  destroy(): void;
347
348
  }
348
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AcceptQualificationRequestCommandInput
19
20
  extends AcceptQualificationRequestRequest {}
20
21
  export interface AcceptQualificationRequestCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ApproveAssignmentCommandInput
19
20
  extends ApproveAssignmentRequest {}
20
21
  export interface ApproveAssignmentCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociateQualificationWithWorkerCommandInput
19
20
  extends AssociateQualificationWithWorkerRequest {}
20
21
  export interface AssociateQualificationWithWorkerCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateAdditionalAssignmentsForHITCommandInput
19
20
  extends CreateAdditionalAssignmentsForHITRequest {}
20
21
  export interface CreateAdditionalAssignmentsForHITCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../MTurkClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateHITCommandInput extends CreateHITRequest {}
16
17
  export interface CreateHITCommandOutput
17
18
  extends CreateHITResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateHITTypeCommandInput extends CreateHITTypeRequest {}
19
20
  export interface CreateHITTypeCommandOutput
20
21
  extends CreateHITTypeResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateHITWithHITTypeCommandInput
19
20
  extends CreateHITWithHITTypeRequest {}
20
21
  export interface CreateHITWithHITTypeCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateQualificationTypeCommandInput
19
20
  extends CreateQualificationTypeRequest {}
20
21
  export interface CreateQualificationTypeCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateWorkerBlockCommandInput
19
20
  extends CreateWorkerBlockRequest {}
20
21
  export interface CreateWorkerBlockCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../MTurkClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteHITCommandInput extends DeleteHITRequest {}
16
17
  export interface DeleteHITCommandOutput
17
18
  extends DeleteHITResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteQualificationTypeCommandInput
19
20
  extends DeleteQualificationTypeRequest {}
20
21
  export interface DeleteQualificationTypeCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteWorkerBlockCommandInput
19
20
  extends DeleteWorkerBlockRequest {}
20
21
  export interface DeleteWorkerBlockCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DisassociateQualificationFromWorkerCommandInput
19
20
  extends DisassociateQualificationFromWorkerRequest {}
20
21
  export interface DisassociateQualificationFromWorkerCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetAccountBalanceCommandInput
19
20
  extends GetAccountBalanceRequest {}
20
21
  export interface GetAccountBalanceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetAssignmentCommandInput extends GetAssignmentRequest {}
19
20
  export interface GetAssignmentCommandOutput
20
21
  extends GetAssignmentResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetFileUploadURLCommandInput extends GetFileUploadURLRequest {}
19
20
  export interface GetFileUploadURLCommandOutput
20
21
  extends GetFileUploadURLResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../MTurkClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetHITCommandInput extends GetHITRequest {}
16
17
  export interface GetHITCommandOutput extends GetHITResponse, __MetadataBearer {}
17
18
  export declare class GetHITCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetQualificationScoreCommandInput
19
20
  extends GetQualificationScoreRequest {}
20
21
  export interface GetQualificationScoreCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetQualificationTypeCommandInput
19
20
  extends GetQualificationTypeRequest {}
20
21
  export interface GetQualificationTypeCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListAssignmentsForHITCommandInput
19
20
  extends ListAssignmentsForHITRequest {}
20
21
  export interface ListAssignmentsForHITCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListBonusPaymentsCommandInput
19
20
  extends ListBonusPaymentsRequest {}
20
21
  export interface ListBonusPaymentsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../MTurkClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListHITsCommandInput extends ListHITsRequest {}
16
17
  export interface ListHITsCommandOutput
17
18
  extends ListHITsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListHITsForQualificationTypeCommandInput
19
20
  extends ListHITsForQualificationTypeRequest {}
20
21
  export interface ListHITsForQualificationTypeCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListQualificationRequestsCommandInput
19
20
  extends ListQualificationRequestsRequest {}
20
21
  export interface ListQualificationRequestsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListQualificationTypesCommandInput
19
20
  extends ListQualificationTypesRequest {}
20
21
  export interface ListQualificationTypesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListReviewPolicyResultsForHITCommandInput
19
20
  extends ListReviewPolicyResultsForHITRequest {}
20
21
  export interface ListReviewPolicyResultsForHITCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListReviewableHITsCommandInput
19
20
  extends ListReviewableHITsRequest {}
20
21
  export interface ListReviewableHITsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListWorkerBlocksCommandInput extends ListWorkerBlocksRequest {}
19
20
  export interface ListWorkerBlocksCommandOutput
20
21
  extends ListWorkerBlocksResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListWorkersWithQualificationTypeCommandInput
19
20
  extends ListWorkersWithQualificationTypeRequest {}
20
21
  export interface ListWorkersWithQualificationTypeCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface NotifyWorkersCommandInput extends NotifyWorkersRequest {}
19
20
  export interface NotifyWorkersCommandOutput
20
21
  extends NotifyWorkersResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RejectAssignmentCommandInput extends RejectAssignmentRequest {}
19
20
  export interface RejectAssignmentCommandOutput
20
21
  extends RejectAssignmentResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RejectQualificationRequestCommandInput
19
20
  extends RejectQualificationRequestRequest {}
20
21
  export interface RejectQualificationRequestCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../MTurkClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface SendBonusCommandInput extends SendBonusRequest {}
16
17
  export interface SendBonusCommandOutput
17
18
  extends SendBonusResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface SendTestEventNotificationCommandInput
19
20
  extends SendTestEventNotificationRequest {}
20
21
  export interface SendTestEventNotificationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateExpirationForHITCommandInput
19
20
  extends UpdateExpirationForHITRequest {}
20
21
  export interface UpdateExpirationForHITCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateHITReviewStatusCommandInput
19
20
  extends UpdateHITReviewStatusRequest {}
20
21
  export interface UpdateHITReviewStatusCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateHITTypeOfHITCommandInput
19
20
  extends UpdateHITTypeOfHITRequest {}
20
21
  export interface UpdateHITTypeOfHITCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../MTurkClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateNotificationSettingsCommandInput
19
20
  extends UpdateNotificationSettingsRequest {}
20
21
  export interface UpdateNotificationSettingsCommandOutput