@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,17 +1,41 @@
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 { CreateAdditionalAssignmentsForHITRequest, CreateAdditionalAssignmentsForHITResponse } from "../models/models_0";
4
- import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
- export interface CreateAdditionalAssignmentsForHITCommandInput extends CreateAdditionalAssignmentsForHITRequest {
6
- }
7
- export interface CreateAdditionalAssignmentsForHITCommandOutput extends CreateAdditionalAssignmentsForHITResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAdditionalAssignmentsForHITCommand extends $Command<CreateAdditionalAssignmentsForHITCommandInput, CreateAdditionalAssignmentsForHITCommandOutput, MTurkClientResolvedConfig> {
11
- readonly input: CreateAdditionalAssignmentsForHITCommandInput;
12
- constructor(input: CreateAdditionalAssignmentsForHITCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAdditionalAssignmentsForHITCommandInput, CreateAdditionalAssignmentsForHITCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CreateAdditionalAssignmentsForHITRequest,
10
+ CreateAdditionalAssignmentsForHITResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ MTurkClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../MTurkClient";
17
+ export interface CreateAdditionalAssignmentsForHITCommandInput
18
+ extends CreateAdditionalAssignmentsForHITRequest {}
19
+ export interface CreateAdditionalAssignmentsForHITCommandOutput
20
+ extends CreateAdditionalAssignmentsForHITResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateAdditionalAssignmentsForHITCommand extends $Command<
24
+ CreateAdditionalAssignmentsForHITCommandInput,
25
+ CreateAdditionalAssignmentsForHITCommandOutput,
26
+ MTurkClientResolvedConfig
27
+ > {
28
+ readonly input: CreateAdditionalAssignmentsForHITCommandInput;
29
+ constructor(input: CreateAdditionalAssignmentsForHITCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MTurkClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateAdditionalAssignmentsForHITCommandInput,
37
+ CreateAdditionalAssignmentsForHITCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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 { CreateHITRequest, CreateHITResponse } from "../models/models_0";
4
- import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
- export interface CreateHITCommandInput extends CreateHITRequest {
6
- }
7
- export interface CreateHITCommandOutput extends CreateHITResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateHITCommand extends $Command<CreateHITCommandInput, CreateHITCommandOutput, MTurkClientResolvedConfig> {
11
- readonly input: CreateHITCommandInput;
12
- constructor(input: CreateHITCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHITCommandInput, CreateHITCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { CreateHITRequest, CreateHITResponse } from "../models/models_0";
9
+ import {
10
+ MTurkClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../MTurkClient";
14
+ export interface CreateHITCommandInput extends CreateHITRequest {}
15
+ export interface CreateHITCommandOutput
16
+ extends CreateHITResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateHITCommand extends $Command<
20
+ CreateHITCommandInput,
21
+ CreateHITCommandOutput,
22
+ MTurkClientResolvedConfig
23
+ > {
24
+ readonly input: CreateHITCommandInput;
25
+ constructor(input: CreateHITCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: MTurkClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateHITCommandInput, CreateHITCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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 { CreateHITTypeRequest, CreateHITTypeResponse } from "../models/models_0";
4
- import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
- export interface CreateHITTypeCommandInput extends CreateHITTypeRequest {
6
- }
7
- export interface CreateHITTypeCommandOutput extends CreateHITTypeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateHITTypeCommand extends $Command<CreateHITTypeCommandInput, CreateHITTypeCommandOutput, MTurkClientResolvedConfig> {
11
- readonly input: CreateHITTypeCommandInput;
12
- constructor(input: CreateHITTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHITTypeCommandInput, CreateHITTypeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CreateHITTypeRequest,
10
+ CreateHITTypeResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ MTurkClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../MTurkClient";
17
+ export interface CreateHITTypeCommandInput extends CreateHITTypeRequest {}
18
+ export interface CreateHITTypeCommandOutput
19
+ extends CreateHITTypeResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateHITTypeCommand extends $Command<
23
+ CreateHITTypeCommandInput,
24
+ CreateHITTypeCommandOutput,
25
+ MTurkClientResolvedConfig
26
+ > {
27
+ readonly input: CreateHITTypeCommandInput;
28
+ constructor(input: CreateHITTypeCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: MTurkClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateHITTypeCommandInput, CreateHITTypeCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { CreateHITWithHITTypeRequest, CreateHITWithHITTypeResponse } from "../models/models_0";
4
- import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
- export interface CreateHITWithHITTypeCommandInput extends CreateHITWithHITTypeRequest {
6
- }
7
- export interface CreateHITWithHITTypeCommandOutput extends CreateHITWithHITTypeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateHITWithHITTypeCommand extends $Command<CreateHITWithHITTypeCommandInput, CreateHITWithHITTypeCommandOutput, MTurkClientResolvedConfig> {
11
- readonly input: CreateHITWithHITTypeCommandInput;
12
- constructor(input: CreateHITWithHITTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHITWithHITTypeCommandInput, CreateHITWithHITTypeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CreateHITWithHITTypeRequest,
10
+ CreateHITWithHITTypeResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ MTurkClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../MTurkClient";
17
+ export interface CreateHITWithHITTypeCommandInput
18
+ extends CreateHITWithHITTypeRequest {}
19
+ export interface CreateHITWithHITTypeCommandOutput
20
+ extends CreateHITWithHITTypeResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateHITWithHITTypeCommand extends $Command<
24
+ CreateHITWithHITTypeCommandInput,
25
+ CreateHITWithHITTypeCommandOutput,
26
+ MTurkClientResolvedConfig
27
+ > {
28
+ readonly input: CreateHITWithHITTypeCommandInput;
29
+ constructor(input: CreateHITWithHITTypeCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MTurkClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateHITWithHITTypeCommandInput,
37
+ CreateHITWithHITTypeCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { CreateQualificationTypeRequest, CreateQualificationTypeResponse } from "../models/models_0";
4
- import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
- export interface CreateQualificationTypeCommandInput extends CreateQualificationTypeRequest {
6
- }
7
- export interface CreateQualificationTypeCommandOutput extends CreateQualificationTypeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateQualificationTypeCommand extends $Command<CreateQualificationTypeCommandInput, CreateQualificationTypeCommandOutput, MTurkClientResolvedConfig> {
11
- readonly input: CreateQualificationTypeCommandInput;
12
- constructor(input: CreateQualificationTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateQualificationTypeCommandInput, CreateQualificationTypeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CreateQualificationTypeRequest,
10
+ CreateQualificationTypeResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ MTurkClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../MTurkClient";
17
+ export interface CreateQualificationTypeCommandInput
18
+ extends CreateQualificationTypeRequest {}
19
+ export interface CreateQualificationTypeCommandOutput
20
+ extends CreateQualificationTypeResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateQualificationTypeCommand extends $Command<
24
+ CreateQualificationTypeCommandInput,
25
+ CreateQualificationTypeCommandOutput,
26
+ MTurkClientResolvedConfig
27
+ > {
28
+ readonly input: CreateQualificationTypeCommandInput;
29
+ constructor(input: CreateQualificationTypeCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MTurkClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateQualificationTypeCommandInput,
37
+ CreateQualificationTypeCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
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 { CreateWorkerBlockRequest, CreateWorkerBlockResponse } from "../models/models_0";
4
- import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
- export interface CreateWorkerBlockCommandInput extends CreateWorkerBlockRequest {
6
- }
7
- export interface CreateWorkerBlockCommandOutput extends CreateWorkerBlockResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateWorkerBlockCommand extends $Command<CreateWorkerBlockCommandInput, CreateWorkerBlockCommandOutput, MTurkClientResolvedConfig> {
11
- readonly input: CreateWorkerBlockCommandInput;
12
- constructor(input: CreateWorkerBlockCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkerBlockCommandInput, CreateWorkerBlockCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CreateWorkerBlockRequest,
10
+ CreateWorkerBlockResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ MTurkClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../MTurkClient";
17
+ export interface CreateWorkerBlockCommandInput
18
+ extends CreateWorkerBlockRequest {}
19
+ export interface CreateWorkerBlockCommandOutput
20
+ extends CreateWorkerBlockResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateWorkerBlockCommand extends $Command<
24
+ CreateWorkerBlockCommandInput,
25
+ CreateWorkerBlockCommandOutput,
26
+ MTurkClientResolvedConfig
27
+ > {
28
+ readonly input: CreateWorkerBlockCommandInput;
29
+ constructor(input: CreateWorkerBlockCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MTurkClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateWorkerBlockCommandInput, CreateWorkerBlockCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,34 @@
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 { DeleteHITRequest, DeleteHITResponse } from "../models/models_0";
4
- import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
- export interface DeleteHITCommandInput extends DeleteHITRequest {
6
- }
7
- export interface DeleteHITCommandOutput extends DeleteHITResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteHITCommand extends $Command<DeleteHITCommandInput, DeleteHITCommandOutput, MTurkClientResolvedConfig> {
11
- readonly input: DeleteHITCommandInput;
12
- constructor(input: DeleteHITCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHITCommandInput, DeleteHITCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteHITRequest, DeleteHITResponse } from "../models/models_0";
9
+ import {
10
+ MTurkClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../MTurkClient";
14
+ export interface DeleteHITCommandInput extends DeleteHITRequest {}
15
+ export interface DeleteHITCommandOutput
16
+ extends DeleteHITResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteHITCommand extends $Command<
20
+ DeleteHITCommandInput,
21
+ DeleteHITCommandOutput,
22
+ MTurkClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteHITCommandInput;
25
+ constructor(input: DeleteHITCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: MTurkClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteHITCommandInput, DeleteHITCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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 { DeleteQualificationTypeRequest, DeleteQualificationTypeResponse } from "../models/models_0";
4
- import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
- export interface DeleteQualificationTypeCommandInput extends DeleteQualificationTypeRequest {
6
- }
7
- export interface DeleteQualificationTypeCommandOutput extends DeleteQualificationTypeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteQualificationTypeCommand extends $Command<DeleteQualificationTypeCommandInput, DeleteQualificationTypeCommandOutput, MTurkClientResolvedConfig> {
11
- readonly input: DeleteQualificationTypeCommandInput;
12
- constructor(input: DeleteQualificationTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteQualificationTypeCommandInput, DeleteQualificationTypeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeleteQualificationTypeRequest,
10
+ DeleteQualificationTypeResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ MTurkClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../MTurkClient";
17
+ export interface DeleteQualificationTypeCommandInput
18
+ extends DeleteQualificationTypeRequest {}
19
+ export interface DeleteQualificationTypeCommandOutput
20
+ extends DeleteQualificationTypeResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteQualificationTypeCommand extends $Command<
24
+ DeleteQualificationTypeCommandInput,
25
+ DeleteQualificationTypeCommandOutput,
26
+ MTurkClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteQualificationTypeCommandInput;
29
+ constructor(input: DeleteQualificationTypeCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MTurkClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteQualificationTypeCommandInput,
37
+ DeleteQualificationTypeCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
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 { DeleteWorkerBlockRequest, DeleteWorkerBlockResponse } from "../models/models_0";
4
- import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
5
- export interface DeleteWorkerBlockCommandInput extends DeleteWorkerBlockRequest {
6
- }
7
- export interface DeleteWorkerBlockCommandOutput extends DeleteWorkerBlockResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteWorkerBlockCommand extends $Command<DeleteWorkerBlockCommandInput, DeleteWorkerBlockCommandOutput, MTurkClientResolvedConfig> {
11
- readonly input: DeleteWorkerBlockCommandInput;
12
- constructor(input: DeleteWorkerBlockCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MTurkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkerBlockCommandInput, DeleteWorkerBlockCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeleteWorkerBlockRequest,
10
+ DeleteWorkerBlockResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ MTurkClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../MTurkClient";
17
+ export interface DeleteWorkerBlockCommandInput
18
+ extends DeleteWorkerBlockRequest {}
19
+ export interface DeleteWorkerBlockCommandOutput
20
+ extends DeleteWorkerBlockResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteWorkerBlockCommand extends $Command<
24
+ DeleteWorkerBlockCommandInput,
25
+ DeleteWorkerBlockCommandOutput,
26
+ MTurkClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteWorkerBlockCommandInput;
29
+ constructor(input: DeleteWorkerBlockCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MTurkClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteWorkerBlockCommandInput, DeleteWorkerBlockCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DisassociateQualificationFromWorkerRequest,
10
+ DisassociateQualificationFromWorkerResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ MTurkClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../MTurkClient";
17
+ export interface DisassociateQualificationFromWorkerCommandInput
18
+ extends DisassociateQualificationFromWorkerRequest {}
19
+ export interface DisassociateQualificationFromWorkerCommandOutput
20
+ extends DisassociateQualificationFromWorkerResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DisassociateQualificationFromWorkerCommand extends $Command<
24
+ DisassociateQualificationFromWorkerCommandInput,
25
+ DisassociateQualificationFromWorkerCommandOutput,
26
+ MTurkClientResolvedConfig
27
+ > {
28
+ readonly input: DisassociateQualificationFromWorkerCommandInput;
29
+ constructor(input: DisassociateQualificationFromWorkerCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MTurkClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DisassociateQualificationFromWorkerCommandInput,
37
+ DisassociateQualificationFromWorkerCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetAccountBalanceRequest,
10
+ GetAccountBalanceResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ MTurkClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../MTurkClient";
17
+ export interface GetAccountBalanceCommandInput
18
+ extends GetAccountBalanceRequest {}
19
+ export interface GetAccountBalanceCommandOutput
20
+ extends GetAccountBalanceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetAccountBalanceCommand extends $Command<
24
+ GetAccountBalanceCommandInput,
25
+ GetAccountBalanceCommandOutput,
26
+ MTurkClientResolvedConfig
27
+ > {
28
+ readonly input: GetAccountBalanceCommandInput;
29
+ constructor(input: GetAccountBalanceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MTurkClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetAccountBalanceCommandInput, GetAccountBalanceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }