@aws-sdk/client-mturk 3.169.0 → 3.170.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 (66) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/MTurk.d.ts +718 -200
  3. package/dist-types/ts3.4/MTurkClient.d.ts +363 -112
  4. package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/GetHITCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +38 -17
  41. package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/index.d.ts +39 -39
  44. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  45. package/dist-types/ts3.4/index.d.ts +6 -6
  46. package/dist-types/ts3.4/models/MTurkServiceException.d.ts +8 -6
  47. package/dist-types/ts3.4/models/index.d.ts +1 -1
  48. package/dist-types/ts3.4/models/models_0.d.ts +1164 -1082
  49. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  50. package/dist-types/ts3.4/pagination/ListAssignmentsForHITPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListBonusPaymentsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListHITsForQualificationTypePaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListHITsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListQualificationRequestsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListQualificationTypesPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListReviewPolicyResultsForHITPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListReviewableHITsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListWorkerBlocksPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListWorkersWithQualificationTypePaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  61. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +473 -119
  62. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  66. package/package.json +34 -34
@@ -1,119 +1,473 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AcceptQualificationRequestCommandInput, AcceptQualificationRequestCommandOutput } from "../commands/AcceptQualificationRequestCommand";
4
- import { ApproveAssignmentCommandInput, ApproveAssignmentCommandOutput } from "../commands/ApproveAssignmentCommand";
5
- import { AssociateQualificationWithWorkerCommandInput, AssociateQualificationWithWorkerCommandOutput } from "../commands/AssociateQualificationWithWorkerCommand";
6
- import { CreateAdditionalAssignmentsForHITCommandInput, CreateAdditionalAssignmentsForHITCommandOutput } from "../commands/CreateAdditionalAssignmentsForHITCommand";
7
- import { CreateHITCommandInput, CreateHITCommandOutput } from "../commands/CreateHITCommand";
8
- import { CreateHITTypeCommandInput, CreateHITTypeCommandOutput } from "../commands/CreateHITTypeCommand";
9
- import { CreateHITWithHITTypeCommandInput, CreateHITWithHITTypeCommandOutput } from "../commands/CreateHITWithHITTypeCommand";
10
- import { CreateQualificationTypeCommandInput, CreateQualificationTypeCommandOutput } from "../commands/CreateQualificationTypeCommand";
11
- import { CreateWorkerBlockCommandInput, CreateWorkerBlockCommandOutput } from "../commands/CreateWorkerBlockCommand";
12
- import { DeleteHITCommandInput, DeleteHITCommandOutput } from "../commands/DeleteHITCommand";
13
- import { DeleteQualificationTypeCommandInput, DeleteQualificationTypeCommandOutput } from "../commands/DeleteQualificationTypeCommand";
14
- import { DeleteWorkerBlockCommandInput, DeleteWorkerBlockCommandOutput } from "../commands/DeleteWorkerBlockCommand";
15
- import { DisassociateQualificationFromWorkerCommandInput, DisassociateQualificationFromWorkerCommandOutput } from "../commands/DisassociateQualificationFromWorkerCommand";
16
- import { GetAccountBalanceCommandInput, GetAccountBalanceCommandOutput } from "../commands/GetAccountBalanceCommand";
17
- import { GetAssignmentCommandInput, GetAssignmentCommandOutput } from "../commands/GetAssignmentCommand";
18
- import { GetFileUploadURLCommandInput, GetFileUploadURLCommandOutput } from "../commands/GetFileUploadURLCommand";
19
- import { GetHITCommandInput, GetHITCommandOutput } from "../commands/GetHITCommand";
20
- import { GetQualificationScoreCommandInput, GetQualificationScoreCommandOutput } from "../commands/GetQualificationScoreCommand";
21
- import { GetQualificationTypeCommandInput, GetQualificationTypeCommandOutput } from "../commands/GetQualificationTypeCommand";
22
- import { ListAssignmentsForHITCommandInput, ListAssignmentsForHITCommandOutput } from "../commands/ListAssignmentsForHITCommand";
23
- import { ListBonusPaymentsCommandInput, ListBonusPaymentsCommandOutput } from "../commands/ListBonusPaymentsCommand";
24
- import { ListHITsCommandInput, ListHITsCommandOutput } from "../commands/ListHITsCommand";
25
- import { ListHITsForQualificationTypeCommandInput, ListHITsForQualificationTypeCommandOutput } from "../commands/ListHITsForQualificationTypeCommand";
26
- import { ListQualificationRequestsCommandInput, ListQualificationRequestsCommandOutput } from "../commands/ListQualificationRequestsCommand";
27
- import { ListQualificationTypesCommandInput, ListQualificationTypesCommandOutput } from "../commands/ListQualificationTypesCommand";
28
- import { ListReviewableHITsCommandInput, ListReviewableHITsCommandOutput } from "../commands/ListReviewableHITsCommand";
29
- import { ListReviewPolicyResultsForHITCommandInput, ListReviewPolicyResultsForHITCommandOutput } from "../commands/ListReviewPolicyResultsForHITCommand";
30
- import { ListWorkerBlocksCommandInput, ListWorkerBlocksCommandOutput } from "../commands/ListWorkerBlocksCommand";
31
- import { ListWorkersWithQualificationTypeCommandInput, ListWorkersWithQualificationTypeCommandOutput } from "../commands/ListWorkersWithQualificationTypeCommand";
32
- import { NotifyWorkersCommandInput, NotifyWorkersCommandOutput } from "../commands/NotifyWorkersCommand";
33
- import { RejectAssignmentCommandInput, RejectAssignmentCommandOutput } from "../commands/RejectAssignmentCommand";
34
- import { RejectQualificationRequestCommandInput, RejectQualificationRequestCommandOutput } from "../commands/RejectQualificationRequestCommand";
35
- import { SendBonusCommandInput, SendBonusCommandOutput } from "../commands/SendBonusCommand";
36
- import { SendTestEventNotificationCommandInput, SendTestEventNotificationCommandOutput } from "../commands/SendTestEventNotificationCommand";
37
- import { UpdateExpirationForHITCommandInput, UpdateExpirationForHITCommandOutput } from "../commands/UpdateExpirationForHITCommand";
38
- import { UpdateHITReviewStatusCommandInput, UpdateHITReviewStatusCommandOutput } from "../commands/UpdateHITReviewStatusCommand";
39
- import { UpdateHITTypeOfHITCommandInput, UpdateHITTypeOfHITCommandOutput } from "../commands/UpdateHITTypeOfHITCommand";
40
- import { UpdateNotificationSettingsCommandInput, UpdateNotificationSettingsCommandOutput } from "../commands/UpdateNotificationSettingsCommand";
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>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AcceptQualificationRequestCommandInput,
8
+ AcceptQualificationRequestCommandOutput,
9
+ } from "../commands/AcceptQualificationRequestCommand";
10
+ import {
11
+ ApproveAssignmentCommandInput,
12
+ ApproveAssignmentCommandOutput,
13
+ } from "../commands/ApproveAssignmentCommand";
14
+ import {
15
+ AssociateQualificationWithWorkerCommandInput,
16
+ AssociateQualificationWithWorkerCommandOutput,
17
+ } from "../commands/AssociateQualificationWithWorkerCommand";
18
+ import {
19
+ CreateAdditionalAssignmentsForHITCommandInput,
20
+ CreateAdditionalAssignmentsForHITCommandOutput,
21
+ } from "../commands/CreateAdditionalAssignmentsForHITCommand";
22
+ import {
23
+ CreateHITCommandInput,
24
+ CreateHITCommandOutput,
25
+ } from "../commands/CreateHITCommand";
26
+ import {
27
+ CreateHITTypeCommandInput,
28
+ CreateHITTypeCommandOutput,
29
+ } from "../commands/CreateHITTypeCommand";
30
+ import {
31
+ CreateHITWithHITTypeCommandInput,
32
+ CreateHITWithHITTypeCommandOutput,
33
+ } from "../commands/CreateHITWithHITTypeCommand";
34
+ import {
35
+ CreateQualificationTypeCommandInput,
36
+ CreateQualificationTypeCommandOutput,
37
+ } from "../commands/CreateQualificationTypeCommand";
38
+ import {
39
+ CreateWorkerBlockCommandInput,
40
+ CreateWorkerBlockCommandOutput,
41
+ } from "../commands/CreateWorkerBlockCommand";
42
+ import {
43
+ DeleteHITCommandInput,
44
+ DeleteHITCommandOutput,
45
+ } from "../commands/DeleteHITCommand";
46
+ import {
47
+ DeleteQualificationTypeCommandInput,
48
+ DeleteQualificationTypeCommandOutput,
49
+ } from "../commands/DeleteQualificationTypeCommand";
50
+ import {
51
+ DeleteWorkerBlockCommandInput,
52
+ DeleteWorkerBlockCommandOutput,
53
+ } from "../commands/DeleteWorkerBlockCommand";
54
+ import {
55
+ DisassociateQualificationFromWorkerCommandInput,
56
+ DisassociateQualificationFromWorkerCommandOutput,
57
+ } from "../commands/DisassociateQualificationFromWorkerCommand";
58
+ import {
59
+ GetAccountBalanceCommandInput,
60
+ GetAccountBalanceCommandOutput,
61
+ } from "../commands/GetAccountBalanceCommand";
62
+ import {
63
+ GetAssignmentCommandInput,
64
+ GetAssignmentCommandOutput,
65
+ } from "../commands/GetAssignmentCommand";
66
+ import {
67
+ GetFileUploadURLCommandInput,
68
+ GetFileUploadURLCommandOutput,
69
+ } from "../commands/GetFileUploadURLCommand";
70
+ import {
71
+ GetHITCommandInput,
72
+ GetHITCommandOutput,
73
+ } from "../commands/GetHITCommand";
74
+ import {
75
+ GetQualificationScoreCommandInput,
76
+ GetQualificationScoreCommandOutput,
77
+ } from "../commands/GetQualificationScoreCommand";
78
+ import {
79
+ GetQualificationTypeCommandInput,
80
+ GetQualificationTypeCommandOutput,
81
+ } from "../commands/GetQualificationTypeCommand";
82
+ import {
83
+ ListAssignmentsForHITCommandInput,
84
+ ListAssignmentsForHITCommandOutput,
85
+ } from "../commands/ListAssignmentsForHITCommand";
86
+ import {
87
+ ListBonusPaymentsCommandInput,
88
+ ListBonusPaymentsCommandOutput,
89
+ } from "../commands/ListBonusPaymentsCommand";
90
+ import {
91
+ ListHITsCommandInput,
92
+ ListHITsCommandOutput,
93
+ } from "../commands/ListHITsCommand";
94
+ import {
95
+ ListHITsForQualificationTypeCommandInput,
96
+ ListHITsForQualificationTypeCommandOutput,
97
+ } from "../commands/ListHITsForQualificationTypeCommand";
98
+ import {
99
+ ListQualificationRequestsCommandInput,
100
+ ListQualificationRequestsCommandOutput,
101
+ } from "../commands/ListQualificationRequestsCommand";
102
+ import {
103
+ ListQualificationTypesCommandInput,
104
+ ListQualificationTypesCommandOutput,
105
+ } from "../commands/ListQualificationTypesCommand";
106
+ import {
107
+ ListReviewableHITsCommandInput,
108
+ ListReviewableHITsCommandOutput,
109
+ } from "../commands/ListReviewableHITsCommand";
110
+ import {
111
+ ListReviewPolicyResultsForHITCommandInput,
112
+ ListReviewPolicyResultsForHITCommandOutput,
113
+ } from "../commands/ListReviewPolicyResultsForHITCommand";
114
+ import {
115
+ ListWorkerBlocksCommandInput,
116
+ ListWorkerBlocksCommandOutput,
117
+ } from "../commands/ListWorkerBlocksCommand";
118
+ import {
119
+ ListWorkersWithQualificationTypeCommandInput,
120
+ ListWorkersWithQualificationTypeCommandOutput,
121
+ } from "../commands/ListWorkersWithQualificationTypeCommand";
122
+ import {
123
+ NotifyWorkersCommandInput,
124
+ NotifyWorkersCommandOutput,
125
+ } from "../commands/NotifyWorkersCommand";
126
+ import {
127
+ RejectAssignmentCommandInput,
128
+ RejectAssignmentCommandOutput,
129
+ } from "../commands/RejectAssignmentCommand";
130
+ import {
131
+ RejectQualificationRequestCommandInput,
132
+ RejectQualificationRequestCommandOutput,
133
+ } from "../commands/RejectQualificationRequestCommand";
134
+ import {
135
+ SendBonusCommandInput,
136
+ SendBonusCommandOutput,
137
+ } from "../commands/SendBonusCommand";
138
+ import {
139
+ SendTestEventNotificationCommandInput,
140
+ SendTestEventNotificationCommandOutput,
141
+ } from "../commands/SendTestEventNotificationCommand";
142
+ import {
143
+ UpdateExpirationForHITCommandInput,
144
+ UpdateExpirationForHITCommandOutput,
145
+ } from "../commands/UpdateExpirationForHITCommand";
146
+ import {
147
+ UpdateHITReviewStatusCommandInput,
148
+ UpdateHITReviewStatusCommandOutput,
149
+ } from "../commands/UpdateHITReviewStatusCommand";
150
+ import {
151
+ UpdateHITTypeOfHITCommandInput,
152
+ UpdateHITTypeOfHITCommandOutput,
153
+ } from "../commands/UpdateHITTypeOfHITCommand";
154
+ import {
155
+ UpdateNotificationSettingsCommandInput,
156
+ UpdateNotificationSettingsCommandOutput,
157
+ } from "../commands/UpdateNotificationSettingsCommand";
158
+ import {
159
+ UpdateQualificationTypeCommandInput,
160
+ UpdateQualificationTypeCommandOutput,
161
+ } from "../commands/UpdateQualificationTypeCommand";
162
+ export declare const serializeAws_json1_1AcceptQualificationRequestCommand: (
163
+ input: AcceptQualificationRequestCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_json1_1ApproveAssignmentCommand: (
167
+ input: ApproveAssignmentCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_json1_1AssociateQualificationWithWorkerCommand: (
171
+ input: AssociateQualificationWithWorkerCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_json1_1CreateAdditionalAssignmentsForHITCommand: (
175
+ input: CreateAdditionalAssignmentsForHITCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_json1_1CreateHITCommand: (
179
+ input: CreateHITCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_json1_1CreateHITTypeCommand: (
183
+ input: CreateHITTypeCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_json1_1CreateHITWithHITTypeCommand: (
187
+ input: CreateHITWithHITTypeCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_json1_1CreateQualificationTypeCommand: (
191
+ input: CreateQualificationTypeCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_json1_1CreateWorkerBlockCommand: (
195
+ input: CreateWorkerBlockCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_json1_1DeleteHITCommand: (
199
+ input: DeleteHITCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_json1_1DeleteQualificationTypeCommand: (
203
+ input: DeleteQualificationTypeCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_json1_1DeleteWorkerBlockCommand: (
207
+ input: DeleteWorkerBlockCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_json1_1DisassociateQualificationFromWorkerCommand: (
211
+ input: DisassociateQualificationFromWorkerCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_json1_1GetAccountBalanceCommand: (
215
+ input: GetAccountBalanceCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_json1_1GetAssignmentCommand: (
219
+ input: GetAssignmentCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_json1_1GetFileUploadURLCommand: (
223
+ input: GetFileUploadURLCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_json1_1GetHITCommand: (
227
+ input: GetHITCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_1GetQualificationScoreCommand: (
231
+ input: GetQualificationScoreCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_1GetQualificationTypeCommand: (
235
+ input: GetQualificationTypeCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_json1_1ListAssignmentsForHITCommand: (
239
+ input: ListAssignmentsForHITCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_json1_1ListBonusPaymentsCommand: (
243
+ input: ListBonusPaymentsCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_json1_1ListHITsCommand: (
247
+ input: ListHITsCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_1ListHITsForQualificationTypeCommand: (
251
+ input: ListHITsForQualificationTypeCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_json1_1ListQualificationRequestsCommand: (
255
+ input: ListQualificationRequestsCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_json1_1ListQualificationTypesCommand: (
259
+ input: ListQualificationTypesCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1ListReviewableHITsCommand: (
263
+ input: ListReviewableHITsCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1ListReviewPolicyResultsForHITCommand: (
267
+ input: ListReviewPolicyResultsForHITCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1ListWorkerBlocksCommand: (
271
+ input: ListWorkerBlocksCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1ListWorkersWithQualificationTypeCommand: (
275
+ input: ListWorkersWithQualificationTypeCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1NotifyWorkersCommand: (
279
+ input: NotifyWorkersCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1RejectAssignmentCommand: (
283
+ input: RejectAssignmentCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1RejectQualificationRequestCommand: (
287
+ input: RejectQualificationRequestCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1SendBonusCommand: (
291
+ input: SendBonusCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1SendTestEventNotificationCommand: (
295
+ input: SendTestEventNotificationCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1UpdateExpirationForHITCommand: (
299
+ input: UpdateExpirationForHITCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_json1_1UpdateHITReviewStatusCommand: (
303
+ input: UpdateHITReviewStatusCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_json1_1UpdateHITTypeOfHITCommand: (
307
+ input: UpdateHITTypeOfHITCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_1UpdateNotificationSettingsCommand: (
311
+ input: UpdateNotificationSettingsCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_1UpdateQualificationTypeCommand: (
315
+ input: UpdateQualificationTypeCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const deserializeAws_json1_1AcceptQualificationRequestCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<AcceptQualificationRequestCommandOutput>;
322
+ export declare const deserializeAws_json1_1ApproveAssignmentCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<ApproveAssignmentCommandOutput>;
326
+ export declare const deserializeAws_json1_1AssociateQualificationWithWorkerCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<AssociateQualificationWithWorkerCommandOutput>;
330
+ export declare const deserializeAws_json1_1CreateAdditionalAssignmentsForHITCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<CreateAdditionalAssignmentsForHITCommandOutput>;
334
+ export declare const deserializeAws_json1_1CreateHITCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<CreateHITCommandOutput>;
338
+ export declare const deserializeAws_json1_1CreateHITTypeCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<CreateHITTypeCommandOutput>;
342
+ export declare const deserializeAws_json1_1CreateHITWithHITTypeCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<CreateHITWithHITTypeCommandOutput>;
346
+ export declare const deserializeAws_json1_1CreateQualificationTypeCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<CreateQualificationTypeCommandOutput>;
350
+ export declare const deserializeAws_json1_1CreateWorkerBlockCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<CreateWorkerBlockCommandOutput>;
354
+ export declare const deserializeAws_json1_1DeleteHITCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<DeleteHITCommandOutput>;
358
+ export declare const deserializeAws_json1_1DeleteQualificationTypeCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<DeleteQualificationTypeCommandOutput>;
362
+ export declare const deserializeAws_json1_1DeleteWorkerBlockCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<DeleteWorkerBlockCommandOutput>;
366
+ export declare const deserializeAws_json1_1DisassociateQualificationFromWorkerCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<DisassociateQualificationFromWorkerCommandOutput>;
370
+ export declare const deserializeAws_json1_1GetAccountBalanceCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<GetAccountBalanceCommandOutput>;
374
+ export declare const deserializeAws_json1_1GetAssignmentCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<GetAssignmentCommandOutput>;
378
+ export declare const deserializeAws_json1_1GetFileUploadURLCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<GetFileUploadURLCommandOutput>;
382
+ export declare const deserializeAws_json1_1GetHITCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<GetHITCommandOutput>;
386
+ export declare const deserializeAws_json1_1GetQualificationScoreCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<GetQualificationScoreCommandOutput>;
390
+ export declare const deserializeAws_json1_1GetQualificationTypeCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<GetQualificationTypeCommandOutput>;
394
+ export declare const deserializeAws_json1_1ListAssignmentsForHITCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<ListAssignmentsForHITCommandOutput>;
398
+ export declare const deserializeAws_json1_1ListBonusPaymentsCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<ListBonusPaymentsCommandOutput>;
402
+ export declare const deserializeAws_json1_1ListHITsCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<ListHITsCommandOutput>;
406
+ export declare const deserializeAws_json1_1ListHITsForQualificationTypeCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<ListHITsForQualificationTypeCommandOutput>;
410
+ export declare const deserializeAws_json1_1ListQualificationRequestsCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<ListQualificationRequestsCommandOutput>;
414
+ export declare const deserializeAws_json1_1ListQualificationTypesCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<ListQualificationTypesCommandOutput>;
418
+ export declare const deserializeAws_json1_1ListReviewableHITsCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<ListReviewableHITsCommandOutput>;
422
+ export declare const deserializeAws_json1_1ListReviewPolicyResultsForHITCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<ListReviewPolicyResultsForHITCommandOutput>;
426
+ export declare const deserializeAws_json1_1ListWorkerBlocksCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<ListWorkerBlocksCommandOutput>;
430
+ export declare const deserializeAws_json1_1ListWorkersWithQualificationTypeCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<ListWorkersWithQualificationTypeCommandOutput>;
434
+ export declare const deserializeAws_json1_1NotifyWorkersCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<NotifyWorkersCommandOutput>;
438
+ export declare const deserializeAws_json1_1RejectAssignmentCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<RejectAssignmentCommandOutput>;
442
+ export declare const deserializeAws_json1_1RejectQualificationRequestCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<RejectQualificationRequestCommandOutput>;
446
+ export declare const deserializeAws_json1_1SendBonusCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<SendBonusCommandOutput>;
450
+ export declare const deserializeAws_json1_1SendTestEventNotificationCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<SendTestEventNotificationCommandOutput>;
454
+ export declare const deserializeAws_json1_1UpdateExpirationForHITCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<UpdateExpirationForHITCommandOutput>;
458
+ export declare const deserializeAws_json1_1UpdateHITReviewStatusCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<UpdateHITReviewStatusCommandOutput>;
462
+ export declare const deserializeAws_json1_1UpdateHITTypeOfHITCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<UpdateHITTypeOfHITCommandOutput>;
466
+ export declare const deserializeAws_json1_1UpdateNotificationSettingsCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<UpdateNotificationSettingsCommandOutput>;
470
+ export declare const deserializeAws_json1_1UpdateQualificationTypeCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<UpdateQualificationTypeCommandOutput>;