@aws-sdk/client-mturk 3.478.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 (161) 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-es/commands/AcceptQualificationRequestCommand.js +18 -41
  42. package/dist-es/commands/ApproveAssignmentCommand.js +18 -41
  43. package/dist-es/commands/AssociateQualificationWithWorkerCommand.js +18 -41
  44. package/dist-es/commands/CreateAdditionalAssignmentsForHITCommand.js +18 -41
  45. package/dist-es/commands/CreateHITCommand.js +18 -41
  46. package/dist-es/commands/CreateHITTypeCommand.js +18 -41
  47. package/dist-es/commands/CreateHITWithHITTypeCommand.js +18 -41
  48. package/dist-es/commands/CreateQualificationTypeCommand.js +18 -41
  49. package/dist-es/commands/CreateWorkerBlockCommand.js +18 -41
  50. package/dist-es/commands/DeleteHITCommand.js +18 -41
  51. package/dist-es/commands/DeleteQualificationTypeCommand.js +18 -41
  52. package/dist-es/commands/DeleteWorkerBlockCommand.js +18 -41
  53. package/dist-es/commands/DisassociateQualificationFromWorkerCommand.js +18 -41
  54. package/dist-es/commands/GetAccountBalanceCommand.js +18 -41
  55. package/dist-es/commands/GetAssignmentCommand.js +18 -41
  56. package/dist-es/commands/GetFileUploadURLCommand.js +18 -41
  57. package/dist-es/commands/GetHITCommand.js +18 -41
  58. package/dist-es/commands/GetQualificationScoreCommand.js +18 -41
  59. package/dist-es/commands/GetQualificationTypeCommand.js +18 -41
  60. package/dist-es/commands/ListAssignmentsForHITCommand.js +18 -41
  61. package/dist-es/commands/ListBonusPaymentsCommand.js +18 -41
  62. package/dist-es/commands/ListHITsCommand.js +18 -41
  63. package/dist-es/commands/ListHITsForQualificationTypeCommand.js +18 -41
  64. package/dist-es/commands/ListQualificationRequestsCommand.js +18 -41
  65. package/dist-es/commands/ListQualificationTypesCommand.js +18 -41
  66. package/dist-es/commands/ListReviewPolicyResultsForHITCommand.js +18 -41
  67. package/dist-es/commands/ListReviewableHITsCommand.js +18 -41
  68. package/dist-es/commands/ListWorkerBlocksCommand.js +18 -41
  69. package/dist-es/commands/ListWorkersWithQualificationTypeCommand.js +18 -41
  70. package/dist-es/commands/NotifyWorkersCommand.js +18 -41
  71. package/dist-es/commands/RejectAssignmentCommand.js +18 -41
  72. package/dist-es/commands/RejectQualificationRequestCommand.js +18 -41
  73. package/dist-es/commands/SendBonusCommand.js +18 -41
  74. package/dist-es/commands/SendTestEventNotificationCommand.js +18 -41
  75. package/dist-es/commands/UpdateExpirationForHITCommand.js +18 -41
  76. package/dist-es/commands/UpdateHITReviewStatusCommand.js +18 -41
  77. package/dist-es/commands/UpdateHITTypeOfHITCommand.js +18 -41
  78. package/dist-es/commands/UpdateNotificationSettingsCommand.js +18 -41
  79. package/dist-es/commands/UpdateQualificationTypeCommand.js +18 -41
  80. package/dist-es/endpoint/EndpointParameters.js +6 -0
  81. package/dist-types/commands/AcceptQualificationRequestCommand.d.ts +6 -21
  82. package/dist-types/commands/ApproveAssignmentCommand.d.ts +6 -21
  83. package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +6 -21
  84. package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +6 -21
  85. package/dist-types/commands/CreateHITCommand.d.ts +6 -21
  86. package/dist-types/commands/CreateHITTypeCommand.d.ts +6 -21
  87. package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +6 -21
  88. package/dist-types/commands/CreateQualificationTypeCommand.d.ts +6 -21
  89. package/dist-types/commands/CreateWorkerBlockCommand.d.ts +6 -21
  90. package/dist-types/commands/DeleteHITCommand.d.ts +6 -21
  91. package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +6 -21
  92. package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +6 -21
  93. package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +6 -21
  94. package/dist-types/commands/GetAccountBalanceCommand.d.ts +6 -21
  95. package/dist-types/commands/GetAssignmentCommand.d.ts +6 -21
  96. package/dist-types/commands/GetFileUploadURLCommand.d.ts +6 -21
  97. package/dist-types/commands/GetHITCommand.d.ts +6 -21
  98. package/dist-types/commands/GetQualificationScoreCommand.d.ts +6 -21
  99. package/dist-types/commands/GetQualificationTypeCommand.d.ts +6 -21
  100. package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +6 -21
  101. package/dist-types/commands/ListBonusPaymentsCommand.d.ts +6 -21
  102. package/dist-types/commands/ListHITsCommand.d.ts +6 -21
  103. package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +6 -21
  104. package/dist-types/commands/ListQualificationRequestsCommand.d.ts +6 -21
  105. package/dist-types/commands/ListQualificationTypesCommand.d.ts +6 -21
  106. package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +6 -21
  107. package/dist-types/commands/ListReviewableHITsCommand.d.ts +6 -21
  108. package/dist-types/commands/ListWorkerBlocksCommand.d.ts +6 -21
  109. package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +6 -21
  110. package/dist-types/commands/NotifyWorkersCommand.d.ts +6 -21
  111. package/dist-types/commands/RejectAssignmentCommand.d.ts +6 -21
  112. package/dist-types/commands/RejectQualificationRequestCommand.d.ts +6 -21
  113. package/dist-types/commands/SendBonusCommand.d.ts +6 -21
  114. package/dist-types/commands/SendTestEventNotificationCommand.d.ts +6 -21
  115. package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +6 -21
  116. package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +6 -21
  117. package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +6 -21
  118. package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +6 -21
  119. package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +6 -21
  120. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  121. package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +12 -24
  124. package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +12 -24
  129. package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +12 -24
  132. package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +12 -24
  134. package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/GetHITCommand.d.ts +12 -23
  138. package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +12 -24
  139. package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +12 -24
  140. package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +12 -24
  141. package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +12 -24
  144. package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +12 -24
  145. package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +12 -24
  146. package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +12 -24
  147. package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +14 -23
  148. package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +14 -23
  149. package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +12 -24
  150. package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +14 -23
  151. package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +12 -24
  153. package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +14 -23
  154. package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +12 -24
  155. package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +12 -24
  156. package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +12 -24
  157. package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +14 -23
  158. package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +12 -24
  159. package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +12 -24
  160. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  161. package/package.json +9 -9
@@ -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 { ListAssignmentsForHITRequest, ListAssignmentsForHITResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAssignmentsForHITCommandInput extends ListAssignmentsForHIT
21
20
  */
22
21
  export interface ListAssignmentsForHITCommandOutput extends ListAssignmentsForHITResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAssignmentsForHITCommand_base: {
24
+ new (input: ListAssignmentsForHITCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssignmentsForHITCommandInput, ListAssignmentsForHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -105,23 +108,5 @@ export interface ListAssignmentsForHITCommandOutput extends ListAssignmentsForHI
105
108
  * <p>Base exception class for all service exceptions from MTurk service.</p>
106
109
  *
107
110
  */
108
- export declare class ListAssignmentsForHITCommand extends $Command<ListAssignmentsForHITCommandInput, ListAssignmentsForHITCommandOutput, MTurkClientResolvedConfig> {
109
- readonly input: ListAssignmentsForHITCommandInput;
110
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
111
- /**
112
- * @public
113
- */
114
- constructor(input: ListAssignmentsForHITCommandInput);
115
- /**
116
- * @internal
117
- */
118
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssignmentsForHITCommandInput, ListAssignmentsForHITCommandOutput>;
119
- /**
120
- * @internal
121
- */
122
- private serialize;
123
- /**
124
- * @internal
125
- */
126
- private deserialize;
111
+ export declare class ListAssignmentsForHITCommand extends ListAssignmentsForHITCommand_base {
127
112
  }
@@ -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 { ListBonusPaymentsRequest, ListBonusPaymentsResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListBonusPaymentsCommandInput extends ListBonusPaymentsRequest
21
20
  */
22
21
  export interface ListBonusPaymentsCommandOutput extends ListBonusPaymentsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListBonusPaymentsCommand_base: {
24
+ new (input: ListBonusPaymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBonusPaymentsCommandInput, ListBonusPaymentsCommandOutput, 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 ListBonusPaymentsCommandOutput extends ListBonusPaymentsRespons
75
78
  * <p>Base exception class for all service exceptions from MTurk service.</p>
76
79
  *
77
80
  */
78
- export declare class ListBonusPaymentsCommand extends $Command<ListBonusPaymentsCommandInput, ListBonusPaymentsCommandOutput, MTurkClientResolvedConfig> {
79
- readonly input: ListBonusPaymentsCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ListBonusPaymentsCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBonusPaymentsCommandInput, ListBonusPaymentsCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ListBonusPaymentsCommand extends ListBonusPaymentsCommand_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 { ListHITsRequest, ListHITsResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListHITsCommandInput extends ListHITsRequest {
21
20
  */
22
21
  export interface ListHITsCommandOutput extends ListHITsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListHITsCommand_base: {
24
+ new (input: ListHITsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHITsCommandInput, ListHITsCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -106,23 +109,5 @@ export interface ListHITsCommandOutput extends ListHITsResponse, __MetadataBeare
106
109
  * <p>Base exception class for all service exceptions from MTurk service.</p>
107
110
  *
108
111
  */
109
- export declare class ListHITsCommand extends $Command<ListHITsCommandInput, ListHITsCommandOutput, MTurkClientResolvedConfig> {
110
- readonly input: ListHITsCommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: ListHITsCommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHITsCommandInput, ListHITsCommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class ListHITsCommand extends ListHITsCommand_base {
128
113
  }
@@ -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 { ListHITsForQualificationTypeRequest, ListHITsForQualificationTypeResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListHITsForQualificationTypeCommandInput extends ListHITsForQua
21
20
  */
22
21
  export interface ListHITsForQualificationTypeCommandOutput extends ListHITsForQualificationTypeResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListHITsForQualificationTypeCommand_base: {
24
+ new (input: ListHITsForQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<ListHITsForQualificationTypeCommandInput, ListHITsForQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -106,23 +109,5 @@ export interface ListHITsForQualificationTypeCommandOutput extends ListHITsForQu
106
109
  * <p>Base exception class for all service exceptions from MTurk service.</p>
107
110
  *
108
111
  */
109
- export declare class ListHITsForQualificationTypeCommand extends $Command<ListHITsForQualificationTypeCommandInput, ListHITsForQualificationTypeCommandOutput, MTurkClientResolvedConfig> {
110
- readonly input: ListHITsForQualificationTypeCommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: ListHITsForQualificationTypeCommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHITsForQualificationTypeCommandInput, ListHITsForQualificationTypeCommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class ListHITsForQualificationTypeCommand extends ListHITsForQualificationTypeCommand_base {
128
113
  }
@@ -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 { ListQualificationRequestsRequest, ListQualificationRequestsResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListQualificationRequestsCommandInput extends ListQualification
21
20
  */
22
21
  export interface ListQualificationRequestsCommandOutput extends ListQualificationRequestsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListQualificationRequestsCommand_base: {
24
+ new (input: ListQualificationRequestsCommandInput): import("@smithy/smithy-client").CommandImpl<ListQualificationRequestsCommandInput, ListQualificationRequestsCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -77,23 +80,5 @@ export interface ListQualificationRequestsCommandOutput extends ListQualificatio
77
80
  * <p>Base exception class for all service exceptions from MTurk service.</p>
78
81
  *
79
82
  */
80
- export declare class ListQualificationRequestsCommand extends $Command<ListQualificationRequestsCommandInput, ListQualificationRequestsCommandOutput, MTurkClientResolvedConfig> {
81
- readonly input: ListQualificationRequestsCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListQualificationRequestsCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListQualificationRequestsCommandInput, ListQualificationRequestsCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListQualificationRequestsCommand extends ListQualificationRequestsCommand_base {
99
84
  }
@@ -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 { ListQualificationTypesRequest, ListQualificationTypesResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListQualificationTypesCommandInput extends ListQualificationTyp
21
20
  */
22
21
  export interface ListQualificationTypesCommandOutput extends ListQualificationTypesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListQualificationTypesCommand_base: {
24
+ new (input: ListQualificationTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQualificationTypesCommandInput, ListQualificationTypesCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -84,23 +87,5 @@ export interface ListQualificationTypesCommandOutput extends ListQualificationTy
84
87
  * <p>Base exception class for all service exceptions from MTurk service.</p>
85
88
  *
86
89
  */
87
- export declare class ListQualificationTypesCommand extends $Command<ListQualificationTypesCommandInput, ListQualificationTypesCommandOutput, MTurkClientResolvedConfig> {
88
- readonly input: ListQualificationTypesCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: ListQualificationTypesCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListQualificationTypesCommandInput, ListQualificationTypesCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class ListQualificationTypesCommand extends ListQualificationTypesCommand_base {
106
91
  }
@@ -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 { ListReviewPolicyResultsForHITRequest, ListReviewPolicyResultsForHITResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListReviewPolicyResultsForHITCommandInput extends ListReviewPol
21
20
  */
22
21
  export interface ListReviewPolicyResultsForHITCommandOutput extends ListReviewPolicyResultsForHITResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListReviewPolicyResultsForHITCommand_base: {
24
+ new (input: ListReviewPolicyResultsForHITCommandInput): import("@smithy/smithy-client").CommandImpl<ListReviewPolicyResultsForHITCommandInput, ListReviewPolicyResultsForHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -157,23 +160,5 @@ export interface ListReviewPolicyResultsForHITCommandOutput extends ListReviewPo
157
160
  * <p>Base exception class for all service exceptions from MTurk service.</p>
158
161
  *
159
162
  */
160
- export declare class ListReviewPolicyResultsForHITCommand extends $Command<ListReviewPolicyResultsForHITCommandInput, ListReviewPolicyResultsForHITCommandOutput, MTurkClientResolvedConfig> {
161
- readonly input: ListReviewPolicyResultsForHITCommandInput;
162
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
163
- /**
164
- * @public
165
- */
166
- constructor(input: ListReviewPolicyResultsForHITCommandInput);
167
- /**
168
- * @internal
169
- */
170
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReviewPolicyResultsForHITCommandInput, ListReviewPolicyResultsForHITCommandOutput>;
171
- /**
172
- * @internal
173
- */
174
- private serialize;
175
- /**
176
- * @internal
177
- */
178
- private deserialize;
163
+ export declare class ListReviewPolicyResultsForHITCommand extends ListReviewPolicyResultsForHITCommand_base {
179
164
  }
@@ -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 { ListReviewableHITsRequest, ListReviewableHITsResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListReviewableHITsCommandInput extends ListReviewableHITsReques
21
20
  */
22
21
  export interface ListReviewableHITsCommandOutput extends ListReviewableHITsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListReviewableHITsCommand_base: {
24
+ new (input: ListReviewableHITsCommandInput): import("@smithy/smithy-client").CommandImpl<ListReviewableHITsCommandInput, ListReviewableHITsCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -105,23 +108,5 @@ export interface ListReviewableHITsCommandOutput extends ListReviewableHITsRespo
105
108
  * <p>Base exception class for all service exceptions from MTurk service.</p>
106
109
  *
107
110
  */
108
- export declare class ListReviewableHITsCommand extends $Command<ListReviewableHITsCommandInput, ListReviewableHITsCommandOutput, MTurkClientResolvedConfig> {
109
- readonly input: ListReviewableHITsCommandInput;
110
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
111
- /**
112
- * @public
113
- */
114
- constructor(input: ListReviewableHITsCommandInput);
115
- /**
116
- * @internal
117
- */
118
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReviewableHITsCommandInput, ListReviewableHITsCommandOutput>;
119
- /**
120
- * @internal
121
- */
122
- private serialize;
123
- /**
124
- * @internal
125
- */
126
- private deserialize;
111
+ export declare class ListReviewableHITsCommand extends ListReviewableHITsCommand_base {
127
112
  }
@@ -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 { ListWorkerBlocksRequest, ListWorkerBlocksResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListWorkerBlocksCommandInput extends ListWorkerBlocksRequest {
21
20
  */
22
21
  export interface ListWorkerBlocksCommandOutput extends ListWorkerBlocksResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListWorkerBlocksCommand_base: {
24
+ new (input: ListWorkerBlocksCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkerBlocksCommandInput, ListWorkerBlocksCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The <code>ListWorkersBlocks</code> operation retrieves a list of Workers who are blocked from working on your HITs.</p>
@@ -65,23 +68,5 @@ export interface ListWorkerBlocksCommandOutput extends ListWorkerBlocksResponse,
65
68
  * <p>Base exception class for all service exceptions from MTurk service.</p>
66
69
  *
67
70
  */
68
- export declare class ListWorkerBlocksCommand extends $Command<ListWorkerBlocksCommandInput, ListWorkerBlocksCommandOutput, MTurkClientResolvedConfig> {
69
- readonly input: ListWorkerBlocksCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: ListWorkerBlocksCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkerBlocksCommandInput, ListWorkerBlocksCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class ListWorkerBlocksCommand extends ListWorkerBlocksCommand_base {
87
72
  }
@@ -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 { ListWorkersWithQualificationTypeRequest, ListWorkersWithQualificationTypeResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListWorkersWithQualificationTypeCommandInput extends ListWorker
21
20
  */
22
21
  export interface ListWorkersWithQualificationTypeCommandOutput extends ListWorkersWithQualificationTypeResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListWorkersWithQualificationTypeCommand_base: {
24
+ new (input: ListWorkersWithQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkersWithQualificationTypeCommandInput, ListWorkersWithQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -77,23 +80,5 @@ export interface ListWorkersWithQualificationTypeCommandOutput extends ListWorke
77
80
  * <p>Base exception class for all service exceptions from MTurk service.</p>
78
81
  *
79
82
  */
80
- export declare class ListWorkersWithQualificationTypeCommand extends $Command<ListWorkersWithQualificationTypeCommandInput, ListWorkersWithQualificationTypeCommandOutput, MTurkClientResolvedConfig> {
81
- readonly input: ListWorkersWithQualificationTypeCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListWorkersWithQualificationTypeCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkersWithQualificationTypeCommandInput, ListWorkersWithQualificationTypeCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListWorkersWithQualificationTypeCommand extends ListWorkersWithQualificationTypeCommand_base {
99
84
  }
@@ -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 { NotifyWorkersRequest, NotifyWorkersResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface NotifyWorkersCommandInput extends NotifyWorkersRequest {
21
20
  */
22
21
  export interface NotifyWorkersCommandOutput extends NotifyWorkersResponse, __MetadataBearer {
23
22
  }
23
+ declare const NotifyWorkersCommand_base: {
24
+ new (input: NotifyWorkersCommandInput): import("@smithy/smithy-client").CommandImpl<NotifyWorkersCommandInput, NotifyWorkersCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -76,23 +79,5 @@ export interface NotifyWorkersCommandOutput extends NotifyWorkersResponse, __Met
76
79
  * <p>Base exception class for all service exceptions from MTurk service.</p>
77
80
  *
78
81
  */
79
- export declare class NotifyWorkersCommand extends $Command<NotifyWorkersCommandInput, NotifyWorkersCommandOutput, MTurkClientResolvedConfig> {
80
- readonly input: NotifyWorkersCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: NotifyWorkersCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<NotifyWorkersCommandInput, NotifyWorkersCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class NotifyWorkersCommand extends NotifyWorkersCommand_base {
98
83
  }
@@ -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 { RejectAssignmentRequest, RejectAssignmentResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RejectAssignmentCommandInput extends RejectAssignmentRequest {
21
20
  */
22
21
  export interface RejectAssignmentCommandOutput extends RejectAssignmentResponse, __MetadataBearer {
23
22
  }
23
+ declare const RejectAssignmentCommand_base: {
24
+ new (input: RejectAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<RejectAssignmentCommandInput, RejectAssignmentCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -68,23 +71,5 @@ export interface RejectAssignmentCommandOutput extends RejectAssignmentResponse,
68
71
  * <p>Base exception class for all service exceptions from MTurk service.</p>
69
72
  *
70
73
  */
71
- export declare class RejectAssignmentCommand extends $Command<RejectAssignmentCommandInput, RejectAssignmentCommandOutput, MTurkClientResolvedConfig> {
72
- readonly input: RejectAssignmentCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: RejectAssignmentCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectAssignmentCommandInput, RejectAssignmentCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class RejectAssignmentCommand extends RejectAssignmentCommand_base {
90
75
  }
@@ -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 { RejectQualificationRequestRequest, RejectQualificationRequestResponse } from "../models/models_0";
5
4
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RejectQualificationRequestCommandInput extends RejectQualificat
21
20
  */
22
21
  export interface RejectQualificationRequestCommandOutput extends RejectQualificationRequestResponse, __MetadataBearer {
23
22
  }
23
+ declare const RejectQualificationRequestCommand_base: {
24
+ new (input: RejectQualificationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<RejectQualificationRequestCommandInput, RejectQualificationRequestCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -62,23 +65,5 @@ export interface RejectQualificationRequestCommandOutput extends RejectQualifica
62
65
  * <p>Base exception class for all service exceptions from MTurk service.</p>
63
66
  *
64
67
  */
65
- export declare class RejectQualificationRequestCommand extends $Command<RejectQualificationRequestCommandInput, RejectQualificationRequestCommandOutput, MTurkClientResolvedConfig> {
66
- readonly input: RejectQualificationRequestCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: RejectQualificationRequestCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectQualificationRequestCommandInput, RejectQualificationRequestCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class RejectQualificationRequestCommand extends RejectQualificationRequestCommand_base {
84
69
  }
@@ -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
  }