@aws-sdk/client-mturk 3.296.0 → 3.298.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 (136) hide show
  1. package/dist-cjs/commands/AcceptQualificationRequestCommand.js +2 -3
  2. package/dist-cjs/commands/ApproveAssignmentCommand.js +2 -3
  3. package/dist-cjs/commands/AssociateQualificationWithWorkerCommand.js +2 -3
  4. package/dist-cjs/commands/CreateAdditionalAssignmentsForHITCommand.js +2 -3
  5. package/dist-cjs/commands/CreateHITCommand.js +2 -3
  6. package/dist-cjs/commands/CreateHITTypeCommand.js +2 -3
  7. package/dist-cjs/commands/CreateHITWithHITTypeCommand.js +2 -3
  8. package/dist-cjs/commands/CreateQualificationTypeCommand.js +2 -3
  9. package/dist-cjs/commands/CreateWorkerBlockCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteHITCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteQualificationTypeCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteWorkerBlockCommand.js +2 -3
  13. package/dist-cjs/commands/DisassociateQualificationFromWorkerCommand.js +2 -3
  14. package/dist-cjs/commands/GetAccountBalanceCommand.js +2 -3
  15. package/dist-cjs/commands/GetAssignmentCommand.js +2 -3
  16. package/dist-cjs/commands/GetFileUploadURLCommand.js +2 -3
  17. package/dist-cjs/commands/GetHITCommand.js +2 -3
  18. package/dist-cjs/commands/GetQualificationScoreCommand.js +2 -3
  19. package/dist-cjs/commands/GetQualificationTypeCommand.js +2 -3
  20. package/dist-cjs/commands/ListAssignmentsForHITCommand.js +2 -3
  21. package/dist-cjs/commands/ListBonusPaymentsCommand.js +2 -3
  22. package/dist-cjs/commands/ListHITsCommand.js +2 -3
  23. package/dist-cjs/commands/ListHITsForQualificationTypeCommand.js +2 -3
  24. package/dist-cjs/commands/ListQualificationRequestsCommand.js +2 -3
  25. package/dist-cjs/commands/ListQualificationTypesCommand.js +2 -3
  26. package/dist-cjs/commands/ListReviewPolicyResultsForHITCommand.js +2 -3
  27. package/dist-cjs/commands/ListReviewableHITsCommand.js +2 -3
  28. package/dist-cjs/commands/ListWorkerBlocksCommand.js +2 -3
  29. package/dist-cjs/commands/ListWorkersWithQualificationTypeCommand.js +2 -3
  30. package/dist-cjs/commands/NotifyWorkersCommand.js +2 -3
  31. package/dist-cjs/commands/RejectAssignmentCommand.js +2 -3
  32. package/dist-cjs/commands/RejectQualificationRequestCommand.js +2 -3
  33. package/dist-cjs/commands/SendBonusCommand.js +2 -3
  34. package/dist-cjs/commands/SendTestEventNotificationCommand.js +2 -3
  35. package/dist-cjs/commands/UpdateExpirationForHITCommand.js +2 -3
  36. package/dist-cjs/commands/UpdateHITReviewStatusCommand.js +2 -3
  37. package/dist-cjs/commands/UpdateHITTypeOfHITCommand.js +2 -3
  38. package/dist-cjs/commands/UpdateNotificationSettingsCommand.js +2 -3
  39. package/dist-cjs/commands/UpdateQualificationTypeCommand.js +2 -3
  40. package/dist-cjs/models/models_0.js +1 -387
  41. package/dist-es/commands/AcceptQualificationRequestCommand.js +2 -3
  42. package/dist-es/commands/ApproveAssignmentCommand.js +2 -3
  43. package/dist-es/commands/AssociateQualificationWithWorkerCommand.js +2 -3
  44. package/dist-es/commands/CreateAdditionalAssignmentsForHITCommand.js +2 -3
  45. package/dist-es/commands/CreateHITCommand.js +2 -3
  46. package/dist-es/commands/CreateHITTypeCommand.js +2 -3
  47. package/dist-es/commands/CreateHITWithHITTypeCommand.js +2 -3
  48. package/dist-es/commands/CreateQualificationTypeCommand.js +2 -3
  49. package/dist-es/commands/CreateWorkerBlockCommand.js +2 -3
  50. package/dist-es/commands/DeleteHITCommand.js +2 -3
  51. package/dist-es/commands/DeleteQualificationTypeCommand.js +2 -3
  52. package/dist-es/commands/DeleteWorkerBlockCommand.js +2 -3
  53. package/dist-es/commands/DisassociateQualificationFromWorkerCommand.js +2 -3
  54. package/dist-es/commands/GetAccountBalanceCommand.js +2 -3
  55. package/dist-es/commands/GetAssignmentCommand.js +2 -3
  56. package/dist-es/commands/GetFileUploadURLCommand.js +2 -3
  57. package/dist-es/commands/GetHITCommand.js +2 -3
  58. package/dist-es/commands/GetQualificationScoreCommand.js +2 -3
  59. package/dist-es/commands/GetQualificationTypeCommand.js +2 -3
  60. package/dist-es/commands/ListAssignmentsForHITCommand.js +2 -3
  61. package/dist-es/commands/ListBonusPaymentsCommand.js +2 -3
  62. package/dist-es/commands/ListHITsCommand.js +2 -3
  63. package/dist-es/commands/ListHITsForQualificationTypeCommand.js +2 -3
  64. package/dist-es/commands/ListQualificationRequestsCommand.js +2 -3
  65. package/dist-es/commands/ListQualificationTypesCommand.js +2 -3
  66. package/dist-es/commands/ListReviewPolicyResultsForHITCommand.js +2 -3
  67. package/dist-es/commands/ListReviewableHITsCommand.js +2 -3
  68. package/dist-es/commands/ListWorkerBlocksCommand.js +2 -3
  69. package/dist-es/commands/ListWorkersWithQualificationTypeCommand.js +2 -3
  70. package/dist-es/commands/NotifyWorkersCommand.js +2 -3
  71. package/dist-es/commands/RejectAssignmentCommand.js +2 -3
  72. package/dist-es/commands/RejectQualificationRequestCommand.js +2 -3
  73. package/dist-es/commands/SendBonusCommand.js +2 -3
  74. package/dist-es/commands/SendTestEventNotificationCommand.js +2 -3
  75. package/dist-es/commands/UpdateExpirationForHITCommand.js +2 -3
  76. package/dist-es/commands/UpdateHITReviewStatusCommand.js +2 -3
  77. package/dist-es/commands/UpdateHITTypeOfHITCommand.js +2 -3
  78. package/dist-es/commands/UpdateNotificationSettingsCommand.js +2 -3
  79. package/dist-es/commands/UpdateQualificationTypeCommand.js +2 -3
  80. package/dist-es/models/models_0.js +0 -288
  81. package/dist-types/MTurk.d.ts +40 -0
  82. package/dist-types/MTurkClient.d.ts +24 -4
  83. package/dist-types/commands/AcceptQualificationRequestCommand.d.ts +16 -0
  84. package/dist-types/commands/ApproveAssignmentCommand.d.ts +16 -0
  85. package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +16 -0
  86. package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +16 -0
  87. package/dist-types/commands/CreateHITCommand.d.ts +16 -0
  88. package/dist-types/commands/CreateHITTypeCommand.d.ts +16 -0
  89. package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +16 -0
  90. package/dist-types/commands/CreateQualificationTypeCommand.d.ts +16 -0
  91. package/dist-types/commands/CreateWorkerBlockCommand.d.ts +16 -0
  92. package/dist-types/commands/DeleteHITCommand.d.ts +16 -0
  93. package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +16 -0
  94. package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +16 -0
  95. package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +16 -0
  96. package/dist-types/commands/GetAccountBalanceCommand.d.ts +16 -0
  97. package/dist-types/commands/GetAssignmentCommand.d.ts +16 -0
  98. package/dist-types/commands/GetFileUploadURLCommand.d.ts +16 -0
  99. package/dist-types/commands/GetHITCommand.d.ts +16 -0
  100. package/dist-types/commands/GetQualificationScoreCommand.d.ts +16 -0
  101. package/dist-types/commands/GetQualificationTypeCommand.d.ts +16 -0
  102. package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +16 -0
  103. package/dist-types/commands/ListBonusPaymentsCommand.d.ts +16 -0
  104. package/dist-types/commands/ListHITsCommand.d.ts +16 -0
  105. package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +16 -0
  106. package/dist-types/commands/ListQualificationRequestsCommand.d.ts +16 -0
  107. package/dist-types/commands/ListQualificationTypesCommand.d.ts +16 -0
  108. package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +16 -0
  109. package/dist-types/commands/ListReviewableHITsCommand.d.ts +16 -0
  110. package/dist-types/commands/ListWorkerBlocksCommand.d.ts +16 -0
  111. package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +16 -0
  112. package/dist-types/commands/NotifyWorkersCommand.d.ts +16 -0
  113. package/dist-types/commands/RejectAssignmentCommand.d.ts +16 -0
  114. package/dist-types/commands/RejectQualificationRequestCommand.d.ts +16 -0
  115. package/dist-types/commands/SendBonusCommand.d.ts +16 -0
  116. package/dist-types/commands/SendTestEventNotificationCommand.d.ts +16 -0
  117. package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +16 -0
  118. package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +16 -0
  119. package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +16 -0
  120. package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +16 -0
  121. package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +16 -0
  122. package/dist-types/models/MTurkServiceException.d.ts +2 -0
  123. package/dist-types/models/models_0.d.ts +293 -384
  124. package/dist-types/pagination/Interfaces.d.ts +3 -0
  125. package/dist-types/pagination/ListAssignmentsForHITPaginator.d.ts +3 -0
  126. package/dist-types/pagination/ListBonusPaymentsPaginator.d.ts +3 -0
  127. package/dist-types/pagination/ListHITsForQualificationTypePaginator.d.ts +3 -0
  128. package/dist-types/pagination/ListHITsPaginator.d.ts +3 -0
  129. package/dist-types/pagination/ListQualificationRequestsPaginator.d.ts +3 -0
  130. package/dist-types/pagination/ListQualificationTypesPaginator.d.ts +3 -0
  131. package/dist-types/pagination/ListReviewPolicyResultsForHITPaginator.d.ts +3 -0
  132. package/dist-types/pagination/ListReviewableHITsPaginator.d.ts +3 -0
  133. package/dist-types/pagination/ListWorkerBlocksPaginator.d.ts +3 -0
  134. package/dist-types/pagination/ListWorkersWithQualificationTypePaginator.d.ts +3 -0
  135. package/dist-types/ts3.4/models/models_0.d.ts +0 -274
  136. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListQualificationTypesRequest, ListQualificationTypesResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListQualificationTypesCommand}.
8
10
  */
9
11
  export interface ListQualificationTypesCommandInput extends ListQualificationTypesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListQualificationTypesCommand}.
13
17
  */
14
18
  export interface ListQualificationTypesCommandOutput extends ListQualificationTypesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * The
19
24
  * <code>ListQualificationTypes</code>
@@ -30,6 +35,8 @@ export interface ListQualificationTypesCommandOutput extends ListQualificationTy
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param ListQualificationTypesCommandInput - {@link ListQualificationTypesCommandInput}
39
+ * @returns {@link ListQualificationTypesCommandOutput}
33
40
  * @see {@link ListQualificationTypesCommandInput} for command's `input` shape.
34
41
  * @see {@link ListQualificationTypesCommandOutput} for command's `response` shape.
35
42
  * @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
@@ -45,11 +52,20 @@ export interface ListQualificationTypesCommandOutput extends ListQualificationTy
45
52
  export declare class ListQualificationTypesCommand extends $Command<ListQualificationTypesCommandInput, ListQualificationTypesCommandOutput, MTurkClientResolvedConfig> {
46
53
  readonly input: ListQualificationTypesCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: ListQualificationTypesCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListQualificationTypesCommandInput, ListQualificationTypesCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListReviewPolicyResultsForHITRequest, ListReviewPolicyResultsForHITResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListReviewPolicyResultsForHITCommand}.
8
10
  */
9
11
  export interface ListReviewPolicyResultsForHITCommandInput extends ListReviewPolicyResultsForHITRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListReviewPolicyResultsForHITCommand}.
13
17
  */
14
18
  export interface ListReviewPolicyResultsForHITCommandOutput extends ListReviewPolicyResultsForHITResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * The <code>ListReviewPolicyResultsForHIT</code> operation retrieves the computed results
19
24
  * and the actions taken in the course of executing your Review Policies for a given HIT.
@@ -31,6 +36,8 @@ export interface ListReviewPolicyResultsForHITCommandOutput extends ListReviewPo
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param ListReviewPolicyResultsForHITCommandInput - {@link ListReviewPolicyResultsForHITCommandInput}
40
+ * @returns {@link ListReviewPolicyResultsForHITCommandOutput}
34
41
  * @see {@link ListReviewPolicyResultsForHITCommandInput} for command's `input` shape.
35
42
  * @see {@link ListReviewPolicyResultsForHITCommandOutput} for command's `response` shape.
36
43
  * @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListReviewPolicyResultsForHITCommandOutput extends ListReviewPo
46
53
  export declare class ListReviewPolicyResultsForHITCommand extends $Command<ListReviewPolicyResultsForHITCommandInput, ListReviewPolicyResultsForHITCommandOutput, MTurkClientResolvedConfig> {
47
54
  readonly input: ListReviewPolicyResultsForHITCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListReviewPolicyResultsForHITCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReviewPolicyResultsForHITCommandInput, ListReviewPolicyResultsForHITCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListReviewableHITsRequest, ListReviewableHITsResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListReviewableHITsCommand}.
8
10
  */
9
11
  export interface ListReviewableHITsCommandInput extends ListReviewableHITsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListReviewableHITsCommand}.
13
17
  */
14
18
  export interface ListReviewableHITsCommandOutput extends ListReviewableHITsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * The <code>ListReviewableHITs</code> operation retrieves the HITs with Status equal to
19
24
  * Reviewable or Status equal to Reviewing that belong to the Requester calling the operation.
@@ -28,6 +33,8 @@ export interface ListReviewableHITsCommandOutput extends ListReviewableHITsRespo
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListReviewableHITsCommandInput - {@link ListReviewableHITsCommandInput}
37
+ * @returns {@link ListReviewableHITsCommandOutput}
31
38
  * @see {@link ListReviewableHITsCommandInput} for command's `input` shape.
32
39
  * @see {@link ListReviewableHITsCommandOutput} for command's `response` shape.
33
40
  * @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListReviewableHITsCommandOutput extends ListReviewableHITsRespo
43
50
  export declare class ListReviewableHITsCommand extends $Command<ListReviewableHITsCommandInput, ListReviewableHITsCommandOutput, MTurkClientResolvedConfig> {
44
51
  readonly input: ListReviewableHITsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListReviewableHITsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReviewableHITsCommandInput, ListReviewableHITsCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListWorkerBlocksRequest, ListWorkerBlocksResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListWorkerBlocksCommand}.
8
10
  */
9
11
  export interface ListWorkerBlocksCommandInput extends ListWorkerBlocksRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListWorkerBlocksCommand}.
13
17
  */
14
18
  export interface ListWorkerBlocksCommandOutput extends ListWorkerBlocksResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>The <code>ListWorkersBlocks</code> operation retrieves a list of Workers who are blocked from working on your HITs.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListWorkerBlocksCommandOutput extends ListWorkerBlocksResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListWorkerBlocksCommandInput - {@link ListWorkerBlocksCommandInput}
34
+ * @returns {@link ListWorkerBlocksCommandOutput}
28
35
  * @see {@link ListWorkerBlocksCommandInput} for command's `input` shape.
29
36
  * @see {@link ListWorkerBlocksCommandOutput} for command's `response` shape.
30
37
  * @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
@@ -40,11 +47,20 @@ export interface ListWorkerBlocksCommandOutput extends ListWorkerBlocksResponse,
40
47
  export declare class ListWorkerBlocksCommand extends $Command<ListWorkerBlocksCommandInput, ListWorkerBlocksCommandOutput, MTurkClientResolvedConfig> {
41
48
  readonly input: ListWorkerBlocksCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ListWorkerBlocksCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkerBlocksCommandInput, ListWorkerBlocksCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListWorkersWithQualificationTypeRequest, ListWorkersWithQualificationTypeResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListWorkersWithQualificationTypeCommand}.
8
10
  */
9
11
  export interface ListWorkersWithQualificationTypeCommandInput extends ListWorkersWithQualificationTypeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListWorkersWithQualificationTypeCommand}.
13
17
  */
14
18
  export interface ListWorkersWithQualificationTypeCommandOutput extends ListWorkersWithQualificationTypeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * The <code>ListWorkersWithQualificationType</code> operation returns all of the Workers
19
24
  * that have been associated with a given Qualification type.
@@ -28,6 +33,8 @@ export interface ListWorkersWithQualificationTypeCommandOutput extends ListWorke
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListWorkersWithQualificationTypeCommandInput - {@link ListWorkersWithQualificationTypeCommandInput}
37
+ * @returns {@link ListWorkersWithQualificationTypeCommandOutput}
31
38
  * @see {@link ListWorkersWithQualificationTypeCommandInput} for command's `input` shape.
32
39
  * @see {@link ListWorkersWithQualificationTypeCommandOutput} for command's `response` shape.
33
40
  * @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListWorkersWithQualificationTypeCommandOutput extends ListWorke
43
50
  export declare class ListWorkersWithQualificationTypeCommand extends $Command<ListWorkersWithQualificationTypeCommandInput, ListWorkersWithQualificationTypeCommandOutput, MTurkClientResolvedConfig> {
44
51
  readonly input: ListWorkersWithQualificationTypeCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListWorkersWithQualificationTypeCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkersWithQualificationTypeCommandInput, ListWorkersWithQualificationTypeCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { NotifyWorkersRequest, NotifyWorkersResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link NotifyWorkersCommand}.
8
10
  */
9
11
  export interface NotifyWorkersCommandInput extends NotifyWorkersRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link NotifyWorkersCommand}.
13
17
  */
14
18
  export interface NotifyWorkersCommandOutput extends NotifyWorkersResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * The
19
24
  * <code>NotifyWorkers</code>
@@ -34,6 +39,8 @@ export interface NotifyWorkersCommandOutput extends NotifyWorkersResponse, __Met
34
39
  * const response = await client.send(command);
35
40
  * ```
36
41
  *
42
+ * @param NotifyWorkersCommandInput - {@link NotifyWorkersCommandInput}
43
+ * @returns {@link NotifyWorkersCommandOutput}
37
44
  * @see {@link NotifyWorkersCommandInput} for command's `input` shape.
38
45
  * @see {@link NotifyWorkersCommandOutput} for command's `response` shape.
39
46
  * @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
@@ -49,11 +56,20 @@ export interface NotifyWorkersCommandOutput extends NotifyWorkersResponse, __Met
49
56
  export declare class NotifyWorkersCommand extends $Command<NotifyWorkersCommandInput, NotifyWorkersCommandOutput, MTurkClientResolvedConfig> {
50
57
  readonly input: NotifyWorkersCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: NotifyWorkersCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<NotifyWorkersCommandInput, NotifyWorkersCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { RejectAssignmentRequest, RejectAssignmentResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RejectAssignmentCommand}.
8
10
  */
9
11
  export interface RejectAssignmentCommandInput extends RejectAssignmentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RejectAssignmentCommand}.
13
17
  */
14
18
  export interface RejectAssignmentCommandOutput extends RejectAssignmentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * The <code>RejectAssignment</code> operation rejects the results of a completed assignment.
19
24
  * </p>
@@ -37,6 +42,8 @@ export interface RejectAssignmentCommandOutput extends RejectAssignmentResponse,
37
42
  * const response = await client.send(command);
38
43
  * ```
39
44
  *
45
+ * @param RejectAssignmentCommandInput - {@link RejectAssignmentCommandInput}
46
+ * @returns {@link RejectAssignmentCommandOutput}
40
47
  * @see {@link RejectAssignmentCommandInput} for command's `input` shape.
41
48
  * @see {@link RejectAssignmentCommandOutput} for command's `response` shape.
42
49
  * @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
@@ -52,11 +59,20 @@ export interface RejectAssignmentCommandOutput extends RejectAssignmentResponse,
52
59
  export declare class RejectAssignmentCommand extends $Command<RejectAssignmentCommandInput, RejectAssignmentCommandOutput, MTurkClientResolvedConfig> {
53
60
  readonly input: RejectAssignmentCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: RejectAssignmentCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectAssignmentCommandInput, RejectAssignmentCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { RejectQualificationRequestRequest, RejectQualificationRequestResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RejectQualificationRequestCommand}.
8
10
  */
9
11
  export interface RejectQualificationRequestCommandInput extends RejectQualificationRequestRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RejectQualificationRequestCommand}.
13
17
  */
14
18
  export interface RejectQualificationRequestCommandOutput extends RejectQualificationRequestResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * The
19
24
  * <code>RejectQualificationRequest</code>
@@ -31,6 +36,8 @@ export interface RejectQualificationRequestCommandOutput extends RejectQualifica
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param RejectQualificationRequestCommandInput - {@link RejectQualificationRequestCommandInput}
40
+ * @returns {@link RejectQualificationRequestCommandOutput}
34
41
  * @see {@link RejectQualificationRequestCommandInput} for command's `input` shape.
35
42
  * @see {@link RejectQualificationRequestCommandOutput} for command's `response` shape.
36
43
  * @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
@@ -46,11 +53,20 @@ export interface RejectQualificationRequestCommandOutput extends RejectQualifica
46
53
  export declare class RejectQualificationRequestCommand extends $Command<RejectQualificationRequestCommandInput, RejectQualificationRequestCommandOutput, MTurkClientResolvedConfig> {
47
54
  readonly input: RejectQualificationRequestCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: RejectQualificationRequestCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectQualificationRequestCommandInput, RejectQualificationRequestCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { SendBonusRequest, SendBonusResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SendBonusCommand}.
8
10
  */
9
11
  export interface SendBonusCommandInput extends SendBonusRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SendBonusCommand}.
13
17
  */
14
18
  export interface SendBonusCommandOutput extends SendBonusResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * The
19
24
  * <code>SendBonus</code>
@@ -38,6 +43,8 @@ export interface SendBonusCommandOutput extends SendBonusResponse, __MetadataBea
38
43
  * const response = await client.send(command);
39
44
  * ```
40
45
  *
46
+ * @param SendBonusCommandInput - {@link SendBonusCommandInput}
47
+ * @returns {@link SendBonusCommandOutput}
41
48
  * @see {@link SendBonusCommandInput} for command's `input` shape.
42
49
  * @see {@link SendBonusCommandOutput} for command's `response` shape.
43
50
  * @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
@@ -53,11 +60,20 @@ export interface SendBonusCommandOutput extends SendBonusResponse, __MetadataBea
53
60
  export declare class SendBonusCommand extends $Command<SendBonusCommandInput, SendBonusCommandOutput, MTurkClientResolvedConfig> {
54
61
  readonly input: SendBonusCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: SendBonusCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendBonusCommandInput, SendBonusCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { SendTestEventNotificationRequest, SendTestEventNotificationResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SendTestEventNotificationCommand}.
8
10
  */
9
11
  export interface SendTestEventNotificationCommandInput extends SendTestEventNotificationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SendTestEventNotificationCommand}.
13
17
  */
14
18
  export interface SendTestEventNotificationCommandOutput extends SendTestEventNotificationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * The <code>SendTestEventNotification</code> operation causes Amazon Mechanical Turk to send
19
24
  * a notification message as if a HIT event occurred, according to the provided
@@ -31,6 +36,8 @@ export interface SendTestEventNotificationCommandOutput extends SendTestEventNot
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param SendTestEventNotificationCommandInput - {@link SendTestEventNotificationCommandInput}
40
+ * @returns {@link SendTestEventNotificationCommandOutput}
34
41
  * @see {@link SendTestEventNotificationCommandInput} for command's `input` shape.
35
42
  * @see {@link SendTestEventNotificationCommandOutput} for command's `response` shape.
36
43
  * @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
@@ -46,11 +53,20 @@ export interface SendTestEventNotificationCommandOutput extends SendTestEventNot
46
53
  export declare class SendTestEventNotificationCommand extends $Command<SendTestEventNotificationCommandInput, SendTestEventNotificationCommandOutput, MTurkClientResolvedConfig> {
47
54
  readonly input: SendTestEventNotificationCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: SendTestEventNotificationCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendTestEventNotificationCommandInput, SendTestEventNotificationCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateExpirationForHITRequest, UpdateExpirationForHITResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateExpirationForHITCommand}.
8
10
  */
9
11
  export interface UpdateExpirationForHITCommandInput extends UpdateExpirationForHITRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateExpirationForHITCommand}.
13
17
  */
14
18
  export interface UpdateExpirationForHITCommandOutput extends UpdateExpirationForHITResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * The <code>UpdateExpirationForHIT</code> operation allows you update the expiration time of a HIT.
19
24
  * If you update it to a time in the past, the HIT will be immediately expired.
@@ -28,6 +33,8 @@ export interface UpdateExpirationForHITCommandOutput extends UpdateExpirationFor
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param UpdateExpirationForHITCommandInput - {@link UpdateExpirationForHITCommandInput}
37
+ * @returns {@link UpdateExpirationForHITCommandOutput}
31
38
  * @see {@link UpdateExpirationForHITCommandInput} for command's `input` shape.
32
39
  * @see {@link UpdateExpirationForHITCommandOutput} for command's `response` shape.
33
40
  * @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
@@ -43,11 +50,20 @@ export interface UpdateExpirationForHITCommandOutput extends UpdateExpirationFor
43
50
  export declare class UpdateExpirationForHITCommand extends $Command<UpdateExpirationForHITCommandInput, UpdateExpirationForHITCommandOutput, MTurkClientResolvedConfig> {
44
51
  readonly input: UpdateExpirationForHITCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: UpdateExpirationForHITCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateExpirationForHITCommandInput, UpdateExpirationForHITCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateHITReviewStatusRequest, UpdateHITReviewStatusResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateHITReviewStatusCommand}.
8
10
  */
9
11
  export interface UpdateHITReviewStatusCommandInput extends UpdateHITReviewStatusRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateHITReviewStatusCommand}.
13
17
  */
14
18
  export interface UpdateHITReviewStatusCommandOutput extends UpdateHITReviewStatusResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * The <code>UpdateHITReviewStatus</code> operation updates the status of a HIT.
19
24
  * If the status is Reviewable, this operation can update the status to Reviewing,
@@ -29,6 +34,8 @@ export interface UpdateHITReviewStatusCommandOutput extends UpdateHITReviewStatu
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param UpdateHITReviewStatusCommandInput - {@link UpdateHITReviewStatusCommandInput}
38
+ * @returns {@link UpdateHITReviewStatusCommandOutput}
32
39
  * @see {@link UpdateHITReviewStatusCommandInput} for command's `input` shape.
33
40
  * @see {@link UpdateHITReviewStatusCommandOutput} for command's `response` shape.
34
41
  * @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
@@ -44,11 +51,20 @@ export interface UpdateHITReviewStatusCommandOutput extends UpdateHITReviewStatu
44
51
  export declare class UpdateHITReviewStatusCommand extends $Command<UpdateHITReviewStatusCommandInput, UpdateHITReviewStatusCommandOutput, MTurkClientResolvedConfig> {
45
52
  readonly input: UpdateHITReviewStatusCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: UpdateHITReviewStatusCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateHITReviewStatusCommandInput, UpdateHITReviewStatusCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateHITTypeOfHITRequest, UpdateHITTypeOfHITResponse } from "../models/models_0";
5
5
  import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateHITTypeOfHITCommand}.
8
10
  */
9
11
  export interface UpdateHITTypeOfHITCommandInput extends UpdateHITTypeOfHITRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateHITTypeOfHITCommand}.
13
17
  */
14
18
  export interface UpdateHITTypeOfHITCommandOutput extends UpdateHITTypeOfHITResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * The
19
24
  * <code>UpdateHITTypeOfHIT</code>
@@ -32,6 +37,8 @@ export interface UpdateHITTypeOfHITCommandOutput extends UpdateHITTypeOfHITRespo
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param UpdateHITTypeOfHITCommandInput - {@link UpdateHITTypeOfHITCommandInput}
41
+ * @returns {@link UpdateHITTypeOfHITCommandOutput}
35
42
  * @see {@link UpdateHITTypeOfHITCommandInput} for command's `input` shape.
36
43
  * @see {@link UpdateHITTypeOfHITCommandOutput} for command's `response` shape.
37
44
  * @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
@@ -47,11 +54,20 @@ export interface UpdateHITTypeOfHITCommandOutput extends UpdateHITTypeOfHITRespo
47
54
  export declare class UpdateHITTypeOfHITCommand extends $Command<UpdateHITTypeOfHITCommandInput, UpdateHITTypeOfHITCommandOutput, MTurkClientResolvedConfig> {
48
55
  readonly input: UpdateHITTypeOfHITCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: UpdateHITTypeOfHITCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateHITTypeOfHITCommandInput, UpdateHITTypeOfHITCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }