@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,54 +5,36 @@ exports.SendTestEventNotificationRequest = exports.NotificationSpecification = e
|
|
|
5
5
|
exports.UpdateQualificationTypeResponse = exports.UpdateQualificationTypeRequest = exports.UpdateNotificationSettingsResponse = exports.UpdateNotificationSettingsRequest = exports.UpdateHITTypeOfHITResponse = exports.UpdateHITTypeOfHITRequest = exports.UpdateHITReviewStatusResponse = exports.UpdateHITReviewStatusRequest = exports.UpdateExpirationForHITResponse = exports.UpdateExpirationForHITRequest = exports.SendTestEventNotificationResponse = void 0;
|
|
6
6
|
var AcceptQualificationRequestRequest;
|
|
7
7
|
(function (AcceptQualificationRequestRequest) {
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
8
|
AcceptQualificationRequestRequest.filterSensitiveLog = (obj) => ({
|
|
12
9
|
...obj,
|
|
13
10
|
});
|
|
14
11
|
})(AcceptQualificationRequestRequest = exports.AcceptQualificationRequestRequest || (exports.AcceptQualificationRequestRequest = {}));
|
|
15
12
|
var AcceptQualificationRequestResponse;
|
|
16
13
|
(function (AcceptQualificationRequestResponse) {
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
*/
|
|
20
14
|
AcceptQualificationRequestResponse.filterSensitiveLog = (obj) => ({
|
|
21
15
|
...obj,
|
|
22
16
|
});
|
|
23
17
|
})(AcceptQualificationRequestResponse = exports.AcceptQualificationRequestResponse || (exports.AcceptQualificationRequestResponse = {}));
|
|
24
18
|
var RequestError;
|
|
25
19
|
(function (RequestError) {
|
|
26
|
-
/**
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
20
|
RequestError.filterSensitiveLog = (obj) => ({
|
|
30
21
|
...obj,
|
|
31
22
|
});
|
|
32
23
|
})(RequestError = exports.RequestError || (exports.RequestError = {}));
|
|
33
24
|
var ServiceFault;
|
|
34
25
|
(function (ServiceFault) {
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
26
|
ServiceFault.filterSensitiveLog = (obj) => ({
|
|
39
27
|
...obj,
|
|
40
28
|
});
|
|
41
29
|
})(ServiceFault = exports.ServiceFault || (exports.ServiceFault = {}));
|
|
42
30
|
var ApproveAssignmentRequest;
|
|
43
31
|
(function (ApproveAssignmentRequest) {
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
47
32
|
ApproveAssignmentRequest.filterSensitiveLog = (obj) => ({
|
|
48
33
|
...obj,
|
|
49
34
|
});
|
|
50
35
|
})(ApproveAssignmentRequest = exports.ApproveAssignmentRequest || (exports.ApproveAssignmentRequest = {}));
|
|
51
36
|
var ApproveAssignmentResponse;
|
|
52
37
|
(function (ApproveAssignmentResponse) {
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
38
|
ApproveAssignmentResponse.filterSensitiveLog = (obj) => ({
|
|
57
39
|
...obj,
|
|
58
40
|
});
|
|
@@ -65,36 +47,24 @@ var AssignmentStatus;
|
|
|
65
47
|
})(AssignmentStatus = exports.AssignmentStatus || (exports.AssignmentStatus = {}));
|
|
66
48
|
var Assignment;
|
|
67
49
|
(function (Assignment) {
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
50
|
Assignment.filterSensitiveLog = (obj) => ({
|
|
72
51
|
...obj,
|
|
73
52
|
});
|
|
74
53
|
})(Assignment = exports.Assignment || (exports.Assignment = {}));
|
|
75
54
|
var AssociateQualificationWithWorkerRequest;
|
|
76
55
|
(function (AssociateQualificationWithWorkerRequest) {
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
56
|
AssociateQualificationWithWorkerRequest.filterSensitiveLog = (obj) => ({
|
|
81
57
|
...obj,
|
|
82
58
|
});
|
|
83
59
|
})(AssociateQualificationWithWorkerRequest = exports.AssociateQualificationWithWorkerRequest || (exports.AssociateQualificationWithWorkerRequest = {}));
|
|
84
60
|
var AssociateQualificationWithWorkerResponse;
|
|
85
61
|
(function (AssociateQualificationWithWorkerResponse) {
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
62
|
AssociateQualificationWithWorkerResponse.filterSensitiveLog = (obj) => ({
|
|
90
63
|
...obj,
|
|
91
64
|
});
|
|
92
65
|
})(AssociateQualificationWithWorkerResponse = exports.AssociateQualificationWithWorkerResponse || (exports.AssociateQualificationWithWorkerResponse = {}));
|
|
93
66
|
var BonusPayment;
|
|
94
67
|
(function (BonusPayment) {
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
68
|
BonusPayment.filterSensitiveLog = (obj) => ({
|
|
99
69
|
...obj,
|
|
100
70
|
});
|
|
@@ -114,54 +84,36 @@ var Comparator;
|
|
|
114
84
|
})(Comparator = exports.Comparator || (exports.Comparator = {}));
|
|
115
85
|
var CreateAdditionalAssignmentsForHITRequest;
|
|
116
86
|
(function (CreateAdditionalAssignmentsForHITRequest) {
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
87
|
CreateAdditionalAssignmentsForHITRequest.filterSensitiveLog = (obj) => ({
|
|
121
88
|
...obj,
|
|
122
89
|
});
|
|
123
90
|
})(CreateAdditionalAssignmentsForHITRequest = exports.CreateAdditionalAssignmentsForHITRequest || (exports.CreateAdditionalAssignmentsForHITRequest = {}));
|
|
124
91
|
var CreateAdditionalAssignmentsForHITResponse;
|
|
125
92
|
(function (CreateAdditionalAssignmentsForHITResponse) {
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
93
|
CreateAdditionalAssignmentsForHITResponse.filterSensitiveLog = (obj) => ({
|
|
130
94
|
...obj,
|
|
131
95
|
});
|
|
132
96
|
})(CreateAdditionalAssignmentsForHITResponse = exports.CreateAdditionalAssignmentsForHITResponse || (exports.CreateAdditionalAssignmentsForHITResponse = {}));
|
|
133
97
|
var ParameterMapEntry;
|
|
134
98
|
(function (ParameterMapEntry) {
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
99
|
ParameterMapEntry.filterSensitiveLog = (obj) => ({
|
|
139
100
|
...obj,
|
|
140
101
|
});
|
|
141
102
|
})(ParameterMapEntry = exports.ParameterMapEntry || (exports.ParameterMapEntry = {}));
|
|
142
103
|
var PolicyParameter;
|
|
143
104
|
(function (PolicyParameter) {
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
105
|
PolicyParameter.filterSensitiveLog = (obj) => ({
|
|
148
106
|
...obj,
|
|
149
107
|
});
|
|
150
108
|
})(PolicyParameter = exports.PolicyParameter || (exports.PolicyParameter = {}));
|
|
151
109
|
var ReviewPolicy;
|
|
152
110
|
(function (ReviewPolicy) {
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
111
|
ReviewPolicy.filterSensitiveLog = (obj) => ({
|
|
157
112
|
...obj,
|
|
158
113
|
});
|
|
159
114
|
})(ReviewPolicy = exports.ReviewPolicy || (exports.ReviewPolicy = {}));
|
|
160
115
|
var HITLayoutParameter;
|
|
161
116
|
(function (HITLayoutParameter) {
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
117
|
HITLayoutParameter.filterSensitiveLog = (obj) => ({
|
|
166
118
|
...obj,
|
|
167
119
|
});
|
|
@@ -174,27 +126,18 @@ var HITAccessActions;
|
|
|
174
126
|
})(HITAccessActions = exports.HITAccessActions || (exports.HITAccessActions = {}));
|
|
175
127
|
var Locale;
|
|
176
128
|
(function (Locale) {
|
|
177
|
-
/**
|
|
178
|
-
* @internal
|
|
179
|
-
*/
|
|
180
129
|
Locale.filterSensitiveLog = (obj) => ({
|
|
181
130
|
...obj,
|
|
182
131
|
});
|
|
183
132
|
})(Locale = exports.Locale || (exports.Locale = {}));
|
|
184
133
|
var QualificationRequirement;
|
|
185
134
|
(function (QualificationRequirement) {
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
135
|
QualificationRequirement.filterSensitiveLog = (obj) => ({
|
|
190
136
|
...obj,
|
|
191
137
|
});
|
|
192
138
|
})(QualificationRequirement = exports.QualificationRequirement || (exports.QualificationRequirement = {}));
|
|
193
139
|
var CreateHITRequest;
|
|
194
140
|
(function (CreateHITRequest) {
|
|
195
|
-
/**
|
|
196
|
-
* @internal
|
|
197
|
-
*/
|
|
198
141
|
CreateHITRequest.filterSensitiveLog = (obj) => ({
|
|
199
142
|
...obj,
|
|
200
143
|
});
|
|
@@ -216,54 +159,36 @@ var HITStatus;
|
|
|
216
159
|
})(HITStatus = exports.HITStatus || (exports.HITStatus = {}));
|
|
217
160
|
var HIT;
|
|
218
161
|
(function (HIT) {
|
|
219
|
-
/**
|
|
220
|
-
* @internal
|
|
221
|
-
*/
|
|
222
162
|
HIT.filterSensitiveLog = (obj) => ({
|
|
223
163
|
...obj,
|
|
224
164
|
});
|
|
225
165
|
})(HIT = exports.HIT || (exports.HIT = {}));
|
|
226
166
|
var CreateHITResponse;
|
|
227
167
|
(function (CreateHITResponse) {
|
|
228
|
-
/**
|
|
229
|
-
* @internal
|
|
230
|
-
*/
|
|
231
168
|
CreateHITResponse.filterSensitiveLog = (obj) => ({
|
|
232
169
|
...obj,
|
|
233
170
|
});
|
|
234
171
|
})(CreateHITResponse = exports.CreateHITResponse || (exports.CreateHITResponse = {}));
|
|
235
172
|
var CreateHITTypeRequest;
|
|
236
173
|
(function (CreateHITTypeRequest) {
|
|
237
|
-
/**
|
|
238
|
-
* @internal
|
|
239
|
-
*/
|
|
240
174
|
CreateHITTypeRequest.filterSensitiveLog = (obj) => ({
|
|
241
175
|
...obj,
|
|
242
176
|
});
|
|
243
177
|
})(CreateHITTypeRequest = exports.CreateHITTypeRequest || (exports.CreateHITTypeRequest = {}));
|
|
244
178
|
var CreateHITTypeResponse;
|
|
245
179
|
(function (CreateHITTypeResponse) {
|
|
246
|
-
/**
|
|
247
|
-
* @internal
|
|
248
|
-
*/
|
|
249
180
|
CreateHITTypeResponse.filterSensitiveLog = (obj) => ({
|
|
250
181
|
...obj,
|
|
251
182
|
});
|
|
252
183
|
})(CreateHITTypeResponse = exports.CreateHITTypeResponse || (exports.CreateHITTypeResponse = {}));
|
|
253
184
|
var CreateHITWithHITTypeRequest;
|
|
254
185
|
(function (CreateHITWithHITTypeRequest) {
|
|
255
|
-
/**
|
|
256
|
-
* @internal
|
|
257
|
-
*/
|
|
258
186
|
CreateHITWithHITTypeRequest.filterSensitiveLog = (obj) => ({
|
|
259
187
|
...obj,
|
|
260
188
|
});
|
|
261
189
|
})(CreateHITWithHITTypeRequest = exports.CreateHITWithHITTypeRequest || (exports.CreateHITWithHITTypeRequest = {}));
|
|
262
190
|
var CreateHITWithHITTypeResponse;
|
|
263
191
|
(function (CreateHITWithHITTypeResponse) {
|
|
264
|
-
/**
|
|
265
|
-
* @internal
|
|
266
|
-
*/
|
|
267
192
|
CreateHITWithHITTypeResponse.filterSensitiveLog = (obj) => ({
|
|
268
193
|
...obj,
|
|
269
194
|
});
|
|
@@ -275,117 +200,78 @@ var QualificationTypeStatus;
|
|
|
275
200
|
})(QualificationTypeStatus = exports.QualificationTypeStatus || (exports.QualificationTypeStatus = {}));
|
|
276
201
|
var CreateQualificationTypeRequest;
|
|
277
202
|
(function (CreateQualificationTypeRequest) {
|
|
278
|
-
/**
|
|
279
|
-
* @internal
|
|
280
|
-
*/
|
|
281
203
|
CreateQualificationTypeRequest.filterSensitiveLog = (obj) => ({
|
|
282
204
|
...obj,
|
|
283
205
|
});
|
|
284
206
|
})(CreateQualificationTypeRequest = exports.CreateQualificationTypeRequest || (exports.CreateQualificationTypeRequest = {}));
|
|
285
207
|
var QualificationType;
|
|
286
208
|
(function (QualificationType) {
|
|
287
|
-
/**
|
|
288
|
-
* @internal
|
|
289
|
-
*/
|
|
290
209
|
QualificationType.filterSensitiveLog = (obj) => ({
|
|
291
210
|
...obj,
|
|
292
211
|
});
|
|
293
212
|
})(QualificationType = exports.QualificationType || (exports.QualificationType = {}));
|
|
294
213
|
var CreateQualificationTypeResponse;
|
|
295
214
|
(function (CreateQualificationTypeResponse) {
|
|
296
|
-
/**
|
|
297
|
-
* @internal
|
|
298
|
-
*/
|
|
299
215
|
CreateQualificationTypeResponse.filterSensitiveLog = (obj) => ({
|
|
300
216
|
...obj,
|
|
301
217
|
});
|
|
302
218
|
})(CreateQualificationTypeResponse = exports.CreateQualificationTypeResponse || (exports.CreateQualificationTypeResponse = {}));
|
|
303
219
|
var CreateWorkerBlockRequest;
|
|
304
220
|
(function (CreateWorkerBlockRequest) {
|
|
305
|
-
/**
|
|
306
|
-
* @internal
|
|
307
|
-
*/
|
|
308
221
|
CreateWorkerBlockRequest.filterSensitiveLog = (obj) => ({
|
|
309
222
|
...obj,
|
|
310
223
|
});
|
|
311
224
|
})(CreateWorkerBlockRequest = exports.CreateWorkerBlockRequest || (exports.CreateWorkerBlockRequest = {}));
|
|
312
225
|
var CreateWorkerBlockResponse;
|
|
313
226
|
(function (CreateWorkerBlockResponse) {
|
|
314
|
-
/**
|
|
315
|
-
* @internal
|
|
316
|
-
*/
|
|
317
227
|
CreateWorkerBlockResponse.filterSensitiveLog = (obj) => ({
|
|
318
228
|
...obj,
|
|
319
229
|
});
|
|
320
230
|
})(CreateWorkerBlockResponse = exports.CreateWorkerBlockResponse || (exports.CreateWorkerBlockResponse = {}));
|
|
321
231
|
var DeleteHITRequest;
|
|
322
232
|
(function (DeleteHITRequest) {
|
|
323
|
-
/**
|
|
324
|
-
* @internal
|
|
325
|
-
*/
|
|
326
233
|
DeleteHITRequest.filterSensitiveLog = (obj) => ({
|
|
327
234
|
...obj,
|
|
328
235
|
});
|
|
329
236
|
})(DeleteHITRequest = exports.DeleteHITRequest || (exports.DeleteHITRequest = {}));
|
|
330
237
|
var DeleteHITResponse;
|
|
331
238
|
(function (DeleteHITResponse) {
|
|
332
|
-
/**
|
|
333
|
-
* @internal
|
|
334
|
-
*/
|
|
335
239
|
DeleteHITResponse.filterSensitiveLog = (obj) => ({
|
|
336
240
|
...obj,
|
|
337
241
|
});
|
|
338
242
|
})(DeleteHITResponse = exports.DeleteHITResponse || (exports.DeleteHITResponse = {}));
|
|
339
243
|
var DeleteQualificationTypeRequest;
|
|
340
244
|
(function (DeleteQualificationTypeRequest) {
|
|
341
|
-
/**
|
|
342
|
-
* @internal
|
|
343
|
-
*/
|
|
344
245
|
DeleteQualificationTypeRequest.filterSensitiveLog = (obj) => ({
|
|
345
246
|
...obj,
|
|
346
247
|
});
|
|
347
248
|
})(DeleteQualificationTypeRequest = exports.DeleteQualificationTypeRequest || (exports.DeleteQualificationTypeRequest = {}));
|
|
348
249
|
var DeleteQualificationTypeResponse;
|
|
349
250
|
(function (DeleteQualificationTypeResponse) {
|
|
350
|
-
/**
|
|
351
|
-
* @internal
|
|
352
|
-
*/
|
|
353
251
|
DeleteQualificationTypeResponse.filterSensitiveLog = (obj) => ({
|
|
354
252
|
...obj,
|
|
355
253
|
});
|
|
356
254
|
})(DeleteQualificationTypeResponse = exports.DeleteQualificationTypeResponse || (exports.DeleteQualificationTypeResponse = {}));
|
|
357
255
|
var DeleteWorkerBlockRequest;
|
|
358
256
|
(function (DeleteWorkerBlockRequest) {
|
|
359
|
-
/**
|
|
360
|
-
* @internal
|
|
361
|
-
*/
|
|
362
257
|
DeleteWorkerBlockRequest.filterSensitiveLog = (obj) => ({
|
|
363
258
|
...obj,
|
|
364
259
|
});
|
|
365
260
|
})(DeleteWorkerBlockRequest = exports.DeleteWorkerBlockRequest || (exports.DeleteWorkerBlockRequest = {}));
|
|
366
261
|
var DeleteWorkerBlockResponse;
|
|
367
262
|
(function (DeleteWorkerBlockResponse) {
|
|
368
|
-
/**
|
|
369
|
-
* @internal
|
|
370
|
-
*/
|
|
371
263
|
DeleteWorkerBlockResponse.filterSensitiveLog = (obj) => ({
|
|
372
264
|
...obj,
|
|
373
265
|
});
|
|
374
266
|
})(DeleteWorkerBlockResponse = exports.DeleteWorkerBlockResponse || (exports.DeleteWorkerBlockResponse = {}));
|
|
375
267
|
var DisassociateQualificationFromWorkerRequest;
|
|
376
268
|
(function (DisassociateQualificationFromWorkerRequest) {
|
|
377
|
-
/**
|
|
378
|
-
* @internal
|
|
379
|
-
*/
|
|
380
269
|
DisassociateQualificationFromWorkerRequest.filterSensitiveLog = (obj) => ({
|
|
381
270
|
...obj,
|
|
382
271
|
});
|
|
383
272
|
})(DisassociateQualificationFromWorkerRequest = exports.DisassociateQualificationFromWorkerRequest || (exports.DisassociateQualificationFromWorkerRequest = {}));
|
|
384
273
|
var DisassociateQualificationFromWorkerResponse;
|
|
385
274
|
(function (DisassociateQualificationFromWorkerResponse) {
|
|
386
|
-
/**
|
|
387
|
-
* @internal
|
|
388
|
-
*/
|
|
389
275
|
DisassociateQualificationFromWorkerResponse.filterSensitiveLog = (obj) => ({
|
|
390
276
|
...obj,
|
|
391
277
|
});
|
|
@@ -407,81 +293,54 @@ var EventType;
|
|
|
407
293
|
})(EventType = exports.EventType || (exports.EventType = {}));
|
|
408
294
|
var GetAccountBalanceRequest;
|
|
409
295
|
(function (GetAccountBalanceRequest) {
|
|
410
|
-
/**
|
|
411
|
-
* @internal
|
|
412
|
-
*/
|
|
413
296
|
GetAccountBalanceRequest.filterSensitiveLog = (obj) => ({
|
|
414
297
|
...obj,
|
|
415
298
|
});
|
|
416
299
|
})(GetAccountBalanceRequest = exports.GetAccountBalanceRequest || (exports.GetAccountBalanceRequest = {}));
|
|
417
300
|
var GetAccountBalanceResponse;
|
|
418
301
|
(function (GetAccountBalanceResponse) {
|
|
419
|
-
/**
|
|
420
|
-
* @internal
|
|
421
|
-
*/
|
|
422
302
|
GetAccountBalanceResponse.filterSensitiveLog = (obj) => ({
|
|
423
303
|
...obj,
|
|
424
304
|
});
|
|
425
305
|
})(GetAccountBalanceResponse = exports.GetAccountBalanceResponse || (exports.GetAccountBalanceResponse = {}));
|
|
426
306
|
var GetAssignmentRequest;
|
|
427
307
|
(function (GetAssignmentRequest) {
|
|
428
|
-
/**
|
|
429
|
-
* @internal
|
|
430
|
-
*/
|
|
431
308
|
GetAssignmentRequest.filterSensitiveLog = (obj) => ({
|
|
432
309
|
...obj,
|
|
433
310
|
});
|
|
434
311
|
})(GetAssignmentRequest = exports.GetAssignmentRequest || (exports.GetAssignmentRequest = {}));
|
|
435
312
|
var GetAssignmentResponse;
|
|
436
313
|
(function (GetAssignmentResponse) {
|
|
437
|
-
/**
|
|
438
|
-
* @internal
|
|
439
|
-
*/
|
|
440
314
|
GetAssignmentResponse.filterSensitiveLog = (obj) => ({
|
|
441
315
|
...obj,
|
|
442
316
|
});
|
|
443
317
|
})(GetAssignmentResponse = exports.GetAssignmentResponse || (exports.GetAssignmentResponse = {}));
|
|
444
318
|
var GetFileUploadURLRequest;
|
|
445
319
|
(function (GetFileUploadURLRequest) {
|
|
446
|
-
/**
|
|
447
|
-
* @internal
|
|
448
|
-
*/
|
|
449
320
|
GetFileUploadURLRequest.filterSensitiveLog = (obj) => ({
|
|
450
321
|
...obj,
|
|
451
322
|
});
|
|
452
323
|
})(GetFileUploadURLRequest = exports.GetFileUploadURLRequest || (exports.GetFileUploadURLRequest = {}));
|
|
453
324
|
var GetFileUploadURLResponse;
|
|
454
325
|
(function (GetFileUploadURLResponse) {
|
|
455
|
-
/**
|
|
456
|
-
* @internal
|
|
457
|
-
*/
|
|
458
326
|
GetFileUploadURLResponse.filterSensitiveLog = (obj) => ({
|
|
459
327
|
...obj,
|
|
460
328
|
});
|
|
461
329
|
})(GetFileUploadURLResponse = exports.GetFileUploadURLResponse || (exports.GetFileUploadURLResponse = {}));
|
|
462
330
|
var GetHITRequest;
|
|
463
331
|
(function (GetHITRequest) {
|
|
464
|
-
/**
|
|
465
|
-
* @internal
|
|
466
|
-
*/
|
|
467
332
|
GetHITRequest.filterSensitiveLog = (obj) => ({
|
|
468
333
|
...obj,
|
|
469
334
|
});
|
|
470
335
|
})(GetHITRequest = exports.GetHITRequest || (exports.GetHITRequest = {}));
|
|
471
336
|
var GetHITResponse;
|
|
472
337
|
(function (GetHITResponse) {
|
|
473
|
-
/**
|
|
474
|
-
* @internal
|
|
475
|
-
*/
|
|
476
338
|
GetHITResponse.filterSensitiveLog = (obj) => ({
|
|
477
339
|
...obj,
|
|
478
340
|
});
|
|
479
341
|
})(GetHITResponse = exports.GetHITResponse || (exports.GetHITResponse = {}));
|
|
480
342
|
var GetQualificationScoreRequest;
|
|
481
343
|
(function (GetQualificationScoreRequest) {
|
|
482
|
-
/**
|
|
483
|
-
* @internal
|
|
484
|
-
*/
|
|
485
344
|
GetQualificationScoreRequest.filterSensitiveLog = (obj) => ({
|
|
486
345
|
...obj,
|
|
487
346
|
});
|
|
@@ -493,153 +352,102 @@ var QualificationStatus;
|
|
|
493
352
|
})(QualificationStatus = exports.QualificationStatus || (exports.QualificationStatus = {}));
|
|
494
353
|
var Qualification;
|
|
495
354
|
(function (Qualification) {
|
|
496
|
-
/**
|
|
497
|
-
* @internal
|
|
498
|
-
*/
|
|
499
355
|
Qualification.filterSensitiveLog = (obj) => ({
|
|
500
356
|
...obj,
|
|
501
357
|
});
|
|
502
358
|
})(Qualification = exports.Qualification || (exports.Qualification = {}));
|
|
503
359
|
var GetQualificationScoreResponse;
|
|
504
360
|
(function (GetQualificationScoreResponse) {
|
|
505
|
-
/**
|
|
506
|
-
* @internal
|
|
507
|
-
*/
|
|
508
361
|
GetQualificationScoreResponse.filterSensitiveLog = (obj) => ({
|
|
509
362
|
...obj,
|
|
510
363
|
});
|
|
511
364
|
})(GetQualificationScoreResponse = exports.GetQualificationScoreResponse || (exports.GetQualificationScoreResponse = {}));
|
|
512
365
|
var GetQualificationTypeRequest;
|
|
513
366
|
(function (GetQualificationTypeRequest) {
|
|
514
|
-
/**
|
|
515
|
-
* @internal
|
|
516
|
-
*/
|
|
517
367
|
GetQualificationTypeRequest.filterSensitiveLog = (obj) => ({
|
|
518
368
|
...obj,
|
|
519
369
|
});
|
|
520
370
|
})(GetQualificationTypeRequest = exports.GetQualificationTypeRequest || (exports.GetQualificationTypeRequest = {}));
|
|
521
371
|
var GetQualificationTypeResponse;
|
|
522
372
|
(function (GetQualificationTypeResponse) {
|
|
523
|
-
/**
|
|
524
|
-
* @internal
|
|
525
|
-
*/
|
|
526
373
|
GetQualificationTypeResponse.filterSensitiveLog = (obj) => ({
|
|
527
374
|
...obj,
|
|
528
375
|
});
|
|
529
376
|
})(GetQualificationTypeResponse = exports.GetQualificationTypeResponse || (exports.GetQualificationTypeResponse = {}));
|
|
530
377
|
var ListAssignmentsForHITRequest;
|
|
531
378
|
(function (ListAssignmentsForHITRequest) {
|
|
532
|
-
/**
|
|
533
|
-
* @internal
|
|
534
|
-
*/
|
|
535
379
|
ListAssignmentsForHITRequest.filterSensitiveLog = (obj) => ({
|
|
536
380
|
...obj,
|
|
537
381
|
});
|
|
538
382
|
})(ListAssignmentsForHITRequest = exports.ListAssignmentsForHITRequest || (exports.ListAssignmentsForHITRequest = {}));
|
|
539
383
|
var ListAssignmentsForHITResponse;
|
|
540
384
|
(function (ListAssignmentsForHITResponse) {
|
|
541
|
-
/**
|
|
542
|
-
* @internal
|
|
543
|
-
*/
|
|
544
385
|
ListAssignmentsForHITResponse.filterSensitiveLog = (obj) => ({
|
|
545
386
|
...obj,
|
|
546
387
|
});
|
|
547
388
|
})(ListAssignmentsForHITResponse = exports.ListAssignmentsForHITResponse || (exports.ListAssignmentsForHITResponse = {}));
|
|
548
389
|
var ListBonusPaymentsRequest;
|
|
549
390
|
(function (ListBonusPaymentsRequest) {
|
|
550
|
-
/**
|
|
551
|
-
* @internal
|
|
552
|
-
*/
|
|
553
391
|
ListBonusPaymentsRequest.filterSensitiveLog = (obj) => ({
|
|
554
392
|
...obj,
|
|
555
393
|
});
|
|
556
394
|
})(ListBonusPaymentsRequest = exports.ListBonusPaymentsRequest || (exports.ListBonusPaymentsRequest = {}));
|
|
557
395
|
var ListBonusPaymentsResponse;
|
|
558
396
|
(function (ListBonusPaymentsResponse) {
|
|
559
|
-
/**
|
|
560
|
-
* @internal
|
|
561
|
-
*/
|
|
562
397
|
ListBonusPaymentsResponse.filterSensitiveLog = (obj) => ({
|
|
563
398
|
...obj,
|
|
564
399
|
});
|
|
565
400
|
})(ListBonusPaymentsResponse = exports.ListBonusPaymentsResponse || (exports.ListBonusPaymentsResponse = {}));
|
|
566
401
|
var ListHITsRequest;
|
|
567
402
|
(function (ListHITsRequest) {
|
|
568
|
-
/**
|
|
569
|
-
* @internal
|
|
570
|
-
*/
|
|
571
403
|
ListHITsRequest.filterSensitiveLog = (obj) => ({
|
|
572
404
|
...obj,
|
|
573
405
|
});
|
|
574
406
|
})(ListHITsRequest = exports.ListHITsRequest || (exports.ListHITsRequest = {}));
|
|
575
407
|
var ListHITsResponse;
|
|
576
408
|
(function (ListHITsResponse) {
|
|
577
|
-
/**
|
|
578
|
-
* @internal
|
|
579
|
-
*/
|
|
580
409
|
ListHITsResponse.filterSensitiveLog = (obj) => ({
|
|
581
410
|
...obj,
|
|
582
411
|
});
|
|
583
412
|
})(ListHITsResponse = exports.ListHITsResponse || (exports.ListHITsResponse = {}));
|
|
584
413
|
var ListHITsForQualificationTypeRequest;
|
|
585
414
|
(function (ListHITsForQualificationTypeRequest) {
|
|
586
|
-
/**
|
|
587
|
-
* @internal
|
|
588
|
-
*/
|
|
589
415
|
ListHITsForQualificationTypeRequest.filterSensitiveLog = (obj) => ({
|
|
590
416
|
...obj,
|
|
591
417
|
});
|
|
592
418
|
})(ListHITsForQualificationTypeRequest = exports.ListHITsForQualificationTypeRequest || (exports.ListHITsForQualificationTypeRequest = {}));
|
|
593
419
|
var ListHITsForQualificationTypeResponse;
|
|
594
420
|
(function (ListHITsForQualificationTypeResponse) {
|
|
595
|
-
/**
|
|
596
|
-
* @internal
|
|
597
|
-
*/
|
|
598
421
|
ListHITsForQualificationTypeResponse.filterSensitiveLog = (obj) => ({
|
|
599
422
|
...obj,
|
|
600
423
|
});
|
|
601
424
|
})(ListHITsForQualificationTypeResponse = exports.ListHITsForQualificationTypeResponse || (exports.ListHITsForQualificationTypeResponse = {}));
|
|
602
425
|
var ListQualificationRequestsRequest;
|
|
603
426
|
(function (ListQualificationRequestsRequest) {
|
|
604
|
-
/**
|
|
605
|
-
* @internal
|
|
606
|
-
*/
|
|
607
427
|
ListQualificationRequestsRequest.filterSensitiveLog = (obj) => ({
|
|
608
428
|
...obj,
|
|
609
429
|
});
|
|
610
430
|
})(ListQualificationRequestsRequest = exports.ListQualificationRequestsRequest || (exports.ListQualificationRequestsRequest = {}));
|
|
611
431
|
var QualificationRequest;
|
|
612
432
|
(function (QualificationRequest) {
|
|
613
|
-
/**
|
|
614
|
-
* @internal
|
|
615
|
-
*/
|
|
616
433
|
QualificationRequest.filterSensitiveLog = (obj) => ({
|
|
617
434
|
...obj,
|
|
618
435
|
});
|
|
619
436
|
})(QualificationRequest = exports.QualificationRequest || (exports.QualificationRequest = {}));
|
|
620
437
|
var ListQualificationRequestsResponse;
|
|
621
438
|
(function (ListQualificationRequestsResponse) {
|
|
622
|
-
/**
|
|
623
|
-
* @internal
|
|
624
|
-
*/
|
|
625
439
|
ListQualificationRequestsResponse.filterSensitiveLog = (obj) => ({
|
|
626
440
|
...obj,
|
|
627
441
|
});
|
|
628
442
|
})(ListQualificationRequestsResponse = exports.ListQualificationRequestsResponse || (exports.ListQualificationRequestsResponse = {}));
|
|
629
443
|
var ListQualificationTypesRequest;
|
|
630
444
|
(function (ListQualificationTypesRequest) {
|
|
631
|
-
/**
|
|
632
|
-
* @internal
|
|
633
|
-
*/
|
|
634
445
|
ListQualificationTypesRequest.filterSensitiveLog = (obj) => ({
|
|
635
446
|
...obj,
|
|
636
447
|
});
|
|
637
448
|
})(ListQualificationTypesRequest = exports.ListQualificationTypesRequest || (exports.ListQualificationTypesRequest = {}));
|
|
638
449
|
var ListQualificationTypesResponse;
|
|
639
450
|
(function (ListQualificationTypesResponse) {
|
|
640
|
-
/**
|
|
641
|
-
* @internal
|
|
642
|
-
*/
|
|
643
451
|
ListQualificationTypesResponse.filterSensitiveLog = (obj) => ({
|
|
644
452
|
...obj,
|
|
645
453
|
});
|
|
@@ -651,18 +459,12 @@ var ReviewableHITStatus;
|
|
|
651
459
|
})(ReviewableHITStatus = exports.ReviewableHITStatus || (exports.ReviewableHITStatus = {}));
|
|
652
460
|
var ListReviewableHITsRequest;
|
|
653
461
|
(function (ListReviewableHITsRequest) {
|
|
654
|
-
/**
|
|
655
|
-
* @internal
|
|
656
|
-
*/
|
|
657
462
|
ListReviewableHITsRequest.filterSensitiveLog = (obj) => ({
|
|
658
463
|
...obj,
|
|
659
464
|
});
|
|
660
465
|
})(ListReviewableHITsRequest = exports.ListReviewableHITsRequest || (exports.ListReviewableHITsRequest = {}));
|
|
661
466
|
var ListReviewableHITsResponse;
|
|
662
467
|
(function (ListReviewableHITsResponse) {
|
|
663
|
-
/**
|
|
664
|
-
* @internal
|
|
665
|
-
*/
|
|
666
468
|
ListReviewableHITsResponse.filterSensitiveLog = (obj) => ({
|
|
667
469
|
...obj,
|
|
668
470
|
});
|
|
@@ -674,9 +476,6 @@ var ReviewPolicyLevel;
|
|
|
674
476
|
})(ReviewPolicyLevel = exports.ReviewPolicyLevel || (exports.ReviewPolicyLevel = {}));
|
|
675
477
|
var ListReviewPolicyResultsForHITRequest;
|
|
676
478
|
(function (ListReviewPolicyResultsForHITRequest) {
|
|
677
|
-
/**
|
|
678
|
-
* @internal
|
|
679
|
-
*/
|
|
680
479
|
ListReviewPolicyResultsForHITRequest.filterSensitiveLog = (obj) => ({
|
|
681
480
|
...obj,
|
|
682
481
|
});
|
|
@@ -690,90 +489,60 @@ var ReviewActionStatus;
|
|
|
690
489
|
})(ReviewActionStatus = exports.ReviewActionStatus || (exports.ReviewActionStatus = {}));
|
|
691
490
|
var ReviewActionDetail;
|
|
692
491
|
(function (ReviewActionDetail) {
|
|
693
|
-
/**
|
|
694
|
-
* @internal
|
|
695
|
-
*/
|
|
696
492
|
ReviewActionDetail.filterSensitiveLog = (obj) => ({
|
|
697
493
|
...obj,
|
|
698
494
|
});
|
|
699
495
|
})(ReviewActionDetail = exports.ReviewActionDetail || (exports.ReviewActionDetail = {}));
|
|
700
496
|
var ReviewResultDetail;
|
|
701
497
|
(function (ReviewResultDetail) {
|
|
702
|
-
/**
|
|
703
|
-
* @internal
|
|
704
|
-
*/
|
|
705
498
|
ReviewResultDetail.filterSensitiveLog = (obj) => ({
|
|
706
499
|
...obj,
|
|
707
500
|
});
|
|
708
501
|
})(ReviewResultDetail = exports.ReviewResultDetail || (exports.ReviewResultDetail = {}));
|
|
709
502
|
var ReviewReport;
|
|
710
503
|
(function (ReviewReport) {
|
|
711
|
-
/**
|
|
712
|
-
* @internal
|
|
713
|
-
*/
|
|
714
504
|
ReviewReport.filterSensitiveLog = (obj) => ({
|
|
715
505
|
...obj,
|
|
716
506
|
});
|
|
717
507
|
})(ReviewReport = exports.ReviewReport || (exports.ReviewReport = {}));
|
|
718
508
|
var ListReviewPolicyResultsForHITResponse;
|
|
719
509
|
(function (ListReviewPolicyResultsForHITResponse) {
|
|
720
|
-
/**
|
|
721
|
-
* @internal
|
|
722
|
-
*/
|
|
723
510
|
ListReviewPolicyResultsForHITResponse.filterSensitiveLog = (obj) => ({
|
|
724
511
|
...obj,
|
|
725
512
|
});
|
|
726
513
|
})(ListReviewPolicyResultsForHITResponse = exports.ListReviewPolicyResultsForHITResponse || (exports.ListReviewPolicyResultsForHITResponse = {}));
|
|
727
514
|
var ListWorkerBlocksRequest;
|
|
728
515
|
(function (ListWorkerBlocksRequest) {
|
|
729
|
-
/**
|
|
730
|
-
* @internal
|
|
731
|
-
*/
|
|
732
516
|
ListWorkerBlocksRequest.filterSensitiveLog = (obj) => ({
|
|
733
517
|
...obj,
|
|
734
518
|
});
|
|
735
519
|
})(ListWorkerBlocksRequest = exports.ListWorkerBlocksRequest || (exports.ListWorkerBlocksRequest = {}));
|
|
736
520
|
var WorkerBlock;
|
|
737
521
|
(function (WorkerBlock) {
|
|
738
|
-
/**
|
|
739
|
-
* @internal
|
|
740
|
-
*/
|
|
741
522
|
WorkerBlock.filterSensitiveLog = (obj) => ({
|
|
742
523
|
...obj,
|
|
743
524
|
});
|
|
744
525
|
})(WorkerBlock = exports.WorkerBlock || (exports.WorkerBlock = {}));
|
|
745
526
|
var ListWorkerBlocksResponse;
|
|
746
527
|
(function (ListWorkerBlocksResponse) {
|
|
747
|
-
/**
|
|
748
|
-
* @internal
|
|
749
|
-
*/
|
|
750
528
|
ListWorkerBlocksResponse.filterSensitiveLog = (obj) => ({
|
|
751
529
|
...obj,
|
|
752
530
|
});
|
|
753
531
|
})(ListWorkerBlocksResponse = exports.ListWorkerBlocksResponse || (exports.ListWorkerBlocksResponse = {}));
|
|
754
532
|
var ListWorkersWithQualificationTypeRequest;
|
|
755
533
|
(function (ListWorkersWithQualificationTypeRequest) {
|
|
756
|
-
/**
|
|
757
|
-
* @internal
|
|
758
|
-
*/
|
|
759
534
|
ListWorkersWithQualificationTypeRequest.filterSensitiveLog = (obj) => ({
|
|
760
535
|
...obj,
|
|
761
536
|
});
|
|
762
537
|
})(ListWorkersWithQualificationTypeRequest = exports.ListWorkersWithQualificationTypeRequest || (exports.ListWorkersWithQualificationTypeRequest = {}));
|
|
763
538
|
var ListWorkersWithQualificationTypeResponse;
|
|
764
539
|
(function (ListWorkersWithQualificationTypeResponse) {
|
|
765
|
-
/**
|
|
766
|
-
* @internal
|
|
767
|
-
*/
|
|
768
540
|
ListWorkersWithQualificationTypeResponse.filterSensitiveLog = (obj) => ({
|
|
769
541
|
...obj,
|
|
770
542
|
});
|
|
771
543
|
})(ListWorkersWithQualificationTypeResponse = exports.ListWorkersWithQualificationTypeResponse || (exports.ListWorkersWithQualificationTypeResponse = {}));
|
|
772
544
|
var NotifyWorkersRequest;
|
|
773
545
|
(function (NotifyWorkersRequest) {
|
|
774
|
-
/**
|
|
775
|
-
* @internal
|
|
776
|
-
*/
|
|
777
546
|
NotifyWorkersRequest.filterSensitiveLog = (obj) => ({
|
|
778
547
|
...obj,
|
|
779
548
|
});
|
|
@@ -785,72 +554,48 @@ var NotifyWorkersFailureCode;
|
|
|
785
554
|
})(NotifyWorkersFailureCode = exports.NotifyWorkersFailureCode || (exports.NotifyWorkersFailureCode = {}));
|
|
786
555
|
var NotifyWorkersFailureStatus;
|
|
787
556
|
(function (NotifyWorkersFailureStatus) {
|
|
788
|
-
/**
|
|
789
|
-
* @internal
|
|
790
|
-
*/
|
|
791
557
|
NotifyWorkersFailureStatus.filterSensitiveLog = (obj) => ({
|
|
792
558
|
...obj,
|
|
793
559
|
});
|
|
794
560
|
})(NotifyWorkersFailureStatus = exports.NotifyWorkersFailureStatus || (exports.NotifyWorkersFailureStatus = {}));
|
|
795
561
|
var NotifyWorkersResponse;
|
|
796
562
|
(function (NotifyWorkersResponse) {
|
|
797
|
-
/**
|
|
798
|
-
* @internal
|
|
799
|
-
*/
|
|
800
563
|
NotifyWorkersResponse.filterSensitiveLog = (obj) => ({
|
|
801
564
|
...obj,
|
|
802
565
|
});
|
|
803
566
|
})(NotifyWorkersResponse = exports.NotifyWorkersResponse || (exports.NotifyWorkersResponse = {}));
|
|
804
567
|
var RejectAssignmentRequest;
|
|
805
568
|
(function (RejectAssignmentRequest) {
|
|
806
|
-
/**
|
|
807
|
-
* @internal
|
|
808
|
-
*/
|
|
809
569
|
RejectAssignmentRequest.filterSensitiveLog = (obj) => ({
|
|
810
570
|
...obj,
|
|
811
571
|
});
|
|
812
572
|
})(RejectAssignmentRequest = exports.RejectAssignmentRequest || (exports.RejectAssignmentRequest = {}));
|
|
813
573
|
var RejectAssignmentResponse;
|
|
814
574
|
(function (RejectAssignmentResponse) {
|
|
815
|
-
/**
|
|
816
|
-
* @internal
|
|
817
|
-
*/
|
|
818
575
|
RejectAssignmentResponse.filterSensitiveLog = (obj) => ({
|
|
819
576
|
...obj,
|
|
820
577
|
});
|
|
821
578
|
})(RejectAssignmentResponse = exports.RejectAssignmentResponse || (exports.RejectAssignmentResponse = {}));
|
|
822
579
|
var RejectQualificationRequestRequest;
|
|
823
580
|
(function (RejectQualificationRequestRequest) {
|
|
824
|
-
/**
|
|
825
|
-
* @internal
|
|
826
|
-
*/
|
|
827
581
|
RejectQualificationRequestRequest.filterSensitiveLog = (obj) => ({
|
|
828
582
|
...obj,
|
|
829
583
|
});
|
|
830
584
|
})(RejectQualificationRequestRequest = exports.RejectQualificationRequestRequest || (exports.RejectQualificationRequestRequest = {}));
|
|
831
585
|
var RejectQualificationRequestResponse;
|
|
832
586
|
(function (RejectQualificationRequestResponse) {
|
|
833
|
-
/**
|
|
834
|
-
* @internal
|
|
835
|
-
*/
|
|
836
587
|
RejectQualificationRequestResponse.filterSensitiveLog = (obj) => ({
|
|
837
588
|
...obj,
|
|
838
589
|
});
|
|
839
590
|
})(RejectQualificationRequestResponse = exports.RejectQualificationRequestResponse || (exports.RejectQualificationRequestResponse = {}));
|
|
840
591
|
var SendBonusRequest;
|
|
841
592
|
(function (SendBonusRequest) {
|
|
842
|
-
/**
|
|
843
|
-
* @internal
|
|
844
|
-
*/
|
|
845
593
|
SendBonusRequest.filterSensitiveLog = (obj) => ({
|
|
846
594
|
...obj,
|
|
847
595
|
});
|
|
848
596
|
})(SendBonusRequest = exports.SendBonusRequest || (exports.SendBonusRequest = {}));
|
|
849
597
|
var SendBonusResponse;
|
|
850
598
|
(function (SendBonusResponse) {
|
|
851
|
-
/**
|
|
852
|
-
* @internal
|
|
853
|
-
*/
|
|
854
599
|
SendBonusResponse.filterSensitiveLog = (obj) => ({
|
|
855
600
|
...obj,
|
|
856
601
|
});
|
|
@@ -863,119 +608,79 @@ var NotificationTransport;
|
|
|
863
608
|
})(NotificationTransport = exports.NotificationTransport || (exports.NotificationTransport = {}));
|
|
864
609
|
var NotificationSpecification;
|
|
865
610
|
(function (NotificationSpecification) {
|
|
866
|
-
/**
|
|
867
|
-
* @internal
|
|
868
|
-
*/
|
|
869
611
|
NotificationSpecification.filterSensitiveLog = (obj) => ({
|
|
870
612
|
...obj,
|
|
871
613
|
});
|
|
872
614
|
})(NotificationSpecification = exports.NotificationSpecification || (exports.NotificationSpecification = {}));
|
|
873
615
|
var SendTestEventNotificationRequest;
|
|
874
616
|
(function (SendTestEventNotificationRequest) {
|
|
875
|
-
/**
|
|
876
|
-
* @internal
|
|
877
|
-
*/
|
|
878
617
|
SendTestEventNotificationRequest.filterSensitiveLog = (obj) => ({
|
|
879
618
|
...obj,
|
|
880
619
|
});
|
|
881
620
|
})(SendTestEventNotificationRequest = exports.SendTestEventNotificationRequest || (exports.SendTestEventNotificationRequest = {}));
|
|
882
621
|
var SendTestEventNotificationResponse;
|
|
883
622
|
(function (SendTestEventNotificationResponse) {
|
|
884
|
-
/**
|
|
885
|
-
* @internal
|
|
886
|
-
*/
|
|
887
623
|
SendTestEventNotificationResponse.filterSensitiveLog = (obj) => ({
|
|
888
624
|
...obj,
|
|
889
625
|
});
|
|
890
626
|
})(SendTestEventNotificationResponse = exports.SendTestEventNotificationResponse || (exports.SendTestEventNotificationResponse = {}));
|
|
891
627
|
var UpdateExpirationForHITRequest;
|
|
892
628
|
(function (UpdateExpirationForHITRequest) {
|
|
893
|
-
/**
|
|
894
|
-
* @internal
|
|
895
|
-
*/
|
|
896
629
|
UpdateExpirationForHITRequest.filterSensitiveLog = (obj) => ({
|
|
897
630
|
...obj,
|
|
898
631
|
});
|
|
899
632
|
})(UpdateExpirationForHITRequest = exports.UpdateExpirationForHITRequest || (exports.UpdateExpirationForHITRequest = {}));
|
|
900
633
|
var UpdateExpirationForHITResponse;
|
|
901
634
|
(function (UpdateExpirationForHITResponse) {
|
|
902
|
-
/**
|
|
903
|
-
* @internal
|
|
904
|
-
*/
|
|
905
635
|
UpdateExpirationForHITResponse.filterSensitiveLog = (obj) => ({
|
|
906
636
|
...obj,
|
|
907
637
|
});
|
|
908
638
|
})(UpdateExpirationForHITResponse = exports.UpdateExpirationForHITResponse || (exports.UpdateExpirationForHITResponse = {}));
|
|
909
639
|
var UpdateHITReviewStatusRequest;
|
|
910
640
|
(function (UpdateHITReviewStatusRequest) {
|
|
911
|
-
/**
|
|
912
|
-
* @internal
|
|
913
|
-
*/
|
|
914
641
|
UpdateHITReviewStatusRequest.filterSensitiveLog = (obj) => ({
|
|
915
642
|
...obj,
|
|
916
643
|
});
|
|
917
644
|
})(UpdateHITReviewStatusRequest = exports.UpdateHITReviewStatusRequest || (exports.UpdateHITReviewStatusRequest = {}));
|
|
918
645
|
var UpdateHITReviewStatusResponse;
|
|
919
646
|
(function (UpdateHITReviewStatusResponse) {
|
|
920
|
-
/**
|
|
921
|
-
* @internal
|
|
922
|
-
*/
|
|
923
647
|
UpdateHITReviewStatusResponse.filterSensitiveLog = (obj) => ({
|
|
924
648
|
...obj,
|
|
925
649
|
});
|
|
926
650
|
})(UpdateHITReviewStatusResponse = exports.UpdateHITReviewStatusResponse || (exports.UpdateHITReviewStatusResponse = {}));
|
|
927
651
|
var UpdateHITTypeOfHITRequest;
|
|
928
652
|
(function (UpdateHITTypeOfHITRequest) {
|
|
929
|
-
/**
|
|
930
|
-
* @internal
|
|
931
|
-
*/
|
|
932
653
|
UpdateHITTypeOfHITRequest.filterSensitiveLog = (obj) => ({
|
|
933
654
|
...obj,
|
|
934
655
|
});
|
|
935
656
|
})(UpdateHITTypeOfHITRequest = exports.UpdateHITTypeOfHITRequest || (exports.UpdateHITTypeOfHITRequest = {}));
|
|
936
657
|
var UpdateHITTypeOfHITResponse;
|
|
937
658
|
(function (UpdateHITTypeOfHITResponse) {
|
|
938
|
-
/**
|
|
939
|
-
* @internal
|
|
940
|
-
*/
|
|
941
659
|
UpdateHITTypeOfHITResponse.filterSensitiveLog = (obj) => ({
|
|
942
660
|
...obj,
|
|
943
661
|
});
|
|
944
662
|
})(UpdateHITTypeOfHITResponse = exports.UpdateHITTypeOfHITResponse || (exports.UpdateHITTypeOfHITResponse = {}));
|
|
945
663
|
var UpdateNotificationSettingsRequest;
|
|
946
664
|
(function (UpdateNotificationSettingsRequest) {
|
|
947
|
-
/**
|
|
948
|
-
* @internal
|
|
949
|
-
*/
|
|
950
665
|
UpdateNotificationSettingsRequest.filterSensitiveLog = (obj) => ({
|
|
951
666
|
...obj,
|
|
952
667
|
});
|
|
953
668
|
})(UpdateNotificationSettingsRequest = exports.UpdateNotificationSettingsRequest || (exports.UpdateNotificationSettingsRequest = {}));
|
|
954
669
|
var UpdateNotificationSettingsResponse;
|
|
955
670
|
(function (UpdateNotificationSettingsResponse) {
|
|
956
|
-
/**
|
|
957
|
-
* @internal
|
|
958
|
-
*/
|
|
959
671
|
UpdateNotificationSettingsResponse.filterSensitiveLog = (obj) => ({
|
|
960
672
|
...obj,
|
|
961
673
|
});
|
|
962
674
|
})(UpdateNotificationSettingsResponse = exports.UpdateNotificationSettingsResponse || (exports.UpdateNotificationSettingsResponse = {}));
|
|
963
675
|
var UpdateQualificationTypeRequest;
|
|
964
676
|
(function (UpdateQualificationTypeRequest) {
|
|
965
|
-
/**
|
|
966
|
-
* @internal
|
|
967
|
-
*/
|
|
968
677
|
UpdateQualificationTypeRequest.filterSensitiveLog = (obj) => ({
|
|
969
678
|
...obj,
|
|
970
679
|
});
|
|
971
680
|
})(UpdateQualificationTypeRequest = exports.UpdateQualificationTypeRequest || (exports.UpdateQualificationTypeRequest = {}));
|
|
972
681
|
var UpdateQualificationTypeResponse;
|
|
973
682
|
(function (UpdateQualificationTypeResponse) {
|
|
974
|
-
/**
|
|
975
|
-
* @internal
|
|
976
|
-
*/
|
|
977
683
|
UpdateQualificationTypeResponse.filterSensitiveLog = (obj) => ({
|
|
978
684
|
...obj,
|
|
979
685
|
});
|
|
980
686
|
})(UpdateQualificationTypeResponse = exports.UpdateQualificationTypeResponse || (exports.UpdateQualificationTypeResponse = {}));
|
|
981
|
-
//# sourceMappingURL=models_0.js.map
|