@aws-sdk/client-mturk 3.651.1 → 3.654.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 (79) hide show
  1. package/dist-types/commands/AcceptQualificationRequestCommand.d.ts +11 -0
  2. package/dist-types/commands/ApproveAssignmentCommand.d.ts +11 -0
  3. package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateHITCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateHITTypeCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateQualificationTypeCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateWorkerBlockCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteHITCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +11 -0
  13. package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +11 -0
  14. package/dist-types/commands/GetAccountBalanceCommand.d.ts +11 -0
  15. package/dist-types/commands/GetAssignmentCommand.d.ts +11 -0
  16. package/dist-types/commands/GetFileUploadURLCommand.d.ts +11 -0
  17. package/dist-types/commands/GetHITCommand.d.ts +11 -0
  18. package/dist-types/commands/GetQualificationScoreCommand.d.ts +11 -0
  19. package/dist-types/commands/GetQualificationTypeCommand.d.ts +11 -0
  20. package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +11 -0
  21. package/dist-types/commands/ListBonusPaymentsCommand.d.ts +11 -0
  22. package/dist-types/commands/ListHITsCommand.d.ts +11 -0
  23. package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +11 -0
  24. package/dist-types/commands/ListQualificationRequestsCommand.d.ts +11 -0
  25. package/dist-types/commands/ListQualificationTypesCommand.d.ts +11 -0
  26. package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +11 -0
  27. package/dist-types/commands/ListReviewableHITsCommand.d.ts +11 -0
  28. package/dist-types/commands/ListWorkerBlocksCommand.d.ts +11 -0
  29. package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +11 -0
  30. package/dist-types/commands/NotifyWorkersCommand.d.ts +11 -0
  31. package/dist-types/commands/RejectAssignmentCommand.d.ts +11 -0
  32. package/dist-types/commands/RejectQualificationRequestCommand.d.ts +11 -0
  33. package/dist-types/commands/SendBonusCommand.d.ts +11 -0
  34. package/dist-types/commands/SendTestEventNotificationCommand.d.ts +11 -0
  35. package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +11 -0
  36. package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +11 -0
  37. package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +11 -0
  38. package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +11 -0
  39. package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +11 -0
  40. package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/GetHITCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +12 -1
  79. package/package.json +35 -35
@@ -71,4 +71,15 @@ declare const AcceptQualificationRequestCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class AcceptQualificationRequestCommand extends AcceptQualificationRequestCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: AcceptQualificationRequestRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: AcceptQualificationRequestCommandInput;
82
+ output: AcceptQualificationRequestCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -92,4 +92,15 @@ declare const ApproveAssignmentCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class ApproveAssignmentCommand extends ApproveAssignmentCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: ApproveAssignmentRequest;
99
+ output: {};
100
+ };
101
+ sdk: {
102
+ input: ApproveAssignmentCommandInput;
103
+ output: ApproveAssignmentCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -84,4 +84,15 @@ declare const AssociateQualificationWithWorkerCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class AssociateQualificationWithWorkerCommand extends AssociateQualificationWithWorkerCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: AssociateQualificationWithWorkerRequest;
91
+ output: {};
92
+ };
93
+ sdk: {
94
+ input: AssociateQualificationWithWorkerCommandInput;
95
+ output: AssociateQualificationWithWorkerCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -85,4 +85,15 @@ declare const CreateAdditionalAssignmentsForHITCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class CreateAdditionalAssignmentsForHITCommand extends CreateAdditionalAssignmentsForHITCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: CreateAdditionalAssignmentsForHITRequest;
92
+ output: {};
93
+ };
94
+ sdk: {
95
+ input: CreateAdditionalAssignmentsForHITCommandInput;
96
+ output: CreateAdditionalAssignmentsForHITCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -189,4 +189,15 @@ declare const CreateHITCommand_base: {
189
189
  * @public
190
190
  */
191
191
  export declare class CreateHITCommand extends CreateHITCommand_base {
192
+ /** @internal type navigation helper, not in runtime. */
193
+ protected static __types: {
194
+ api: {
195
+ input: CreateHITRequest;
196
+ output: CreateHITResponse;
197
+ };
198
+ sdk: {
199
+ input: CreateHITCommandInput;
200
+ output: CreateHITCommandOutput;
201
+ };
202
+ };
192
203
  }
@@ -90,4 +90,15 @@ declare const CreateHITTypeCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class CreateHITTypeCommand extends CreateHITTypeCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: CreateHITTypeRequest;
97
+ output: CreateHITTypeResponse;
98
+ };
99
+ sdk: {
100
+ input: CreateHITTypeCommandInput;
101
+ output: CreateHITTypeCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -168,4 +168,15 @@ declare const CreateHITWithHITTypeCommand_base: {
168
168
  * @public
169
169
  */
170
170
  export declare class CreateHITWithHITTypeCommand extends CreateHITWithHITTypeCommand_base {
171
+ /** @internal type navigation helper, not in runtime. */
172
+ protected static __types: {
173
+ api: {
174
+ input: CreateHITWithHITTypeRequest;
175
+ output: CreateHITWithHITTypeResponse;
176
+ };
177
+ sdk: {
178
+ input: CreateHITWithHITTypeCommandInput;
179
+ output: CreateHITWithHITTypeCommandOutput;
180
+ };
181
+ };
171
182
  }
@@ -92,4 +92,15 @@ declare const CreateQualificationTypeCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class CreateQualificationTypeCommand extends CreateQualificationTypeCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: CreateQualificationTypeRequest;
99
+ output: CreateQualificationTypeResponse;
100
+ };
101
+ sdk: {
102
+ input: CreateQualificationTypeCommandInput;
103
+ output: CreateQualificationTypeCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -62,4 +62,15 @@ declare const CreateWorkerBlockCommand_base: {
62
62
  * @public
63
63
  */
64
64
  export declare class CreateWorkerBlockCommand extends CreateWorkerBlockCommand_base {
65
+ /** @internal type navigation helper, not in runtime. */
66
+ protected static __types: {
67
+ api: {
68
+ input: CreateWorkerBlockRequest;
69
+ output: {};
70
+ };
71
+ sdk: {
72
+ input: CreateWorkerBlockCommandInput;
73
+ output: CreateWorkerBlockCommandOutput;
74
+ };
75
+ };
65
76
  }
@@ -96,4 +96,15 @@ declare const DeleteHITCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class DeleteHITCommand extends DeleteHITCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: DeleteHITRequest;
103
+ output: {};
104
+ };
105
+ sdk: {
106
+ input: DeleteHITCommandInput;
107
+ output: DeleteHITCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -79,4 +79,15 @@ declare const DeleteQualificationTypeCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class DeleteQualificationTypeCommand extends DeleteQualificationTypeCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DeleteQualificationTypeRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: DeleteQualificationTypeCommandInput;
90
+ output: DeleteQualificationTypeCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -62,4 +62,15 @@ declare const DeleteWorkerBlockCommand_base: {
62
62
  * @public
63
63
  */
64
64
  export declare class DeleteWorkerBlockCommand extends DeleteWorkerBlockCommand_base {
65
+ /** @internal type navigation helper, not in runtime. */
66
+ protected static __types: {
67
+ api: {
68
+ input: DeleteWorkerBlockRequest;
69
+ output: {};
70
+ };
71
+ sdk: {
72
+ input: DeleteWorkerBlockCommandInput;
73
+ output: DeleteWorkerBlockCommandOutput;
74
+ };
75
+ };
65
76
  }
@@ -70,4 +70,15 @@ declare const DisassociateQualificationFromWorkerCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class DisassociateQualificationFromWorkerCommand extends DisassociateQualificationFromWorkerCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: DisassociateQualificationFromWorkerRequest;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: DisassociateQualificationFromWorkerCommandInput;
81
+ output: DisassociateQualificationFromWorkerCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -64,4 +64,15 @@ declare const GetAccountBalanceCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class GetAccountBalanceCommand extends GetAccountBalanceCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: {};
71
+ output: GetAccountBalanceResponse;
72
+ };
73
+ sdk: {
74
+ input: GetAccountBalanceCommandInput;
75
+ output: GetAccountBalanceCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -117,4 +117,15 @@ declare const GetAssignmentCommand_base: {
117
117
  * @public
118
118
  */
119
119
  export declare class GetAssignmentCommand extends GetAssignmentCommand_base {
120
+ /** @internal type navigation helper, not in runtime. */
121
+ protected static __types: {
122
+ api: {
123
+ input: GetAssignmentRequest;
124
+ output: GetAssignmentResponse;
125
+ };
126
+ sdk: {
127
+ input: GetAssignmentCommandInput;
128
+ output: GetAssignmentCommandOutput;
129
+ };
130
+ };
120
131
  }
@@ -81,4 +81,15 @@ declare const GetFileUploadURLCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class GetFileUploadURLCommand extends GetFileUploadURLCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: GetFileUploadURLRequest;
88
+ output: GetFileUploadURLResponse;
89
+ };
90
+ sdk: {
91
+ input: GetFileUploadURLCommandInput;
92
+ output: GetFileUploadURLCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -103,4 +103,15 @@ declare const GetHITCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class GetHITCommand extends GetHITCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: GetHITRequest;
110
+ output: GetHITResponse;
111
+ };
112
+ sdk: {
113
+ input: GetHITCommandInput;
114
+ output: GetHITCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -87,4 +87,15 @@ declare const GetQualificationScoreCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class GetQualificationScoreCommand extends GetQualificationScoreCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: GetQualificationScoreRequest;
94
+ output: GetQualificationScoreResponse;
95
+ };
96
+ sdk: {
97
+ input: GetQualificationScoreCommandInput;
98
+ output: GetQualificationScoreCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -79,4 +79,15 @@ declare const GetQualificationTypeCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class GetQualificationTypeCommand extends GetQualificationTypeCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: GetQualificationTypeRequest;
86
+ output: GetQualificationTypeResponse;
87
+ };
88
+ sdk: {
89
+ input: GetQualificationTypeCommandInput;
90
+ output: GetQualificationTypeCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -111,4 +111,15 @@ declare const ListAssignmentsForHITCommand_base: {
111
111
  * @public
112
112
  */
113
113
  export declare class ListAssignmentsForHITCommand extends ListAssignmentsForHITCommand_base {
114
+ /** @internal type navigation helper, not in runtime. */
115
+ protected static __types: {
116
+ api: {
117
+ input: ListAssignmentsForHITRequest;
118
+ output: ListAssignmentsForHITResponse;
119
+ };
120
+ sdk: {
121
+ input: ListAssignmentsForHITCommandInput;
122
+ output: ListAssignmentsForHITCommandOutput;
123
+ };
124
+ };
114
125
  }
@@ -81,4 +81,15 @@ declare const ListBonusPaymentsCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListBonusPaymentsCommand extends ListBonusPaymentsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListBonusPaymentsRequest;
88
+ output: ListBonusPaymentsResponse;
89
+ };
90
+ sdk: {
91
+ input: ListBonusPaymentsCommandInput;
92
+ output: ListBonusPaymentsCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -112,4 +112,15 @@ declare const ListHITsCommand_base: {
112
112
  * @public
113
113
  */
114
114
  export declare class ListHITsCommand extends ListHITsCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: ListHITsRequest;
119
+ output: ListHITsResponse;
120
+ };
121
+ sdk: {
122
+ input: ListHITsCommandInput;
123
+ output: ListHITsCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -112,4 +112,15 @@ declare const ListHITsForQualificationTypeCommand_base: {
112
112
  * @public
113
113
  */
114
114
  export declare class ListHITsForQualificationTypeCommand extends ListHITsForQualificationTypeCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: ListHITsForQualificationTypeRequest;
119
+ output: ListHITsForQualificationTypeResponse;
120
+ };
121
+ sdk: {
122
+ input: ListHITsForQualificationTypeCommandInput;
123
+ output: ListHITsForQualificationTypeCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -83,4 +83,15 @@ declare const ListQualificationRequestsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListQualificationRequestsCommand extends ListQualificationRequestsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListQualificationRequestsRequest;
90
+ output: ListQualificationRequestsResponse;
91
+ };
92
+ sdk: {
93
+ input: ListQualificationRequestsCommandInput;
94
+ output: ListQualificationRequestsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -90,4 +90,15 @@ declare const ListQualificationTypesCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class ListQualificationTypesCommand extends ListQualificationTypesCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: ListQualificationTypesRequest;
97
+ output: ListQualificationTypesResponse;
98
+ };
99
+ sdk: {
100
+ input: ListQualificationTypesCommandInput;
101
+ output: ListQualificationTypesCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -163,4 +163,15 @@ declare const ListReviewPolicyResultsForHITCommand_base: {
163
163
  * @public
164
164
  */
165
165
  export declare class ListReviewPolicyResultsForHITCommand extends ListReviewPolicyResultsForHITCommand_base {
166
+ /** @internal type navigation helper, not in runtime. */
167
+ protected static __types: {
168
+ api: {
169
+ input: ListReviewPolicyResultsForHITRequest;
170
+ output: ListReviewPolicyResultsForHITResponse;
171
+ };
172
+ sdk: {
173
+ input: ListReviewPolicyResultsForHITCommandInput;
174
+ output: ListReviewPolicyResultsForHITCommandOutput;
175
+ };
176
+ };
166
177
  }
@@ -111,4 +111,15 @@ declare const ListReviewableHITsCommand_base: {
111
111
  * @public
112
112
  */
113
113
  export declare class ListReviewableHITsCommand extends ListReviewableHITsCommand_base {
114
+ /** @internal type navigation helper, not in runtime. */
115
+ protected static __types: {
116
+ api: {
117
+ input: ListReviewableHITsRequest;
118
+ output: ListReviewableHITsResponse;
119
+ };
120
+ sdk: {
121
+ input: ListReviewableHITsCommandInput;
122
+ output: ListReviewableHITsCommandOutput;
123
+ };
124
+ };
114
125
  }
@@ -71,4 +71,15 @@ declare const ListWorkerBlocksCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class ListWorkerBlocksCommand extends ListWorkerBlocksCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: ListWorkerBlocksRequest;
78
+ output: ListWorkerBlocksResponse;
79
+ };
80
+ sdk: {
81
+ input: ListWorkerBlocksCommandInput;
82
+ output: ListWorkerBlocksCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -83,4 +83,15 @@ declare const ListWorkersWithQualificationTypeCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListWorkersWithQualificationTypeCommand extends ListWorkersWithQualificationTypeCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListWorkersWithQualificationTypeRequest;
90
+ output: ListWorkersWithQualificationTypeResponse;
91
+ };
92
+ sdk: {
93
+ input: ListWorkersWithQualificationTypeCommandInput;
94
+ output: ListWorkersWithQualificationTypeCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -82,4 +82,15 @@ declare const NotifyWorkersCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class NotifyWorkersCommand extends NotifyWorkersCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: NotifyWorkersRequest;
89
+ output: NotifyWorkersResponse;
90
+ };
91
+ sdk: {
92
+ input: NotifyWorkersCommandInput;
93
+ output: NotifyWorkersCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -74,4 +74,15 @@ declare const RejectAssignmentCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class RejectAssignmentCommand extends RejectAssignmentCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: RejectAssignmentRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: RejectAssignmentCommandInput;
85
+ output: RejectAssignmentCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -68,4 +68,15 @@ declare const RejectQualificationRequestCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class RejectQualificationRequestCommand extends RejectQualificationRequestCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: RejectQualificationRequestRequest;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: RejectQualificationRequestCommandInput;
79
+ output: RejectQualificationRequestCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -78,4 +78,15 @@ declare const SendBonusCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class SendBonusCommand extends SendBonusCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: SendBonusRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: SendBonusCommandInput;
89
+ output: SendBonusCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -75,4 +75,15 @@ declare const SendTestEventNotificationCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class SendTestEventNotificationCommand extends SendTestEventNotificationCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: SendTestEventNotificationRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: SendTestEventNotificationCommandInput;
86
+ output: SendTestEventNotificationCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -65,4 +65,15 @@ declare const UpdateExpirationForHITCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class UpdateExpirationForHITCommand extends UpdateExpirationForHITCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: UpdateExpirationForHITRequest;
72
+ output: {};
73
+ };
74
+ sdk: {
75
+ input: UpdateExpirationForHITCommandInput;
76
+ output: UpdateExpirationForHITCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -66,4 +66,15 @@ declare const UpdateHITReviewStatusCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class UpdateHITReviewStatusCommand extends UpdateHITReviewStatusCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: UpdateHITReviewStatusRequest;
73
+ output: {};
74
+ };
75
+ sdk: {
76
+ input: UpdateHITReviewStatusCommandInput;
77
+ output: UpdateHITReviewStatusCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -69,4 +69,15 @@ declare const UpdateHITTypeOfHITCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class UpdateHITTypeOfHITCommand extends UpdateHITTypeOfHITCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: UpdateHITTypeOfHITRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: UpdateHITTypeOfHITCommandInput;
80
+ output: UpdateHITTypeOfHITCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -81,4 +81,15 @@ declare const UpdateNotificationSettingsCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class UpdateNotificationSettingsCommand extends UpdateNotificationSettingsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: UpdateNotificationSettingsRequest;
88
+ output: {};
89
+ };
90
+ sdk: {
91
+ input: UpdateNotificationSettingsCommandInput;
92
+ output: UpdateNotificationSettingsCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -117,4 +117,15 @@ declare const UpdateQualificationTypeCommand_base: {
117
117
  * @public
118
118
  */
119
119
  export declare class UpdateQualificationTypeCommand extends UpdateQualificationTypeCommand_base {
120
+ /** @internal type navigation helper, not in runtime. */
121
+ protected static __types: {
122
+ api: {
123
+ input: UpdateQualificationTypeRequest;
124
+ output: UpdateQualificationTypeResponse;
125
+ };
126
+ sdk: {
127
+ input: UpdateQualificationTypeCommandInput;
128
+ output: UpdateQualificationTypeCommandOutput;
129
+ };
130
+ };
120
131
  }