@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
|
@@ -5,39 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>
|
|
10
|
-
* The <code>UpdateHITReviewStatus</code> operation updates the status of a HIT.
|
|
11
|
-
* If the status is Reviewable, this operation can update the status to Reviewing,
|
|
12
|
-
* or it can revert a Reviewing HIT back to the Reviewable status.
|
|
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, UpdateHITReviewStatusCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
18
|
-
* // const { MTurkClient, UpdateHITReviewStatusCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
19
|
-
* const client = new MTurkClient(config);
|
|
20
|
-
* const command = new UpdateHITReviewStatusCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link UpdateHITReviewStatusCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link UpdateHITReviewStatusCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
8
|
class UpdateHITReviewStatusCommand extends smithy_client_1.Command {
|
|
30
|
-
// Start section: command_properties
|
|
31
|
-
// End section: command_properties
|
|
32
9
|
constructor(input) {
|
|
33
|
-
// Start section: command_constructor
|
|
34
10
|
super();
|
|
35
11
|
this.input = input;
|
|
36
|
-
// End section: command_constructor
|
|
37
12
|
}
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
42
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
43
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +34,3 @@ class UpdateHITReviewStatusCommand extends smithy_client_1.Command {
|
|
|
62
34
|
}
|
|
63
35
|
}
|
|
64
36
|
exports.UpdateHITReviewStatusCommand = UpdateHITReviewStatusCommand;
|
|
65
|
-
//# sourceMappingURL=UpdateHITReviewStatusCommand.js.map
|
|
@@ -5,42 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>
|
|
10
|
-
* The
|
|
11
|
-
* <code>UpdateHITTypeOfHIT</code>
|
|
12
|
-
* operation allows you to change the HITType properties of a HIT. This
|
|
13
|
-
* operation disassociates the HIT from its old HITType properties and
|
|
14
|
-
* associates it with the new HITType properties. The HIT takes on the
|
|
15
|
-
* properties of the new HITType in place of the old ones.
|
|
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, UpdateHITTypeOfHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
21
|
-
* // const { MTurkClient, UpdateHITTypeOfHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
22
|
-
* const client = new MTurkClient(config);
|
|
23
|
-
* const command = new UpdateHITTypeOfHITCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link UpdateHITTypeOfHITCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link UpdateHITTypeOfHITCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
8
|
class UpdateHITTypeOfHITCommand extends smithy_client_1.Command {
|
|
33
|
-
// Start section: command_properties
|
|
34
|
-
// End section: command_properties
|
|
35
9
|
constructor(input) {
|
|
36
|
-
// Start section: command_constructor
|
|
37
10
|
super();
|
|
38
11
|
this.input = input;
|
|
39
|
-
// End section: command_constructor
|
|
40
12
|
}
|
|
41
|
-
/**
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
45
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
46
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -65,4 +34,3 @@ class UpdateHITTypeOfHITCommand extends smithy_client_1.Command {
|
|
|
65
34
|
}
|
|
66
35
|
}
|
|
67
36
|
exports.UpdateHITTypeOfHITCommand = UpdateHITTypeOfHITCommand;
|
|
68
|
-
//# sourceMappingURL=UpdateHITTypeOfHITCommand.js.map
|
|
@@ -5,46 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>
|
|
10
|
-
* The <code>UpdateNotificationSettings</code> operation creates, updates,
|
|
11
|
-
* disables or re-enables notifications for a HIT type.
|
|
12
|
-
* If you call the UpdateNotificationSettings operation for a HIT type that already has a
|
|
13
|
-
* notification specification, the operation replaces the old specification with a new one.
|
|
14
|
-
* You can call the UpdateNotificationSettings operation to enable or disable notifications
|
|
15
|
-
* for the HIT type, without having to modify the notification specification itself by providing
|
|
16
|
-
* updates to the Active status without specifying a new notification specification.
|
|
17
|
-
* To change the Active status of a HIT type's notifications,
|
|
18
|
-
* the HIT type must already have a notification specification,
|
|
19
|
-
* or one must be provided in the same call to <code>UpdateNotificationSettings</code>.
|
|
20
|
-
* </p>
|
|
21
|
-
* @example
|
|
22
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
23
|
-
* ```javascript
|
|
24
|
-
* import { MTurkClient, UpdateNotificationSettingsCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
25
|
-
* // const { MTurkClient, UpdateNotificationSettingsCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
26
|
-
* const client = new MTurkClient(config);
|
|
27
|
-
* const command = new UpdateNotificationSettingsCommand(input);
|
|
28
|
-
* const response = await client.send(command);
|
|
29
|
-
* ```
|
|
30
|
-
*
|
|
31
|
-
* @see {@link UpdateNotificationSettingsCommandInput} for command's `input` shape.
|
|
32
|
-
* @see {@link UpdateNotificationSettingsCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
|
|
34
|
-
*
|
|
35
|
-
*/
|
|
36
8
|
class UpdateNotificationSettingsCommand extends smithy_client_1.Command {
|
|
37
|
-
// Start section: command_properties
|
|
38
|
-
// End section: command_properties
|
|
39
9
|
constructor(input) {
|
|
40
|
-
// Start section: command_constructor
|
|
41
10
|
super();
|
|
42
11
|
this.input = input;
|
|
43
|
-
// End section: command_constructor
|
|
44
12
|
}
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
49
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
50
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -69,4 +34,3 @@ class UpdateNotificationSettingsCommand extends smithy_client_1.Command {
|
|
|
69
34
|
}
|
|
70
35
|
}
|
|
71
36
|
exports.UpdateNotificationSettingsCommand = UpdateNotificationSettingsCommand;
|
|
72
|
-
//# sourceMappingURL=UpdateNotificationSettingsCommand.js.map
|
|
@@ -5,67 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>
|
|
10
|
-
* The
|
|
11
|
-
* <code>UpdateQualificationType</code>
|
|
12
|
-
* operation modifies the attributes of an existing Qualification type,
|
|
13
|
-
* which is represented by a QualificationType data structure. Only the
|
|
14
|
-
* owner of a Qualification type can modify its attributes.
|
|
15
|
-
* </p>
|
|
16
|
-
* <p> Most attributes of a Qualification type can be changed after
|
|
17
|
-
* the type has been created. However, the Name and Keywords fields
|
|
18
|
-
* cannot be modified. The RetryDelayInSeconds parameter can be modified
|
|
19
|
-
* or added to change the delay or to enable retries, but
|
|
20
|
-
* RetryDelayInSeconds cannot be used to disable retries. </p>
|
|
21
|
-
* <p> You can use this operation to update the test for a
|
|
22
|
-
* Qualification type. The test is updated based on the values specified
|
|
23
|
-
* for the Test, TestDurationInSeconds and AnswerKey parameters. All
|
|
24
|
-
* three parameters specify the updated test. If you are updating the
|
|
25
|
-
* test for a type, you must specify the Test and TestDurationInSeconds
|
|
26
|
-
* parameters. The AnswerKey parameter is optional; omitting it specifies
|
|
27
|
-
* that the updated test does not have an answer key. </p>
|
|
28
|
-
* <p> If you omit the Test parameter, the test for the
|
|
29
|
-
* Qualification type is unchanged. There is no way to remove a test from
|
|
30
|
-
* a Qualification type that has one. If the type already has a test, you
|
|
31
|
-
* cannot update it to be AutoGranted. If the Qualification type does not
|
|
32
|
-
* have a test and one is provided by an update, the type will henceforth
|
|
33
|
-
* have a test. </p>
|
|
34
|
-
* <p> If you want to update the test duration or answer key for an
|
|
35
|
-
* existing test without changing the questions, you must specify a Test
|
|
36
|
-
* parameter with the original questions, along with the updated values. </p>
|
|
37
|
-
* <p> If you provide an updated Test but no AnswerKey, the new test
|
|
38
|
-
* will not have an answer key. Requests for such Qualifications must be
|
|
39
|
-
* granted manually. </p>
|
|
40
|
-
* <p> You can also update the AutoGranted and AutoGrantedValue
|
|
41
|
-
* attributes of the Qualification type.</p>
|
|
42
|
-
* @example
|
|
43
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
44
|
-
* ```javascript
|
|
45
|
-
* import { MTurkClient, UpdateQualificationTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import
|
|
46
|
-
* // const { MTurkClient, UpdateQualificationTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
|
|
47
|
-
* const client = new MTurkClient(config);
|
|
48
|
-
* const command = new UpdateQualificationTypeCommand(input);
|
|
49
|
-
* const response = await client.send(command);
|
|
50
|
-
* ```
|
|
51
|
-
*
|
|
52
|
-
* @see {@link UpdateQualificationTypeCommandInput} for command's `input` shape.
|
|
53
|
-
* @see {@link UpdateQualificationTypeCommandOutput} for command's `response` shape.
|
|
54
|
-
* @see {@link MTurkClientResolvedConfig | config} for command's `input` shape.
|
|
55
|
-
*
|
|
56
|
-
*/
|
|
57
8
|
class UpdateQualificationTypeCommand extends smithy_client_1.Command {
|
|
58
|
-
// Start section: command_properties
|
|
59
|
-
// End section: command_properties
|
|
60
9
|
constructor(input) {
|
|
61
|
-
// Start section: command_constructor
|
|
62
10
|
super();
|
|
63
11
|
this.input = input;
|
|
64
|
-
// End section: command_constructor
|
|
65
12
|
}
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
70
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
71
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -90,4 +34,3 @@ class UpdateQualificationTypeCommand extends smithy_client_1.Command {
|
|
|
90
34
|
}
|
|
91
35
|
}
|
|
92
36
|
exports.UpdateQualificationTypeCommand = UpdateQualificationTypeCommand;
|
|
93
|
-
//# sourceMappingURL=UpdateQualificationTypeCommand.js.map
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./AcceptQualificationRequestCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ApproveAssignmentCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./AssociateQualificationWithWorkerCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./CreateAdditionalAssignmentsForHITCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CreateHITCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CreateHITTypeCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./CreateHITWithHITTypeCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./CreateQualificationTypeCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./CreateWorkerBlockCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./DeleteHITCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./DeleteQualificationTypeCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DeleteWorkerBlockCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DisassociateQualificationFromWorkerCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./GetAccountBalanceCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./GetAssignmentCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./GetFileUploadURLCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./GetHITCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./GetQualificationScoreCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./GetQualificationTypeCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./ListAssignmentsForHITCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./ListBonusPaymentsCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./ListHITsCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./ListHITsForQualificationTypeCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./ListQualificationRequestsCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./ListQualificationTypesCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./ListReviewPolicyResultsForHITCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./ListReviewableHITsCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./ListWorkerBlocksCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./ListWorkersWithQualificationTypeCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./NotifyWorkersCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./RejectAssignmentCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./RejectQualificationRequestCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./SendBonusCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./SendTestEventNotificationCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./UpdateExpirationForHITCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./UpdateHITReviewStatusCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./UpdateHITTypeOfHITCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./UpdateNotificationSettingsCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./UpdateQualificationTypeCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -40,7 +40,7 @@ const partitionHash = {
|
|
|
40
40
|
hostname: "mturk-requester.{region}.amazonaws.com.cn",
|
|
41
41
|
},
|
|
42
42
|
"aws-iso": {
|
|
43
|
-
regions: ["us-iso-east-1"],
|
|
43
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
44
44
|
hostname: "mturk-requester.{region}.c2s.ic.gov",
|
|
45
45
|
},
|
|
46
46
|
"aws-iso-b": {
|
|
@@ -59,4 +59,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
|
|
|
59
59
|
partitionHash,
|
|
60
60
|
});
|
|
61
61
|
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|
|
62
|
-
//# sourceMappingURL=endpoints.js.map
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,57 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./MTurkClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./MTurk"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/CreateHITCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/CreateHITTypeCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/CreateHITWithHITTypeCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/CreateQualificationTypeCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/CreateWorkerBlockCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/DeleteHITCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/DeleteQualificationTypeCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/DeleteWorkerBlockCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/DisassociateQualificationFromWorkerCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/GetAccountBalanceCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/GetAssignmentCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/GetFileUploadURLCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/GetHITCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/GetQualificationScoreCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/GetQualificationTypeCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/ListAssignmentsForHITCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./pagination/ListAssignmentsForHITPaginator"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/ListBonusPaymentsCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./pagination/ListBonusPaymentsPaginator"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/ListHITsCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./pagination/ListHITsPaginator"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/ListHITsForQualificationTypeCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./pagination/ListHITsForQualificationTypePaginator"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/ListQualificationRequestsCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./pagination/ListQualificationRequestsPaginator"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/ListQualificationTypesCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./pagination/ListQualificationTypesPaginator"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/ListReviewableHITsCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./pagination/ListReviewableHITsPaginator"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./commands/ListReviewPolicyResultsForHITCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./pagination/ListReviewPolicyResultsForHITPaginator"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./commands/ListWorkerBlocksCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./pagination/ListWorkerBlocksPaginator"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./commands/ListWorkersWithQualificationTypeCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./pagination/ListWorkersWithQualificationTypePaginator"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./commands/NotifyWorkersCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./commands/RejectAssignmentCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./commands/RejectQualificationRequestCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/SendBonusCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./commands/SendTestEventNotificationCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./commands/UpdateExpirationForHITCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./commands/UpdateHITReviewStatusCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./commands/UpdateHITTypeOfHITCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./commands/UpdateNotificationSettingsCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./commands/UpdateQualificationTypeCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
57
|
-
//# sourceMappingURL=index.js.map
|
|
5
|
+
tslib_1.__exportStar(require("./MTurkClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
package/dist-cjs/models/index.js
CHANGED