@aws-sdk/client-mturk 3.169.0 → 3.171.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/MTurk.d.ts +679 -200
- package/dist-types/ts3.4/MTurkClient.d.ts +338 -112
- package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetHITCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +39 -39
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/MTurkServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +836 -1082
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAssignmentsForHITPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBonusPaymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHITsForQualificationTypePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHITsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQualificationRequestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQualificationTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReviewPolicyResultsForHITPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReviewableHITsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkerBlocksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkersWithQualificationTypePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +11 -11
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +473 -119
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,200 +1,679 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AcceptQualificationRequestCommandInput,
|
|
4
|
+
AcceptQualificationRequestCommandOutput,
|
|
5
|
+
} from "./commands/AcceptQualificationRequestCommand";
|
|
6
|
+
import {
|
|
7
|
+
ApproveAssignmentCommandInput,
|
|
8
|
+
ApproveAssignmentCommandOutput,
|
|
9
|
+
} from "./commands/ApproveAssignmentCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociateQualificationWithWorkerCommandInput,
|
|
12
|
+
AssociateQualificationWithWorkerCommandOutput,
|
|
13
|
+
} from "./commands/AssociateQualificationWithWorkerCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateAdditionalAssignmentsForHITCommandInput,
|
|
16
|
+
CreateAdditionalAssignmentsForHITCommandOutput,
|
|
17
|
+
} from "./commands/CreateAdditionalAssignmentsForHITCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateHITCommandInput,
|
|
20
|
+
CreateHITCommandOutput,
|
|
21
|
+
} from "./commands/CreateHITCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateHITTypeCommandInput,
|
|
24
|
+
CreateHITTypeCommandOutput,
|
|
25
|
+
} from "./commands/CreateHITTypeCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateHITWithHITTypeCommandInput,
|
|
28
|
+
CreateHITWithHITTypeCommandOutput,
|
|
29
|
+
} from "./commands/CreateHITWithHITTypeCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateQualificationTypeCommandInput,
|
|
32
|
+
CreateQualificationTypeCommandOutput,
|
|
33
|
+
} from "./commands/CreateQualificationTypeCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateWorkerBlockCommandInput,
|
|
36
|
+
CreateWorkerBlockCommandOutput,
|
|
37
|
+
} from "./commands/CreateWorkerBlockCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteHITCommandInput,
|
|
40
|
+
DeleteHITCommandOutput,
|
|
41
|
+
} from "./commands/DeleteHITCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteQualificationTypeCommandInput,
|
|
44
|
+
DeleteQualificationTypeCommandOutput,
|
|
45
|
+
} from "./commands/DeleteQualificationTypeCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteWorkerBlockCommandInput,
|
|
48
|
+
DeleteWorkerBlockCommandOutput,
|
|
49
|
+
} from "./commands/DeleteWorkerBlockCommand";
|
|
50
|
+
import {
|
|
51
|
+
DisassociateQualificationFromWorkerCommandInput,
|
|
52
|
+
DisassociateQualificationFromWorkerCommandOutput,
|
|
53
|
+
} from "./commands/DisassociateQualificationFromWorkerCommand";
|
|
54
|
+
import {
|
|
55
|
+
GetAccountBalanceCommandInput,
|
|
56
|
+
GetAccountBalanceCommandOutput,
|
|
57
|
+
} from "./commands/GetAccountBalanceCommand";
|
|
58
|
+
import {
|
|
59
|
+
GetAssignmentCommandInput,
|
|
60
|
+
GetAssignmentCommandOutput,
|
|
61
|
+
} from "./commands/GetAssignmentCommand";
|
|
62
|
+
import {
|
|
63
|
+
GetFileUploadURLCommandInput,
|
|
64
|
+
GetFileUploadURLCommandOutput,
|
|
65
|
+
} from "./commands/GetFileUploadURLCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetHITCommandInput,
|
|
68
|
+
GetHITCommandOutput,
|
|
69
|
+
} from "./commands/GetHITCommand";
|
|
70
|
+
import {
|
|
71
|
+
GetQualificationScoreCommandInput,
|
|
72
|
+
GetQualificationScoreCommandOutput,
|
|
73
|
+
} from "./commands/GetQualificationScoreCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetQualificationTypeCommandInput,
|
|
76
|
+
GetQualificationTypeCommandOutput,
|
|
77
|
+
} from "./commands/GetQualificationTypeCommand";
|
|
78
|
+
import {
|
|
79
|
+
ListAssignmentsForHITCommandInput,
|
|
80
|
+
ListAssignmentsForHITCommandOutput,
|
|
81
|
+
} from "./commands/ListAssignmentsForHITCommand";
|
|
82
|
+
import {
|
|
83
|
+
ListBonusPaymentsCommandInput,
|
|
84
|
+
ListBonusPaymentsCommandOutput,
|
|
85
|
+
} from "./commands/ListBonusPaymentsCommand";
|
|
86
|
+
import {
|
|
87
|
+
ListHITsCommandInput,
|
|
88
|
+
ListHITsCommandOutput,
|
|
89
|
+
} from "./commands/ListHITsCommand";
|
|
90
|
+
import {
|
|
91
|
+
ListHITsForQualificationTypeCommandInput,
|
|
92
|
+
ListHITsForQualificationTypeCommandOutput,
|
|
93
|
+
} from "./commands/ListHITsForQualificationTypeCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListQualificationRequestsCommandInput,
|
|
96
|
+
ListQualificationRequestsCommandOutput,
|
|
97
|
+
} from "./commands/ListQualificationRequestsCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListQualificationTypesCommandInput,
|
|
100
|
+
ListQualificationTypesCommandOutput,
|
|
101
|
+
} from "./commands/ListQualificationTypesCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListReviewableHITsCommandInput,
|
|
104
|
+
ListReviewableHITsCommandOutput,
|
|
105
|
+
} from "./commands/ListReviewableHITsCommand";
|
|
106
|
+
import {
|
|
107
|
+
ListReviewPolicyResultsForHITCommandInput,
|
|
108
|
+
ListReviewPolicyResultsForHITCommandOutput,
|
|
109
|
+
} from "./commands/ListReviewPolicyResultsForHITCommand";
|
|
110
|
+
import {
|
|
111
|
+
ListWorkerBlocksCommandInput,
|
|
112
|
+
ListWorkerBlocksCommandOutput,
|
|
113
|
+
} from "./commands/ListWorkerBlocksCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListWorkersWithQualificationTypeCommandInput,
|
|
116
|
+
ListWorkersWithQualificationTypeCommandOutput,
|
|
117
|
+
} from "./commands/ListWorkersWithQualificationTypeCommand";
|
|
118
|
+
import {
|
|
119
|
+
NotifyWorkersCommandInput,
|
|
120
|
+
NotifyWorkersCommandOutput,
|
|
121
|
+
} from "./commands/NotifyWorkersCommand";
|
|
122
|
+
import {
|
|
123
|
+
RejectAssignmentCommandInput,
|
|
124
|
+
RejectAssignmentCommandOutput,
|
|
125
|
+
} from "./commands/RejectAssignmentCommand";
|
|
126
|
+
import {
|
|
127
|
+
RejectQualificationRequestCommandInput,
|
|
128
|
+
RejectQualificationRequestCommandOutput,
|
|
129
|
+
} from "./commands/RejectQualificationRequestCommand";
|
|
130
|
+
import {
|
|
131
|
+
SendBonusCommandInput,
|
|
132
|
+
SendBonusCommandOutput,
|
|
133
|
+
} from "./commands/SendBonusCommand";
|
|
134
|
+
import {
|
|
135
|
+
SendTestEventNotificationCommandInput,
|
|
136
|
+
SendTestEventNotificationCommandOutput,
|
|
137
|
+
} from "./commands/SendTestEventNotificationCommand";
|
|
138
|
+
import {
|
|
139
|
+
UpdateExpirationForHITCommandInput,
|
|
140
|
+
UpdateExpirationForHITCommandOutput,
|
|
141
|
+
} from "./commands/UpdateExpirationForHITCommand";
|
|
142
|
+
import {
|
|
143
|
+
UpdateHITReviewStatusCommandInput,
|
|
144
|
+
UpdateHITReviewStatusCommandOutput,
|
|
145
|
+
} from "./commands/UpdateHITReviewStatusCommand";
|
|
146
|
+
import {
|
|
147
|
+
UpdateHITTypeOfHITCommandInput,
|
|
148
|
+
UpdateHITTypeOfHITCommandOutput,
|
|
149
|
+
} from "./commands/UpdateHITTypeOfHITCommand";
|
|
150
|
+
import {
|
|
151
|
+
UpdateNotificationSettingsCommandInput,
|
|
152
|
+
UpdateNotificationSettingsCommandOutput,
|
|
153
|
+
} from "./commands/UpdateNotificationSettingsCommand";
|
|
154
|
+
import {
|
|
155
|
+
UpdateQualificationTypeCommandInput,
|
|
156
|
+
UpdateQualificationTypeCommandOutput,
|
|
157
|
+
} from "./commands/UpdateQualificationTypeCommand";
|
|
158
|
+
import { MTurkClient } from "./MTurkClient";
|
|
159
|
+
export declare class MTurk extends MTurkClient {
|
|
160
|
+
acceptQualificationRequest(
|
|
161
|
+
args: AcceptQualificationRequestCommandInput,
|
|
162
|
+
options?: __HttpHandlerOptions
|
|
163
|
+
): Promise<AcceptQualificationRequestCommandOutput>;
|
|
164
|
+
acceptQualificationRequest(
|
|
165
|
+
args: AcceptQualificationRequestCommandInput,
|
|
166
|
+
cb: (err: any, data?: AcceptQualificationRequestCommandOutput) => void
|
|
167
|
+
): void;
|
|
168
|
+
acceptQualificationRequest(
|
|
169
|
+
args: AcceptQualificationRequestCommandInput,
|
|
170
|
+
options: __HttpHandlerOptions,
|
|
171
|
+
cb: (err: any, data?: AcceptQualificationRequestCommandOutput) => void
|
|
172
|
+
): void;
|
|
173
|
+
approveAssignment(
|
|
174
|
+
args: ApproveAssignmentCommandInput,
|
|
175
|
+
options?: __HttpHandlerOptions
|
|
176
|
+
): Promise<ApproveAssignmentCommandOutput>;
|
|
177
|
+
approveAssignment(
|
|
178
|
+
args: ApproveAssignmentCommandInput,
|
|
179
|
+
cb: (err: any, data?: ApproveAssignmentCommandOutput) => void
|
|
180
|
+
): void;
|
|
181
|
+
approveAssignment(
|
|
182
|
+
args: ApproveAssignmentCommandInput,
|
|
183
|
+
options: __HttpHandlerOptions,
|
|
184
|
+
cb: (err: any, data?: ApproveAssignmentCommandOutput) => void
|
|
185
|
+
): void;
|
|
186
|
+
associateQualificationWithWorker(
|
|
187
|
+
args: AssociateQualificationWithWorkerCommandInput,
|
|
188
|
+
options?: __HttpHandlerOptions
|
|
189
|
+
): Promise<AssociateQualificationWithWorkerCommandOutput>;
|
|
190
|
+
associateQualificationWithWorker(
|
|
191
|
+
args: AssociateQualificationWithWorkerCommandInput,
|
|
192
|
+
cb: (err: any, data?: AssociateQualificationWithWorkerCommandOutput) => void
|
|
193
|
+
): void;
|
|
194
|
+
associateQualificationWithWorker(
|
|
195
|
+
args: AssociateQualificationWithWorkerCommandInput,
|
|
196
|
+
options: __HttpHandlerOptions,
|
|
197
|
+
cb: (err: any, data?: AssociateQualificationWithWorkerCommandOutput) => void
|
|
198
|
+
): void;
|
|
199
|
+
createAdditionalAssignmentsForHIT(
|
|
200
|
+
args: CreateAdditionalAssignmentsForHITCommandInput,
|
|
201
|
+
options?: __HttpHandlerOptions
|
|
202
|
+
): Promise<CreateAdditionalAssignmentsForHITCommandOutput>;
|
|
203
|
+
createAdditionalAssignmentsForHIT(
|
|
204
|
+
args: CreateAdditionalAssignmentsForHITCommandInput,
|
|
205
|
+
cb: (
|
|
206
|
+
err: any,
|
|
207
|
+
data?: CreateAdditionalAssignmentsForHITCommandOutput
|
|
208
|
+
) => void
|
|
209
|
+
): void;
|
|
210
|
+
createAdditionalAssignmentsForHIT(
|
|
211
|
+
args: CreateAdditionalAssignmentsForHITCommandInput,
|
|
212
|
+
options: __HttpHandlerOptions,
|
|
213
|
+
cb: (
|
|
214
|
+
err: any,
|
|
215
|
+
data?: CreateAdditionalAssignmentsForHITCommandOutput
|
|
216
|
+
) => void
|
|
217
|
+
): void;
|
|
218
|
+
createHIT(
|
|
219
|
+
args: CreateHITCommandInput,
|
|
220
|
+
options?: __HttpHandlerOptions
|
|
221
|
+
): Promise<CreateHITCommandOutput>;
|
|
222
|
+
createHIT(
|
|
223
|
+
args: CreateHITCommandInput,
|
|
224
|
+
cb: (err: any, data?: CreateHITCommandOutput) => void
|
|
225
|
+
): void;
|
|
226
|
+
createHIT(
|
|
227
|
+
args: CreateHITCommandInput,
|
|
228
|
+
options: __HttpHandlerOptions,
|
|
229
|
+
cb: (err: any, data?: CreateHITCommandOutput) => void
|
|
230
|
+
): void;
|
|
231
|
+
createHITType(
|
|
232
|
+
args: CreateHITTypeCommandInput,
|
|
233
|
+
options?: __HttpHandlerOptions
|
|
234
|
+
): Promise<CreateHITTypeCommandOutput>;
|
|
235
|
+
createHITType(
|
|
236
|
+
args: CreateHITTypeCommandInput,
|
|
237
|
+
cb: (err: any, data?: CreateHITTypeCommandOutput) => void
|
|
238
|
+
): void;
|
|
239
|
+
createHITType(
|
|
240
|
+
args: CreateHITTypeCommandInput,
|
|
241
|
+
options: __HttpHandlerOptions,
|
|
242
|
+
cb: (err: any, data?: CreateHITTypeCommandOutput) => void
|
|
243
|
+
): void;
|
|
244
|
+
createHITWithHITType(
|
|
245
|
+
args: CreateHITWithHITTypeCommandInput,
|
|
246
|
+
options?: __HttpHandlerOptions
|
|
247
|
+
): Promise<CreateHITWithHITTypeCommandOutput>;
|
|
248
|
+
createHITWithHITType(
|
|
249
|
+
args: CreateHITWithHITTypeCommandInput,
|
|
250
|
+
cb: (err: any, data?: CreateHITWithHITTypeCommandOutput) => void
|
|
251
|
+
): void;
|
|
252
|
+
createHITWithHITType(
|
|
253
|
+
args: CreateHITWithHITTypeCommandInput,
|
|
254
|
+
options: __HttpHandlerOptions,
|
|
255
|
+
cb: (err: any, data?: CreateHITWithHITTypeCommandOutput) => void
|
|
256
|
+
): void;
|
|
257
|
+
createQualificationType(
|
|
258
|
+
args: CreateQualificationTypeCommandInput,
|
|
259
|
+
options?: __HttpHandlerOptions
|
|
260
|
+
): Promise<CreateQualificationTypeCommandOutput>;
|
|
261
|
+
createQualificationType(
|
|
262
|
+
args: CreateQualificationTypeCommandInput,
|
|
263
|
+
cb: (err: any, data?: CreateQualificationTypeCommandOutput) => void
|
|
264
|
+
): void;
|
|
265
|
+
createQualificationType(
|
|
266
|
+
args: CreateQualificationTypeCommandInput,
|
|
267
|
+
options: __HttpHandlerOptions,
|
|
268
|
+
cb: (err: any, data?: CreateQualificationTypeCommandOutput) => void
|
|
269
|
+
): void;
|
|
270
|
+
createWorkerBlock(
|
|
271
|
+
args: CreateWorkerBlockCommandInput,
|
|
272
|
+
options?: __HttpHandlerOptions
|
|
273
|
+
): Promise<CreateWorkerBlockCommandOutput>;
|
|
274
|
+
createWorkerBlock(
|
|
275
|
+
args: CreateWorkerBlockCommandInput,
|
|
276
|
+
cb: (err: any, data?: CreateWorkerBlockCommandOutput) => void
|
|
277
|
+
): void;
|
|
278
|
+
createWorkerBlock(
|
|
279
|
+
args: CreateWorkerBlockCommandInput,
|
|
280
|
+
options: __HttpHandlerOptions,
|
|
281
|
+
cb: (err: any, data?: CreateWorkerBlockCommandOutput) => void
|
|
282
|
+
): void;
|
|
283
|
+
deleteHIT(
|
|
284
|
+
args: DeleteHITCommandInput,
|
|
285
|
+
options?: __HttpHandlerOptions
|
|
286
|
+
): Promise<DeleteHITCommandOutput>;
|
|
287
|
+
deleteHIT(
|
|
288
|
+
args: DeleteHITCommandInput,
|
|
289
|
+
cb: (err: any, data?: DeleteHITCommandOutput) => void
|
|
290
|
+
): void;
|
|
291
|
+
deleteHIT(
|
|
292
|
+
args: DeleteHITCommandInput,
|
|
293
|
+
options: __HttpHandlerOptions,
|
|
294
|
+
cb: (err: any, data?: DeleteHITCommandOutput) => void
|
|
295
|
+
): void;
|
|
296
|
+
deleteQualificationType(
|
|
297
|
+
args: DeleteQualificationTypeCommandInput,
|
|
298
|
+
options?: __HttpHandlerOptions
|
|
299
|
+
): Promise<DeleteQualificationTypeCommandOutput>;
|
|
300
|
+
deleteQualificationType(
|
|
301
|
+
args: DeleteQualificationTypeCommandInput,
|
|
302
|
+
cb: (err: any, data?: DeleteQualificationTypeCommandOutput) => void
|
|
303
|
+
): void;
|
|
304
|
+
deleteQualificationType(
|
|
305
|
+
args: DeleteQualificationTypeCommandInput,
|
|
306
|
+
options: __HttpHandlerOptions,
|
|
307
|
+
cb: (err: any, data?: DeleteQualificationTypeCommandOutput) => void
|
|
308
|
+
): void;
|
|
309
|
+
deleteWorkerBlock(
|
|
310
|
+
args: DeleteWorkerBlockCommandInput,
|
|
311
|
+
options?: __HttpHandlerOptions
|
|
312
|
+
): Promise<DeleteWorkerBlockCommandOutput>;
|
|
313
|
+
deleteWorkerBlock(
|
|
314
|
+
args: DeleteWorkerBlockCommandInput,
|
|
315
|
+
cb: (err: any, data?: DeleteWorkerBlockCommandOutput) => void
|
|
316
|
+
): void;
|
|
317
|
+
deleteWorkerBlock(
|
|
318
|
+
args: DeleteWorkerBlockCommandInput,
|
|
319
|
+
options: __HttpHandlerOptions,
|
|
320
|
+
cb: (err: any, data?: DeleteWorkerBlockCommandOutput) => void
|
|
321
|
+
): void;
|
|
322
|
+
disassociateQualificationFromWorker(
|
|
323
|
+
args: DisassociateQualificationFromWorkerCommandInput,
|
|
324
|
+
options?: __HttpHandlerOptions
|
|
325
|
+
): Promise<DisassociateQualificationFromWorkerCommandOutput>;
|
|
326
|
+
disassociateQualificationFromWorker(
|
|
327
|
+
args: DisassociateQualificationFromWorkerCommandInput,
|
|
328
|
+
cb: (
|
|
329
|
+
err: any,
|
|
330
|
+
data?: DisassociateQualificationFromWorkerCommandOutput
|
|
331
|
+
) => void
|
|
332
|
+
): void;
|
|
333
|
+
disassociateQualificationFromWorker(
|
|
334
|
+
args: DisassociateQualificationFromWorkerCommandInput,
|
|
335
|
+
options: __HttpHandlerOptions,
|
|
336
|
+
cb: (
|
|
337
|
+
err: any,
|
|
338
|
+
data?: DisassociateQualificationFromWorkerCommandOutput
|
|
339
|
+
) => void
|
|
340
|
+
): void;
|
|
341
|
+
getAccountBalance(
|
|
342
|
+
args: GetAccountBalanceCommandInput,
|
|
343
|
+
options?: __HttpHandlerOptions
|
|
344
|
+
): Promise<GetAccountBalanceCommandOutput>;
|
|
345
|
+
getAccountBalance(
|
|
346
|
+
args: GetAccountBalanceCommandInput,
|
|
347
|
+
cb: (err: any, data?: GetAccountBalanceCommandOutput) => void
|
|
348
|
+
): void;
|
|
349
|
+
getAccountBalance(
|
|
350
|
+
args: GetAccountBalanceCommandInput,
|
|
351
|
+
options: __HttpHandlerOptions,
|
|
352
|
+
cb: (err: any, data?: GetAccountBalanceCommandOutput) => void
|
|
353
|
+
): void;
|
|
354
|
+
getAssignment(
|
|
355
|
+
args: GetAssignmentCommandInput,
|
|
356
|
+
options?: __HttpHandlerOptions
|
|
357
|
+
): Promise<GetAssignmentCommandOutput>;
|
|
358
|
+
getAssignment(
|
|
359
|
+
args: GetAssignmentCommandInput,
|
|
360
|
+
cb: (err: any, data?: GetAssignmentCommandOutput) => void
|
|
361
|
+
): void;
|
|
362
|
+
getAssignment(
|
|
363
|
+
args: GetAssignmentCommandInput,
|
|
364
|
+
options: __HttpHandlerOptions,
|
|
365
|
+
cb: (err: any, data?: GetAssignmentCommandOutput) => void
|
|
366
|
+
): void;
|
|
367
|
+
getFileUploadURL(
|
|
368
|
+
args: GetFileUploadURLCommandInput,
|
|
369
|
+
options?: __HttpHandlerOptions
|
|
370
|
+
): Promise<GetFileUploadURLCommandOutput>;
|
|
371
|
+
getFileUploadURL(
|
|
372
|
+
args: GetFileUploadURLCommandInput,
|
|
373
|
+
cb: (err: any, data?: GetFileUploadURLCommandOutput) => void
|
|
374
|
+
): void;
|
|
375
|
+
getFileUploadURL(
|
|
376
|
+
args: GetFileUploadURLCommandInput,
|
|
377
|
+
options: __HttpHandlerOptions,
|
|
378
|
+
cb: (err: any, data?: GetFileUploadURLCommandOutput) => void
|
|
379
|
+
): void;
|
|
380
|
+
getHIT(
|
|
381
|
+
args: GetHITCommandInput,
|
|
382
|
+
options?: __HttpHandlerOptions
|
|
383
|
+
): Promise<GetHITCommandOutput>;
|
|
384
|
+
getHIT(
|
|
385
|
+
args: GetHITCommandInput,
|
|
386
|
+
cb: (err: any, data?: GetHITCommandOutput) => void
|
|
387
|
+
): void;
|
|
388
|
+
getHIT(
|
|
389
|
+
args: GetHITCommandInput,
|
|
390
|
+
options: __HttpHandlerOptions,
|
|
391
|
+
cb: (err: any, data?: GetHITCommandOutput) => void
|
|
392
|
+
): void;
|
|
393
|
+
getQualificationScore(
|
|
394
|
+
args: GetQualificationScoreCommandInput,
|
|
395
|
+
options?: __HttpHandlerOptions
|
|
396
|
+
): Promise<GetQualificationScoreCommandOutput>;
|
|
397
|
+
getQualificationScore(
|
|
398
|
+
args: GetQualificationScoreCommandInput,
|
|
399
|
+
cb: (err: any, data?: GetQualificationScoreCommandOutput) => void
|
|
400
|
+
): void;
|
|
401
|
+
getQualificationScore(
|
|
402
|
+
args: GetQualificationScoreCommandInput,
|
|
403
|
+
options: __HttpHandlerOptions,
|
|
404
|
+
cb: (err: any, data?: GetQualificationScoreCommandOutput) => void
|
|
405
|
+
): void;
|
|
406
|
+
getQualificationType(
|
|
407
|
+
args: GetQualificationTypeCommandInput,
|
|
408
|
+
options?: __HttpHandlerOptions
|
|
409
|
+
): Promise<GetQualificationTypeCommandOutput>;
|
|
410
|
+
getQualificationType(
|
|
411
|
+
args: GetQualificationTypeCommandInput,
|
|
412
|
+
cb: (err: any, data?: GetQualificationTypeCommandOutput) => void
|
|
413
|
+
): void;
|
|
414
|
+
getQualificationType(
|
|
415
|
+
args: GetQualificationTypeCommandInput,
|
|
416
|
+
options: __HttpHandlerOptions,
|
|
417
|
+
cb: (err: any, data?: GetQualificationTypeCommandOutput) => void
|
|
418
|
+
): void;
|
|
419
|
+
listAssignmentsForHIT(
|
|
420
|
+
args: ListAssignmentsForHITCommandInput,
|
|
421
|
+
options?: __HttpHandlerOptions
|
|
422
|
+
): Promise<ListAssignmentsForHITCommandOutput>;
|
|
423
|
+
listAssignmentsForHIT(
|
|
424
|
+
args: ListAssignmentsForHITCommandInput,
|
|
425
|
+
cb: (err: any, data?: ListAssignmentsForHITCommandOutput) => void
|
|
426
|
+
): void;
|
|
427
|
+
listAssignmentsForHIT(
|
|
428
|
+
args: ListAssignmentsForHITCommandInput,
|
|
429
|
+
options: __HttpHandlerOptions,
|
|
430
|
+
cb: (err: any, data?: ListAssignmentsForHITCommandOutput) => void
|
|
431
|
+
): void;
|
|
432
|
+
listBonusPayments(
|
|
433
|
+
args: ListBonusPaymentsCommandInput,
|
|
434
|
+
options?: __HttpHandlerOptions
|
|
435
|
+
): Promise<ListBonusPaymentsCommandOutput>;
|
|
436
|
+
listBonusPayments(
|
|
437
|
+
args: ListBonusPaymentsCommandInput,
|
|
438
|
+
cb: (err: any, data?: ListBonusPaymentsCommandOutput) => void
|
|
439
|
+
): void;
|
|
440
|
+
listBonusPayments(
|
|
441
|
+
args: ListBonusPaymentsCommandInput,
|
|
442
|
+
options: __HttpHandlerOptions,
|
|
443
|
+
cb: (err: any, data?: ListBonusPaymentsCommandOutput) => void
|
|
444
|
+
): void;
|
|
445
|
+
listHITs(
|
|
446
|
+
args: ListHITsCommandInput,
|
|
447
|
+
options?: __HttpHandlerOptions
|
|
448
|
+
): Promise<ListHITsCommandOutput>;
|
|
449
|
+
listHITs(
|
|
450
|
+
args: ListHITsCommandInput,
|
|
451
|
+
cb: (err: any, data?: ListHITsCommandOutput) => void
|
|
452
|
+
): void;
|
|
453
|
+
listHITs(
|
|
454
|
+
args: ListHITsCommandInput,
|
|
455
|
+
options: __HttpHandlerOptions,
|
|
456
|
+
cb: (err: any, data?: ListHITsCommandOutput) => void
|
|
457
|
+
): void;
|
|
458
|
+
listHITsForQualificationType(
|
|
459
|
+
args: ListHITsForQualificationTypeCommandInput,
|
|
460
|
+
options?: __HttpHandlerOptions
|
|
461
|
+
): Promise<ListHITsForQualificationTypeCommandOutput>;
|
|
462
|
+
listHITsForQualificationType(
|
|
463
|
+
args: ListHITsForQualificationTypeCommandInput,
|
|
464
|
+
cb: (err: any, data?: ListHITsForQualificationTypeCommandOutput) => void
|
|
465
|
+
): void;
|
|
466
|
+
listHITsForQualificationType(
|
|
467
|
+
args: ListHITsForQualificationTypeCommandInput,
|
|
468
|
+
options: __HttpHandlerOptions,
|
|
469
|
+
cb: (err: any, data?: ListHITsForQualificationTypeCommandOutput) => void
|
|
470
|
+
): void;
|
|
471
|
+
listQualificationRequests(
|
|
472
|
+
args: ListQualificationRequestsCommandInput,
|
|
473
|
+
options?: __HttpHandlerOptions
|
|
474
|
+
): Promise<ListQualificationRequestsCommandOutput>;
|
|
475
|
+
listQualificationRequests(
|
|
476
|
+
args: ListQualificationRequestsCommandInput,
|
|
477
|
+
cb: (err: any, data?: ListQualificationRequestsCommandOutput) => void
|
|
478
|
+
): void;
|
|
479
|
+
listQualificationRequests(
|
|
480
|
+
args: ListQualificationRequestsCommandInput,
|
|
481
|
+
options: __HttpHandlerOptions,
|
|
482
|
+
cb: (err: any, data?: ListQualificationRequestsCommandOutput) => void
|
|
483
|
+
): void;
|
|
484
|
+
listQualificationTypes(
|
|
485
|
+
args: ListQualificationTypesCommandInput,
|
|
486
|
+
options?: __HttpHandlerOptions
|
|
487
|
+
): Promise<ListQualificationTypesCommandOutput>;
|
|
488
|
+
listQualificationTypes(
|
|
489
|
+
args: ListQualificationTypesCommandInput,
|
|
490
|
+
cb: (err: any, data?: ListQualificationTypesCommandOutput) => void
|
|
491
|
+
): void;
|
|
492
|
+
listQualificationTypes(
|
|
493
|
+
args: ListQualificationTypesCommandInput,
|
|
494
|
+
options: __HttpHandlerOptions,
|
|
495
|
+
cb: (err: any, data?: ListQualificationTypesCommandOutput) => void
|
|
496
|
+
): void;
|
|
497
|
+
listReviewableHITs(
|
|
498
|
+
args: ListReviewableHITsCommandInput,
|
|
499
|
+
options?: __HttpHandlerOptions
|
|
500
|
+
): Promise<ListReviewableHITsCommandOutput>;
|
|
501
|
+
listReviewableHITs(
|
|
502
|
+
args: ListReviewableHITsCommandInput,
|
|
503
|
+
cb: (err: any, data?: ListReviewableHITsCommandOutput) => void
|
|
504
|
+
): void;
|
|
505
|
+
listReviewableHITs(
|
|
506
|
+
args: ListReviewableHITsCommandInput,
|
|
507
|
+
options: __HttpHandlerOptions,
|
|
508
|
+
cb: (err: any, data?: ListReviewableHITsCommandOutput) => void
|
|
509
|
+
): void;
|
|
510
|
+
listReviewPolicyResultsForHIT(
|
|
511
|
+
args: ListReviewPolicyResultsForHITCommandInput,
|
|
512
|
+
options?: __HttpHandlerOptions
|
|
513
|
+
): Promise<ListReviewPolicyResultsForHITCommandOutput>;
|
|
514
|
+
listReviewPolicyResultsForHIT(
|
|
515
|
+
args: ListReviewPolicyResultsForHITCommandInput,
|
|
516
|
+
cb: (err: any, data?: ListReviewPolicyResultsForHITCommandOutput) => void
|
|
517
|
+
): void;
|
|
518
|
+
listReviewPolicyResultsForHIT(
|
|
519
|
+
args: ListReviewPolicyResultsForHITCommandInput,
|
|
520
|
+
options: __HttpHandlerOptions,
|
|
521
|
+
cb: (err: any, data?: ListReviewPolicyResultsForHITCommandOutput) => void
|
|
522
|
+
): void;
|
|
523
|
+
listWorkerBlocks(
|
|
524
|
+
args: ListWorkerBlocksCommandInput,
|
|
525
|
+
options?: __HttpHandlerOptions
|
|
526
|
+
): Promise<ListWorkerBlocksCommandOutput>;
|
|
527
|
+
listWorkerBlocks(
|
|
528
|
+
args: ListWorkerBlocksCommandInput,
|
|
529
|
+
cb: (err: any, data?: ListWorkerBlocksCommandOutput) => void
|
|
530
|
+
): void;
|
|
531
|
+
listWorkerBlocks(
|
|
532
|
+
args: ListWorkerBlocksCommandInput,
|
|
533
|
+
options: __HttpHandlerOptions,
|
|
534
|
+
cb: (err: any, data?: ListWorkerBlocksCommandOutput) => void
|
|
535
|
+
): void;
|
|
536
|
+
listWorkersWithQualificationType(
|
|
537
|
+
args: ListWorkersWithQualificationTypeCommandInput,
|
|
538
|
+
options?: __HttpHandlerOptions
|
|
539
|
+
): Promise<ListWorkersWithQualificationTypeCommandOutput>;
|
|
540
|
+
listWorkersWithQualificationType(
|
|
541
|
+
args: ListWorkersWithQualificationTypeCommandInput,
|
|
542
|
+
cb: (err: any, data?: ListWorkersWithQualificationTypeCommandOutput) => void
|
|
543
|
+
): void;
|
|
544
|
+
listWorkersWithQualificationType(
|
|
545
|
+
args: ListWorkersWithQualificationTypeCommandInput,
|
|
546
|
+
options: __HttpHandlerOptions,
|
|
547
|
+
cb: (err: any, data?: ListWorkersWithQualificationTypeCommandOutput) => void
|
|
548
|
+
): void;
|
|
549
|
+
notifyWorkers(
|
|
550
|
+
args: NotifyWorkersCommandInput,
|
|
551
|
+
options?: __HttpHandlerOptions
|
|
552
|
+
): Promise<NotifyWorkersCommandOutput>;
|
|
553
|
+
notifyWorkers(
|
|
554
|
+
args: NotifyWorkersCommandInput,
|
|
555
|
+
cb: (err: any, data?: NotifyWorkersCommandOutput) => void
|
|
556
|
+
): void;
|
|
557
|
+
notifyWorkers(
|
|
558
|
+
args: NotifyWorkersCommandInput,
|
|
559
|
+
options: __HttpHandlerOptions,
|
|
560
|
+
cb: (err: any, data?: NotifyWorkersCommandOutput) => void
|
|
561
|
+
): void;
|
|
562
|
+
rejectAssignment(
|
|
563
|
+
args: RejectAssignmentCommandInput,
|
|
564
|
+
options?: __HttpHandlerOptions
|
|
565
|
+
): Promise<RejectAssignmentCommandOutput>;
|
|
566
|
+
rejectAssignment(
|
|
567
|
+
args: RejectAssignmentCommandInput,
|
|
568
|
+
cb: (err: any, data?: RejectAssignmentCommandOutput) => void
|
|
569
|
+
): void;
|
|
570
|
+
rejectAssignment(
|
|
571
|
+
args: RejectAssignmentCommandInput,
|
|
572
|
+
options: __HttpHandlerOptions,
|
|
573
|
+
cb: (err: any, data?: RejectAssignmentCommandOutput) => void
|
|
574
|
+
): void;
|
|
575
|
+
rejectQualificationRequest(
|
|
576
|
+
args: RejectQualificationRequestCommandInput,
|
|
577
|
+
options?: __HttpHandlerOptions
|
|
578
|
+
): Promise<RejectQualificationRequestCommandOutput>;
|
|
579
|
+
rejectQualificationRequest(
|
|
580
|
+
args: RejectQualificationRequestCommandInput,
|
|
581
|
+
cb: (err: any, data?: RejectQualificationRequestCommandOutput) => void
|
|
582
|
+
): void;
|
|
583
|
+
rejectQualificationRequest(
|
|
584
|
+
args: RejectQualificationRequestCommandInput,
|
|
585
|
+
options: __HttpHandlerOptions,
|
|
586
|
+
cb: (err: any, data?: RejectQualificationRequestCommandOutput) => void
|
|
587
|
+
): void;
|
|
588
|
+
sendBonus(
|
|
589
|
+
args: SendBonusCommandInput,
|
|
590
|
+
options?: __HttpHandlerOptions
|
|
591
|
+
): Promise<SendBonusCommandOutput>;
|
|
592
|
+
sendBonus(
|
|
593
|
+
args: SendBonusCommandInput,
|
|
594
|
+
cb: (err: any, data?: SendBonusCommandOutput) => void
|
|
595
|
+
): void;
|
|
596
|
+
sendBonus(
|
|
597
|
+
args: SendBonusCommandInput,
|
|
598
|
+
options: __HttpHandlerOptions,
|
|
599
|
+
cb: (err: any, data?: SendBonusCommandOutput) => void
|
|
600
|
+
): void;
|
|
601
|
+
sendTestEventNotification(
|
|
602
|
+
args: SendTestEventNotificationCommandInput,
|
|
603
|
+
options?: __HttpHandlerOptions
|
|
604
|
+
): Promise<SendTestEventNotificationCommandOutput>;
|
|
605
|
+
sendTestEventNotification(
|
|
606
|
+
args: SendTestEventNotificationCommandInput,
|
|
607
|
+
cb: (err: any, data?: SendTestEventNotificationCommandOutput) => void
|
|
608
|
+
): void;
|
|
609
|
+
sendTestEventNotification(
|
|
610
|
+
args: SendTestEventNotificationCommandInput,
|
|
611
|
+
options: __HttpHandlerOptions,
|
|
612
|
+
cb: (err: any, data?: SendTestEventNotificationCommandOutput) => void
|
|
613
|
+
): void;
|
|
614
|
+
updateExpirationForHIT(
|
|
615
|
+
args: UpdateExpirationForHITCommandInput,
|
|
616
|
+
options?: __HttpHandlerOptions
|
|
617
|
+
): Promise<UpdateExpirationForHITCommandOutput>;
|
|
618
|
+
updateExpirationForHIT(
|
|
619
|
+
args: UpdateExpirationForHITCommandInput,
|
|
620
|
+
cb: (err: any, data?: UpdateExpirationForHITCommandOutput) => void
|
|
621
|
+
): void;
|
|
622
|
+
updateExpirationForHIT(
|
|
623
|
+
args: UpdateExpirationForHITCommandInput,
|
|
624
|
+
options: __HttpHandlerOptions,
|
|
625
|
+
cb: (err: any, data?: UpdateExpirationForHITCommandOutput) => void
|
|
626
|
+
): void;
|
|
627
|
+
updateHITReviewStatus(
|
|
628
|
+
args: UpdateHITReviewStatusCommandInput,
|
|
629
|
+
options?: __HttpHandlerOptions
|
|
630
|
+
): Promise<UpdateHITReviewStatusCommandOutput>;
|
|
631
|
+
updateHITReviewStatus(
|
|
632
|
+
args: UpdateHITReviewStatusCommandInput,
|
|
633
|
+
cb: (err: any, data?: UpdateHITReviewStatusCommandOutput) => void
|
|
634
|
+
): void;
|
|
635
|
+
updateHITReviewStatus(
|
|
636
|
+
args: UpdateHITReviewStatusCommandInput,
|
|
637
|
+
options: __HttpHandlerOptions,
|
|
638
|
+
cb: (err: any, data?: UpdateHITReviewStatusCommandOutput) => void
|
|
639
|
+
): void;
|
|
640
|
+
updateHITTypeOfHIT(
|
|
641
|
+
args: UpdateHITTypeOfHITCommandInput,
|
|
642
|
+
options?: __HttpHandlerOptions
|
|
643
|
+
): Promise<UpdateHITTypeOfHITCommandOutput>;
|
|
644
|
+
updateHITTypeOfHIT(
|
|
645
|
+
args: UpdateHITTypeOfHITCommandInput,
|
|
646
|
+
cb: (err: any, data?: UpdateHITTypeOfHITCommandOutput) => void
|
|
647
|
+
): void;
|
|
648
|
+
updateHITTypeOfHIT(
|
|
649
|
+
args: UpdateHITTypeOfHITCommandInput,
|
|
650
|
+
options: __HttpHandlerOptions,
|
|
651
|
+
cb: (err: any, data?: UpdateHITTypeOfHITCommandOutput) => void
|
|
652
|
+
): void;
|
|
653
|
+
updateNotificationSettings(
|
|
654
|
+
args: UpdateNotificationSettingsCommandInput,
|
|
655
|
+
options?: __HttpHandlerOptions
|
|
656
|
+
): Promise<UpdateNotificationSettingsCommandOutput>;
|
|
657
|
+
updateNotificationSettings(
|
|
658
|
+
args: UpdateNotificationSettingsCommandInput,
|
|
659
|
+
cb: (err: any, data?: UpdateNotificationSettingsCommandOutput) => void
|
|
660
|
+
): void;
|
|
661
|
+
updateNotificationSettings(
|
|
662
|
+
args: UpdateNotificationSettingsCommandInput,
|
|
663
|
+
options: __HttpHandlerOptions,
|
|
664
|
+
cb: (err: any, data?: UpdateNotificationSettingsCommandOutput) => void
|
|
665
|
+
): void;
|
|
666
|
+
updateQualificationType(
|
|
667
|
+
args: UpdateQualificationTypeCommandInput,
|
|
668
|
+
options?: __HttpHandlerOptions
|
|
669
|
+
): Promise<UpdateQualificationTypeCommandOutput>;
|
|
670
|
+
updateQualificationType(
|
|
671
|
+
args: UpdateQualificationTypeCommandInput,
|
|
672
|
+
cb: (err: any, data?: UpdateQualificationTypeCommandOutput) => void
|
|
673
|
+
): void;
|
|
674
|
+
updateQualificationType(
|
|
675
|
+
args: UpdateQualificationTypeCommandInput,
|
|
676
|
+
options: __HttpHandlerOptions,
|
|
677
|
+
cb: (err: any, data?: UpdateQualificationTypeCommandOutput) => void
|
|
678
|
+
): void;
|
|
679
|
+
}
|