@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,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateQualificationTypeRequest,
11
5
  CreateQualificationTypeResponse,
@@ -21,22 +15,16 @@ export interface CreateQualificationTypeCommandInput
21
15
  export interface CreateQualificationTypeCommandOutput
22
16
  extends CreateQualificationTypeResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateQualificationTypeCommand extends $Command<
25
- CreateQualificationTypeCommandInput,
26
- CreateQualificationTypeCommandOutput,
27
- MTurkClientResolvedConfig
28
- > {
29
- readonly input: CreateQualificationTypeCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateQualificationTypeCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MTurkClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateQualificationTypeCommand_base: {
19
+ new (
20
+ input: CreateQualificationTypeCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateQualificationTypeCommandInput,
38
- CreateQualificationTypeCommandOutput
23
+ CreateQualificationTypeCommandOutput,
24
+ MTurkClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateQualificationTypeCommand extends CreateQualificationTypeCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateWorkerBlockRequest,
11
5
  CreateWorkerBlockResponse,
@@ -21,19 +15,16 @@ export interface CreateWorkerBlockCommandInput
21
15
  export interface CreateWorkerBlockCommandOutput
22
16
  extends CreateWorkerBlockResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateWorkerBlockCommand extends $Command<
25
- CreateWorkerBlockCommandInput,
26
- CreateWorkerBlockCommandOutput,
27
- MTurkClientResolvedConfig
28
- > {
29
- readonly input: CreateWorkerBlockCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateWorkerBlockCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MTurkClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateWorkerBlockCommandInput, CreateWorkerBlockCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateWorkerBlockCommand_base: {
19
+ new (
20
+ input: CreateWorkerBlockCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateWorkerBlockCommandInput,
23
+ CreateWorkerBlockCommandOutput,
24
+ MTurkClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateWorkerBlockCommand extends CreateWorkerBlockCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteHITRequest, DeleteHITResponse } from "../models/models_0";
10
4
  import {
11
5
  MTurkClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface DeleteHITCommandInput extends DeleteHITRequest {}
17
11
  export interface DeleteHITCommandOutput
18
12
  extends DeleteHITResponse,
19
13
  __MetadataBearer {}
20
- export declare class DeleteHITCommand extends $Command<
21
- DeleteHITCommandInput,
22
- DeleteHITCommandOutput,
23
- MTurkClientResolvedConfig
24
- > {
25
- readonly input: DeleteHITCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteHITCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: MTurkClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteHITCommandInput, DeleteHITCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteHITCommand_base: {
15
+ new (
16
+ input: DeleteHITCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteHITCommandInput,
19
+ DeleteHITCommandOutput,
20
+ MTurkClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteHITCommand extends DeleteHITCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteQualificationTypeRequest,
11
5
  DeleteQualificationTypeResponse,
@@ -21,22 +15,16 @@ export interface DeleteQualificationTypeCommandInput
21
15
  export interface DeleteQualificationTypeCommandOutput
22
16
  extends DeleteQualificationTypeResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteQualificationTypeCommand extends $Command<
25
- DeleteQualificationTypeCommandInput,
26
- DeleteQualificationTypeCommandOutput,
27
- MTurkClientResolvedConfig
28
- > {
29
- readonly input: DeleteQualificationTypeCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteQualificationTypeCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MTurkClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteQualificationTypeCommand_base: {
19
+ new (
20
+ input: DeleteQualificationTypeCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteQualificationTypeCommandInput,
38
- DeleteQualificationTypeCommandOutput
23
+ DeleteQualificationTypeCommandOutput,
24
+ MTurkClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteQualificationTypeCommand extends DeleteQualificationTypeCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteWorkerBlockRequest,
11
5
  DeleteWorkerBlockResponse,
@@ -21,19 +15,16 @@ export interface DeleteWorkerBlockCommandInput
21
15
  export interface DeleteWorkerBlockCommandOutput
22
16
  extends DeleteWorkerBlockResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteWorkerBlockCommand extends $Command<
25
- DeleteWorkerBlockCommandInput,
26
- DeleteWorkerBlockCommandOutput,
27
- MTurkClientResolvedConfig
28
- > {
29
- readonly input: DeleteWorkerBlockCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteWorkerBlockCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MTurkClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteWorkerBlockCommandInput, DeleteWorkerBlockCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteWorkerBlockCommand_base: {
19
+ new (
20
+ input: DeleteWorkerBlockCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteWorkerBlockCommandInput,
23
+ DeleteWorkerBlockCommandOutput,
24
+ MTurkClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteWorkerBlockCommand extends DeleteWorkerBlockCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DisassociateQualificationFromWorkerRequest,
11
5
  DisassociateQualificationFromWorkerResponse,
@@ -21,22 +15,16 @@ export interface DisassociateQualificationFromWorkerCommandInput
21
15
  export interface DisassociateQualificationFromWorkerCommandOutput
22
16
  extends DisassociateQualificationFromWorkerResponse,
23
17
  __MetadataBearer {}
24
- export declare class DisassociateQualificationFromWorkerCommand extends $Command<
25
- DisassociateQualificationFromWorkerCommandInput,
26
- DisassociateQualificationFromWorkerCommandOutput,
27
- MTurkClientResolvedConfig
28
- > {
29
- readonly input: DisassociateQualificationFromWorkerCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DisassociateQualificationFromWorkerCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MTurkClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DisassociateQualificationFromWorkerCommand_base: {
19
+ new (
20
+ input: DisassociateQualificationFromWorkerCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DisassociateQualificationFromWorkerCommandInput,
38
- DisassociateQualificationFromWorkerCommandOutput
23
+ DisassociateQualificationFromWorkerCommandOutput,
24
+ MTurkClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DisassociateQualificationFromWorkerCommand extends DisassociateQualificationFromWorkerCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetAccountBalanceRequest,
11
5
  GetAccountBalanceResponse,
@@ -21,19 +15,16 @@ export interface GetAccountBalanceCommandInput
21
15
  export interface GetAccountBalanceCommandOutput
22
16
  extends GetAccountBalanceResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetAccountBalanceCommand extends $Command<
25
- GetAccountBalanceCommandInput,
26
- GetAccountBalanceCommandOutput,
27
- MTurkClientResolvedConfig
28
- > {
29
- readonly input: GetAccountBalanceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetAccountBalanceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MTurkClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetAccountBalanceCommandInput, GetAccountBalanceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetAccountBalanceCommand_base: {
19
+ new (
20
+ input: GetAccountBalanceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetAccountBalanceCommandInput,
23
+ GetAccountBalanceCommandOutput,
24
+ MTurkClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetAccountBalanceCommand extends GetAccountBalanceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetAssignmentRequest,
11
5
  GetAssignmentResponse,
@@ -20,19 +14,16 @@ export interface GetAssignmentCommandInput extends GetAssignmentRequest {}
20
14
  export interface GetAssignmentCommandOutput
21
15
  extends GetAssignmentResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetAssignmentCommand extends $Command<
24
- GetAssignmentCommandInput,
25
- GetAssignmentCommandOutput,
26
- MTurkClientResolvedConfig
27
- > {
28
- readonly input: GetAssignmentCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetAssignmentCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MTurkClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetAssignmentCommandInput, GetAssignmentCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetAssignmentCommand_base: {
18
+ new (
19
+ input: GetAssignmentCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetAssignmentCommandInput,
22
+ GetAssignmentCommandOutput,
23
+ MTurkClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetAssignmentCommand extends GetAssignmentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetFileUploadURLRequest,
11
5
  GetFileUploadURLResponse,
@@ -20,19 +14,16 @@ export interface GetFileUploadURLCommandInput extends GetFileUploadURLRequest {}
20
14
  export interface GetFileUploadURLCommandOutput
21
15
  extends GetFileUploadURLResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetFileUploadURLCommand extends $Command<
24
- GetFileUploadURLCommandInput,
25
- GetFileUploadURLCommandOutput,
26
- MTurkClientResolvedConfig
27
- > {
28
- readonly input: GetFileUploadURLCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetFileUploadURLCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MTurkClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetFileUploadURLCommandInput, GetFileUploadURLCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetFileUploadURLCommand_base: {
18
+ new (
19
+ input: GetFileUploadURLCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetFileUploadURLCommandInput,
22
+ GetFileUploadURLCommandOutput,
23
+ MTurkClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetFileUploadURLCommand extends GetFileUploadURLCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetHITRequest, GetHITResponse } from "../models/models_0";
10
4
  import {
11
5
  MTurkClientResolvedConfig,
@@ -15,19 +9,14 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface GetHITCommandInput extends GetHITRequest {}
17
11
  export interface GetHITCommandOutput extends GetHITResponse, __MetadataBearer {}
18
- export declare class GetHITCommand extends $Command<
19
- GetHITCommandInput,
20
- GetHITCommandOutput,
21
- MTurkClientResolvedConfig
22
- > {
23
- readonly input: GetHITCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: GetHITCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: MTurkClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<GetHITCommandInput, GetHITCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const GetHITCommand_base: {
13
+ new (input: GetHITCommandInput): import("@smithy/smithy-client").CommandImpl<
14
+ GetHITCommandInput,
15
+ GetHITCommandOutput,
16
+ MTurkClientResolvedConfig,
17
+ ServiceInputTypes,
18
+ ServiceOutputTypes
19
+ >;
20
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
21
+ };
22
+ export declare class GetHITCommand extends GetHITCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetQualificationScoreRequest,
11
5
  GetQualificationScoreResponse,
@@ -21,22 +15,16 @@ export interface GetQualificationScoreCommandInput
21
15
  export interface GetQualificationScoreCommandOutput
22
16
  extends GetQualificationScoreResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetQualificationScoreCommand extends $Command<
25
- GetQualificationScoreCommandInput,
26
- GetQualificationScoreCommandOutput,
27
- MTurkClientResolvedConfig
28
- > {
29
- readonly input: GetQualificationScoreCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetQualificationScoreCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MTurkClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetQualificationScoreCommand_base: {
19
+ new (
20
+ input: GetQualificationScoreCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetQualificationScoreCommandInput,
38
- GetQualificationScoreCommandOutput
23
+ GetQualificationScoreCommandOutput,
24
+ MTurkClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetQualificationScoreCommand extends GetQualificationScoreCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetQualificationTypeRequest,
11
5
  GetQualificationTypeResponse,
@@ -21,22 +15,16 @@ export interface GetQualificationTypeCommandInput
21
15
  export interface GetQualificationTypeCommandOutput
22
16
  extends GetQualificationTypeResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetQualificationTypeCommand extends $Command<
25
- GetQualificationTypeCommandInput,
26
- GetQualificationTypeCommandOutput,
27
- MTurkClientResolvedConfig
28
- > {
29
- readonly input: GetQualificationTypeCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetQualificationTypeCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MTurkClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetQualificationTypeCommand_base: {
19
+ new (
20
+ input: GetQualificationTypeCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetQualificationTypeCommandInput,
38
- GetQualificationTypeCommandOutput
23
+ GetQualificationTypeCommandOutput,
24
+ MTurkClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetQualificationTypeCommand extends GetQualificationTypeCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListAssignmentsForHITRequest,
11
5
  ListAssignmentsForHITResponse,
@@ -21,22 +15,16 @@ export interface ListAssignmentsForHITCommandInput
21
15
  export interface ListAssignmentsForHITCommandOutput
22
16
  extends ListAssignmentsForHITResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListAssignmentsForHITCommand extends $Command<
25
- ListAssignmentsForHITCommandInput,
26
- ListAssignmentsForHITCommandOutput,
27
- MTurkClientResolvedConfig
28
- > {
29
- readonly input: ListAssignmentsForHITCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListAssignmentsForHITCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MTurkClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListAssignmentsForHITCommand_base: {
19
+ new (
20
+ input: ListAssignmentsForHITCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListAssignmentsForHITCommandInput,
38
- ListAssignmentsForHITCommandOutput
23
+ ListAssignmentsForHITCommandOutput,
24
+ MTurkClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListAssignmentsForHITCommand extends ListAssignmentsForHITCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListBonusPaymentsRequest,
11
5
  ListBonusPaymentsResponse,
@@ -21,19 +15,16 @@ export interface ListBonusPaymentsCommandInput
21
15
  export interface ListBonusPaymentsCommandOutput
22
16
  extends ListBonusPaymentsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListBonusPaymentsCommand extends $Command<
25
- ListBonusPaymentsCommandInput,
26
- ListBonusPaymentsCommandOutput,
27
- MTurkClientResolvedConfig
28
- > {
29
- readonly input: ListBonusPaymentsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListBonusPaymentsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MTurkClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListBonusPaymentsCommandInput, ListBonusPaymentsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListBonusPaymentsCommand_base: {
19
+ new (
20
+ input: ListBonusPaymentsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListBonusPaymentsCommandInput,
23
+ ListBonusPaymentsCommandOutput,
24
+ MTurkClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListBonusPaymentsCommand extends ListBonusPaymentsCommand_base {}