@aws-sdk/client-mturk 3.337.0 → 3.341.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/MTurkClient.js +2 -1
- package/dist-cjs/commands/AcceptQualificationRequestCommand.js +2 -1
- package/dist-cjs/commands/ApproveAssignmentCommand.js +2 -1
- package/dist-cjs/commands/AssociateQualificationWithWorkerCommand.js +2 -1
- package/dist-cjs/commands/CreateAdditionalAssignmentsForHITCommand.js +2 -1
- package/dist-cjs/commands/CreateHITCommand.js +2 -1
- package/dist-cjs/commands/CreateHITTypeCommand.js +2 -1
- package/dist-cjs/commands/CreateHITWithHITTypeCommand.js +2 -1
- package/dist-cjs/commands/CreateQualificationTypeCommand.js +2 -1
- package/dist-cjs/commands/CreateWorkerBlockCommand.js +2 -1
- package/dist-cjs/commands/DeleteHITCommand.js +2 -1
- package/dist-cjs/commands/DeleteQualificationTypeCommand.js +2 -1
- package/dist-cjs/commands/DeleteWorkerBlockCommand.js +2 -1
- package/dist-cjs/commands/DisassociateQualificationFromWorkerCommand.js +2 -1
- package/dist-cjs/commands/GetAccountBalanceCommand.js +2 -1
- package/dist-cjs/commands/GetAssignmentCommand.js +2 -1
- package/dist-cjs/commands/GetFileUploadURLCommand.js +2 -1
- package/dist-cjs/commands/GetHITCommand.js +2 -1
- package/dist-cjs/commands/GetQualificationScoreCommand.js +2 -1
- package/dist-cjs/commands/GetQualificationTypeCommand.js +2 -1
- package/dist-cjs/commands/ListAssignmentsForHITCommand.js +2 -1
- package/dist-cjs/commands/ListBonusPaymentsCommand.js +2 -1
- package/dist-cjs/commands/ListHITsCommand.js +2 -1
- package/dist-cjs/commands/ListHITsForQualificationTypeCommand.js +2 -1
- package/dist-cjs/commands/ListQualificationRequestsCommand.js +2 -1
- package/dist-cjs/commands/ListQualificationTypesCommand.js +2 -1
- package/dist-cjs/commands/ListReviewPolicyResultsForHITCommand.js +2 -1
- package/dist-cjs/commands/ListReviewableHITsCommand.js +2 -1
- package/dist-cjs/commands/ListWorkerBlocksCommand.js +2 -1
- package/dist-cjs/commands/ListWorkersWithQualificationTypeCommand.js +2 -1
- package/dist-cjs/commands/NotifyWorkersCommand.js +2 -1
- package/dist-cjs/commands/RejectAssignmentCommand.js +2 -1
- package/dist-cjs/commands/RejectQualificationRequestCommand.js +2 -1
- package/dist-cjs/commands/SendBonusCommand.js +2 -1
- package/dist-cjs/commands/SendTestEventNotificationCommand.js +2 -1
- package/dist-cjs/commands/UpdateExpirationForHITCommand.js +2 -1
- package/dist-cjs/commands/UpdateHITReviewStatusCommand.js +2 -1
- package/dist-cjs/commands/UpdateHITTypeOfHITCommand.js +2 -1
- package/dist-cjs/commands/UpdateNotificationSettingsCommand.js +2 -1
- package/dist-cjs/commands/UpdateQualificationTypeCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/MTurkServiceException.js +2 -1
- package/dist-es/MTurkClient.js +1 -0
- package/dist-es/commands/AcceptQualificationRequestCommand.js +1 -0
- package/dist-es/commands/ApproveAssignmentCommand.js +1 -0
- package/dist-es/commands/AssociateQualificationWithWorkerCommand.js +1 -0
- package/dist-es/commands/CreateAdditionalAssignmentsForHITCommand.js +1 -0
- package/dist-es/commands/CreateHITCommand.js +1 -0
- package/dist-es/commands/CreateHITTypeCommand.js +1 -0
- package/dist-es/commands/CreateHITWithHITTypeCommand.js +1 -0
- package/dist-es/commands/CreateQualificationTypeCommand.js +1 -0
- package/dist-es/commands/CreateWorkerBlockCommand.js +1 -0
- package/dist-es/commands/DeleteHITCommand.js +1 -0
- package/dist-es/commands/DeleteQualificationTypeCommand.js +1 -0
- package/dist-es/commands/DeleteWorkerBlockCommand.js +1 -0
- package/dist-es/commands/DisassociateQualificationFromWorkerCommand.js +1 -0
- package/dist-es/commands/GetAccountBalanceCommand.js +1 -0
- package/dist-es/commands/GetAssignmentCommand.js +1 -0
- package/dist-es/commands/GetFileUploadURLCommand.js +1 -0
- package/dist-es/commands/GetHITCommand.js +1 -0
- package/dist-es/commands/GetQualificationScoreCommand.js +1 -0
- package/dist-es/commands/GetQualificationTypeCommand.js +1 -0
- package/dist-es/commands/ListAssignmentsForHITCommand.js +1 -0
- package/dist-es/commands/ListBonusPaymentsCommand.js +1 -0
- package/dist-es/commands/ListHITsCommand.js +1 -0
- package/dist-es/commands/ListHITsForQualificationTypeCommand.js +1 -0
- package/dist-es/commands/ListQualificationRequestsCommand.js +1 -0
- package/dist-es/commands/ListQualificationTypesCommand.js +1 -0
- package/dist-es/commands/ListReviewPolicyResultsForHITCommand.js +1 -0
- package/dist-es/commands/ListReviewableHITsCommand.js +1 -0
- package/dist-es/commands/ListWorkerBlocksCommand.js +1 -0
- package/dist-es/commands/ListWorkersWithQualificationTypeCommand.js +1 -0
- package/dist-es/commands/NotifyWorkersCommand.js +1 -0
- package/dist-es/commands/RejectAssignmentCommand.js +1 -0
- package/dist-es/commands/RejectQualificationRequestCommand.js +1 -0
- package/dist-es/commands/SendBonusCommand.js +1 -0
- package/dist-es/commands/SendTestEventNotificationCommand.js +1 -0
- package/dist-es/commands/UpdateExpirationForHITCommand.js +1 -0
- package/dist-es/commands/UpdateHITReviewStatusCommand.js +1 -0
- package/dist-es/commands/UpdateHITTypeOfHITCommand.js +1 -0
- package/dist-es/commands/UpdateNotificationSettingsCommand.js +1 -0
- package/dist-es/commands/UpdateQualificationTypeCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/MTurkServiceException.js +1 -0
- package/dist-types/MTurkClient.d.ts +3 -3
- package/dist-types/commands/AcceptQualificationRequestCommand.d.ts +4 -0
- package/dist-types/commands/ApproveAssignmentCommand.d.ts +4 -0
- package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +4 -0
- package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +4 -0
- package/dist-types/commands/CreateHITCommand.d.ts +4 -0
- package/dist-types/commands/CreateHITTypeCommand.d.ts +4 -0
- package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +4 -0
- package/dist-types/commands/CreateQualificationTypeCommand.d.ts +4 -0
- package/dist-types/commands/CreateWorkerBlockCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHITCommand.d.ts +4 -0
- package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +4 -0
- package/dist-types/commands/GetAccountBalanceCommand.d.ts +4 -0
- package/dist-types/commands/GetAssignmentCommand.d.ts +4 -0
- package/dist-types/commands/GetFileUploadURLCommand.d.ts +4 -0
- package/dist-types/commands/GetHITCommand.d.ts +4 -0
- package/dist-types/commands/GetQualificationScoreCommand.d.ts +4 -0
- package/dist-types/commands/GetQualificationTypeCommand.d.ts +4 -0
- package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +4 -0
- package/dist-types/commands/ListBonusPaymentsCommand.d.ts +4 -0
- package/dist-types/commands/ListHITsCommand.d.ts +4 -0
- package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +4 -0
- package/dist-types/commands/ListQualificationRequestsCommand.d.ts +4 -0
- package/dist-types/commands/ListQualificationTypesCommand.d.ts +4 -0
- package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +4 -0
- package/dist-types/commands/ListReviewableHITsCommand.d.ts +4 -0
- package/dist-types/commands/ListWorkerBlocksCommand.d.ts +4 -0
- package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +4 -0
- package/dist-types/commands/NotifyWorkersCommand.d.ts +4 -0
- package/dist-types/commands/RejectAssignmentCommand.d.ts +4 -0
- package/dist-types/commands/RejectQualificationRequestCommand.d.ts +4 -0
- package/dist-types/commands/SendBonusCommand.d.ts +4 -0
- package/dist-types/commands/SendTestEventNotificationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +4 -0
- package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +4 -0
- package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +4 -0
- package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +4 -0
- package/dist-types/index.d.ts +7 -2
- package/dist-types/models/MTurkServiceException.d.ts +1 -0
- package/dist-types/ts3.4/MTurkClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetHITCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/MTurkServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../MTurkClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateQualificationTypeCommandInput
|
|
19
20
|
extends UpdateQualificationTypeRequest {}
|
|
20
21
|
export interface UpdateQualificationTypeCommandOutput
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./MTurk";
|
|
2
1
|
export * from "./MTurkClient";
|
|
2
|
+
export * from "./MTurk";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { MTurkServiceException } from "./models/MTurkServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class MTurkServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
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.341.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.341.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.341.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.341.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.341.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.341.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.341.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.341.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.341.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.341.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.341.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.341.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.341.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.341.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.341.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.341.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.341.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.341.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.341.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.341.0",
|
|
43
|
+
"@aws-sdk/types": "3.341.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.341.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.341.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.341.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.341.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.341.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.341.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.341.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|