@aws-sdk/client-mturk 3.303.0 → 3.309.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/dist-cjs/commands/AcceptQualificationRequestCommand.js +2 -2
- package/dist-cjs/commands/ApproveAssignmentCommand.js +2 -2
- package/dist-cjs/commands/AssociateQualificationWithWorkerCommand.js +2 -2
- package/dist-cjs/commands/CreateAdditionalAssignmentsForHITCommand.js +2 -2
- package/dist-cjs/commands/CreateHITCommand.js +2 -2
- package/dist-cjs/commands/CreateHITTypeCommand.js +2 -2
- package/dist-cjs/commands/CreateHITWithHITTypeCommand.js +2 -2
- package/dist-cjs/commands/CreateQualificationTypeCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkerBlockCommand.js +2 -2
- package/dist-cjs/commands/DeleteHITCommand.js +2 -2
- package/dist-cjs/commands/DeleteQualificationTypeCommand.js +2 -2
- package/dist-cjs/commands/DeleteWorkerBlockCommand.js +2 -2
- package/dist-cjs/commands/DisassociateQualificationFromWorkerCommand.js +2 -2
- package/dist-cjs/commands/GetAccountBalanceCommand.js +2 -2
- package/dist-cjs/commands/GetAssignmentCommand.js +2 -2
- package/dist-cjs/commands/GetFileUploadURLCommand.js +2 -2
- package/dist-cjs/commands/GetHITCommand.js +2 -2
- package/dist-cjs/commands/GetQualificationScoreCommand.js +2 -2
- package/dist-cjs/commands/GetQualificationTypeCommand.js +2 -2
- package/dist-cjs/commands/ListAssignmentsForHITCommand.js +2 -2
- package/dist-cjs/commands/ListBonusPaymentsCommand.js +2 -2
- package/dist-cjs/commands/ListHITsCommand.js +2 -2
- package/dist-cjs/commands/ListHITsForQualificationTypeCommand.js +2 -2
- package/dist-cjs/commands/ListQualificationRequestsCommand.js +2 -2
- package/dist-cjs/commands/ListQualificationTypesCommand.js +2 -2
- package/dist-cjs/commands/ListReviewPolicyResultsForHITCommand.js +2 -2
- package/dist-cjs/commands/ListReviewableHITsCommand.js +2 -2
- package/dist-cjs/commands/ListWorkerBlocksCommand.js +2 -2
- package/dist-cjs/commands/ListWorkersWithQualificationTypeCommand.js +2 -2
- package/dist-cjs/commands/NotifyWorkersCommand.js +2 -2
- package/dist-cjs/commands/RejectAssignmentCommand.js +2 -2
- package/dist-cjs/commands/RejectQualificationRequestCommand.js +2 -2
- package/dist-cjs/commands/SendBonusCommand.js +2 -2
- package/dist-cjs/commands/SendTestEventNotificationCommand.js +2 -2
- package/dist-cjs/commands/UpdateExpirationForHITCommand.js +2 -2
- package/dist-cjs/commands/UpdateHITReviewStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateHITTypeOfHITCommand.js +2 -2
- package/dist-cjs/commands/UpdateNotificationSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateQualificationTypeCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +598 -630
- package/dist-es/commands/AcceptQualificationRequestCommand.js +3 -3
- package/dist-es/commands/ApproveAssignmentCommand.js +3 -3
- package/dist-es/commands/AssociateQualificationWithWorkerCommand.js +3 -3
- package/dist-es/commands/CreateAdditionalAssignmentsForHITCommand.js +3 -3
- package/dist-es/commands/CreateHITCommand.js +3 -3
- package/dist-es/commands/CreateHITTypeCommand.js +3 -3
- package/dist-es/commands/CreateHITWithHITTypeCommand.js +3 -3
- package/dist-es/commands/CreateQualificationTypeCommand.js +3 -3
- package/dist-es/commands/CreateWorkerBlockCommand.js +3 -3
- package/dist-es/commands/DeleteHITCommand.js +3 -3
- package/dist-es/commands/DeleteQualificationTypeCommand.js +3 -3
- package/dist-es/commands/DeleteWorkerBlockCommand.js +3 -3
- package/dist-es/commands/DisassociateQualificationFromWorkerCommand.js +3 -3
- package/dist-es/commands/GetAccountBalanceCommand.js +3 -3
- package/dist-es/commands/GetAssignmentCommand.js +3 -3
- package/dist-es/commands/GetFileUploadURLCommand.js +3 -3
- package/dist-es/commands/GetHITCommand.js +3 -3
- package/dist-es/commands/GetQualificationScoreCommand.js +3 -3
- package/dist-es/commands/GetQualificationTypeCommand.js +3 -3
- package/dist-es/commands/ListAssignmentsForHITCommand.js +3 -3
- package/dist-es/commands/ListBonusPaymentsCommand.js +3 -3
- package/dist-es/commands/ListHITsCommand.js +3 -3
- package/dist-es/commands/ListHITsForQualificationTypeCommand.js +3 -3
- package/dist-es/commands/ListQualificationRequestsCommand.js +3 -3
- package/dist-es/commands/ListQualificationTypesCommand.js +3 -3
- package/dist-es/commands/ListReviewPolicyResultsForHITCommand.js +3 -3
- package/dist-es/commands/ListReviewableHITsCommand.js +3 -3
- package/dist-es/commands/ListWorkerBlocksCommand.js +3 -3
- package/dist-es/commands/ListWorkersWithQualificationTypeCommand.js +3 -3
- package/dist-es/commands/NotifyWorkersCommand.js +3 -3
- package/dist-es/commands/RejectAssignmentCommand.js +3 -3
- package/dist-es/commands/RejectQualificationRequestCommand.js +3 -3
- package/dist-es/commands/SendBonusCommand.js +3 -3
- package/dist-es/commands/SendTestEventNotificationCommand.js +3 -3
- package/dist-es/commands/UpdateExpirationForHITCommand.js +3 -3
- package/dist-es/commands/UpdateHITReviewStatusCommand.js +3 -3
- package/dist-es/commands/UpdateHITTypeOfHITCommand.js +3 -3
- package/dist-es/commands/UpdateNotificationSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateQualificationTypeCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +518 -550
- package/dist-types/protocols/Aws_json1_1.d.ts +312 -78
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +78 -78
- package/package.json +29 -29
|
@@ -39,81 +39,315 @@ import { UpdateHITReviewStatusCommandInput, UpdateHITReviewStatusCommandOutput }
|
|
|
39
39
|
import { UpdateHITTypeOfHITCommandInput, UpdateHITTypeOfHITCommandOutput } from "../commands/UpdateHITTypeOfHITCommand";
|
|
40
40
|
import { UpdateNotificationSettingsCommandInput, UpdateNotificationSettingsCommandOutput } from "../commands/UpdateNotificationSettingsCommand";
|
|
41
41
|
import { UpdateQualificationTypeCommandInput, UpdateQualificationTypeCommandOutput } from "../commands/UpdateQualificationTypeCommand";
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export declare const
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
export declare const
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
export declare const
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
export declare const
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
export declare const
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
export declare const
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
export declare const
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
export declare const
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
export declare const
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
export declare const
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
export declare const
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
export declare const
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
export declare const
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
export declare const
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
export declare const
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
export declare const
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
export declare const
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
export declare const
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
export declare const
|
|
118
|
-
|
|
119
|
-
|
|
42
|
+
/**
|
|
43
|
+
* serializeAws_json1_1AcceptQualificationRequestCommand
|
|
44
|
+
*/
|
|
45
|
+
export declare const se_AcceptQualificationRequestCommand: (input: AcceptQualificationRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
+
/**
|
|
47
|
+
* serializeAws_json1_1ApproveAssignmentCommand
|
|
48
|
+
*/
|
|
49
|
+
export declare const se_ApproveAssignmentCommand: (input: ApproveAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
+
/**
|
|
51
|
+
* serializeAws_json1_1AssociateQualificationWithWorkerCommand
|
|
52
|
+
*/
|
|
53
|
+
export declare const se_AssociateQualificationWithWorkerCommand: (input: AssociateQualificationWithWorkerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
/**
|
|
55
|
+
* serializeAws_json1_1CreateAdditionalAssignmentsForHITCommand
|
|
56
|
+
*/
|
|
57
|
+
export declare const se_CreateAdditionalAssignmentsForHITCommand: (input: CreateAdditionalAssignmentsForHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
+
/**
|
|
59
|
+
* serializeAws_json1_1CreateHITCommand
|
|
60
|
+
*/
|
|
61
|
+
export declare const se_CreateHITCommand: (input: CreateHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
/**
|
|
63
|
+
* serializeAws_json1_1CreateHITTypeCommand
|
|
64
|
+
*/
|
|
65
|
+
export declare const se_CreateHITTypeCommand: (input: CreateHITTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
/**
|
|
67
|
+
* serializeAws_json1_1CreateHITWithHITTypeCommand
|
|
68
|
+
*/
|
|
69
|
+
export declare const se_CreateHITWithHITTypeCommand: (input: CreateHITWithHITTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
/**
|
|
71
|
+
* serializeAws_json1_1CreateQualificationTypeCommand
|
|
72
|
+
*/
|
|
73
|
+
export declare const se_CreateQualificationTypeCommand: (input: CreateQualificationTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
/**
|
|
75
|
+
* serializeAws_json1_1CreateWorkerBlockCommand
|
|
76
|
+
*/
|
|
77
|
+
export declare const se_CreateWorkerBlockCommand: (input: CreateWorkerBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
/**
|
|
79
|
+
* serializeAws_json1_1DeleteHITCommand
|
|
80
|
+
*/
|
|
81
|
+
export declare const se_DeleteHITCommand: (input: DeleteHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
/**
|
|
83
|
+
* serializeAws_json1_1DeleteQualificationTypeCommand
|
|
84
|
+
*/
|
|
85
|
+
export declare const se_DeleteQualificationTypeCommand: (input: DeleteQualificationTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
/**
|
|
87
|
+
* serializeAws_json1_1DeleteWorkerBlockCommand
|
|
88
|
+
*/
|
|
89
|
+
export declare const se_DeleteWorkerBlockCommand: (input: DeleteWorkerBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
/**
|
|
91
|
+
* serializeAws_json1_1DisassociateQualificationFromWorkerCommand
|
|
92
|
+
*/
|
|
93
|
+
export declare const se_DisassociateQualificationFromWorkerCommand: (input: DisassociateQualificationFromWorkerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
/**
|
|
95
|
+
* serializeAws_json1_1GetAccountBalanceCommand
|
|
96
|
+
*/
|
|
97
|
+
export declare const se_GetAccountBalanceCommand: (input: GetAccountBalanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
/**
|
|
99
|
+
* serializeAws_json1_1GetAssignmentCommand
|
|
100
|
+
*/
|
|
101
|
+
export declare const se_GetAssignmentCommand: (input: GetAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
/**
|
|
103
|
+
* serializeAws_json1_1GetFileUploadURLCommand
|
|
104
|
+
*/
|
|
105
|
+
export declare const se_GetFileUploadURLCommand: (input: GetFileUploadURLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
/**
|
|
107
|
+
* serializeAws_json1_1GetHITCommand
|
|
108
|
+
*/
|
|
109
|
+
export declare const se_GetHITCommand: (input: GetHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
/**
|
|
111
|
+
* serializeAws_json1_1GetQualificationScoreCommand
|
|
112
|
+
*/
|
|
113
|
+
export declare const se_GetQualificationScoreCommand: (input: GetQualificationScoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
/**
|
|
115
|
+
* serializeAws_json1_1GetQualificationTypeCommand
|
|
116
|
+
*/
|
|
117
|
+
export declare const se_GetQualificationTypeCommand: (input: GetQualificationTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
/**
|
|
119
|
+
* serializeAws_json1_1ListAssignmentsForHITCommand
|
|
120
|
+
*/
|
|
121
|
+
export declare const se_ListAssignmentsForHITCommand: (input: ListAssignmentsForHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
+
/**
|
|
123
|
+
* serializeAws_json1_1ListBonusPaymentsCommand
|
|
124
|
+
*/
|
|
125
|
+
export declare const se_ListBonusPaymentsCommand: (input: ListBonusPaymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
/**
|
|
127
|
+
* serializeAws_json1_1ListHITsCommand
|
|
128
|
+
*/
|
|
129
|
+
export declare const se_ListHITsCommand: (input: ListHITsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
+
/**
|
|
131
|
+
* serializeAws_json1_1ListHITsForQualificationTypeCommand
|
|
132
|
+
*/
|
|
133
|
+
export declare const se_ListHITsForQualificationTypeCommand: (input: ListHITsForQualificationTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
+
/**
|
|
135
|
+
* serializeAws_json1_1ListQualificationRequestsCommand
|
|
136
|
+
*/
|
|
137
|
+
export declare const se_ListQualificationRequestsCommand: (input: ListQualificationRequestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
+
/**
|
|
139
|
+
* serializeAws_json1_1ListQualificationTypesCommand
|
|
140
|
+
*/
|
|
141
|
+
export declare const se_ListQualificationTypesCommand: (input: ListQualificationTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
+
/**
|
|
143
|
+
* serializeAws_json1_1ListReviewableHITsCommand
|
|
144
|
+
*/
|
|
145
|
+
export declare const se_ListReviewableHITsCommand: (input: ListReviewableHITsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
+
/**
|
|
147
|
+
* serializeAws_json1_1ListReviewPolicyResultsForHITCommand
|
|
148
|
+
*/
|
|
149
|
+
export declare const se_ListReviewPolicyResultsForHITCommand: (input: ListReviewPolicyResultsForHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
+
/**
|
|
151
|
+
* serializeAws_json1_1ListWorkerBlocksCommand
|
|
152
|
+
*/
|
|
153
|
+
export declare const se_ListWorkerBlocksCommand: (input: ListWorkerBlocksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
+
/**
|
|
155
|
+
* serializeAws_json1_1ListWorkersWithQualificationTypeCommand
|
|
156
|
+
*/
|
|
157
|
+
export declare const se_ListWorkersWithQualificationTypeCommand: (input: ListWorkersWithQualificationTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
+
/**
|
|
159
|
+
* serializeAws_json1_1NotifyWorkersCommand
|
|
160
|
+
*/
|
|
161
|
+
export declare const se_NotifyWorkersCommand: (input: NotifyWorkersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
+
/**
|
|
163
|
+
* serializeAws_json1_1RejectAssignmentCommand
|
|
164
|
+
*/
|
|
165
|
+
export declare const se_RejectAssignmentCommand: (input: RejectAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
+
/**
|
|
167
|
+
* serializeAws_json1_1RejectQualificationRequestCommand
|
|
168
|
+
*/
|
|
169
|
+
export declare const se_RejectQualificationRequestCommand: (input: RejectQualificationRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
+
/**
|
|
171
|
+
* serializeAws_json1_1SendBonusCommand
|
|
172
|
+
*/
|
|
173
|
+
export declare const se_SendBonusCommand: (input: SendBonusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
+
/**
|
|
175
|
+
* serializeAws_json1_1SendTestEventNotificationCommand
|
|
176
|
+
*/
|
|
177
|
+
export declare const se_SendTestEventNotificationCommand: (input: SendTestEventNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
+
/**
|
|
179
|
+
* serializeAws_json1_1UpdateExpirationForHITCommand
|
|
180
|
+
*/
|
|
181
|
+
export declare const se_UpdateExpirationForHITCommand: (input: UpdateExpirationForHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
|
+
/**
|
|
183
|
+
* serializeAws_json1_1UpdateHITReviewStatusCommand
|
|
184
|
+
*/
|
|
185
|
+
export declare const se_UpdateHITReviewStatusCommand: (input: UpdateHITReviewStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
|
+
/**
|
|
187
|
+
* serializeAws_json1_1UpdateHITTypeOfHITCommand
|
|
188
|
+
*/
|
|
189
|
+
export declare const se_UpdateHITTypeOfHITCommand: (input: UpdateHITTypeOfHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
+
/**
|
|
191
|
+
* serializeAws_json1_1UpdateNotificationSettingsCommand
|
|
192
|
+
*/
|
|
193
|
+
export declare const se_UpdateNotificationSettingsCommand: (input: UpdateNotificationSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
194
|
+
/**
|
|
195
|
+
* serializeAws_json1_1UpdateQualificationTypeCommand
|
|
196
|
+
*/
|
|
197
|
+
export declare const se_UpdateQualificationTypeCommand: (input: UpdateQualificationTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
|
+
/**
|
|
199
|
+
* deserializeAws_json1_1AcceptQualificationRequestCommand
|
|
200
|
+
*/
|
|
201
|
+
export declare const de_AcceptQualificationRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptQualificationRequestCommandOutput>;
|
|
202
|
+
/**
|
|
203
|
+
* deserializeAws_json1_1ApproveAssignmentCommand
|
|
204
|
+
*/
|
|
205
|
+
export declare const de_ApproveAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ApproveAssignmentCommandOutput>;
|
|
206
|
+
/**
|
|
207
|
+
* deserializeAws_json1_1AssociateQualificationWithWorkerCommand
|
|
208
|
+
*/
|
|
209
|
+
export declare const de_AssociateQualificationWithWorkerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateQualificationWithWorkerCommandOutput>;
|
|
210
|
+
/**
|
|
211
|
+
* deserializeAws_json1_1CreateAdditionalAssignmentsForHITCommand
|
|
212
|
+
*/
|
|
213
|
+
export declare const de_CreateAdditionalAssignmentsForHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAdditionalAssignmentsForHITCommandOutput>;
|
|
214
|
+
/**
|
|
215
|
+
* deserializeAws_json1_1CreateHITCommand
|
|
216
|
+
*/
|
|
217
|
+
export declare const de_CreateHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHITCommandOutput>;
|
|
218
|
+
/**
|
|
219
|
+
* deserializeAws_json1_1CreateHITTypeCommand
|
|
220
|
+
*/
|
|
221
|
+
export declare const de_CreateHITTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHITTypeCommandOutput>;
|
|
222
|
+
/**
|
|
223
|
+
* deserializeAws_json1_1CreateHITWithHITTypeCommand
|
|
224
|
+
*/
|
|
225
|
+
export declare const de_CreateHITWithHITTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHITWithHITTypeCommandOutput>;
|
|
226
|
+
/**
|
|
227
|
+
* deserializeAws_json1_1CreateQualificationTypeCommand
|
|
228
|
+
*/
|
|
229
|
+
export declare const de_CreateQualificationTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQualificationTypeCommandOutput>;
|
|
230
|
+
/**
|
|
231
|
+
* deserializeAws_json1_1CreateWorkerBlockCommand
|
|
232
|
+
*/
|
|
233
|
+
export declare const de_CreateWorkerBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkerBlockCommandOutput>;
|
|
234
|
+
/**
|
|
235
|
+
* deserializeAws_json1_1DeleteHITCommand
|
|
236
|
+
*/
|
|
237
|
+
export declare const de_DeleteHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHITCommandOutput>;
|
|
238
|
+
/**
|
|
239
|
+
* deserializeAws_json1_1DeleteQualificationTypeCommand
|
|
240
|
+
*/
|
|
241
|
+
export declare const de_DeleteQualificationTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQualificationTypeCommandOutput>;
|
|
242
|
+
/**
|
|
243
|
+
* deserializeAws_json1_1DeleteWorkerBlockCommand
|
|
244
|
+
*/
|
|
245
|
+
export declare const de_DeleteWorkerBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkerBlockCommandOutput>;
|
|
246
|
+
/**
|
|
247
|
+
* deserializeAws_json1_1DisassociateQualificationFromWorkerCommand
|
|
248
|
+
*/
|
|
249
|
+
export declare const de_DisassociateQualificationFromWorkerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateQualificationFromWorkerCommandOutput>;
|
|
250
|
+
/**
|
|
251
|
+
* deserializeAws_json1_1GetAccountBalanceCommand
|
|
252
|
+
*/
|
|
253
|
+
export declare const de_GetAccountBalanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountBalanceCommandOutput>;
|
|
254
|
+
/**
|
|
255
|
+
* deserializeAws_json1_1GetAssignmentCommand
|
|
256
|
+
*/
|
|
257
|
+
export declare const de_GetAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssignmentCommandOutput>;
|
|
258
|
+
/**
|
|
259
|
+
* deserializeAws_json1_1GetFileUploadURLCommand
|
|
260
|
+
*/
|
|
261
|
+
export declare const de_GetFileUploadURLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFileUploadURLCommandOutput>;
|
|
262
|
+
/**
|
|
263
|
+
* deserializeAws_json1_1GetHITCommand
|
|
264
|
+
*/
|
|
265
|
+
export declare const de_GetHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHITCommandOutput>;
|
|
266
|
+
/**
|
|
267
|
+
* deserializeAws_json1_1GetQualificationScoreCommand
|
|
268
|
+
*/
|
|
269
|
+
export declare const de_GetQualificationScoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQualificationScoreCommandOutput>;
|
|
270
|
+
/**
|
|
271
|
+
* deserializeAws_json1_1GetQualificationTypeCommand
|
|
272
|
+
*/
|
|
273
|
+
export declare const de_GetQualificationTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQualificationTypeCommandOutput>;
|
|
274
|
+
/**
|
|
275
|
+
* deserializeAws_json1_1ListAssignmentsForHITCommand
|
|
276
|
+
*/
|
|
277
|
+
export declare const de_ListAssignmentsForHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssignmentsForHITCommandOutput>;
|
|
278
|
+
/**
|
|
279
|
+
* deserializeAws_json1_1ListBonusPaymentsCommand
|
|
280
|
+
*/
|
|
281
|
+
export declare const de_ListBonusPaymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBonusPaymentsCommandOutput>;
|
|
282
|
+
/**
|
|
283
|
+
* deserializeAws_json1_1ListHITsCommand
|
|
284
|
+
*/
|
|
285
|
+
export declare const de_ListHITsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHITsCommandOutput>;
|
|
286
|
+
/**
|
|
287
|
+
* deserializeAws_json1_1ListHITsForQualificationTypeCommand
|
|
288
|
+
*/
|
|
289
|
+
export declare const de_ListHITsForQualificationTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHITsForQualificationTypeCommandOutput>;
|
|
290
|
+
/**
|
|
291
|
+
* deserializeAws_json1_1ListQualificationRequestsCommand
|
|
292
|
+
*/
|
|
293
|
+
export declare const de_ListQualificationRequestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQualificationRequestsCommandOutput>;
|
|
294
|
+
/**
|
|
295
|
+
* deserializeAws_json1_1ListQualificationTypesCommand
|
|
296
|
+
*/
|
|
297
|
+
export declare const de_ListQualificationTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQualificationTypesCommandOutput>;
|
|
298
|
+
/**
|
|
299
|
+
* deserializeAws_json1_1ListReviewableHITsCommand
|
|
300
|
+
*/
|
|
301
|
+
export declare const de_ListReviewableHITsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReviewableHITsCommandOutput>;
|
|
302
|
+
/**
|
|
303
|
+
* deserializeAws_json1_1ListReviewPolicyResultsForHITCommand
|
|
304
|
+
*/
|
|
305
|
+
export declare const de_ListReviewPolicyResultsForHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReviewPolicyResultsForHITCommandOutput>;
|
|
306
|
+
/**
|
|
307
|
+
* deserializeAws_json1_1ListWorkerBlocksCommand
|
|
308
|
+
*/
|
|
309
|
+
export declare const de_ListWorkerBlocksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkerBlocksCommandOutput>;
|
|
310
|
+
/**
|
|
311
|
+
* deserializeAws_json1_1ListWorkersWithQualificationTypeCommand
|
|
312
|
+
*/
|
|
313
|
+
export declare const de_ListWorkersWithQualificationTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkersWithQualificationTypeCommandOutput>;
|
|
314
|
+
/**
|
|
315
|
+
* deserializeAws_json1_1NotifyWorkersCommand
|
|
316
|
+
*/
|
|
317
|
+
export declare const de_NotifyWorkersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<NotifyWorkersCommandOutput>;
|
|
318
|
+
/**
|
|
319
|
+
* deserializeAws_json1_1RejectAssignmentCommand
|
|
320
|
+
*/
|
|
321
|
+
export declare const de_RejectAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectAssignmentCommandOutput>;
|
|
322
|
+
/**
|
|
323
|
+
* deserializeAws_json1_1RejectQualificationRequestCommand
|
|
324
|
+
*/
|
|
325
|
+
export declare const de_RejectQualificationRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectQualificationRequestCommandOutput>;
|
|
326
|
+
/**
|
|
327
|
+
* deserializeAws_json1_1SendBonusCommand
|
|
328
|
+
*/
|
|
329
|
+
export declare const de_SendBonusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendBonusCommandOutput>;
|
|
330
|
+
/**
|
|
331
|
+
* deserializeAws_json1_1SendTestEventNotificationCommand
|
|
332
|
+
*/
|
|
333
|
+
export declare const de_SendTestEventNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendTestEventNotificationCommandOutput>;
|
|
334
|
+
/**
|
|
335
|
+
* deserializeAws_json1_1UpdateExpirationForHITCommand
|
|
336
|
+
*/
|
|
337
|
+
export declare const de_UpdateExpirationForHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateExpirationForHITCommandOutput>;
|
|
338
|
+
/**
|
|
339
|
+
* deserializeAws_json1_1UpdateHITReviewStatusCommand
|
|
340
|
+
*/
|
|
341
|
+
export declare const de_UpdateHITReviewStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHITReviewStatusCommandOutput>;
|
|
342
|
+
/**
|
|
343
|
+
* deserializeAws_json1_1UpdateHITTypeOfHITCommand
|
|
344
|
+
*/
|
|
345
|
+
export declare const de_UpdateHITTypeOfHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHITTypeOfHITCommandOutput>;
|
|
346
|
+
/**
|
|
347
|
+
* deserializeAws_json1_1UpdateNotificationSettingsCommand
|
|
348
|
+
*/
|
|
349
|
+
export declare const de_UpdateNotificationSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotificationSettingsCommandOutput>;
|
|
350
|
+
/**
|
|
351
|
+
* deserializeAws_json1_1UpdateQualificationTypeCommand
|
|
352
|
+
*/
|
|
353
|
+
export declare const de_UpdateQualificationTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQualificationTypeCommandOutput>;
|