@aws-sdk/client-mturk 3.306.0 → 3.309.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.
Files changed (83) hide show
  1. package/dist-cjs/commands/AcceptQualificationRequestCommand.js +2 -2
  2. package/dist-cjs/commands/ApproveAssignmentCommand.js +2 -2
  3. package/dist-cjs/commands/AssociateQualificationWithWorkerCommand.js +2 -2
  4. package/dist-cjs/commands/CreateAdditionalAssignmentsForHITCommand.js +2 -2
  5. package/dist-cjs/commands/CreateHITCommand.js +2 -2
  6. package/dist-cjs/commands/CreateHITTypeCommand.js +2 -2
  7. package/dist-cjs/commands/CreateHITWithHITTypeCommand.js +2 -2
  8. package/dist-cjs/commands/CreateQualificationTypeCommand.js +2 -2
  9. package/dist-cjs/commands/CreateWorkerBlockCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteHITCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteQualificationTypeCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteWorkerBlockCommand.js +2 -2
  13. package/dist-cjs/commands/DisassociateQualificationFromWorkerCommand.js +2 -2
  14. package/dist-cjs/commands/GetAccountBalanceCommand.js +2 -2
  15. package/dist-cjs/commands/GetAssignmentCommand.js +2 -2
  16. package/dist-cjs/commands/GetFileUploadURLCommand.js +2 -2
  17. package/dist-cjs/commands/GetHITCommand.js +2 -2
  18. package/dist-cjs/commands/GetQualificationScoreCommand.js +2 -2
  19. package/dist-cjs/commands/GetQualificationTypeCommand.js +2 -2
  20. package/dist-cjs/commands/ListAssignmentsForHITCommand.js +2 -2
  21. package/dist-cjs/commands/ListBonusPaymentsCommand.js +2 -2
  22. package/dist-cjs/commands/ListHITsCommand.js +2 -2
  23. package/dist-cjs/commands/ListHITsForQualificationTypeCommand.js +2 -2
  24. package/dist-cjs/commands/ListQualificationRequestsCommand.js +2 -2
  25. package/dist-cjs/commands/ListQualificationTypesCommand.js +2 -2
  26. package/dist-cjs/commands/ListReviewPolicyResultsForHITCommand.js +2 -2
  27. package/dist-cjs/commands/ListReviewableHITsCommand.js +2 -2
  28. package/dist-cjs/commands/ListWorkerBlocksCommand.js +2 -2
  29. package/dist-cjs/commands/ListWorkersWithQualificationTypeCommand.js +2 -2
  30. package/dist-cjs/commands/NotifyWorkersCommand.js +2 -2
  31. package/dist-cjs/commands/RejectAssignmentCommand.js +2 -2
  32. package/dist-cjs/commands/RejectQualificationRequestCommand.js +2 -2
  33. package/dist-cjs/commands/SendBonusCommand.js +2 -2
  34. package/dist-cjs/commands/SendTestEventNotificationCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateExpirationForHITCommand.js +2 -2
  36. package/dist-cjs/commands/UpdateHITReviewStatusCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateHITTypeOfHITCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateNotificationSettingsCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateQualificationTypeCommand.js +2 -2
  40. package/dist-cjs/protocols/Aws_json1_1.js +598 -630
  41. package/dist-es/commands/AcceptQualificationRequestCommand.js +3 -3
  42. package/dist-es/commands/ApproveAssignmentCommand.js +3 -3
  43. package/dist-es/commands/AssociateQualificationWithWorkerCommand.js +3 -3
  44. package/dist-es/commands/CreateAdditionalAssignmentsForHITCommand.js +3 -3
  45. package/dist-es/commands/CreateHITCommand.js +3 -3
  46. package/dist-es/commands/CreateHITTypeCommand.js +3 -3
  47. package/dist-es/commands/CreateHITWithHITTypeCommand.js +3 -3
  48. package/dist-es/commands/CreateQualificationTypeCommand.js +3 -3
  49. package/dist-es/commands/CreateWorkerBlockCommand.js +3 -3
  50. package/dist-es/commands/DeleteHITCommand.js +3 -3
  51. package/dist-es/commands/DeleteQualificationTypeCommand.js +3 -3
  52. package/dist-es/commands/DeleteWorkerBlockCommand.js +3 -3
  53. package/dist-es/commands/DisassociateQualificationFromWorkerCommand.js +3 -3
  54. package/dist-es/commands/GetAccountBalanceCommand.js +3 -3
  55. package/dist-es/commands/GetAssignmentCommand.js +3 -3
  56. package/dist-es/commands/GetFileUploadURLCommand.js +3 -3
  57. package/dist-es/commands/GetHITCommand.js +3 -3
  58. package/dist-es/commands/GetQualificationScoreCommand.js +3 -3
  59. package/dist-es/commands/GetQualificationTypeCommand.js +3 -3
  60. package/dist-es/commands/ListAssignmentsForHITCommand.js +3 -3
  61. package/dist-es/commands/ListBonusPaymentsCommand.js +3 -3
  62. package/dist-es/commands/ListHITsCommand.js +3 -3
  63. package/dist-es/commands/ListHITsForQualificationTypeCommand.js +3 -3
  64. package/dist-es/commands/ListQualificationRequestsCommand.js +3 -3
  65. package/dist-es/commands/ListQualificationTypesCommand.js +3 -3
  66. package/dist-es/commands/ListReviewPolicyResultsForHITCommand.js +3 -3
  67. package/dist-es/commands/ListReviewableHITsCommand.js +3 -3
  68. package/dist-es/commands/ListWorkerBlocksCommand.js +3 -3
  69. package/dist-es/commands/ListWorkersWithQualificationTypeCommand.js +3 -3
  70. package/dist-es/commands/NotifyWorkersCommand.js +3 -3
  71. package/dist-es/commands/RejectAssignmentCommand.js +3 -3
  72. package/dist-es/commands/RejectQualificationRequestCommand.js +3 -3
  73. package/dist-es/commands/SendBonusCommand.js +3 -3
  74. package/dist-es/commands/SendTestEventNotificationCommand.js +3 -3
  75. package/dist-es/commands/UpdateExpirationForHITCommand.js +3 -3
  76. package/dist-es/commands/UpdateHITReviewStatusCommand.js +3 -3
  77. package/dist-es/commands/UpdateHITTypeOfHITCommand.js +3 -3
  78. package/dist-es/commands/UpdateNotificationSettingsCommand.js +3 -3
  79. package/dist-es/commands/UpdateQualificationTypeCommand.js +3 -3
  80. package/dist-es/protocols/Aws_json1_1.js +518 -550
  81. package/dist-types/protocols/Aws_json1_1.d.ts +312 -78
  82. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +78 -78
  83. package/package.json +6 -6
@@ -39,81 +39,315 @@ import { UpdateHITReviewStatusCommandInput, UpdateHITReviewStatusCommandOutput }
39
39
  import { UpdateHITTypeOfHITCommandInput, UpdateHITTypeOfHITCommandOutput } from "../commands/UpdateHITTypeOfHITCommand";
40
40
  import { UpdateNotificationSettingsCommandInput, UpdateNotificationSettingsCommandOutput } from "../commands/UpdateNotificationSettingsCommand";
41
41
  import { UpdateQualificationTypeCommandInput, UpdateQualificationTypeCommandOutput } from "../commands/UpdateQualificationTypeCommand";
42
- export declare const serializeAws_json1_1AcceptQualificationRequestCommand: (input: AcceptQualificationRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_1ApproveAssignmentCommand: (input: ApproveAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_1AssociateQualificationWithWorkerCommand: (input: AssociateQualificationWithWorkerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_1CreateAdditionalAssignmentsForHITCommand: (input: CreateAdditionalAssignmentsForHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_1CreateHITCommand: (input: CreateHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_1CreateHITTypeCommand: (input: CreateHITTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_1CreateHITWithHITTypeCommand: (input: CreateHITWithHITTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_1CreateQualificationTypeCommand: (input: CreateQualificationTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1CreateWorkerBlockCommand: (input: CreateWorkerBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1DeleteHITCommand: (input: DeleteHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1DeleteQualificationTypeCommand: (input: DeleteQualificationTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1DeleteWorkerBlockCommand: (input: DeleteWorkerBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1DisassociateQualificationFromWorkerCommand: (input: DisassociateQualificationFromWorkerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1GetAccountBalanceCommand: (input: GetAccountBalanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1GetAssignmentCommand: (input: GetAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1GetFileUploadURLCommand: (input: GetFileUploadURLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1GetHITCommand: (input: GetHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1GetQualificationScoreCommand: (input: GetQualificationScoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1GetQualificationTypeCommand: (input: GetQualificationTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1ListAssignmentsForHITCommand: (input: ListAssignmentsForHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1ListBonusPaymentsCommand: (input: ListBonusPaymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1ListHITsCommand: (input: ListHITsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1ListHITsForQualificationTypeCommand: (input: ListHITsForQualificationTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1ListQualificationRequestsCommand: (input: ListQualificationRequestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1ListQualificationTypesCommand: (input: ListQualificationTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1ListReviewableHITsCommand: (input: ListReviewableHITsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1ListReviewPolicyResultsForHITCommand: (input: ListReviewPolicyResultsForHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1ListWorkerBlocksCommand: (input: ListWorkerBlocksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1ListWorkersWithQualificationTypeCommand: (input: ListWorkersWithQualificationTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1NotifyWorkersCommand: (input: NotifyWorkersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1RejectAssignmentCommand: (input: RejectAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1RejectQualificationRequestCommand: (input: RejectQualificationRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1SendBonusCommand: (input: SendBonusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1SendTestEventNotificationCommand: (input: SendTestEventNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1UpdateExpirationForHITCommand: (input: UpdateExpirationForHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1UpdateHITReviewStatusCommand: (input: UpdateHITReviewStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1UpdateHITTypeOfHITCommand: (input: UpdateHITTypeOfHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1UpdateNotificationSettingsCommand: (input: UpdateNotificationSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1UpdateQualificationTypeCommand: (input: UpdateQualificationTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const deserializeAws_json1_1AcceptQualificationRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptQualificationRequestCommandOutput>;
82
- export declare const deserializeAws_json1_1ApproveAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ApproveAssignmentCommandOutput>;
83
- export declare const deserializeAws_json1_1AssociateQualificationWithWorkerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateQualificationWithWorkerCommandOutput>;
84
- export declare const deserializeAws_json1_1CreateAdditionalAssignmentsForHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAdditionalAssignmentsForHITCommandOutput>;
85
- export declare const deserializeAws_json1_1CreateHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHITCommandOutput>;
86
- export declare const deserializeAws_json1_1CreateHITTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHITTypeCommandOutput>;
87
- export declare const deserializeAws_json1_1CreateHITWithHITTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHITWithHITTypeCommandOutput>;
88
- export declare const deserializeAws_json1_1CreateQualificationTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQualificationTypeCommandOutput>;
89
- export declare const deserializeAws_json1_1CreateWorkerBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkerBlockCommandOutput>;
90
- export declare const deserializeAws_json1_1DeleteHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHITCommandOutput>;
91
- export declare const deserializeAws_json1_1DeleteQualificationTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQualificationTypeCommandOutput>;
92
- export declare const deserializeAws_json1_1DeleteWorkerBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkerBlockCommandOutput>;
93
- export declare const deserializeAws_json1_1DisassociateQualificationFromWorkerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateQualificationFromWorkerCommandOutput>;
94
- export declare const deserializeAws_json1_1GetAccountBalanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountBalanceCommandOutput>;
95
- export declare const deserializeAws_json1_1GetAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssignmentCommandOutput>;
96
- export declare const deserializeAws_json1_1GetFileUploadURLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFileUploadURLCommandOutput>;
97
- export declare const deserializeAws_json1_1GetHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHITCommandOutput>;
98
- export declare const deserializeAws_json1_1GetQualificationScoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQualificationScoreCommandOutput>;
99
- export declare const deserializeAws_json1_1GetQualificationTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQualificationTypeCommandOutput>;
100
- export declare const deserializeAws_json1_1ListAssignmentsForHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssignmentsForHITCommandOutput>;
101
- export declare const deserializeAws_json1_1ListBonusPaymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBonusPaymentsCommandOutput>;
102
- export declare const deserializeAws_json1_1ListHITsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHITsCommandOutput>;
103
- export declare const deserializeAws_json1_1ListHITsForQualificationTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHITsForQualificationTypeCommandOutput>;
104
- export declare const deserializeAws_json1_1ListQualificationRequestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQualificationRequestsCommandOutput>;
105
- export declare const deserializeAws_json1_1ListQualificationTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQualificationTypesCommandOutput>;
106
- export declare const deserializeAws_json1_1ListReviewableHITsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReviewableHITsCommandOutput>;
107
- export declare const deserializeAws_json1_1ListReviewPolicyResultsForHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReviewPolicyResultsForHITCommandOutput>;
108
- export declare const deserializeAws_json1_1ListWorkerBlocksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkerBlocksCommandOutput>;
109
- export declare const deserializeAws_json1_1ListWorkersWithQualificationTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkersWithQualificationTypeCommandOutput>;
110
- export declare const deserializeAws_json1_1NotifyWorkersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<NotifyWorkersCommandOutput>;
111
- export declare const deserializeAws_json1_1RejectAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectAssignmentCommandOutput>;
112
- export declare const deserializeAws_json1_1RejectQualificationRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectQualificationRequestCommandOutput>;
113
- export declare const deserializeAws_json1_1SendBonusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendBonusCommandOutput>;
114
- export declare const deserializeAws_json1_1SendTestEventNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendTestEventNotificationCommandOutput>;
115
- export declare const deserializeAws_json1_1UpdateExpirationForHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateExpirationForHITCommandOutput>;
116
- export declare const deserializeAws_json1_1UpdateHITReviewStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHITReviewStatusCommandOutput>;
117
- export declare const deserializeAws_json1_1UpdateHITTypeOfHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHITTypeOfHITCommandOutput>;
118
- export declare const deserializeAws_json1_1UpdateNotificationSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotificationSettingsCommandOutput>;
119
- export declare const deserializeAws_json1_1UpdateQualificationTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQualificationTypeCommandOutput>;
42
+ /**
43
+ * serializeAws_json1_1AcceptQualificationRequestCommand
44
+ */
45
+ export declare const se_AcceptQualificationRequestCommand: (input: AcceptQualificationRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ /**
47
+ * serializeAws_json1_1ApproveAssignmentCommand
48
+ */
49
+ export declare const se_ApproveAssignmentCommand: (input: ApproveAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ /**
51
+ * serializeAws_json1_1AssociateQualificationWithWorkerCommand
52
+ */
53
+ export declare const se_AssociateQualificationWithWorkerCommand: (input: AssociateQualificationWithWorkerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ /**
55
+ * serializeAws_json1_1CreateAdditionalAssignmentsForHITCommand
56
+ */
57
+ export declare const se_CreateAdditionalAssignmentsForHITCommand: (input: CreateAdditionalAssignmentsForHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_json1_1CreateHITCommand
60
+ */
61
+ export declare const se_CreateHITCommand: (input: CreateHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ /**
63
+ * serializeAws_json1_1CreateHITTypeCommand
64
+ */
65
+ export declare const se_CreateHITTypeCommand: (input: CreateHITTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ /**
67
+ * serializeAws_json1_1CreateHITWithHITTypeCommand
68
+ */
69
+ export declare const se_CreateHITWithHITTypeCommand: (input: CreateHITWithHITTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_json1_1CreateQualificationTypeCommand
72
+ */
73
+ export declare const se_CreateQualificationTypeCommand: (input: CreateQualificationTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_json1_1CreateWorkerBlockCommand
76
+ */
77
+ export declare const se_CreateWorkerBlockCommand: (input: CreateWorkerBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * serializeAws_json1_1DeleteHITCommand
80
+ */
81
+ export declare const se_DeleteHITCommand: (input: DeleteHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_json1_1DeleteQualificationTypeCommand
84
+ */
85
+ export declare const se_DeleteQualificationTypeCommand: (input: DeleteQualificationTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ /**
87
+ * serializeAws_json1_1DeleteWorkerBlockCommand
88
+ */
89
+ export declare const se_DeleteWorkerBlockCommand: (input: DeleteWorkerBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ /**
91
+ * serializeAws_json1_1DisassociateQualificationFromWorkerCommand
92
+ */
93
+ export declare const se_DisassociateQualificationFromWorkerCommand: (input: DisassociateQualificationFromWorkerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_json1_1GetAccountBalanceCommand
96
+ */
97
+ export declare const se_GetAccountBalanceCommand: (input: GetAccountBalanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * serializeAws_json1_1GetAssignmentCommand
100
+ */
101
+ export declare const se_GetAssignmentCommand: (input: GetAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ /**
103
+ * serializeAws_json1_1GetFileUploadURLCommand
104
+ */
105
+ export declare const se_GetFileUploadURLCommand: (input: GetFileUploadURLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ /**
107
+ * serializeAws_json1_1GetHITCommand
108
+ */
109
+ export declare const se_GetHITCommand: (input: GetHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ /**
111
+ * serializeAws_json1_1GetQualificationScoreCommand
112
+ */
113
+ export declare const se_GetQualificationScoreCommand: (input: GetQualificationScoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ /**
115
+ * serializeAws_json1_1GetQualificationTypeCommand
116
+ */
117
+ export declare const se_GetQualificationTypeCommand: (input: GetQualificationTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ /**
119
+ * serializeAws_json1_1ListAssignmentsForHITCommand
120
+ */
121
+ export declare const se_ListAssignmentsForHITCommand: (input: ListAssignmentsForHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
+ /**
123
+ * serializeAws_json1_1ListBonusPaymentsCommand
124
+ */
125
+ export declare const se_ListBonusPaymentsCommand: (input: ListBonusPaymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ /**
127
+ * serializeAws_json1_1ListHITsCommand
128
+ */
129
+ export declare const se_ListHITsCommand: (input: ListHITsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ /**
131
+ * serializeAws_json1_1ListHITsForQualificationTypeCommand
132
+ */
133
+ export declare const se_ListHITsForQualificationTypeCommand: (input: ListHITsForQualificationTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ /**
135
+ * serializeAws_json1_1ListQualificationRequestsCommand
136
+ */
137
+ export declare const se_ListQualificationRequestsCommand: (input: ListQualificationRequestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
+ /**
139
+ * serializeAws_json1_1ListQualificationTypesCommand
140
+ */
141
+ export declare const se_ListQualificationTypesCommand: (input: ListQualificationTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
+ /**
143
+ * serializeAws_json1_1ListReviewableHITsCommand
144
+ */
145
+ export declare const se_ListReviewableHITsCommand: (input: ListReviewableHITsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
+ /**
147
+ * serializeAws_json1_1ListReviewPolicyResultsForHITCommand
148
+ */
149
+ export declare const se_ListReviewPolicyResultsForHITCommand: (input: ListReviewPolicyResultsForHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
+ /**
151
+ * serializeAws_json1_1ListWorkerBlocksCommand
152
+ */
153
+ export declare const se_ListWorkerBlocksCommand: (input: ListWorkerBlocksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
+ /**
155
+ * serializeAws_json1_1ListWorkersWithQualificationTypeCommand
156
+ */
157
+ export declare const se_ListWorkersWithQualificationTypeCommand: (input: ListWorkersWithQualificationTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
+ /**
159
+ * serializeAws_json1_1NotifyWorkersCommand
160
+ */
161
+ export declare const se_NotifyWorkersCommand: (input: NotifyWorkersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
+ /**
163
+ * serializeAws_json1_1RejectAssignmentCommand
164
+ */
165
+ export declare const se_RejectAssignmentCommand: (input: RejectAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
+ /**
167
+ * serializeAws_json1_1RejectQualificationRequestCommand
168
+ */
169
+ export declare const se_RejectQualificationRequestCommand: (input: RejectQualificationRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
+ /**
171
+ * serializeAws_json1_1SendBonusCommand
172
+ */
173
+ export declare const se_SendBonusCommand: (input: SendBonusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
+ /**
175
+ * serializeAws_json1_1SendTestEventNotificationCommand
176
+ */
177
+ export declare const se_SendTestEventNotificationCommand: (input: SendTestEventNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
+ /**
179
+ * serializeAws_json1_1UpdateExpirationForHITCommand
180
+ */
181
+ export declare const se_UpdateExpirationForHITCommand: (input: UpdateExpirationForHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
+ /**
183
+ * serializeAws_json1_1UpdateHITReviewStatusCommand
184
+ */
185
+ export declare const se_UpdateHITReviewStatusCommand: (input: UpdateHITReviewStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
+ /**
187
+ * serializeAws_json1_1UpdateHITTypeOfHITCommand
188
+ */
189
+ export declare const se_UpdateHITTypeOfHITCommand: (input: UpdateHITTypeOfHITCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
+ /**
191
+ * serializeAws_json1_1UpdateNotificationSettingsCommand
192
+ */
193
+ export declare const se_UpdateNotificationSettingsCommand: (input: UpdateNotificationSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
+ /**
195
+ * serializeAws_json1_1UpdateQualificationTypeCommand
196
+ */
197
+ export declare const se_UpdateQualificationTypeCommand: (input: UpdateQualificationTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
+ /**
199
+ * deserializeAws_json1_1AcceptQualificationRequestCommand
200
+ */
201
+ export declare const de_AcceptQualificationRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptQualificationRequestCommandOutput>;
202
+ /**
203
+ * deserializeAws_json1_1ApproveAssignmentCommand
204
+ */
205
+ export declare const de_ApproveAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ApproveAssignmentCommandOutput>;
206
+ /**
207
+ * deserializeAws_json1_1AssociateQualificationWithWorkerCommand
208
+ */
209
+ export declare const de_AssociateQualificationWithWorkerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateQualificationWithWorkerCommandOutput>;
210
+ /**
211
+ * deserializeAws_json1_1CreateAdditionalAssignmentsForHITCommand
212
+ */
213
+ export declare const de_CreateAdditionalAssignmentsForHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAdditionalAssignmentsForHITCommandOutput>;
214
+ /**
215
+ * deserializeAws_json1_1CreateHITCommand
216
+ */
217
+ export declare const de_CreateHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHITCommandOutput>;
218
+ /**
219
+ * deserializeAws_json1_1CreateHITTypeCommand
220
+ */
221
+ export declare const de_CreateHITTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHITTypeCommandOutput>;
222
+ /**
223
+ * deserializeAws_json1_1CreateHITWithHITTypeCommand
224
+ */
225
+ export declare const de_CreateHITWithHITTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHITWithHITTypeCommandOutput>;
226
+ /**
227
+ * deserializeAws_json1_1CreateQualificationTypeCommand
228
+ */
229
+ export declare const de_CreateQualificationTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQualificationTypeCommandOutput>;
230
+ /**
231
+ * deserializeAws_json1_1CreateWorkerBlockCommand
232
+ */
233
+ export declare const de_CreateWorkerBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkerBlockCommandOutput>;
234
+ /**
235
+ * deserializeAws_json1_1DeleteHITCommand
236
+ */
237
+ export declare const de_DeleteHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHITCommandOutput>;
238
+ /**
239
+ * deserializeAws_json1_1DeleteQualificationTypeCommand
240
+ */
241
+ export declare const de_DeleteQualificationTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQualificationTypeCommandOutput>;
242
+ /**
243
+ * deserializeAws_json1_1DeleteWorkerBlockCommand
244
+ */
245
+ export declare const de_DeleteWorkerBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkerBlockCommandOutput>;
246
+ /**
247
+ * deserializeAws_json1_1DisassociateQualificationFromWorkerCommand
248
+ */
249
+ export declare const de_DisassociateQualificationFromWorkerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateQualificationFromWorkerCommandOutput>;
250
+ /**
251
+ * deserializeAws_json1_1GetAccountBalanceCommand
252
+ */
253
+ export declare const de_GetAccountBalanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountBalanceCommandOutput>;
254
+ /**
255
+ * deserializeAws_json1_1GetAssignmentCommand
256
+ */
257
+ export declare const de_GetAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssignmentCommandOutput>;
258
+ /**
259
+ * deserializeAws_json1_1GetFileUploadURLCommand
260
+ */
261
+ export declare const de_GetFileUploadURLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFileUploadURLCommandOutput>;
262
+ /**
263
+ * deserializeAws_json1_1GetHITCommand
264
+ */
265
+ export declare const de_GetHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHITCommandOutput>;
266
+ /**
267
+ * deserializeAws_json1_1GetQualificationScoreCommand
268
+ */
269
+ export declare const de_GetQualificationScoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQualificationScoreCommandOutput>;
270
+ /**
271
+ * deserializeAws_json1_1GetQualificationTypeCommand
272
+ */
273
+ export declare const de_GetQualificationTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQualificationTypeCommandOutput>;
274
+ /**
275
+ * deserializeAws_json1_1ListAssignmentsForHITCommand
276
+ */
277
+ export declare const de_ListAssignmentsForHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssignmentsForHITCommandOutput>;
278
+ /**
279
+ * deserializeAws_json1_1ListBonusPaymentsCommand
280
+ */
281
+ export declare const de_ListBonusPaymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBonusPaymentsCommandOutput>;
282
+ /**
283
+ * deserializeAws_json1_1ListHITsCommand
284
+ */
285
+ export declare const de_ListHITsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHITsCommandOutput>;
286
+ /**
287
+ * deserializeAws_json1_1ListHITsForQualificationTypeCommand
288
+ */
289
+ export declare const de_ListHITsForQualificationTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHITsForQualificationTypeCommandOutput>;
290
+ /**
291
+ * deserializeAws_json1_1ListQualificationRequestsCommand
292
+ */
293
+ export declare const de_ListQualificationRequestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQualificationRequestsCommandOutput>;
294
+ /**
295
+ * deserializeAws_json1_1ListQualificationTypesCommand
296
+ */
297
+ export declare const de_ListQualificationTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQualificationTypesCommandOutput>;
298
+ /**
299
+ * deserializeAws_json1_1ListReviewableHITsCommand
300
+ */
301
+ export declare const de_ListReviewableHITsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReviewableHITsCommandOutput>;
302
+ /**
303
+ * deserializeAws_json1_1ListReviewPolicyResultsForHITCommand
304
+ */
305
+ export declare const de_ListReviewPolicyResultsForHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReviewPolicyResultsForHITCommandOutput>;
306
+ /**
307
+ * deserializeAws_json1_1ListWorkerBlocksCommand
308
+ */
309
+ export declare const de_ListWorkerBlocksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkerBlocksCommandOutput>;
310
+ /**
311
+ * deserializeAws_json1_1ListWorkersWithQualificationTypeCommand
312
+ */
313
+ export declare const de_ListWorkersWithQualificationTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkersWithQualificationTypeCommandOutput>;
314
+ /**
315
+ * deserializeAws_json1_1NotifyWorkersCommand
316
+ */
317
+ export declare const de_NotifyWorkersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<NotifyWorkersCommandOutput>;
318
+ /**
319
+ * deserializeAws_json1_1RejectAssignmentCommand
320
+ */
321
+ export declare const de_RejectAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectAssignmentCommandOutput>;
322
+ /**
323
+ * deserializeAws_json1_1RejectQualificationRequestCommand
324
+ */
325
+ export declare const de_RejectQualificationRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectQualificationRequestCommandOutput>;
326
+ /**
327
+ * deserializeAws_json1_1SendBonusCommand
328
+ */
329
+ export declare const de_SendBonusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendBonusCommandOutput>;
330
+ /**
331
+ * deserializeAws_json1_1SendTestEventNotificationCommand
332
+ */
333
+ export declare const de_SendTestEventNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendTestEventNotificationCommandOutput>;
334
+ /**
335
+ * deserializeAws_json1_1UpdateExpirationForHITCommand
336
+ */
337
+ export declare const de_UpdateExpirationForHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateExpirationForHITCommandOutput>;
338
+ /**
339
+ * deserializeAws_json1_1UpdateHITReviewStatusCommand
340
+ */
341
+ export declare const de_UpdateHITReviewStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHITReviewStatusCommandOutput>;
342
+ /**
343
+ * deserializeAws_json1_1UpdateHITTypeOfHITCommand
344
+ */
345
+ export declare const de_UpdateHITTypeOfHITCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHITTypeOfHITCommandOutput>;
346
+ /**
347
+ * deserializeAws_json1_1UpdateNotificationSettingsCommand
348
+ */
349
+ export declare const de_UpdateNotificationSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotificationSettingsCommandOutput>;
350
+ /**
351
+ * deserializeAws_json1_1UpdateQualificationTypeCommand
352
+ */
353
+ export declare const de_UpdateQualificationTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQualificationTypeCommandOutput>;