@aws-sdk/client-mturk 3.775.0 → 3.777.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-types/commands/AcceptQualificationRequestCommand.d.ts +1 -0
- package/dist-types/commands/ApproveAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +1 -0
- package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +1 -0
- package/dist-types/commands/CreateHITCommand.d.ts +1 -0
- package/dist-types/commands/CreateHITTypeCommand.d.ts +1 -0
- package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +1 -0
- package/dist-types/commands/CreateQualificationTypeCommand.d.ts +1 -0
- package/dist-types/commands/CreateWorkerBlockCommand.d.ts +1 -0
- package/dist-types/commands/DeleteHITCommand.d.ts +1 -0
- package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +1 -0
- package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +1 -0
- package/dist-types/commands/GetAccountBalanceCommand.d.ts +1 -0
- package/dist-types/commands/GetAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/GetFileUploadURLCommand.d.ts +1 -0
- package/dist-types/commands/GetHITCommand.d.ts +1 -0
- package/dist-types/commands/GetQualificationScoreCommand.d.ts +1 -0
- package/dist-types/commands/GetQualificationTypeCommand.d.ts +1 -0
- package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +1 -0
- package/dist-types/commands/ListBonusPaymentsCommand.d.ts +1 -0
- package/dist-types/commands/ListHITsCommand.d.ts +1 -0
- package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +1 -0
- package/dist-types/commands/ListQualificationRequestsCommand.d.ts +1 -0
- package/dist-types/commands/ListQualificationTypesCommand.d.ts +1 -0
- package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +1 -0
- package/dist-types/commands/ListReviewableHITsCommand.d.ts +1 -0
- package/dist-types/commands/ListWorkerBlocksCommand.d.ts +1 -0
- package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +1 -0
- package/dist-types/commands/NotifyWorkersCommand.d.ts +1 -0
- package/dist-types/commands/RejectAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/RejectQualificationRequestCommand.d.ts +1 -0
- package/dist-types/commands/SendBonusCommand.d.ts +1 -0
- package/dist-types/commands/SendTestEventNotificationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +1 -0
- package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +1 -0
- package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +1 -0
- package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -68,6 +68,7 @@ declare const AcceptQualificationRequestCommand_base: {
|
|
|
68
68
|
* @throws {@link MTurkServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class AcceptQualificationRequestCommand extends AcceptQualificationRequestCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ApproveAssignmentCommand_base: {
|
|
|
89
89
|
* @throws {@link MTurkServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ApproveAssignmentCommand extends ApproveAssignmentCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const AssociateQualificationWithWorkerCommand_base: {
|
|
|
81
81
|
* @throws {@link MTurkServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class AssociateQualificationWithWorkerCommand extends AssociateQualificationWithWorkerCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const CreateAdditionalAssignmentsForHITCommand_base: {
|
|
|
82
82
|
* @throws {@link MTurkServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class CreateAdditionalAssignmentsForHITCommand extends CreateAdditionalAssignmentsForHITCommand_base {
|
|
@@ -186,6 +186,7 @@ declare const CreateHITCommand_base: {
|
|
|
186
186
|
* @throws {@link MTurkServiceException}
|
|
187
187
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
188
188
|
*
|
|
189
|
+
*
|
|
189
190
|
* @public
|
|
190
191
|
*/
|
|
191
192
|
export declare class CreateHITCommand extends CreateHITCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const CreateHITTypeCommand_base: {
|
|
|
87
87
|
* @throws {@link MTurkServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class CreateHITTypeCommand extends CreateHITTypeCommand_base {
|
|
@@ -165,6 +165,7 @@ declare const CreateHITWithHITTypeCommand_base: {
|
|
|
165
165
|
* @throws {@link MTurkServiceException}
|
|
166
166
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
167
167
|
*
|
|
168
|
+
*
|
|
168
169
|
* @public
|
|
169
170
|
*/
|
|
170
171
|
export declare class CreateHITWithHITTypeCommand extends CreateHITWithHITTypeCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const CreateQualificationTypeCommand_base: {
|
|
|
89
89
|
* @throws {@link MTurkServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class CreateQualificationTypeCommand extends CreateQualificationTypeCommand_base {
|
|
@@ -59,6 +59,7 @@ declare const CreateWorkerBlockCommand_base: {
|
|
|
59
59
|
* @throws {@link MTurkServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
61
61
|
*
|
|
62
|
+
*
|
|
62
63
|
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class CreateWorkerBlockCommand extends CreateWorkerBlockCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const DeleteHITCommand_base: {
|
|
|
93
93
|
* @throws {@link MTurkServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class DeleteHITCommand extends DeleteHITCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DeleteQualificationTypeCommand_base: {
|
|
|
76
76
|
* @throws {@link MTurkServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DeleteQualificationTypeCommand extends DeleteQualificationTypeCommand_base {
|
|
@@ -59,6 +59,7 @@ declare const DeleteWorkerBlockCommand_base: {
|
|
|
59
59
|
* @throws {@link MTurkServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
61
61
|
*
|
|
62
|
+
*
|
|
62
63
|
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class DeleteWorkerBlockCommand extends DeleteWorkerBlockCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const DisassociateQualificationFromWorkerCommand_base: {
|
|
|
67
67
|
* @throws {@link MTurkServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DisassociateQualificationFromWorkerCommand extends DisassociateQualificationFromWorkerCommand_base {
|
|
@@ -61,6 +61,7 @@ declare const GetAccountBalanceCommand_base: {
|
|
|
61
61
|
* @throws {@link MTurkServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class GetAccountBalanceCommand extends GetAccountBalanceCommand_base {
|
|
@@ -114,6 +114,7 @@ declare const GetAssignmentCommand_base: {
|
|
|
114
114
|
* @throws {@link MTurkServiceException}
|
|
115
115
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
116
116
|
*
|
|
117
|
+
*
|
|
117
118
|
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class GetAssignmentCommand extends GetAssignmentCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const GetFileUploadURLCommand_base: {
|
|
|
78
78
|
* @throws {@link MTurkServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class GetFileUploadURLCommand extends GetFileUploadURLCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const GetHITCommand_base: {
|
|
|
100
100
|
* @throws {@link MTurkServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class GetHITCommand extends GetHITCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const GetQualificationScoreCommand_base: {
|
|
|
84
84
|
* @throws {@link MTurkServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class GetQualificationScoreCommand extends GetQualificationScoreCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const GetQualificationTypeCommand_base: {
|
|
|
76
76
|
* @throws {@link MTurkServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetQualificationTypeCommand extends GetQualificationTypeCommand_base {
|
|
@@ -108,6 +108,7 @@ declare const ListAssignmentsForHITCommand_base: {
|
|
|
108
108
|
* @throws {@link MTurkServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
110
110
|
*
|
|
111
|
+
*
|
|
111
112
|
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class ListAssignmentsForHITCommand extends ListAssignmentsForHITCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListBonusPaymentsCommand_base: {
|
|
|
78
78
|
* @throws {@link MTurkServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListBonusPaymentsCommand extends ListBonusPaymentsCommand_base {
|
|
@@ -109,6 +109,7 @@ declare const ListHITsCommand_base: {
|
|
|
109
109
|
* @throws {@link MTurkServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
111
111
|
*
|
|
112
|
+
*
|
|
112
113
|
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class ListHITsCommand extends ListHITsCommand_base {
|
|
@@ -109,6 +109,7 @@ declare const ListHITsForQualificationTypeCommand_base: {
|
|
|
109
109
|
* @throws {@link MTurkServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
111
111
|
*
|
|
112
|
+
*
|
|
112
113
|
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class ListHITsForQualificationTypeCommand extends ListHITsForQualificationTypeCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListQualificationRequestsCommand_base: {
|
|
|
80
80
|
* @throws {@link MTurkServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListQualificationRequestsCommand extends ListQualificationRequestsCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const ListQualificationTypesCommand_base: {
|
|
|
87
87
|
* @throws {@link MTurkServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListQualificationTypesCommand extends ListQualificationTypesCommand_base {
|
|
@@ -160,6 +160,7 @@ declare const ListReviewPolicyResultsForHITCommand_base: {
|
|
|
160
160
|
* @throws {@link MTurkServiceException}
|
|
161
161
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
162
162
|
*
|
|
163
|
+
*
|
|
163
164
|
* @public
|
|
164
165
|
*/
|
|
165
166
|
export declare class ListReviewPolicyResultsForHITCommand extends ListReviewPolicyResultsForHITCommand_base {
|
|
@@ -108,6 +108,7 @@ declare const ListReviewableHITsCommand_base: {
|
|
|
108
108
|
* @throws {@link MTurkServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
110
110
|
*
|
|
111
|
+
*
|
|
111
112
|
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class ListReviewableHITsCommand extends ListReviewableHITsCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const ListWorkerBlocksCommand_base: {
|
|
|
68
68
|
* @throws {@link MTurkServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListWorkerBlocksCommand extends ListWorkerBlocksCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListWorkersWithQualificationTypeCommand_base: {
|
|
|
80
80
|
* @throws {@link MTurkServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListWorkersWithQualificationTypeCommand extends ListWorkersWithQualificationTypeCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const NotifyWorkersCommand_base: {
|
|
|
79
79
|
* @throws {@link MTurkServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class NotifyWorkersCommand extends NotifyWorkersCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const RejectAssignmentCommand_base: {
|
|
|
71
71
|
* @throws {@link MTurkServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class RejectAssignmentCommand extends RejectAssignmentCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const RejectQualificationRequestCommand_base: {
|
|
|
65
65
|
* @throws {@link MTurkServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class RejectQualificationRequestCommand extends RejectQualificationRequestCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const SendBonusCommand_base: {
|
|
|
75
75
|
* @throws {@link MTurkServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class SendBonusCommand extends SendBonusCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const SendTestEventNotificationCommand_base: {
|
|
|
72
72
|
* @throws {@link MTurkServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class SendTestEventNotificationCommand extends SendTestEventNotificationCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const UpdateExpirationForHITCommand_base: {
|
|
|
62
62
|
* @throws {@link MTurkServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class UpdateExpirationForHITCommand extends UpdateExpirationForHITCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const UpdateHITReviewStatusCommand_base: {
|
|
|
63
63
|
* @throws {@link MTurkServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class UpdateHITReviewStatusCommand extends UpdateHITReviewStatusCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const UpdateHITTypeOfHITCommand_base: {
|
|
|
66
66
|
* @throws {@link MTurkServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class UpdateHITTypeOfHITCommand extends UpdateHITTypeOfHITCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const UpdateNotificationSettingsCommand_base: {
|
|
|
78
78
|
* @throws {@link MTurkServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class UpdateNotificationSettingsCommand extends UpdateNotificationSettingsCommand_base {
|
|
@@ -114,6 +114,7 @@ declare const UpdateQualificationTypeCommand_base: {
|
|
|
114
114
|
* @throws {@link MTurkServiceException}
|
|
115
115
|
* <p>Base exception class for all service exceptions from MTurk service.</p>
|
|
116
116
|
*
|
|
117
|
+
*
|
|
117
118
|
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class UpdateQualificationTypeCommand extends UpdateQualificationTypeCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mturk",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mturk Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mturk",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|