@aws-sdk/client-mturk 3.50.0 → 3.53.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 (77) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/MTurkServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +34 -3
  5. package/dist-cjs/protocols/Aws_json1_1.js +274 -884
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/MTurkServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +30 -1
  9. package/dist-es/protocols/Aws_json1_1.js +665 -1037
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/MTurkServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +16 -7
  13. package/dist-types/ts3.4/MTurk.d.ts +200 -0
  14. package/dist-types/ts3.4/MTurkClient.d.ts +112 -0
  15. package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/GetHITCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/index.d.ts +39 -0
  55. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  56. package/dist-types/ts3.4/index.d.ts +6 -0
  57. package/dist-types/ts3.4/models/MTurkServiceException.d.ts +6 -0
  58. package/dist-types/ts3.4/models/index.d.ts +1 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +1274 -0
  60. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  61. package/dist-types/ts3.4/pagination/ListAssignmentsForHITPaginator.d.ts +4 -0
  62. package/dist-types/ts3.4/pagination/ListBonusPaymentsPaginator.d.ts +4 -0
  63. package/dist-types/ts3.4/pagination/ListHITsForQualificationTypePaginator.d.ts +4 -0
  64. package/dist-types/ts3.4/pagination/ListHITsPaginator.d.ts +4 -0
  65. package/dist-types/ts3.4/pagination/ListQualificationRequestsPaginator.d.ts +4 -0
  66. package/dist-types/ts3.4/pagination/ListQualificationTypesPaginator.d.ts +4 -0
  67. package/dist-types/ts3.4/pagination/ListReviewPolicyResultsForHITPaginator.d.ts +4 -0
  68. package/dist-types/ts3.4/pagination/ListReviewableHITsPaginator.d.ts +4 -0
  69. package/dist-types/ts3.4/pagination/ListWorkerBlocksPaginator.d.ts +4 -0
  70. package/dist-types/ts3.4/pagination/ListWorkersWithQualificationTypePaginator.d.ts +4 -0
  71. package/dist-types/ts3.4/pagination/index.d.ts +11 -0
  72. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +119 -0
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  77. package/package.json +33 -33
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DisassociateQualificationFromWorkerRequest, DisassociateQualificationFromWorkerResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface DisassociateQualificationFromWorkerCommandInput extends DisassociateQualificationFromWorkerRequest {
6
+ }
7
+ export interface DisassociateQualificationFromWorkerCommandOutput extends DisassociateQualificationFromWorkerResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DisassociateQualificationFromWorkerCommand extends $Command<DisassociateQualificationFromWorkerCommandInput, DisassociateQualificationFromWorkerCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: DisassociateQualificationFromWorkerCommandInput;
12
+ constructor(input: DisassociateQualificationFromWorkerCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateQualificationFromWorkerCommandInput, DisassociateQualificationFromWorkerCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetAccountBalanceRequest, GetAccountBalanceResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface GetAccountBalanceCommandInput extends GetAccountBalanceRequest {
6
+ }
7
+ export interface GetAccountBalanceCommandOutput extends GetAccountBalanceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetAccountBalanceCommand extends $Command<GetAccountBalanceCommandInput, GetAccountBalanceCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: GetAccountBalanceCommandInput;
12
+ constructor(input: GetAccountBalanceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountBalanceCommandInput, GetAccountBalanceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetAssignmentRequest, GetAssignmentResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface GetAssignmentCommandInput extends GetAssignmentRequest {
6
+ }
7
+ export interface GetAssignmentCommandOutput extends GetAssignmentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetAssignmentCommand extends $Command<GetAssignmentCommandInput, GetAssignmentCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: GetAssignmentCommandInput;
12
+ constructor(input: GetAssignmentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAssignmentCommandInput, GetAssignmentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetFileUploadURLRequest, GetFileUploadURLResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface GetFileUploadURLCommandInput extends GetFileUploadURLRequest {
6
+ }
7
+ export interface GetFileUploadURLCommandOutput extends GetFileUploadURLResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetFileUploadURLCommand extends $Command<GetFileUploadURLCommandInput, GetFileUploadURLCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: GetFileUploadURLCommandInput;
12
+ constructor(input: GetFileUploadURLCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFileUploadURLCommandInput, GetFileUploadURLCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetHITRequest, GetHITResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface GetHITCommandInput extends GetHITRequest {
6
+ }
7
+ export interface GetHITCommandOutput extends GetHITResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetHITCommand extends $Command<GetHITCommandInput, GetHITCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: GetHITCommandInput;
12
+ constructor(input: GetHITCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHITCommandInput, GetHITCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetQualificationScoreRequest, GetQualificationScoreResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface GetQualificationScoreCommandInput extends GetQualificationScoreRequest {
6
+ }
7
+ export interface GetQualificationScoreCommandOutput extends GetQualificationScoreResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetQualificationScoreCommand extends $Command<GetQualificationScoreCommandInput, GetQualificationScoreCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: GetQualificationScoreCommandInput;
12
+ constructor(input: GetQualificationScoreCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetQualificationScoreCommandInput, GetQualificationScoreCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetQualificationTypeRequest, GetQualificationTypeResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface GetQualificationTypeCommandInput extends GetQualificationTypeRequest {
6
+ }
7
+ export interface GetQualificationTypeCommandOutput extends GetQualificationTypeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetQualificationTypeCommand extends $Command<GetQualificationTypeCommandInput, GetQualificationTypeCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: GetQualificationTypeCommandInput;
12
+ constructor(input: GetQualificationTypeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetQualificationTypeCommandInput, GetQualificationTypeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListAssignmentsForHITRequest, ListAssignmentsForHITResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface ListAssignmentsForHITCommandInput extends ListAssignmentsForHITRequest {
6
+ }
7
+ export interface ListAssignmentsForHITCommandOutput extends ListAssignmentsForHITResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAssignmentsForHITCommand extends $Command<ListAssignmentsForHITCommandInput, ListAssignmentsForHITCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: ListAssignmentsForHITCommandInput;
12
+ constructor(input: ListAssignmentsForHITCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssignmentsForHITCommandInput, ListAssignmentsForHITCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListBonusPaymentsRequest, ListBonusPaymentsResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface ListBonusPaymentsCommandInput extends ListBonusPaymentsRequest {
6
+ }
7
+ export interface ListBonusPaymentsCommandOutput extends ListBonusPaymentsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListBonusPaymentsCommand extends $Command<ListBonusPaymentsCommandInput, ListBonusPaymentsCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: ListBonusPaymentsCommandInput;
12
+ constructor(input: ListBonusPaymentsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBonusPaymentsCommandInput, ListBonusPaymentsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListHITsRequest, ListHITsResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface ListHITsCommandInput extends ListHITsRequest {
6
+ }
7
+ export interface ListHITsCommandOutput extends ListHITsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListHITsCommand extends $Command<ListHITsCommandInput, ListHITsCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: ListHITsCommandInput;
12
+ constructor(input: ListHITsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHITsCommandInput, ListHITsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListHITsForQualificationTypeRequest, ListHITsForQualificationTypeResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface ListHITsForQualificationTypeCommandInput extends ListHITsForQualificationTypeRequest {
6
+ }
7
+ export interface ListHITsForQualificationTypeCommandOutput extends ListHITsForQualificationTypeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListHITsForQualificationTypeCommand extends $Command<ListHITsForQualificationTypeCommandInput, ListHITsForQualificationTypeCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: ListHITsForQualificationTypeCommandInput;
12
+ constructor(input: ListHITsForQualificationTypeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHITsForQualificationTypeCommandInput, ListHITsForQualificationTypeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListQualificationRequestsRequest, ListQualificationRequestsResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface ListQualificationRequestsCommandInput extends ListQualificationRequestsRequest {
6
+ }
7
+ export interface ListQualificationRequestsCommandOutput extends ListQualificationRequestsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListQualificationRequestsCommand extends $Command<ListQualificationRequestsCommandInput, ListQualificationRequestsCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: ListQualificationRequestsCommandInput;
12
+ constructor(input: ListQualificationRequestsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListQualificationRequestsCommandInput, ListQualificationRequestsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListQualificationTypesRequest, ListQualificationTypesResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface ListQualificationTypesCommandInput extends ListQualificationTypesRequest {
6
+ }
7
+ export interface ListQualificationTypesCommandOutput extends ListQualificationTypesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListQualificationTypesCommand extends $Command<ListQualificationTypesCommandInput, ListQualificationTypesCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: ListQualificationTypesCommandInput;
12
+ constructor(input: ListQualificationTypesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListQualificationTypesCommandInput, ListQualificationTypesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListReviewPolicyResultsForHITRequest, ListReviewPolicyResultsForHITResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface ListReviewPolicyResultsForHITCommandInput extends ListReviewPolicyResultsForHITRequest {
6
+ }
7
+ export interface ListReviewPolicyResultsForHITCommandOutput extends ListReviewPolicyResultsForHITResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListReviewPolicyResultsForHITCommand extends $Command<ListReviewPolicyResultsForHITCommandInput, ListReviewPolicyResultsForHITCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: ListReviewPolicyResultsForHITCommandInput;
12
+ constructor(input: ListReviewPolicyResultsForHITCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReviewPolicyResultsForHITCommandInput, ListReviewPolicyResultsForHITCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListReviewableHITsRequest, ListReviewableHITsResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface ListReviewableHITsCommandInput extends ListReviewableHITsRequest {
6
+ }
7
+ export interface ListReviewableHITsCommandOutput extends ListReviewableHITsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListReviewableHITsCommand extends $Command<ListReviewableHITsCommandInput, ListReviewableHITsCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: ListReviewableHITsCommandInput;
12
+ constructor(input: ListReviewableHITsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReviewableHITsCommandInput, ListReviewableHITsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListWorkerBlocksRequest, ListWorkerBlocksResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface ListWorkerBlocksCommandInput extends ListWorkerBlocksRequest {
6
+ }
7
+ export interface ListWorkerBlocksCommandOutput extends ListWorkerBlocksResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListWorkerBlocksCommand extends $Command<ListWorkerBlocksCommandInput, ListWorkerBlocksCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: ListWorkerBlocksCommandInput;
12
+ constructor(input: ListWorkerBlocksCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkerBlocksCommandInput, ListWorkerBlocksCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListWorkersWithQualificationTypeRequest, ListWorkersWithQualificationTypeResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface ListWorkersWithQualificationTypeCommandInput extends ListWorkersWithQualificationTypeRequest {
6
+ }
7
+ export interface ListWorkersWithQualificationTypeCommandOutput extends ListWorkersWithQualificationTypeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListWorkersWithQualificationTypeCommand extends $Command<ListWorkersWithQualificationTypeCommandInput, ListWorkersWithQualificationTypeCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: ListWorkersWithQualificationTypeCommandInput;
12
+ constructor(input: ListWorkersWithQualificationTypeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkersWithQualificationTypeCommandInput, ListWorkersWithQualificationTypeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { NotifyWorkersRequest, NotifyWorkersResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface NotifyWorkersCommandInput extends NotifyWorkersRequest {
6
+ }
7
+ export interface NotifyWorkersCommandOutput extends NotifyWorkersResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class NotifyWorkersCommand extends $Command<NotifyWorkersCommandInput, NotifyWorkersCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: NotifyWorkersCommandInput;
12
+ constructor(input: NotifyWorkersCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<NotifyWorkersCommandInput, NotifyWorkersCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { RejectAssignmentRequest, RejectAssignmentResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface RejectAssignmentCommandInput extends RejectAssignmentRequest {
6
+ }
7
+ export interface RejectAssignmentCommandOutput extends RejectAssignmentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class RejectAssignmentCommand extends $Command<RejectAssignmentCommandInput, RejectAssignmentCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: RejectAssignmentCommandInput;
12
+ constructor(input: RejectAssignmentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectAssignmentCommandInput, RejectAssignmentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { RejectQualificationRequestRequest, RejectQualificationRequestResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface RejectQualificationRequestCommandInput extends RejectQualificationRequestRequest {
6
+ }
7
+ export interface RejectQualificationRequestCommandOutput extends RejectQualificationRequestResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class RejectQualificationRequestCommand extends $Command<RejectQualificationRequestCommandInput, RejectQualificationRequestCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: RejectQualificationRequestCommandInput;
12
+ constructor(input: RejectQualificationRequestCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectQualificationRequestCommandInput, RejectQualificationRequestCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { SendBonusRequest, SendBonusResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface SendBonusCommandInput extends SendBonusRequest {
6
+ }
7
+ export interface SendBonusCommandOutput extends SendBonusResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SendBonusCommand extends $Command<SendBonusCommandInput, SendBonusCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: SendBonusCommandInput;
12
+ constructor(input: SendBonusCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendBonusCommandInput, SendBonusCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { SendTestEventNotificationRequest, SendTestEventNotificationResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface SendTestEventNotificationCommandInput extends SendTestEventNotificationRequest {
6
+ }
7
+ export interface SendTestEventNotificationCommandOutput extends SendTestEventNotificationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SendTestEventNotificationCommand extends $Command<SendTestEventNotificationCommandInput, SendTestEventNotificationCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: SendTestEventNotificationCommandInput;
12
+ constructor(input: SendTestEventNotificationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendTestEventNotificationCommandInput, SendTestEventNotificationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateExpirationForHITRequest, UpdateExpirationForHITResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface UpdateExpirationForHITCommandInput extends UpdateExpirationForHITRequest {
6
+ }
7
+ export interface UpdateExpirationForHITCommandOutput extends UpdateExpirationForHITResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateExpirationForHITCommand extends $Command<UpdateExpirationForHITCommandInput, UpdateExpirationForHITCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: UpdateExpirationForHITCommandInput;
12
+ constructor(input: UpdateExpirationForHITCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateExpirationForHITCommandInput, UpdateExpirationForHITCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateHITReviewStatusRequest, UpdateHITReviewStatusResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface UpdateHITReviewStatusCommandInput extends UpdateHITReviewStatusRequest {
6
+ }
7
+ export interface UpdateHITReviewStatusCommandOutput extends UpdateHITReviewStatusResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateHITReviewStatusCommand extends $Command<UpdateHITReviewStatusCommandInput, UpdateHITReviewStatusCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: UpdateHITReviewStatusCommandInput;
12
+ constructor(input: UpdateHITReviewStatusCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateHITReviewStatusCommandInput, UpdateHITReviewStatusCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateHITTypeOfHITRequest, UpdateHITTypeOfHITResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface UpdateHITTypeOfHITCommandInput extends UpdateHITTypeOfHITRequest {
6
+ }
7
+ export interface UpdateHITTypeOfHITCommandOutput extends UpdateHITTypeOfHITResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateHITTypeOfHITCommand extends $Command<UpdateHITTypeOfHITCommandInput, UpdateHITTypeOfHITCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: UpdateHITTypeOfHITCommandInput;
12
+ constructor(input: UpdateHITTypeOfHITCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateHITTypeOfHITCommandInput, UpdateHITTypeOfHITCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateNotificationSettingsRequest, UpdateNotificationSettingsResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface UpdateNotificationSettingsCommandInput extends UpdateNotificationSettingsRequest {
6
+ }
7
+ export interface UpdateNotificationSettingsCommandOutput extends UpdateNotificationSettingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateNotificationSettingsCommand extends $Command<UpdateNotificationSettingsCommandInput, UpdateNotificationSettingsCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: UpdateNotificationSettingsCommandInput;
12
+ constructor(input: UpdateNotificationSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNotificationSettingsCommandInput, UpdateNotificationSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateQualificationTypeRequest, UpdateQualificationTypeResponse } from "../models/models_0";
4
+ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
+ export interface UpdateQualificationTypeCommandInput extends UpdateQualificationTypeRequest {
6
+ }
7
+ export interface UpdateQualificationTypeCommandOutput extends UpdateQualificationTypeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateQualificationTypeCommand extends $Command<UpdateQualificationTypeCommandInput, UpdateQualificationTypeCommandOutput, MTurkClientResolvedConfig> {
11
+ readonly input: UpdateQualificationTypeCommandInput;
12
+ constructor(input: UpdateQualificationTypeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateQualificationTypeCommandInput, UpdateQualificationTypeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,39 @@
1
+ export * from "./AcceptQualificationRequestCommand";
2
+ export * from "./ApproveAssignmentCommand";
3
+ export * from "./AssociateQualificationWithWorkerCommand";
4
+ export * from "./CreateAdditionalAssignmentsForHITCommand";
5
+ export * from "./CreateHITCommand";
6
+ export * from "./CreateHITTypeCommand";
7
+ export * from "./CreateHITWithHITTypeCommand";
8
+ export * from "./CreateQualificationTypeCommand";
9
+ export * from "./CreateWorkerBlockCommand";
10
+ export * from "./DeleteHITCommand";
11
+ export * from "./DeleteQualificationTypeCommand";
12
+ export * from "./DeleteWorkerBlockCommand";
13
+ export * from "./DisassociateQualificationFromWorkerCommand";
14
+ export * from "./GetAccountBalanceCommand";
15
+ export * from "./GetAssignmentCommand";
16
+ export * from "./GetFileUploadURLCommand";
17
+ export * from "./GetHITCommand";
18
+ export * from "./GetQualificationScoreCommand";
19
+ export * from "./GetQualificationTypeCommand";
20
+ export * from "./ListAssignmentsForHITCommand";
21
+ export * from "./ListBonusPaymentsCommand";
22
+ export * from "./ListHITsCommand";
23
+ export * from "./ListHITsForQualificationTypeCommand";
24
+ export * from "./ListQualificationRequestsCommand";
25
+ export * from "./ListQualificationTypesCommand";
26
+ export * from "./ListReviewPolicyResultsForHITCommand";
27
+ export * from "./ListReviewableHITsCommand";
28
+ export * from "./ListWorkerBlocksCommand";
29
+ export * from "./ListWorkersWithQualificationTypeCommand";
30
+ export * from "./NotifyWorkersCommand";
31
+ export * from "./RejectAssignmentCommand";
32
+ export * from "./RejectQualificationRequestCommand";
33
+ export * from "./SendBonusCommand";
34
+ export * from "./SendTestEventNotificationCommand";
35
+ export * from "./UpdateExpirationForHITCommand";
36
+ export * from "./UpdateHITReviewStatusCommand";
37
+ export * from "./UpdateHITTypeOfHITCommand";
38
+ export * from "./UpdateNotificationSettingsCommand";
39
+ export * from "./UpdateQualificationTypeCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,6 @@
1
+ export * from "./MTurk";
2
+ export * from "./MTurkClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { MTurkServiceException } from "./models/MTurkServiceException";
@@ -0,0 +1,6 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+
3
+ export declare class MTurkServiceException extends __ServiceException {
4
+
5
+ constructor(options: __ServiceExceptionOptions);
6
+ }
@@ -0,0 +1 @@
1
+ export * from "./models_0";