@aws-sdk/client-mturk 3.35.0 → 3.38.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 +47 -0
- package/dist-cjs/MTurk.js +0 -4
- package/dist-cjs/MTurkClient.js +0 -9
- package/dist-cjs/commands/AcceptQualificationRequestCommand.js +0 -34
- package/dist-cjs/commands/ApproveAssignmentCommand.js +0 -54
- package/dist-cjs/commands/AssociateQualificationWithWorkerCommand.js +0 -45
- package/dist-cjs/commands/CreateAdditionalAssignmentsForHITCommand.js +0 -47
- package/dist-cjs/commands/CreateHITCommand.js +0 -41
- package/dist-cjs/commands/CreateHITTypeCommand.js +0 -30
- package/dist-cjs/commands/CreateHITWithHITTypeCommand.js +0 -42
- package/dist-cjs/commands/CreateQualificationTypeCommand.js +0 -31
- package/dist-cjs/commands/CreateWorkerBlockCommand.js +0 -25
- package/dist-cjs/commands/DeleteHITCommand.js +0 -60
- package/dist-cjs/commands/DeleteQualificationTypeCommand.js +0 -43
- package/dist-cjs/commands/DeleteWorkerBlockCommand.js +0 -25
- package/dist-cjs/commands/DisassociateQualificationFromWorkerCommand.js +0 -32
- package/dist-cjs/commands/GetAccountBalanceCommand.js +0 -27
- package/dist-cjs/commands/GetAssignmentCommand.js +0 -27
- package/dist-cjs/commands/GetFileUploadURLCommand.js +0 -42
- package/dist-cjs/commands/GetHITCommand.js +0 -27
- package/dist-cjs/commands/GetQualificationScoreCommand.js +0 -38
- package/dist-cjs/commands/GetQualificationTypeCommand.js +0 -27
- package/dist-cjs/commands/ListAssignmentsForHITCommand.js +0 -51
- package/dist-cjs/commands/ListBonusPaymentsCommand.js +0 -30
- package/dist-cjs/commands/ListHITsCommand.js +0 -31
- package/dist-cjs/commands/ListHITsForQualificationTypeCommand.js +0 -30
- package/dist-cjs/commands/ListQualificationRequestsCommand.js +0 -32
- package/dist-cjs/commands/ListQualificationTypesCommand.js +0 -30
- package/dist-cjs/commands/ListReviewPolicyResultsForHITCommand.js +0 -31
- package/dist-cjs/commands/ListReviewableHITsCommand.js +0 -28
- package/dist-cjs/commands/ListWorkerBlocksCommand.js +0 -25
- package/dist-cjs/commands/ListWorkersWithQualificationTypeCommand.js +0 -28
- package/dist-cjs/commands/NotifyWorkersCommand.js +0 -34
- package/dist-cjs/commands/RejectAssignmentCommand.js +0 -37
- package/dist-cjs/commands/RejectQualificationRequestCommand.js +0 -31
- package/dist-cjs/commands/SendBonusCommand.js +0 -38
- package/dist-cjs/commands/SendTestEventNotificationCommand.js +0 -31
- package/dist-cjs/commands/UpdateExpirationForHITCommand.js +0 -28
- package/dist-cjs/commands/UpdateHITReviewStatusCommand.js +0 -29
- package/dist-cjs/commands/UpdateHITTypeOfHITCommand.js +0 -32
- package/dist-cjs/commands/UpdateNotificationSettingsCommand.js +0 -36
- package/dist-cjs/commands/UpdateQualificationTypeCommand.js +0 -57
- package/dist-cjs/commands/index.js +42 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -53
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -295
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListAssignmentsForHITPaginator.js +0 -11
- package/dist-cjs/pagination/ListBonusPaymentsPaginator.js +0 -11
- package/dist-cjs/pagination/ListHITsForQualificationTypePaginator.js +0 -11
- package/dist-cjs/pagination/ListHITsPaginator.js +0 -11
- package/dist-cjs/pagination/ListQualificationRequestsPaginator.js +0 -11
- package/dist-cjs/pagination/ListQualificationTypesPaginator.js +0 -11
- package/dist-cjs/pagination/ListReviewPolicyResultsForHITPaginator.js +0 -11
- package/dist-cjs/pagination/ListReviewableHITsPaginator.js +0 -11
- package/dist-cjs/pagination/ListWorkerBlocksPaginator.js +0 -11
- package/dist-cjs/pagination/ListWorkersWithQualificationTypePaginator.js +0 -11
- package/dist-cjs/pagination/index.js +14 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/MTurk.js +0 -1
- package/dist-es/MTurkClient.js +0 -1
- package/dist-es/commands/AcceptQualificationRequestCommand.js +0 -1
- package/dist-es/commands/ApproveAssignmentCommand.js +0 -1
- package/dist-es/commands/AssociateQualificationWithWorkerCommand.js +0 -1
- package/dist-es/commands/CreateAdditionalAssignmentsForHITCommand.js +0 -1
- package/dist-es/commands/CreateHITCommand.js +0 -1
- package/dist-es/commands/CreateHITTypeCommand.js +0 -1
- package/dist-es/commands/CreateHITWithHITTypeCommand.js +0 -1
- package/dist-es/commands/CreateQualificationTypeCommand.js +0 -1
- package/dist-es/commands/CreateWorkerBlockCommand.js +0 -1
- package/dist-es/commands/DeleteHITCommand.js +0 -1
- package/dist-es/commands/DeleteQualificationTypeCommand.js +0 -1
- package/dist-es/commands/DeleteWorkerBlockCommand.js +0 -1
- package/dist-es/commands/DisassociateQualificationFromWorkerCommand.js +0 -1
- package/dist-es/commands/GetAccountBalanceCommand.js +0 -1
- package/dist-es/commands/GetAssignmentCommand.js +0 -1
- package/dist-es/commands/GetFileUploadURLCommand.js +0 -1
- package/dist-es/commands/GetHITCommand.js +0 -1
- package/dist-es/commands/GetQualificationScoreCommand.js +0 -1
- package/dist-es/commands/GetQualificationTypeCommand.js +0 -1
- package/dist-es/commands/ListAssignmentsForHITCommand.js +0 -1
- package/dist-es/commands/ListBonusPaymentsCommand.js +0 -1
- package/dist-es/commands/ListHITsCommand.js +0 -1
- package/dist-es/commands/ListHITsForQualificationTypeCommand.js +0 -1
- package/dist-es/commands/ListQualificationRequestsCommand.js +0 -1
- package/dist-es/commands/ListQualificationTypesCommand.js +0 -1
- package/dist-es/commands/ListReviewPolicyResultsForHITCommand.js +0 -1
- package/dist-es/commands/ListReviewableHITsCommand.js +0 -1
- package/dist-es/commands/ListWorkerBlocksCommand.js +0 -1
- package/dist-es/commands/ListWorkersWithQualificationTypeCommand.js +0 -1
- package/dist-es/commands/NotifyWorkersCommand.js +0 -1
- package/dist-es/commands/RejectAssignmentCommand.js +0 -1
- package/dist-es/commands/RejectQualificationRequestCommand.js +0 -1
- package/dist-es/commands/SendBonusCommand.js +0 -1
- package/dist-es/commands/SendTestEventNotificationCommand.js +0 -1
- package/dist-es/commands/UpdateExpirationForHITCommand.js +0 -1
- package/dist-es/commands/UpdateHITReviewStatusCommand.js +0 -1
- package/dist-es/commands/UpdateHITTypeOfHITCommand.js +0 -1
- package/dist-es/commands/UpdateNotificationSettingsCommand.js +0 -1
- package/dist-es/commands/UpdateQualificationTypeCommand.js +0 -1
- package/dist-es/commands/index.js +39 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -53
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListAssignmentsForHITPaginator.js +0 -1
- package/dist-es/pagination/ListBonusPaymentsPaginator.js +0 -1
- package/dist-es/pagination/ListHITsForQualificationTypePaginator.js +0 -1
- package/dist-es/pagination/ListHITsPaginator.js +0 -1
- package/dist-es/pagination/ListQualificationRequestsPaginator.js +0 -1
- package/dist-es/pagination/ListQualificationTypesPaginator.js +0 -1
- package/dist-es/pagination/ListReviewPolicyResultsForHITPaginator.js +0 -1
- package/dist-es/pagination/ListReviewableHITsPaginator.js +0 -1
- package/dist-es/pagination/ListWorkerBlocksPaginator.js +0 -1
- package/dist-es/pagination/ListWorkersWithQualificationTypePaginator.js +0 -1
- package/dist-es/pagination/index.js +11 -0
- package/dist-es/protocols/Aws_json1_1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +39 -0
- package/dist-types/index.d.ts +4 -52
- package/dist-types/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/MTurk.d.ts +40 -511
- package/dist-types/ts3.4/MTurkClient.d.ts +24 -89
- package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +2 -49
- package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +2 -42
- package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +2 -36
- package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +2 -37
- package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +2 -55
- package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +2 -38
- package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +2 -37
- package/dist-types/ts3.4/commands/GetHITCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +2 -46
- package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +2 -52
- package/dist-types/ts3.4/commands/index.d.ts +39 -0
- package/dist-types/ts3.4/index.d.ts +4 -52
- package/dist-types/ts3.4/models/models_0.d.ts +406 -1941
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/MTurk.js.map +0 -1
- package/dist-cjs/MTurkClient.js.map +0 -1
- package/dist-cjs/commands/AcceptQualificationRequestCommand.js.map +0 -1
- package/dist-cjs/commands/ApproveAssignmentCommand.js.map +0 -1
- package/dist-cjs/commands/AssociateQualificationWithWorkerCommand.js.map +0 -1
- package/dist-cjs/commands/CreateAdditionalAssignmentsForHITCommand.js.map +0 -1
- package/dist-cjs/commands/CreateHITCommand.js.map +0 -1
- package/dist-cjs/commands/CreateHITTypeCommand.js.map +0 -1
- package/dist-cjs/commands/CreateHITWithHITTypeCommand.js.map +0 -1
- package/dist-cjs/commands/CreateQualificationTypeCommand.js.map +0 -1
- package/dist-cjs/commands/CreateWorkerBlockCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteHITCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteQualificationTypeCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteWorkerBlockCommand.js.map +0 -1
- package/dist-cjs/commands/DisassociateQualificationFromWorkerCommand.js.map +0 -1
- package/dist-cjs/commands/GetAccountBalanceCommand.js.map +0 -1
- package/dist-cjs/commands/GetAssignmentCommand.js.map +0 -1
- package/dist-cjs/commands/GetFileUploadURLCommand.js.map +0 -1
- package/dist-cjs/commands/GetHITCommand.js.map +0 -1
- package/dist-cjs/commands/GetQualificationScoreCommand.js.map +0 -1
- package/dist-cjs/commands/GetQualificationTypeCommand.js.map +0 -1
- package/dist-cjs/commands/ListAssignmentsForHITCommand.js.map +0 -1
- package/dist-cjs/commands/ListBonusPaymentsCommand.js.map +0 -1
- package/dist-cjs/commands/ListHITsCommand.js.map +0 -1
- package/dist-cjs/commands/ListHITsForQualificationTypeCommand.js.map +0 -1
- package/dist-cjs/commands/ListQualificationRequestsCommand.js.map +0 -1
- package/dist-cjs/commands/ListQualificationTypesCommand.js.map +0 -1
- package/dist-cjs/commands/ListReviewPolicyResultsForHITCommand.js.map +0 -1
- package/dist-cjs/commands/ListReviewableHITsCommand.js.map +0 -1
- package/dist-cjs/commands/ListWorkerBlocksCommand.js.map +0 -1
- package/dist-cjs/commands/ListWorkersWithQualificationTypeCommand.js.map +0 -1
- package/dist-cjs/commands/NotifyWorkersCommand.js.map +0 -1
- package/dist-cjs/commands/RejectAssignmentCommand.js.map +0 -1
- package/dist-cjs/commands/RejectQualificationRequestCommand.js.map +0 -1
- package/dist-cjs/commands/SendBonusCommand.js.map +0 -1
- package/dist-cjs/commands/SendTestEventNotificationCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateExpirationForHITCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateHITReviewStatusCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateHITTypeOfHITCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateNotificationSettingsCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateQualificationTypeCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListAssignmentsForHITPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListBonusPaymentsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListHITsForQualificationTypePaginator.js.map +0 -1
- package/dist-cjs/pagination/ListHITsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListQualificationRequestsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListQualificationTypesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListReviewPolicyResultsForHITPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListReviewableHITsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListWorkerBlocksPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListWorkersWithQualificationTypePaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/MTurk.js.map +0 -1
- package/dist-es/MTurkClient.js.map +0 -1
- package/dist-es/commands/AcceptQualificationRequestCommand.js.map +0 -1
- package/dist-es/commands/ApproveAssignmentCommand.js.map +0 -1
- package/dist-es/commands/AssociateQualificationWithWorkerCommand.js.map +0 -1
- package/dist-es/commands/CreateAdditionalAssignmentsForHITCommand.js.map +0 -1
- package/dist-es/commands/CreateHITCommand.js.map +0 -1
- package/dist-es/commands/CreateHITTypeCommand.js.map +0 -1
- package/dist-es/commands/CreateHITWithHITTypeCommand.js.map +0 -1
- package/dist-es/commands/CreateQualificationTypeCommand.js.map +0 -1
- package/dist-es/commands/CreateWorkerBlockCommand.js.map +0 -1
- package/dist-es/commands/DeleteHITCommand.js.map +0 -1
- package/dist-es/commands/DeleteQualificationTypeCommand.js.map +0 -1
- package/dist-es/commands/DeleteWorkerBlockCommand.js.map +0 -1
- package/dist-es/commands/DisassociateQualificationFromWorkerCommand.js.map +0 -1
- package/dist-es/commands/GetAccountBalanceCommand.js.map +0 -1
- package/dist-es/commands/GetAssignmentCommand.js.map +0 -1
- package/dist-es/commands/GetFileUploadURLCommand.js.map +0 -1
- package/dist-es/commands/GetHITCommand.js.map +0 -1
- package/dist-es/commands/GetQualificationScoreCommand.js.map +0 -1
- package/dist-es/commands/GetQualificationTypeCommand.js.map +0 -1
- package/dist-es/commands/ListAssignmentsForHITCommand.js.map +0 -1
- package/dist-es/commands/ListBonusPaymentsCommand.js.map +0 -1
- package/dist-es/commands/ListHITsCommand.js.map +0 -1
- package/dist-es/commands/ListHITsForQualificationTypeCommand.js.map +0 -1
- package/dist-es/commands/ListQualificationRequestsCommand.js.map +0 -1
- package/dist-es/commands/ListQualificationTypesCommand.js.map +0 -1
- package/dist-es/commands/ListReviewPolicyResultsForHITCommand.js.map +0 -1
- package/dist-es/commands/ListReviewableHITsCommand.js.map +0 -1
- package/dist-es/commands/ListWorkerBlocksCommand.js.map +0 -1
- package/dist-es/commands/ListWorkersWithQualificationTypeCommand.js.map +0 -1
- package/dist-es/commands/NotifyWorkersCommand.js.map +0 -1
- package/dist-es/commands/RejectAssignmentCommand.js.map +0 -1
- package/dist-es/commands/RejectQualificationRequestCommand.js.map +0 -1
- package/dist-es/commands/SendBonusCommand.js.map +0 -1
- package/dist-es/commands/SendTestEventNotificationCommand.js.map +0 -1
- package/dist-es/commands/UpdateExpirationForHITCommand.js.map +0 -1
- package/dist-es/commands/UpdateHITReviewStatusCommand.js.map +0 -1
- package/dist-es/commands/UpdateHITTypeOfHITCommand.js.map +0 -1
- package/dist-es/commands/UpdateNotificationSettingsCommand.js.map +0 -1
- package/dist-es/commands/UpdateQualificationTypeCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListAssignmentsForHITPaginator.js.map +0 -1
- package/dist-es/pagination/ListBonusPaymentsPaginator.js.map +0 -1
- package/dist-es/pagination/ListHITsForQualificationTypePaginator.js.map +0 -1
- package/dist-es/pagination/ListHITsPaginator.js.map +0 -1
- package/dist-es/pagination/ListQualificationRequestsPaginator.js.map +0 -1
- package/dist-es/pagination/ListQualificationTypesPaginator.js.map +0 -1
- package/dist-es/pagination/ListReviewPolicyResultsForHITPaginator.js.map +0 -1
- package/dist-es/pagination/ListReviewableHITsPaginator.js.map +0 -1
- package/dist-es/pagination/ListWorkerBlocksPaginator.js.map +0 -1
- package/dist-es/pagination/ListWorkersWithQualificationTypePaginator.js.map +0 -1
- package/dist-es/protocols/Aws_json1_1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/MTurk.ts +0 -1792
- package/src/MTurkClient.ts +0 -416
- package/src/commands/AcceptQualificationRequestCommand.ts +0 -107
- package/src/commands/ApproveAssignmentCommand.ts +0 -124
- package/src/commands/AssociateQualificationWithWorkerCommand.ts +0 -123
- package/src/commands/CreateAdditionalAssignmentsForHITCommand.ts +0 -128
- package/src/commands/CreateHITCommand.ts +0 -108
- package/src/commands/CreateHITTypeCommand.ts +0 -100
- package/src/commands/CreateHITWithHITTypeCommand.ts +0 -112
- package/src/commands/CreateQualificationTypeCommand.ts +0 -101
- package/src/commands/CreateWorkerBlockCommand.ts +0 -95
- package/src/commands/DeleteHITCommand.ts +0 -127
- package/src/commands/DeleteQualificationTypeCommand.ts +0 -113
- package/src/commands/DeleteWorkerBlockCommand.ts +0 -95
- package/src/commands/DisassociateQualificationFromWorkerCommand.ts +0 -113
- package/src/commands/GetAccountBalanceCommand.ts +0 -97
- package/src/commands/GetAssignmentCommand.ts +0 -97
- package/src/commands/GetFileUploadURLCommand.ts +0 -112
- package/src/commands/GetHITCommand.ts +0 -90
- package/src/commands/GetQualificationScoreCommand.ts +0 -108
- package/src/commands/GetQualificationTypeCommand.ts +0 -97
- package/src/commands/ListAssignmentsForHITCommand.ts +0 -121
- package/src/commands/ListBonusPaymentsCommand.ts +0 -100
- package/src/commands/ListHITsCommand.ts +0 -94
- package/src/commands/ListHITsForQualificationTypeCommand.ts +0 -105
- package/src/commands/ListQualificationRequestsCommand.ts +0 -105
- package/src/commands/ListQualificationTypesCommand.ts +0 -100
- package/src/commands/ListReviewPolicyResultsForHITCommand.ts +0 -106
- package/src/commands/ListReviewableHITsCommand.ts +0 -98
- package/src/commands/ListWorkerBlocksCommand.ts +0 -95
- package/src/commands/ListWorkersWithQualificationTypeCommand.ts +0 -106
- package/src/commands/NotifyWorkersCommand.ts +0 -104
- package/src/commands/RejectAssignmentCommand.ts +0 -107
- package/src/commands/RejectQualificationRequestCommand.ts +0 -104
- package/src/commands/SendBonusCommand.ts +0 -105
- package/src/commands/SendTestEventNotificationCommand.ts +0 -104
- package/src/commands/UpdateExpirationForHITCommand.ts +0 -98
- package/src/commands/UpdateHITReviewStatusCommand.ts +0 -99
- package/src/commands/UpdateHITTypeOfHITCommand.ts +0 -102
- package/src/commands/UpdateNotificationSettingsCommand.ts +0 -109
- package/src/commands/UpdateQualificationTypeCommand.ts +0 -127
- package/src/endpoints.ts +0 -62
- package/src/index.ts +0 -53
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -3412
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListAssignmentsForHITPaginator.ts +0 -59
- package/src/pagination/ListBonusPaymentsPaginator.ts +0 -59
- package/src/pagination/ListHITsForQualificationTypePaginator.ts +0 -59
- package/src/pagination/ListHITsPaginator.ts +0 -55
- package/src/pagination/ListQualificationRequestsPaginator.ts +0 -59
- package/src/pagination/ListQualificationTypesPaginator.ts +0 -59
- package/src/pagination/ListReviewPolicyResultsForHITPaginator.ts +0 -59
- package/src/pagination/ListReviewableHITsPaginator.ts +0 -59
- package/src/pagination/ListWorkerBlocksPaginator.ts +0 -59
- package/src/pagination/ListWorkersWithQualificationTypePaginator.ts +0 -59
- package/src/protocols/Aws_json1_1.ts +0 -4803
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -6,32 +6,11 @@ export interface ListReviewableHITsCommandInput extends ListReviewableHITsReques
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListReviewableHITsCommandOutput extends ListReviewableHITsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* The <code>ListReviewableHITs</code> operation retrieves the HITs with Status equal to
|
|
12
|
-
* Reviewable or Status equal to Reviewing that belong to the Requester calling the operation.
|
|
13
|
-
* </p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { MTurkClient, ListReviewableHITsCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
18
|
-
* // const { MTurkClient, ListReviewableHITsCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
19
|
-
* const client = new MTurkClient(config);
|
|
20
|
-
* const command = new ListReviewableHITsCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link ListReviewableHITsCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link ListReviewableHITsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class ListReviewableHITsCommand extends $Command<ListReviewableHITsCommandInput, ListReviewableHITsCommandOutput, MTurkClientResolvedConfig> {
|
|
30
11
|
readonly input: ListReviewableHITsCommandInput;
|
|
31
12
|
constructor(input: ListReviewableHITsCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReviewableHITsCommandInput, ListReviewableHITsCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface ListWorkerBlocksCommandInput extends ListWorkerBlocksRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListWorkerBlocksCommandOutput extends ListWorkerBlocksResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>The <code>ListWorkersBlocks</code> operation retrieves a list of Workers who are blocked from working on your HITs.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { MTurkClient, ListWorkerBlocksCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
15
|
-
* // const { MTurkClient, ListWorkerBlocksCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
16
|
-
* const client = new MTurkClient(config);
|
|
17
|
-
* const command = new ListWorkerBlocksCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListWorkerBlocksCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListWorkerBlocksCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ListWorkerBlocksCommand extends $Command<ListWorkerBlocksCommandInput, ListWorkerBlocksCommandOutput, MTurkClientResolvedConfig> {
|
|
27
11
|
readonly input: ListWorkerBlocksCommandInput;
|
|
28
12
|
constructor(input: ListWorkerBlocksCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkerBlocksCommandInput, ListWorkerBlocksCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,32 +6,11 @@ export interface ListWorkersWithQualificationTypeCommandInput extends ListWorker
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListWorkersWithQualificationTypeCommandOutput extends ListWorkersWithQualificationTypeResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* The <code>ListWorkersWithQualificationType</code> operation returns all of the Workers
|
|
12
|
-
* that have been associated with a given Qualification type.
|
|
13
|
-
* </p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { MTurkClient, ListWorkersWithQualificationTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
18
|
-
* // const { MTurkClient, ListWorkersWithQualificationTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
19
|
-
* const client = new MTurkClient(config);
|
|
20
|
-
* const command = new ListWorkersWithQualificationTypeCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link ListWorkersWithQualificationTypeCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link ListWorkersWithQualificationTypeCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class ListWorkersWithQualificationTypeCommand extends $Command<ListWorkersWithQualificationTypeCommandInput, ListWorkersWithQualificationTypeCommandOutput, MTurkClientResolvedConfig> {
|
|
30
11
|
readonly input: ListWorkersWithQualificationTypeCommandInput;
|
|
31
12
|
constructor(input: ListWorkersWithQualificationTypeCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkersWithQualificationTypeCommandInput, ListWorkersWithQualificationTypeCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,38 +6,11 @@ export interface NotifyWorkersCommandInput extends NotifyWorkersRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface NotifyWorkersCommandOutput extends NotifyWorkersResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* The
|
|
12
|
-
* <code>NotifyWorkers</code>
|
|
13
|
-
* operation sends an email to one or more Workers that you specify with
|
|
14
|
-
* the Worker ID. You can specify up to 100 Worker IDs to send the same
|
|
15
|
-
* message with a single call to the NotifyWorkers operation. The
|
|
16
|
-
* NotifyWorkers operation will send a notification email to a Worker
|
|
17
|
-
* only if you have previously approved or rejected work from the
|
|
18
|
-
* Worker.
|
|
19
|
-
* </p>
|
|
20
|
-
* @example
|
|
21
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
-
* ```javascript
|
|
23
|
-
* import { MTurkClient, NotifyWorkersCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
24
|
-
* // const { MTurkClient, NotifyWorkersCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
25
|
-
* const client = new MTurkClient(config);
|
|
26
|
-
* const command = new NotifyWorkersCommand(input);
|
|
27
|
-
* const response = await client.send(command);
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @see {@link NotifyWorkersCommandInput} for command's `input` shape.
|
|
31
|
-
* @see {@link NotifyWorkersCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
|
|
33
|
-
*
|
|
34
|
-
*/
|
|
9
|
+
|
|
35
10
|
export declare class NotifyWorkersCommand extends $Command<NotifyWorkersCommandInput, NotifyWorkersCommandOutput, MTurkClientResolvedConfig> {
|
|
36
11
|
readonly input: NotifyWorkersCommandInput;
|
|
37
12
|
constructor(input: NotifyWorkersCommandInput);
|
|
38
|
-
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
13
|
+
|
|
41
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<NotifyWorkersCommandInput, NotifyWorkersCommandOutput>;
|
|
42
15
|
private serialize;
|
|
43
16
|
private deserialize;
|
|
@@ -6,41 +6,11 @@ export interface RejectAssignmentCommandInput extends RejectAssignmentRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface RejectAssignmentCommandOutput extends RejectAssignmentResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* The <code>RejectAssignment</code> operation rejects the results of a completed assignment.
|
|
12
|
-
* </p>
|
|
13
|
-
* <p>
|
|
14
|
-
* You can include an optional feedback message with the rejection,
|
|
15
|
-
* which the Worker can see in the Status section of the web site.
|
|
16
|
-
* When you include a feedback message with the rejection,
|
|
17
|
-
* it helps the Worker understand why the assignment was rejected,
|
|
18
|
-
* and can improve the quality of the results the Worker submits in the future.
|
|
19
|
-
* </p>
|
|
20
|
-
* <p>
|
|
21
|
-
* Only the Requester who created the HIT can reject an assignment for the HIT.
|
|
22
|
-
* </p>
|
|
23
|
-
* @example
|
|
24
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
-
* ```javascript
|
|
26
|
-
* import { MTurkClient, RejectAssignmentCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
27
|
-
* // const { MTurkClient, RejectAssignmentCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
28
|
-
* const client = new MTurkClient(config);
|
|
29
|
-
* const command = new RejectAssignmentCommand(input);
|
|
30
|
-
* const response = await client.send(command);
|
|
31
|
-
* ```
|
|
32
|
-
*
|
|
33
|
-
* @see {@link RejectAssignmentCommandInput} for command's `input` shape.
|
|
34
|
-
* @see {@link RejectAssignmentCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
|
|
36
|
-
*
|
|
37
|
-
*/
|
|
9
|
+
|
|
38
10
|
export declare class RejectAssignmentCommand extends $Command<RejectAssignmentCommandInput, RejectAssignmentCommandOutput, MTurkClientResolvedConfig> {
|
|
39
11
|
readonly input: RejectAssignmentCommandInput;
|
|
40
12
|
constructor(input: RejectAssignmentCommandInput);
|
|
41
|
-
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
13
|
+
|
|
44
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectAssignmentCommandInput, RejectAssignmentCommandOutput>;
|
|
45
15
|
private serialize;
|
|
46
16
|
private deserialize;
|
|
@@ -6,35 +6,11 @@ export interface RejectQualificationRequestCommandInput extends RejectQualificat
|
|
|
6
6
|
}
|
|
7
7
|
export interface RejectQualificationRequestCommandOutput extends RejectQualificationRequestResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* The
|
|
12
|
-
* <code>RejectQualificationRequest</code>
|
|
13
|
-
* operation rejects a user's request for a Qualification.
|
|
14
|
-
* </p>
|
|
15
|
-
* <p> You can provide a text message explaining why the request was
|
|
16
|
-
* rejected. The Worker who made the request can see this message.</p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { MTurkClient, RejectQualificationRequestCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
21
|
-
* // const { MTurkClient, RejectQualificationRequestCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
22
|
-
* const client = new MTurkClient(config);
|
|
23
|
-
* const command = new RejectQualificationRequestCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link RejectQualificationRequestCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link RejectQualificationRequestCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
9
|
+
|
|
32
10
|
export declare class RejectQualificationRequestCommand extends $Command<RejectQualificationRequestCommandInput, RejectQualificationRequestCommandOutput, MTurkClientResolvedConfig> {
|
|
33
11
|
readonly input: RejectQualificationRequestCommandInput;
|
|
34
12
|
constructor(input: RejectQualificationRequestCommandInput);
|
|
35
|
-
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
13
|
+
|
|
38
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectQualificationRequestCommandInput, RejectQualificationRequestCommandOutput>;
|
|
39
15
|
private serialize;
|
|
40
16
|
private deserialize;
|
|
@@ -6,42 +6,11 @@ export interface SendBonusCommandInput extends SendBonusRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface SendBonusCommandOutput extends SendBonusResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* The
|
|
12
|
-
* <code>SendBonus</code>
|
|
13
|
-
* operation issues a payment of money from your account to a Worker.
|
|
14
|
-
* This payment happens separately from the reward you pay to the Worker
|
|
15
|
-
* when you approve the Worker's assignment. The SendBonus operation
|
|
16
|
-
* requires the Worker's ID and the assignment ID as parameters to
|
|
17
|
-
* initiate payment of the bonus. You must include a message that
|
|
18
|
-
* explains the reason for the bonus payment, as the Worker may not be
|
|
19
|
-
* expecting the payment. Amazon Mechanical Turk collects a fee for
|
|
20
|
-
* bonus payments, similar to the HIT listing fee. This operation fails
|
|
21
|
-
* if your account does not have enough funds to pay for both the bonus
|
|
22
|
-
* and the fees.
|
|
23
|
-
* </p>
|
|
24
|
-
* @example
|
|
25
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
-
* ```javascript
|
|
27
|
-
* import { MTurkClient, SendBonusCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
28
|
-
* // const { MTurkClient, SendBonusCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
29
|
-
* const client = new MTurkClient(config);
|
|
30
|
-
* const command = new SendBonusCommand(input);
|
|
31
|
-
* const response = await client.send(command);
|
|
32
|
-
* ```
|
|
33
|
-
*
|
|
34
|
-
* @see {@link SendBonusCommandInput} for command's `input` shape.
|
|
35
|
-
* @see {@link SendBonusCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
|
|
37
|
-
*
|
|
38
|
-
*/
|
|
9
|
+
|
|
39
10
|
export declare class SendBonusCommand extends $Command<SendBonusCommandInput, SendBonusCommandOutput, MTurkClientResolvedConfig> {
|
|
40
11
|
readonly input: SendBonusCommandInput;
|
|
41
12
|
constructor(input: SendBonusCommandInput);
|
|
42
|
-
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
13
|
+
|
|
45
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendBonusCommandInput, SendBonusCommandOutput>;
|
|
46
15
|
private serialize;
|
|
47
16
|
private deserialize;
|
|
@@ -6,35 +6,11 @@ export interface SendTestEventNotificationCommandInput extends SendTestEventNoti
|
|
|
6
6
|
}
|
|
7
7
|
export interface SendTestEventNotificationCommandOutput extends SendTestEventNotificationResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* The <code>SendTestEventNotification</code> operation causes Amazon Mechanical Turk to send
|
|
12
|
-
* a notification message as if a HIT event occurred, according to the provided
|
|
13
|
-
* notification specification. This allows you to test notifications without
|
|
14
|
-
* setting up notifications for a real HIT type and trying to trigger them using the website.
|
|
15
|
-
* When you call this operation, the service attempts to send the test notification immediately.
|
|
16
|
-
* </p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { MTurkClient, SendTestEventNotificationCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
21
|
-
* // const { MTurkClient, SendTestEventNotificationCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
22
|
-
* const client = new MTurkClient(config);
|
|
23
|
-
* const command = new SendTestEventNotificationCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link SendTestEventNotificationCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link SendTestEventNotificationCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
9
|
+
|
|
32
10
|
export declare class SendTestEventNotificationCommand extends $Command<SendTestEventNotificationCommandInput, SendTestEventNotificationCommandOutput, MTurkClientResolvedConfig> {
|
|
33
11
|
readonly input: SendTestEventNotificationCommandInput;
|
|
34
12
|
constructor(input: SendTestEventNotificationCommandInput);
|
|
35
|
-
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
13
|
+
|
|
38
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendTestEventNotificationCommandInput, SendTestEventNotificationCommandOutput>;
|
|
39
15
|
private serialize;
|
|
40
16
|
private deserialize;
|
|
@@ -6,32 +6,11 @@ export interface UpdateExpirationForHITCommandInput extends UpdateExpirationForH
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateExpirationForHITCommandOutput extends UpdateExpirationForHITResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* The <code>UpdateExpirationForHIT</code> operation allows you update the expiration time of a HIT.
|
|
12
|
-
* If you update it to a time in the past, the HIT will be immediately expired.
|
|
13
|
-
* </p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { MTurkClient, UpdateExpirationForHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
18
|
-
* // const { MTurkClient, UpdateExpirationForHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
19
|
-
* const client = new MTurkClient(config);
|
|
20
|
-
* const command = new UpdateExpirationForHITCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link UpdateExpirationForHITCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link UpdateExpirationForHITCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class UpdateExpirationForHITCommand extends $Command<UpdateExpirationForHITCommandInput, UpdateExpirationForHITCommandOutput, MTurkClientResolvedConfig> {
|
|
30
11
|
readonly input: UpdateExpirationForHITCommandInput;
|
|
31
12
|
constructor(input: UpdateExpirationForHITCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateExpirationForHITCommandInput, UpdateExpirationForHITCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,33 +6,11 @@ export interface UpdateHITReviewStatusCommandInput extends UpdateHITReviewStatus
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateHITReviewStatusCommandOutput extends UpdateHITReviewStatusResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* The <code>UpdateHITReviewStatus</code> operation updates the status of a HIT.
|
|
12
|
-
* If the status is Reviewable, this operation can update the status to Reviewing,
|
|
13
|
-
* or it can revert a Reviewing HIT back to the Reviewable status.
|
|
14
|
-
* </p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { MTurkClient, UpdateHITReviewStatusCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
19
|
-
* // const { MTurkClient, UpdateHITReviewStatusCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
20
|
-
* const client = new MTurkClient(config);
|
|
21
|
-
* const command = new UpdateHITReviewStatusCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link UpdateHITReviewStatusCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link UpdateHITReviewStatusCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
9
|
+
|
|
30
10
|
export declare class UpdateHITReviewStatusCommand extends $Command<UpdateHITReviewStatusCommandInput, UpdateHITReviewStatusCommandOutput, MTurkClientResolvedConfig> {
|
|
31
11
|
readonly input: UpdateHITReviewStatusCommandInput;
|
|
32
12
|
constructor(input: UpdateHITReviewStatusCommandInput);
|
|
33
|
-
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
13
|
+
|
|
36
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateHITReviewStatusCommandInput, UpdateHITReviewStatusCommandOutput>;
|
|
37
15
|
private serialize;
|
|
38
16
|
private deserialize;
|
|
@@ -6,36 +6,11 @@ export interface UpdateHITTypeOfHITCommandInput extends UpdateHITTypeOfHITReques
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateHITTypeOfHITCommandOutput extends UpdateHITTypeOfHITResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* The
|
|
12
|
-
* <code>UpdateHITTypeOfHIT</code>
|
|
13
|
-
* operation allows you to change the HITType properties of a HIT. This
|
|
14
|
-
* operation disassociates the HIT from its old HITType properties and
|
|
15
|
-
* associates it with the new HITType properties. The HIT takes on the
|
|
16
|
-
* properties of the new HITType in place of the old ones.
|
|
17
|
-
* </p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { MTurkClient, UpdateHITTypeOfHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
22
|
-
* // const { MTurkClient, UpdateHITTypeOfHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
23
|
-
* const client = new MTurkClient(config);
|
|
24
|
-
* const command = new UpdateHITTypeOfHITCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link UpdateHITTypeOfHITCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link UpdateHITTypeOfHITCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
9
|
+
|
|
33
10
|
export declare class UpdateHITTypeOfHITCommand extends $Command<UpdateHITTypeOfHITCommandInput, UpdateHITTypeOfHITCommandOutput, MTurkClientResolvedConfig> {
|
|
34
11
|
readonly input: UpdateHITTypeOfHITCommandInput;
|
|
35
12
|
constructor(input: UpdateHITTypeOfHITCommandInput);
|
|
36
|
-
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
13
|
+
|
|
39
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateHITTypeOfHITCommandInput, UpdateHITTypeOfHITCommandOutput>;
|
|
40
15
|
private serialize;
|
|
41
16
|
private deserialize;
|
|
@@ -6,40 +6,11 @@ export interface UpdateNotificationSettingsCommandInput extends UpdateNotificati
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateNotificationSettingsCommandOutput extends UpdateNotificationSettingsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* The <code>UpdateNotificationSettings</code> operation creates, updates,
|
|
12
|
-
* disables or re-enables notifications for a HIT type.
|
|
13
|
-
* If you call the UpdateNotificationSettings operation for a HIT type that already has a
|
|
14
|
-
* notification specification, the operation replaces the old specification with a new one.
|
|
15
|
-
* You can call the UpdateNotificationSettings operation to enable or disable notifications
|
|
16
|
-
* for the HIT type, without having to modify the notification specification itself by providing
|
|
17
|
-
* updates to the Active status without specifying a new notification specification.
|
|
18
|
-
* To change the Active status of a HIT type's notifications,
|
|
19
|
-
* the HIT type must already have a notification specification,
|
|
20
|
-
* or one must be provided in the same call to <code>UpdateNotificationSettings</code>.
|
|
21
|
-
* </p>
|
|
22
|
-
* @example
|
|
23
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
24
|
-
* ```javascript
|
|
25
|
-
* import { MTurkClient, UpdateNotificationSettingsCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
26
|
-
* // const { MTurkClient, UpdateNotificationSettingsCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
27
|
-
* const client = new MTurkClient(config);
|
|
28
|
-
* const command = new UpdateNotificationSettingsCommand(input);
|
|
29
|
-
* const response = await client.send(command);
|
|
30
|
-
* ```
|
|
31
|
-
*
|
|
32
|
-
* @see {@link UpdateNotificationSettingsCommandInput} for command's `input` shape.
|
|
33
|
-
* @see {@link UpdateNotificationSettingsCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
|
|
35
|
-
*
|
|
36
|
-
*/
|
|
9
|
+
|
|
37
10
|
export declare class UpdateNotificationSettingsCommand extends $Command<UpdateNotificationSettingsCommandInput, UpdateNotificationSettingsCommandOutput, MTurkClientResolvedConfig> {
|
|
38
11
|
readonly input: UpdateNotificationSettingsCommandInput;
|
|
39
12
|
constructor(input: UpdateNotificationSettingsCommandInput);
|
|
40
|
-
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
13
|
+
|
|
43
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNotificationSettingsCommandInput, UpdateNotificationSettingsCommandOutput>;
|
|
44
15
|
private serialize;
|
|
45
16
|
private deserialize;
|
|
@@ -6,61 +6,11 @@ export interface UpdateQualificationTypeCommandInput extends UpdateQualification
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateQualificationTypeCommandOutput extends UpdateQualificationTypeResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* The
|
|
12
|
-
* <code>UpdateQualificationType</code>
|
|
13
|
-
* operation modifies the attributes of an existing Qualification type,
|
|
14
|
-
* which is represented by a QualificationType data structure. Only the
|
|
15
|
-
* owner of a Qualification type can modify its attributes.
|
|
16
|
-
* </p>
|
|
17
|
-
* <p> Most attributes of a Qualification type can be changed after
|
|
18
|
-
* the type has been created. However, the Name and Keywords fields
|
|
19
|
-
* cannot be modified. The RetryDelayInSeconds parameter can be modified
|
|
20
|
-
* or added to change the delay or to enable retries, but
|
|
21
|
-
* RetryDelayInSeconds cannot be used to disable retries. </p>
|
|
22
|
-
* <p> You can use this operation to update the test for a
|
|
23
|
-
* Qualification type. The test is updated based on the values specified
|
|
24
|
-
* for the Test, TestDurationInSeconds and AnswerKey parameters. All
|
|
25
|
-
* three parameters specify the updated test. If you are updating the
|
|
26
|
-
* test for a type, you must specify the Test and TestDurationInSeconds
|
|
27
|
-
* parameters. The AnswerKey parameter is optional; omitting it specifies
|
|
28
|
-
* that the updated test does not have an answer key. </p>
|
|
29
|
-
* <p> If you omit the Test parameter, the test for the
|
|
30
|
-
* Qualification type is unchanged. There is no way to remove a test from
|
|
31
|
-
* a Qualification type that has one. If the type already has a test, you
|
|
32
|
-
* cannot update it to be AutoGranted. If the Qualification type does not
|
|
33
|
-
* have a test and one is provided by an update, the type will henceforth
|
|
34
|
-
* have a test. </p>
|
|
35
|
-
* <p> If you want to update the test duration or answer key for an
|
|
36
|
-
* existing test without changing the questions, you must specify a Test
|
|
37
|
-
* parameter with the original questions, along with the updated values. </p>
|
|
38
|
-
* <p> If you provide an updated Test but no AnswerKey, the new test
|
|
39
|
-
* will not have an answer key. Requests for such Qualifications must be
|
|
40
|
-
* granted manually. </p>
|
|
41
|
-
* <p> You can also update the AutoGranted and AutoGrantedValue
|
|
42
|
-
* attributes of the Qualification type.</p>
|
|
43
|
-
* @example
|
|
44
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
45
|
-
* ```javascript
|
|
46
|
-
* import { MTurkClient, UpdateQualificationTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
47
|
-
* // const { MTurkClient, UpdateQualificationTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
48
|
-
* const client = new MTurkClient(config);
|
|
49
|
-
* const command = new UpdateQualificationTypeCommand(input);
|
|
50
|
-
* const response = await client.send(command);
|
|
51
|
-
* ```
|
|
52
|
-
*
|
|
53
|
-
* @see {@link UpdateQualificationTypeCommandInput} for command's `input` shape.
|
|
54
|
-
* @see {@link UpdateQualificationTypeCommandOutput} for command's `response` shape.
|
|
55
|
-
* @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
|
|
56
|
-
*
|
|
57
|
-
*/
|
|
9
|
+
|
|
58
10
|
export declare class UpdateQualificationTypeCommand extends $Command<UpdateQualificationTypeCommandInput, UpdateQualificationTypeCommandOutput, MTurkClientResolvedConfig> {
|
|
59
11
|
readonly input: UpdateQualificationTypeCommandInput;
|
|
60
12
|
constructor(input: UpdateQualificationTypeCommandInput);
|
|
61
|
-
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
13
|
+
|
|
64
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateQualificationTypeCommandInput, UpdateQualificationTypeCommandOutput>;
|
|
65
15
|
private serialize;
|
|
66
16
|
private deserialize;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export * from "./AcceptQualificationRequestCommand";
|
|
2
|
+
export * from "./ApproveAssignmentCommand";
|
|
3
|
+
export * from "./AssociateQualificationWithWorkerCommand";
|
|
4
|
+
export * from "./CreateAdditionalAssignmentsForHITCommand";
|
|
5
|
+
export * from "./CreateHITCommand";
|
|
6
|
+
export * from "./CreateHITTypeCommand";
|
|
7
|
+
export * from "./CreateHITWithHITTypeCommand";
|
|
8
|
+
export * from "./CreateQualificationTypeCommand";
|
|
9
|
+
export * from "./CreateWorkerBlockCommand";
|
|
10
|
+
export * from "./DeleteHITCommand";
|
|
11
|
+
export * from "./DeleteQualificationTypeCommand";
|
|
12
|
+
export * from "./DeleteWorkerBlockCommand";
|
|
13
|
+
export * from "./DisassociateQualificationFromWorkerCommand";
|
|
14
|
+
export * from "./GetAccountBalanceCommand";
|
|
15
|
+
export * from "./GetAssignmentCommand";
|
|
16
|
+
export * from "./GetFileUploadURLCommand";
|
|
17
|
+
export * from "./GetHITCommand";
|
|
18
|
+
export * from "./GetQualificationScoreCommand";
|
|
19
|
+
export * from "./GetQualificationTypeCommand";
|
|
20
|
+
export * from "./ListAssignmentsForHITCommand";
|
|
21
|
+
export * from "./ListBonusPaymentsCommand";
|
|
22
|
+
export * from "./ListHITsCommand";
|
|
23
|
+
export * from "./ListHITsForQualificationTypeCommand";
|
|
24
|
+
export * from "./ListQualificationRequestsCommand";
|
|
25
|
+
export * from "./ListQualificationTypesCommand";
|
|
26
|
+
export * from "./ListReviewPolicyResultsForHITCommand";
|
|
27
|
+
export * from "./ListReviewableHITsCommand";
|
|
28
|
+
export * from "./ListWorkerBlocksCommand";
|
|
29
|
+
export * from "./ListWorkersWithQualificationTypeCommand";
|
|
30
|
+
export * from "./NotifyWorkersCommand";
|
|
31
|
+
export * from "./RejectAssignmentCommand";
|
|
32
|
+
export * from "./RejectQualificationRequestCommand";
|
|
33
|
+
export * from "./SendBonusCommand";
|
|
34
|
+
export * from "./SendTestEventNotificationCommand";
|
|
35
|
+
export * from "./UpdateExpirationForHITCommand";
|
|
36
|
+
export * from "./UpdateHITReviewStatusCommand";
|
|
37
|
+
export * from "./UpdateHITTypeOfHITCommand";
|
|
38
|
+
export * from "./UpdateNotificationSettingsCommand";
|
|
39
|
+
export * from "./UpdateQualificationTypeCommand";
|
|
@@ -1,53 +1,5 @@
|
|
|
1
|
-
export * from "./MTurkClient";
|
|
2
1
|
export * from "./MTurk";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateHITCommand";
|
|
8
|
-
export * from "./commands/CreateHITTypeCommand";
|
|
9
|
-
export * from "./commands/CreateHITWithHITTypeCommand";
|
|
10
|
-
export * from "./commands/CreateQualificationTypeCommand";
|
|
11
|
-
export * from "./commands/CreateWorkerBlockCommand";
|
|
12
|
-
export * from "./commands/DeleteHITCommand";
|
|
13
|
-
export * from "./commands/DeleteQualificationTypeCommand";
|
|
14
|
-
export * from "./commands/DeleteWorkerBlockCommand";
|
|
15
|
-
export * from "./commands/DisassociateQualificationFromWorkerCommand";
|
|
16
|
-
export * from "./commands/GetAccountBalanceCommand";
|
|
17
|
-
export * from "./commands/GetAssignmentCommand";
|
|
18
|
-
export * from "./commands/GetFileUploadURLCommand";
|
|
19
|
-
export * from "./commands/GetHITCommand";
|
|
20
|
-
export * from "./commands/GetQualificationScoreCommand";
|
|
21
|
-
export * from "./commands/GetQualificationTypeCommand";
|
|
22
|
-
export * from "./commands/ListAssignmentsForHITCommand";
|
|
23
|
-
export * from "./pagination/ListAssignmentsForHITPaginator";
|
|
24
|
-
export * from "./commands/ListBonusPaymentsCommand";
|
|
25
|
-
export * from "./pagination/ListBonusPaymentsPaginator";
|
|
26
|
-
export * from "./commands/ListHITsCommand";
|
|
27
|
-
export * from "./pagination/ListHITsPaginator";
|
|
28
|
-
export * from "./commands/ListHITsForQualificationTypeCommand";
|
|
29
|
-
export * from "./pagination/ListHITsForQualificationTypePaginator";
|
|
30
|
-
export * from "./commands/ListQualificationRequestsCommand";
|
|
31
|
-
export * from "./pagination/ListQualificationRequestsPaginator";
|
|
32
|
-
export * from "./commands/ListQualificationTypesCommand";
|
|
33
|
-
export * from "./pagination/ListQualificationTypesPaginator";
|
|
34
|
-
export * from "./commands/ListReviewableHITsCommand";
|
|
35
|
-
export * from "./pagination/ListReviewableHITsPaginator";
|
|
36
|
-
export * from "./commands/ListReviewPolicyResultsForHITCommand";
|
|
37
|
-
export * from "./pagination/ListReviewPolicyResultsForHITPaginator";
|
|
38
|
-
export * from "./commands/ListWorkerBlocksCommand";
|
|
39
|
-
export * from "./pagination/ListWorkerBlocksPaginator";
|
|
40
|
-
export * from "./commands/ListWorkersWithQualificationTypeCommand";
|
|
41
|
-
export * from "./pagination/ListWorkersWithQualificationTypePaginator";
|
|
42
|
-
export * from "./commands/NotifyWorkersCommand";
|
|
43
|
-
export * from "./commands/RejectAssignmentCommand";
|
|
44
|
-
export * from "./commands/RejectQualificationRequestCommand";
|
|
45
|
-
export * from "./commands/SendBonusCommand";
|
|
46
|
-
export * from "./commands/SendTestEventNotificationCommand";
|
|
47
|
-
export * from "./commands/UpdateExpirationForHITCommand";
|
|
48
|
-
export * from "./commands/UpdateHITReviewStatusCommand";
|
|
49
|
-
export * from "./commands/UpdateHITTypeOfHITCommand";
|
|
50
|
-
export * from "./commands/UpdateNotificationSettingsCommand";
|
|
51
|
-
export * from "./commands/UpdateQualificationTypeCommand";
|
|
52
|
-
export * from "./pagination/Interfaces";
|
|
53
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./MTurkClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|