@aws-sdk/client-mturk 3.169.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 +8 -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,112 +1,363 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AcceptQualificationRequestCommandInput,
|
|
47
|
+
AcceptQualificationRequestCommandOutput,
|
|
48
|
+
} from "./commands/AcceptQualificationRequestCommand";
|
|
49
|
+
import {
|
|
50
|
+
ApproveAssignmentCommandInput,
|
|
51
|
+
ApproveAssignmentCommandOutput,
|
|
52
|
+
} from "./commands/ApproveAssignmentCommand";
|
|
53
|
+
import {
|
|
54
|
+
AssociateQualificationWithWorkerCommandInput,
|
|
55
|
+
AssociateQualificationWithWorkerCommandOutput,
|
|
56
|
+
} from "./commands/AssociateQualificationWithWorkerCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateAdditionalAssignmentsForHITCommandInput,
|
|
59
|
+
CreateAdditionalAssignmentsForHITCommandOutput,
|
|
60
|
+
} from "./commands/CreateAdditionalAssignmentsForHITCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateHITCommandInput,
|
|
63
|
+
CreateHITCommandOutput,
|
|
64
|
+
} from "./commands/CreateHITCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateHITTypeCommandInput,
|
|
67
|
+
CreateHITTypeCommandOutput,
|
|
68
|
+
} from "./commands/CreateHITTypeCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateHITWithHITTypeCommandInput,
|
|
71
|
+
CreateHITWithHITTypeCommandOutput,
|
|
72
|
+
} from "./commands/CreateHITWithHITTypeCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateQualificationTypeCommandInput,
|
|
75
|
+
CreateQualificationTypeCommandOutput,
|
|
76
|
+
} from "./commands/CreateQualificationTypeCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateWorkerBlockCommandInput,
|
|
79
|
+
CreateWorkerBlockCommandOutput,
|
|
80
|
+
} from "./commands/CreateWorkerBlockCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteHITCommandInput,
|
|
83
|
+
DeleteHITCommandOutput,
|
|
84
|
+
} from "./commands/DeleteHITCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteQualificationTypeCommandInput,
|
|
87
|
+
DeleteQualificationTypeCommandOutput,
|
|
88
|
+
} from "./commands/DeleteQualificationTypeCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteWorkerBlockCommandInput,
|
|
91
|
+
DeleteWorkerBlockCommandOutput,
|
|
92
|
+
} from "./commands/DeleteWorkerBlockCommand";
|
|
93
|
+
import {
|
|
94
|
+
DisassociateQualificationFromWorkerCommandInput,
|
|
95
|
+
DisassociateQualificationFromWorkerCommandOutput,
|
|
96
|
+
} from "./commands/DisassociateQualificationFromWorkerCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetAccountBalanceCommandInput,
|
|
99
|
+
GetAccountBalanceCommandOutput,
|
|
100
|
+
} from "./commands/GetAccountBalanceCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetAssignmentCommandInput,
|
|
103
|
+
GetAssignmentCommandOutput,
|
|
104
|
+
} from "./commands/GetAssignmentCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetFileUploadURLCommandInput,
|
|
107
|
+
GetFileUploadURLCommandOutput,
|
|
108
|
+
} from "./commands/GetFileUploadURLCommand";
|
|
109
|
+
import {
|
|
110
|
+
GetHITCommandInput,
|
|
111
|
+
GetHITCommandOutput,
|
|
112
|
+
} from "./commands/GetHITCommand";
|
|
113
|
+
import {
|
|
114
|
+
GetQualificationScoreCommandInput,
|
|
115
|
+
GetQualificationScoreCommandOutput,
|
|
116
|
+
} from "./commands/GetQualificationScoreCommand";
|
|
117
|
+
import {
|
|
118
|
+
GetQualificationTypeCommandInput,
|
|
119
|
+
GetQualificationTypeCommandOutput,
|
|
120
|
+
} from "./commands/GetQualificationTypeCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListAssignmentsForHITCommandInput,
|
|
123
|
+
ListAssignmentsForHITCommandOutput,
|
|
124
|
+
} from "./commands/ListAssignmentsForHITCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListBonusPaymentsCommandInput,
|
|
127
|
+
ListBonusPaymentsCommandOutput,
|
|
128
|
+
} from "./commands/ListBonusPaymentsCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListHITsCommandInput,
|
|
131
|
+
ListHITsCommandOutput,
|
|
132
|
+
} from "./commands/ListHITsCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListHITsForQualificationTypeCommandInput,
|
|
135
|
+
ListHITsForQualificationTypeCommandOutput,
|
|
136
|
+
} from "./commands/ListHITsForQualificationTypeCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListQualificationRequestsCommandInput,
|
|
139
|
+
ListQualificationRequestsCommandOutput,
|
|
140
|
+
} from "./commands/ListQualificationRequestsCommand";
|
|
141
|
+
import {
|
|
142
|
+
ListQualificationTypesCommandInput,
|
|
143
|
+
ListQualificationTypesCommandOutput,
|
|
144
|
+
} from "./commands/ListQualificationTypesCommand";
|
|
145
|
+
import {
|
|
146
|
+
ListReviewableHITsCommandInput,
|
|
147
|
+
ListReviewableHITsCommandOutput,
|
|
148
|
+
} from "./commands/ListReviewableHITsCommand";
|
|
149
|
+
import {
|
|
150
|
+
ListReviewPolicyResultsForHITCommandInput,
|
|
151
|
+
ListReviewPolicyResultsForHITCommandOutput,
|
|
152
|
+
} from "./commands/ListReviewPolicyResultsForHITCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListWorkerBlocksCommandInput,
|
|
155
|
+
ListWorkerBlocksCommandOutput,
|
|
156
|
+
} from "./commands/ListWorkerBlocksCommand";
|
|
157
|
+
import {
|
|
158
|
+
ListWorkersWithQualificationTypeCommandInput,
|
|
159
|
+
ListWorkersWithQualificationTypeCommandOutput,
|
|
160
|
+
} from "./commands/ListWorkersWithQualificationTypeCommand";
|
|
161
|
+
import {
|
|
162
|
+
NotifyWorkersCommandInput,
|
|
163
|
+
NotifyWorkersCommandOutput,
|
|
164
|
+
} from "./commands/NotifyWorkersCommand";
|
|
165
|
+
import {
|
|
166
|
+
RejectAssignmentCommandInput,
|
|
167
|
+
RejectAssignmentCommandOutput,
|
|
168
|
+
} from "./commands/RejectAssignmentCommand";
|
|
169
|
+
import {
|
|
170
|
+
RejectQualificationRequestCommandInput,
|
|
171
|
+
RejectQualificationRequestCommandOutput,
|
|
172
|
+
} from "./commands/RejectQualificationRequestCommand";
|
|
173
|
+
import {
|
|
174
|
+
SendBonusCommandInput,
|
|
175
|
+
SendBonusCommandOutput,
|
|
176
|
+
} from "./commands/SendBonusCommand";
|
|
177
|
+
import {
|
|
178
|
+
SendTestEventNotificationCommandInput,
|
|
179
|
+
SendTestEventNotificationCommandOutput,
|
|
180
|
+
} from "./commands/SendTestEventNotificationCommand";
|
|
181
|
+
import {
|
|
182
|
+
UpdateExpirationForHITCommandInput,
|
|
183
|
+
UpdateExpirationForHITCommandOutput,
|
|
184
|
+
} from "./commands/UpdateExpirationForHITCommand";
|
|
185
|
+
import {
|
|
186
|
+
UpdateHITReviewStatusCommandInput,
|
|
187
|
+
UpdateHITReviewStatusCommandOutput,
|
|
188
|
+
} from "./commands/UpdateHITReviewStatusCommand";
|
|
189
|
+
import {
|
|
190
|
+
UpdateHITTypeOfHITCommandInput,
|
|
191
|
+
UpdateHITTypeOfHITCommandOutput,
|
|
192
|
+
} from "./commands/UpdateHITTypeOfHITCommand";
|
|
193
|
+
import {
|
|
194
|
+
UpdateNotificationSettingsCommandInput,
|
|
195
|
+
UpdateNotificationSettingsCommandOutput,
|
|
196
|
+
} from "./commands/UpdateNotificationSettingsCommand";
|
|
197
|
+
import {
|
|
198
|
+
UpdateQualificationTypeCommandInput,
|
|
199
|
+
UpdateQualificationTypeCommandOutput,
|
|
200
|
+
} from "./commands/UpdateQualificationTypeCommand";
|
|
201
|
+
export declare type ServiceInputTypes =
|
|
202
|
+
| AcceptQualificationRequestCommandInput
|
|
203
|
+
| ApproveAssignmentCommandInput
|
|
204
|
+
| AssociateQualificationWithWorkerCommandInput
|
|
205
|
+
| CreateAdditionalAssignmentsForHITCommandInput
|
|
206
|
+
| CreateHITCommandInput
|
|
207
|
+
| CreateHITTypeCommandInput
|
|
208
|
+
| CreateHITWithHITTypeCommandInput
|
|
209
|
+
| CreateQualificationTypeCommandInput
|
|
210
|
+
| CreateWorkerBlockCommandInput
|
|
211
|
+
| DeleteHITCommandInput
|
|
212
|
+
| DeleteQualificationTypeCommandInput
|
|
213
|
+
| DeleteWorkerBlockCommandInput
|
|
214
|
+
| DisassociateQualificationFromWorkerCommandInput
|
|
215
|
+
| GetAccountBalanceCommandInput
|
|
216
|
+
| GetAssignmentCommandInput
|
|
217
|
+
| GetFileUploadURLCommandInput
|
|
218
|
+
| GetHITCommandInput
|
|
219
|
+
| GetQualificationScoreCommandInput
|
|
220
|
+
| GetQualificationTypeCommandInput
|
|
221
|
+
| ListAssignmentsForHITCommandInput
|
|
222
|
+
| ListBonusPaymentsCommandInput
|
|
223
|
+
| ListHITsCommandInput
|
|
224
|
+
| ListHITsForQualificationTypeCommandInput
|
|
225
|
+
| ListQualificationRequestsCommandInput
|
|
226
|
+
| ListQualificationTypesCommandInput
|
|
227
|
+
| ListReviewPolicyResultsForHITCommandInput
|
|
228
|
+
| ListReviewableHITsCommandInput
|
|
229
|
+
| ListWorkerBlocksCommandInput
|
|
230
|
+
| ListWorkersWithQualificationTypeCommandInput
|
|
231
|
+
| NotifyWorkersCommandInput
|
|
232
|
+
| RejectAssignmentCommandInput
|
|
233
|
+
| RejectQualificationRequestCommandInput
|
|
234
|
+
| SendBonusCommandInput
|
|
235
|
+
| SendTestEventNotificationCommandInput
|
|
236
|
+
| UpdateExpirationForHITCommandInput
|
|
237
|
+
| UpdateHITReviewStatusCommandInput
|
|
238
|
+
| UpdateHITTypeOfHITCommandInput
|
|
239
|
+
| UpdateNotificationSettingsCommandInput
|
|
240
|
+
| UpdateQualificationTypeCommandInput;
|
|
241
|
+
export declare type ServiceOutputTypes =
|
|
242
|
+
| AcceptQualificationRequestCommandOutput
|
|
243
|
+
| ApproveAssignmentCommandOutput
|
|
244
|
+
| AssociateQualificationWithWorkerCommandOutput
|
|
245
|
+
| CreateAdditionalAssignmentsForHITCommandOutput
|
|
246
|
+
| CreateHITCommandOutput
|
|
247
|
+
| CreateHITTypeCommandOutput
|
|
248
|
+
| CreateHITWithHITTypeCommandOutput
|
|
249
|
+
| CreateQualificationTypeCommandOutput
|
|
250
|
+
| CreateWorkerBlockCommandOutput
|
|
251
|
+
| DeleteHITCommandOutput
|
|
252
|
+
| DeleteQualificationTypeCommandOutput
|
|
253
|
+
| DeleteWorkerBlockCommandOutput
|
|
254
|
+
| DisassociateQualificationFromWorkerCommandOutput
|
|
255
|
+
| GetAccountBalanceCommandOutput
|
|
256
|
+
| GetAssignmentCommandOutput
|
|
257
|
+
| GetFileUploadURLCommandOutput
|
|
258
|
+
| GetHITCommandOutput
|
|
259
|
+
| GetQualificationScoreCommandOutput
|
|
260
|
+
| GetQualificationTypeCommandOutput
|
|
261
|
+
| ListAssignmentsForHITCommandOutput
|
|
262
|
+
| ListBonusPaymentsCommandOutput
|
|
263
|
+
| ListHITsCommandOutput
|
|
264
|
+
| ListHITsForQualificationTypeCommandOutput
|
|
265
|
+
| ListQualificationRequestsCommandOutput
|
|
266
|
+
| ListQualificationTypesCommandOutput
|
|
267
|
+
| ListReviewPolicyResultsForHITCommandOutput
|
|
268
|
+
| ListReviewableHITsCommandOutput
|
|
269
|
+
| ListWorkerBlocksCommandOutput
|
|
270
|
+
| ListWorkersWithQualificationTypeCommandOutput
|
|
271
|
+
| NotifyWorkersCommandOutput
|
|
272
|
+
| RejectAssignmentCommandOutput
|
|
273
|
+
| RejectQualificationRequestCommandOutput
|
|
274
|
+
| SendBonusCommandOutput
|
|
275
|
+
| SendTestEventNotificationCommandOutput
|
|
276
|
+
| UpdateExpirationForHITCommandOutput
|
|
277
|
+
| UpdateHITReviewStatusCommandOutput
|
|
278
|
+
| UpdateHITTypeOfHITCommandOutput
|
|
279
|
+
| UpdateNotificationSettingsCommandOutput
|
|
280
|
+
| UpdateQualificationTypeCommandOutput;
|
|
281
|
+
export interface ClientDefaults
|
|
282
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
283
|
+
requestHandler?: __HttpHandler;
|
|
284
|
+
|
|
285
|
+
sha256?: __HashConstructor;
|
|
286
|
+
|
|
287
|
+
urlParser?: __UrlParser;
|
|
288
|
+
|
|
289
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
290
|
+
|
|
291
|
+
streamCollector?: __StreamCollector;
|
|
292
|
+
|
|
293
|
+
base64Decoder?: __Decoder;
|
|
294
|
+
|
|
295
|
+
base64Encoder?: __Encoder;
|
|
296
|
+
|
|
297
|
+
utf8Decoder?: __Decoder;
|
|
298
|
+
|
|
299
|
+
utf8Encoder?: __Encoder;
|
|
300
|
+
|
|
301
|
+
runtime?: string;
|
|
302
|
+
|
|
303
|
+
disableHostPrefix?: boolean;
|
|
304
|
+
|
|
305
|
+
maxAttempts?: number | __Provider<number>;
|
|
306
|
+
|
|
307
|
+
retryMode?: string | __Provider<string>;
|
|
308
|
+
|
|
309
|
+
logger?: __Logger;
|
|
310
|
+
|
|
311
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
312
|
+
|
|
313
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
314
|
+
|
|
315
|
+
serviceId?: string;
|
|
316
|
+
|
|
317
|
+
region?: string | __Provider<string>;
|
|
318
|
+
|
|
319
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
320
|
+
|
|
321
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
322
|
+
|
|
323
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
324
|
+
|
|
325
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
326
|
+
}
|
|
327
|
+
declare type MTurkClientConfigType = Partial<
|
|
328
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
329
|
+
> &
|
|
330
|
+
ClientDefaults &
|
|
331
|
+
RegionInputConfig &
|
|
332
|
+
EndpointsInputConfig &
|
|
333
|
+
RetryInputConfig &
|
|
334
|
+
HostHeaderInputConfig &
|
|
335
|
+
AwsAuthInputConfig &
|
|
336
|
+
UserAgentInputConfig;
|
|
337
|
+
|
|
338
|
+
export interface MTurkClientConfig extends MTurkClientConfigType {}
|
|
339
|
+
declare type MTurkClientResolvedConfigType =
|
|
340
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
341
|
+
Required<ClientDefaults> &
|
|
342
|
+
RegionResolvedConfig &
|
|
343
|
+
EndpointsResolvedConfig &
|
|
344
|
+
RetryResolvedConfig &
|
|
345
|
+
HostHeaderResolvedConfig &
|
|
346
|
+
AwsAuthResolvedConfig &
|
|
347
|
+
UserAgentResolvedConfig;
|
|
348
|
+
|
|
349
|
+
export interface MTurkClientResolvedConfig
|
|
350
|
+
extends MTurkClientResolvedConfigType {}
|
|
351
|
+
|
|
352
|
+
export declare class MTurkClient extends __Client<
|
|
353
|
+
__HttpHandlerOptions,
|
|
354
|
+
ServiceInputTypes,
|
|
355
|
+
ServiceOutputTypes,
|
|
356
|
+
MTurkClientResolvedConfig
|
|
357
|
+
> {
|
|
358
|
+
readonly config: MTurkClientResolvedConfig;
|
|
359
|
+
constructor(configuration: MTurkClientConfig);
|
|
360
|
+
|
|
361
|
+
destroy(): void;
|
|
362
|
+
}
|
|
363
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AcceptQualificationRequestRequest,
|
|
10
|
+
AcceptQualificationRequestResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface AcceptQualificationRequestCommandInput
|
|
18
|
+
extends AcceptQualificationRequestRequest {}
|
|
19
|
+
export interface AcceptQualificationRequestCommandOutput
|
|
20
|
+
extends AcceptQualificationRequestResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AcceptQualificationRequestCommand extends $Command<
|
|
24
|
+
AcceptQualificationRequestCommandInput,
|
|
25
|
+
AcceptQualificationRequestCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AcceptQualificationRequestCommandInput;
|
|
29
|
+
constructor(input: AcceptQualificationRequestCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AcceptQualificationRequestCommandInput,
|
|
37
|
+
AcceptQualificationRequestCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApproveAssignmentRequest,
|
|
10
|
+
ApproveAssignmentResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface ApproveAssignmentCommandInput
|
|
18
|
+
extends ApproveAssignmentRequest {}
|
|
19
|
+
export interface ApproveAssignmentCommandOutput
|
|
20
|
+
extends ApproveAssignmentResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ApproveAssignmentCommand extends $Command<
|
|
24
|
+
ApproveAssignmentCommandInput,
|
|
25
|
+
ApproveAssignmentCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ApproveAssignmentCommandInput;
|
|
29
|
+
constructor(input: ApproveAssignmentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ApproveAssignmentCommandInput, ApproveAssignmentCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AssociateQualificationWithWorkerRequest,
|
|
10
|
+
AssociateQualificationWithWorkerResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
MTurkClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../MTurkClient";
|
|
17
|
+
export interface AssociateQualificationWithWorkerCommandInput
|
|
18
|
+
extends AssociateQualificationWithWorkerRequest {}
|
|
19
|
+
export interface AssociateQualificationWithWorkerCommandOutput
|
|
20
|
+
extends AssociateQualificationWithWorkerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateQualificationWithWorkerCommand extends $Command<
|
|
24
|
+
AssociateQualificationWithWorkerCommandInput,
|
|
25
|
+
AssociateQualificationWithWorkerCommandOutput,
|
|
26
|
+
MTurkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateQualificationWithWorkerCommandInput;
|
|
29
|
+
constructor(input: AssociateQualificationWithWorkerCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MTurkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociateQualificationWithWorkerCommandInput,
|
|
37
|
+
AssociateQualificationWithWorkerCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|