@aws-sdk/client-mturk 3.168.0 → 3.170.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 +718 -200
- package/dist-types/ts3.4/MTurkClient.d.ts +363 -112
- package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetHITCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +41 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1164 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,119 +1,473 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AcceptQualificationRequestCommandInput,
|
|
8
|
+
AcceptQualificationRequestCommandOutput,
|
|
9
|
+
} from "../commands/AcceptQualificationRequestCommand";
|
|
10
|
+
import {
|
|
11
|
+
ApproveAssignmentCommandInput,
|
|
12
|
+
ApproveAssignmentCommandOutput,
|
|
13
|
+
} from "../commands/ApproveAssignmentCommand";
|
|
14
|
+
import {
|
|
15
|
+
AssociateQualificationWithWorkerCommandInput,
|
|
16
|
+
AssociateQualificationWithWorkerCommandOutput,
|
|
17
|
+
} from "../commands/AssociateQualificationWithWorkerCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateAdditionalAssignmentsForHITCommandInput,
|
|
20
|
+
CreateAdditionalAssignmentsForHITCommandOutput,
|
|
21
|
+
} from "../commands/CreateAdditionalAssignmentsForHITCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateHITCommandInput,
|
|
24
|
+
CreateHITCommandOutput,
|
|
25
|
+
} from "../commands/CreateHITCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateHITTypeCommandInput,
|
|
28
|
+
CreateHITTypeCommandOutput,
|
|
29
|
+
} from "../commands/CreateHITTypeCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateHITWithHITTypeCommandInput,
|
|
32
|
+
CreateHITWithHITTypeCommandOutput,
|
|
33
|
+
} from "../commands/CreateHITWithHITTypeCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateQualificationTypeCommandInput,
|
|
36
|
+
CreateQualificationTypeCommandOutput,
|
|
37
|
+
} from "../commands/CreateQualificationTypeCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateWorkerBlockCommandInput,
|
|
40
|
+
CreateWorkerBlockCommandOutput,
|
|
41
|
+
} from "../commands/CreateWorkerBlockCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteHITCommandInput,
|
|
44
|
+
DeleteHITCommandOutput,
|
|
45
|
+
} from "../commands/DeleteHITCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteQualificationTypeCommandInput,
|
|
48
|
+
DeleteQualificationTypeCommandOutput,
|
|
49
|
+
} from "../commands/DeleteQualificationTypeCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteWorkerBlockCommandInput,
|
|
52
|
+
DeleteWorkerBlockCommandOutput,
|
|
53
|
+
} from "../commands/DeleteWorkerBlockCommand";
|
|
54
|
+
import {
|
|
55
|
+
DisassociateQualificationFromWorkerCommandInput,
|
|
56
|
+
DisassociateQualificationFromWorkerCommandOutput,
|
|
57
|
+
} from "../commands/DisassociateQualificationFromWorkerCommand";
|
|
58
|
+
import {
|
|
59
|
+
GetAccountBalanceCommandInput,
|
|
60
|
+
GetAccountBalanceCommandOutput,
|
|
61
|
+
} from "../commands/GetAccountBalanceCommand";
|
|
62
|
+
import {
|
|
63
|
+
GetAssignmentCommandInput,
|
|
64
|
+
GetAssignmentCommandOutput,
|
|
65
|
+
} from "../commands/GetAssignmentCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetFileUploadURLCommandInput,
|
|
68
|
+
GetFileUploadURLCommandOutput,
|
|
69
|
+
} from "../commands/GetFileUploadURLCommand";
|
|
70
|
+
import {
|
|
71
|
+
GetHITCommandInput,
|
|
72
|
+
GetHITCommandOutput,
|
|
73
|
+
} from "../commands/GetHITCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetQualificationScoreCommandInput,
|
|
76
|
+
GetQualificationScoreCommandOutput,
|
|
77
|
+
} from "../commands/GetQualificationScoreCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetQualificationTypeCommandInput,
|
|
80
|
+
GetQualificationTypeCommandOutput,
|
|
81
|
+
} from "../commands/GetQualificationTypeCommand";
|
|
82
|
+
import {
|
|
83
|
+
ListAssignmentsForHITCommandInput,
|
|
84
|
+
ListAssignmentsForHITCommandOutput,
|
|
85
|
+
} from "../commands/ListAssignmentsForHITCommand";
|
|
86
|
+
import {
|
|
87
|
+
ListBonusPaymentsCommandInput,
|
|
88
|
+
ListBonusPaymentsCommandOutput,
|
|
89
|
+
} from "../commands/ListBonusPaymentsCommand";
|
|
90
|
+
import {
|
|
91
|
+
ListHITsCommandInput,
|
|
92
|
+
ListHITsCommandOutput,
|
|
93
|
+
} from "../commands/ListHITsCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListHITsForQualificationTypeCommandInput,
|
|
96
|
+
ListHITsForQualificationTypeCommandOutput,
|
|
97
|
+
} from "../commands/ListHITsForQualificationTypeCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListQualificationRequestsCommandInput,
|
|
100
|
+
ListQualificationRequestsCommandOutput,
|
|
101
|
+
} from "../commands/ListQualificationRequestsCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListQualificationTypesCommandInput,
|
|
104
|
+
ListQualificationTypesCommandOutput,
|
|
105
|
+
} from "../commands/ListQualificationTypesCommand";
|
|
106
|
+
import {
|
|
107
|
+
ListReviewableHITsCommandInput,
|
|
108
|
+
ListReviewableHITsCommandOutput,
|
|
109
|
+
} from "../commands/ListReviewableHITsCommand";
|
|
110
|
+
import {
|
|
111
|
+
ListReviewPolicyResultsForHITCommandInput,
|
|
112
|
+
ListReviewPolicyResultsForHITCommandOutput,
|
|
113
|
+
} from "../commands/ListReviewPolicyResultsForHITCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListWorkerBlocksCommandInput,
|
|
116
|
+
ListWorkerBlocksCommandOutput,
|
|
117
|
+
} from "../commands/ListWorkerBlocksCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListWorkersWithQualificationTypeCommandInput,
|
|
120
|
+
ListWorkersWithQualificationTypeCommandOutput,
|
|
121
|
+
} from "../commands/ListWorkersWithQualificationTypeCommand";
|
|
122
|
+
import {
|
|
123
|
+
NotifyWorkersCommandInput,
|
|
124
|
+
NotifyWorkersCommandOutput,
|
|
125
|
+
} from "../commands/NotifyWorkersCommand";
|
|
126
|
+
import {
|
|
127
|
+
RejectAssignmentCommandInput,
|
|
128
|
+
RejectAssignmentCommandOutput,
|
|
129
|
+
} from "../commands/RejectAssignmentCommand";
|
|
130
|
+
import {
|
|
131
|
+
RejectQualificationRequestCommandInput,
|
|
132
|
+
RejectQualificationRequestCommandOutput,
|
|
133
|
+
} from "../commands/RejectQualificationRequestCommand";
|
|
134
|
+
import {
|
|
135
|
+
SendBonusCommandInput,
|
|
136
|
+
SendBonusCommandOutput,
|
|
137
|
+
} from "../commands/SendBonusCommand";
|
|
138
|
+
import {
|
|
139
|
+
SendTestEventNotificationCommandInput,
|
|
140
|
+
SendTestEventNotificationCommandOutput,
|
|
141
|
+
} from "../commands/SendTestEventNotificationCommand";
|
|
142
|
+
import {
|
|
143
|
+
UpdateExpirationForHITCommandInput,
|
|
144
|
+
UpdateExpirationForHITCommandOutput,
|
|
145
|
+
} from "../commands/UpdateExpirationForHITCommand";
|
|
146
|
+
import {
|
|
147
|
+
UpdateHITReviewStatusCommandInput,
|
|
148
|
+
UpdateHITReviewStatusCommandOutput,
|
|
149
|
+
} from "../commands/UpdateHITReviewStatusCommand";
|
|
150
|
+
import {
|
|
151
|
+
UpdateHITTypeOfHITCommandInput,
|
|
152
|
+
UpdateHITTypeOfHITCommandOutput,
|
|
153
|
+
} from "../commands/UpdateHITTypeOfHITCommand";
|
|
154
|
+
import {
|
|
155
|
+
UpdateNotificationSettingsCommandInput,
|
|
156
|
+
UpdateNotificationSettingsCommandOutput,
|
|
157
|
+
} from "../commands/UpdateNotificationSettingsCommand";
|
|
158
|
+
import {
|
|
159
|
+
UpdateQualificationTypeCommandInput,
|
|
160
|
+
UpdateQualificationTypeCommandOutput,
|
|
161
|
+
} from "../commands/UpdateQualificationTypeCommand";
|
|
162
|
+
export declare const serializeAws_json1_1AcceptQualificationRequestCommand: (
|
|
163
|
+
input: AcceptQualificationRequestCommandInput,
|
|
164
|
+
context: __SerdeContext
|
|
165
|
+
) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const serializeAws_json1_1ApproveAssignmentCommand: (
|
|
167
|
+
input: ApproveAssignmentCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const serializeAws_json1_1AssociateQualificationWithWorkerCommand: (
|
|
171
|
+
input: AssociateQualificationWithWorkerCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const serializeAws_json1_1CreateAdditionalAssignmentsForHITCommand: (
|
|
175
|
+
input: CreateAdditionalAssignmentsForHITCommandInput,
|
|
176
|
+
context: __SerdeContext
|
|
177
|
+
) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const serializeAws_json1_1CreateHITCommand: (
|
|
179
|
+
input: CreateHITCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const serializeAws_json1_1CreateHITTypeCommand: (
|
|
183
|
+
input: CreateHITTypeCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const serializeAws_json1_1CreateHITWithHITTypeCommand: (
|
|
187
|
+
input: CreateHITWithHITTypeCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const serializeAws_json1_1CreateQualificationTypeCommand: (
|
|
191
|
+
input: CreateQualificationTypeCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const serializeAws_json1_1CreateWorkerBlockCommand: (
|
|
195
|
+
input: CreateWorkerBlockCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const serializeAws_json1_1DeleteHITCommand: (
|
|
199
|
+
input: DeleteHITCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const serializeAws_json1_1DeleteQualificationTypeCommand: (
|
|
203
|
+
input: DeleteQualificationTypeCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_json1_1DeleteWorkerBlockCommand: (
|
|
207
|
+
input: DeleteWorkerBlockCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_json1_1DisassociateQualificationFromWorkerCommand: (
|
|
211
|
+
input: DisassociateQualificationFromWorkerCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_json1_1GetAccountBalanceCommand: (
|
|
215
|
+
input: GetAccountBalanceCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_json1_1GetAssignmentCommand: (
|
|
219
|
+
input: GetAssignmentCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_json1_1GetFileUploadURLCommand: (
|
|
223
|
+
input: GetFileUploadURLCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_json1_1GetHITCommand: (
|
|
227
|
+
input: GetHITCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_json1_1GetQualificationScoreCommand: (
|
|
231
|
+
input: GetQualificationScoreCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_json1_1GetQualificationTypeCommand: (
|
|
235
|
+
input: GetQualificationTypeCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_json1_1ListAssignmentsForHITCommand: (
|
|
239
|
+
input: ListAssignmentsForHITCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_json1_1ListBonusPaymentsCommand: (
|
|
243
|
+
input: ListBonusPaymentsCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_json1_1ListHITsCommand: (
|
|
247
|
+
input: ListHITsCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_json1_1ListHITsForQualificationTypeCommand: (
|
|
251
|
+
input: ListHITsForQualificationTypeCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_json1_1ListQualificationRequestsCommand: (
|
|
255
|
+
input: ListQualificationRequestsCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_json1_1ListQualificationTypesCommand: (
|
|
259
|
+
input: ListQualificationTypesCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_json1_1ListReviewableHITsCommand: (
|
|
263
|
+
input: ListReviewableHITsCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_json1_1ListReviewPolicyResultsForHITCommand: (
|
|
267
|
+
input: ListReviewPolicyResultsForHITCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_json1_1ListWorkerBlocksCommand: (
|
|
271
|
+
input: ListWorkerBlocksCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_json1_1ListWorkersWithQualificationTypeCommand: (
|
|
275
|
+
input: ListWorkersWithQualificationTypeCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_json1_1NotifyWorkersCommand: (
|
|
279
|
+
input: NotifyWorkersCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_json1_1RejectAssignmentCommand: (
|
|
283
|
+
input: RejectAssignmentCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_json1_1RejectQualificationRequestCommand: (
|
|
287
|
+
input: RejectQualificationRequestCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_json1_1SendBonusCommand: (
|
|
291
|
+
input: SendBonusCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_json1_1SendTestEventNotificationCommand: (
|
|
295
|
+
input: SendTestEventNotificationCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_json1_1UpdateExpirationForHITCommand: (
|
|
299
|
+
input: UpdateExpirationForHITCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_json1_1UpdateHITReviewStatusCommand: (
|
|
303
|
+
input: UpdateHITReviewStatusCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_json1_1UpdateHITTypeOfHITCommand: (
|
|
307
|
+
input: UpdateHITTypeOfHITCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_json1_1UpdateNotificationSettingsCommand: (
|
|
311
|
+
input: UpdateNotificationSettingsCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_json1_1UpdateQualificationTypeCommand: (
|
|
315
|
+
input: UpdateQualificationTypeCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const deserializeAws_json1_1AcceptQualificationRequestCommand: (
|
|
319
|
+
output: __HttpResponse,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<AcceptQualificationRequestCommandOutput>;
|
|
322
|
+
export declare const deserializeAws_json1_1ApproveAssignmentCommand: (
|
|
323
|
+
output: __HttpResponse,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<ApproveAssignmentCommandOutput>;
|
|
326
|
+
export declare const deserializeAws_json1_1AssociateQualificationWithWorkerCommand: (
|
|
327
|
+
output: __HttpResponse,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<AssociateQualificationWithWorkerCommandOutput>;
|
|
330
|
+
export declare const deserializeAws_json1_1CreateAdditionalAssignmentsForHITCommand: (
|
|
331
|
+
output: __HttpResponse,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<CreateAdditionalAssignmentsForHITCommandOutput>;
|
|
334
|
+
export declare const deserializeAws_json1_1CreateHITCommand: (
|
|
335
|
+
output: __HttpResponse,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<CreateHITCommandOutput>;
|
|
338
|
+
export declare const deserializeAws_json1_1CreateHITTypeCommand: (
|
|
339
|
+
output: __HttpResponse,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<CreateHITTypeCommandOutput>;
|
|
342
|
+
export declare const deserializeAws_json1_1CreateHITWithHITTypeCommand: (
|
|
343
|
+
output: __HttpResponse,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<CreateHITWithHITTypeCommandOutput>;
|
|
346
|
+
export declare const deserializeAws_json1_1CreateQualificationTypeCommand: (
|
|
347
|
+
output: __HttpResponse,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<CreateQualificationTypeCommandOutput>;
|
|
350
|
+
export declare const deserializeAws_json1_1CreateWorkerBlockCommand: (
|
|
351
|
+
output: __HttpResponse,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<CreateWorkerBlockCommandOutput>;
|
|
354
|
+
export declare const deserializeAws_json1_1DeleteHITCommand: (
|
|
355
|
+
output: __HttpResponse,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<DeleteHITCommandOutput>;
|
|
358
|
+
export declare const deserializeAws_json1_1DeleteQualificationTypeCommand: (
|
|
359
|
+
output: __HttpResponse,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<DeleteQualificationTypeCommandOutput>;
|
|
362
|
+
export declare const deserializeAws_json1_1DeleteWorkerBlockCommand: (
|
|
363
|
+
output: __HttpResponse,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<DeleteWorkerBlockCommandOutput>;
|
|
366
|
+
export declare const deserializeAws_json1_1DisassociateQualificationFromWorkerCommand: (
|
|
367
|
+
output: __HttpResponse,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<DisassociateQualificationFromWorkerCommandOutput>;
|
|
370
|
+
export declare const deserializeAws_json1_1GetAccountBalanceCommand: (
|
|
371
|
+
output: __HttpResponse,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<GetAccountBalanceCommandOutput>;
|
|
374
|
+
export declare const deserializeAws_json1_1GetAssignmentCommand: (
|
|
375
|
+
output: __HttpResponse,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<GetAssignmentCommandOutput>;
|
|
378
|
+
export declare const deserializeAws_json1_1GetFileUploadURLCommand: (
|
|
379
|
+
output: __HttpResponse,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<GetFileUploadURLCommandOutput>;
|
|
382
|
+
export declare const deserializeAws_json1_1GetHITCommand: (
|
|
383
|
+
output: __HttpResponse,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<GetHITCommandOutput>;
|
|
386
|
+
export declare const deserializeAws_json1_1GetQualificationScoreCommand: (
|
|
387
|
+
output: __HttpResponse,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<GetQualificationScoreCommandOutput>;
|
|
390
|
+
export declare const deserializeAws_json1_1GetQualificationTypeCommand: (
|
|
391
|
+
output: __HttpResponse,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<GetQualificationTypeCommandOutput>;
|
|
394
|
+
export declare const deserializeAws_json1_1ListAssignmentsForHITCommand: (
|
|
395
|
+
output: __HttpResponse,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<ListAssignmentsForHITCommandOutput>;
|
|
398
|
+
export declare const deserializeAws_json1_1ListBonusPaymentsCommand: (
|
|
399
|
+
output: __HttpResponse,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<ListBonusPaymentsCommandOutput>;
|
|
402
|
+
export declare const deserializeAws_json1_1ListHITsCommand: (
|
|
403
|
+
output: __HttpResponse,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<ListHITsCommandOutput>;
|
|
406
|
+
export declare const deserializeAws_json1_1ListHITsForQualificationTypeCommand: (
|
|
407
|
+
output: __HttpResponse,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<ListHITsForQualificationTypeCommandOutput>;
|
|
410
|
+
export declare const deserializeAws_json1_1ListQualificationRequestsCommand: (
|
|
411
|
+
output: __HttpResponse,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<ListQualificationRequestsCommandOutput>;
|
|
414
|
+
export declare const deserializeAws_json1_1ListQualificationTypesCommand: (
|
|
415
|
+
output: __HttpResponse,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<ListQualificationTypesCommandOutput>;
|
|
418
|
+
export declare const deserializeAws_json1_1ListReviewableHITsCommand: (
|
|
419
|
+
output: __HttpResponse,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<ListReviewableHITsCommandOutput>;
|
|
422
|
+
export declare const deserializeAws_json1_1ListReviewPolicyResultsForHITCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<ListReviewPolicyResultsForHITCommandOutput>;
|
|
426
|
+
export declare const deserializeAws_json1_1ListWorkerBlocksCommand: (
|
|
427
|
+
output: __HttpResponse,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<ListWorkerBlocksCommandOutput>;
|
|
430
|
+
export declare const deserializeAws_json1_1ListWorkersWithQualificationTypeCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<ListWorkersWithQualificationTypeCommandOutput>;
|
|
434
|
+
export declare const deserializeAws_json1_1NotifyWorkersCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<NotifyWorkersCommandOutput>;
|
|
438
|
+
export declare const deserializeAws_json1_1RejectAssignmentCommand: (
|
|
439
|
+
output: __HttpResponse,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<RejectAssignmentCommandOutput>;
|
|
442
|
+
export declare const deserializeAws_json1_1RejectQualificationRequestCommand: (
|
|
443
|
+
output: __HttpResponse,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<RejectQualificationRequestCommandOutput>;
|
|
446
|
+
export declare const deserializeAws_json1_1SendBonusCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<SendBonusCommandOutput>;
|
|
450
|
+
export declare const deserializeAws_json1_1SendTestEventNotificationCommand: (
|
|
451
|
+
output: __HttpResponse,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<SendTestEventNotificationCommandOutput>;
|
|
454
|
+
export declare const deserializeAws_json1_1UpdateExpirationForHITCommand: (
|
|
455
|
+
output: __HttpResponse,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<UpdateExpirationForHITCommandOutput>;
|
|
458
|
+
export declare const deserializeAws_json1_1UpdateHITReviewStatusCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<UpdateHITReviewStatusCommandOutput>;
|
|
462
|
+
export declare const deserializeAws_json1_1UpdateHITTypeOfHITCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<UpdateHITTypeOfHITCommandOutput>;
|
|
466
|
+
export declare const deserializeAws_json1_1UpdateNotificationSettingsCommand: (
|
|
467
|
+
output: __HttpResponse,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<UpdateNotificationSettingsCommandOutput>;
|
|
470
|
+
export declare const deserializeAws_json1_1UpdateQualificationTypeCommand: (
|
|
471
|
+
output: __HttpResponse,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<UpdateQualificationTypeCommandOutput>;
|