@aws-sdk/client-mturk 3.1045.0 → 3.1046.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.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +94 -95
- package/dist-cjs/models/MTurkServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/MTurk.js +1 -1
- package/dist-es/MTurkClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AcceptQualificationRequestCommand.js +2 -2
- package/dist-es/commands/ApproveAssignmentCommand.js +2 -2
- package/dist-es/commands/AssociateQualificationWithWorkerCommand.js +2 -2
- package/dist-es/commands/CreateAdditionalAssignmentsForHITCommand.js +2 -2
- package/dist-es/commands/CreateHITCommand.js +2 -2
- package/dist-es/commands/CreateHITTypeCommand.js +2 -2
- package/dist-es/commands/CreateHITWithHITTypeCommand.js +2 -2
- package/dist-es/commands/CreateQualificationTypeCommand.js +2 -2
- package/dist-es/commands/CreateWorkerBlockCommand.js +2 -2
- package/dist-es/commands/DeleteHITCommand.js +2 -2
- package/dist-es/commands/DeleteQualificationTypeCommand.js +2 -2
- package/dist-es/commands/DeleteWorkerBlockCommand.js +2 -2
- package/dist-es/commands/DisassociateQualificationFromWorkerCommand.js +2 -2
- package/dist-es/commands/GetAccountBalanceCommand.js +2 -2
- package/dist-es/commands/GetAssignmentCommand.js +2 -2
- package/dist-es/commands/GetFileUploadURLCommand.js +2 -2
- package/dist-es/commands/GetHITCommand.js +2 -2
- package/dist-es/commands/GetQualificationScoreCommand.js +2 -2
- package/dist-es/commands/GetQualificationTypeCommand.js +2 -2
- package/dist-es/commands/ListAssignmentsForHITCommand.js +2 -2
- package/dist-es/commands/ListBonusPaymentsCommand.js +2 -2
- package/dist-es/commands/ListHITsCommand.js +2 -2
- package/dist-es/commands/ListHITsForQualificationTypeCommand.js +2 -2
- package/dist-es/commands/ListQualificationRequestsCommand.js +2 -2
- package/dist-es/commands/ListQualificationTypesCommand.js +2 -2
- package/dist-es/commands/ListReviewPolicyResultsForHITCommand.js +2 -2
- package/dist-es/commands/ListReviewableHITsCommand.js +2 -2
- package/dist-es/commands/ListWorkerBlocksCommand.js +2 -2
- package/dist-es/commands/ListWorkersWithQualificationTypeCommand.js +2 -2
- package/dist-es/commands/NotifyWorkersCommand.js +2 -2
- package/dist-es/commands/RejectAssignmentCommand.js +2 -2
- package/dist-es/commands/RejectQualificationRequestCommand.js +2 -2
- package/dist-es/commands/SendBonusCommand.js +2 -2
- package/dist-es/commands/SendTestEventNotificationCommand.js +2 -2
- package/dist-es/commands/UpdateExpirationForHITCommand.js +2 -2
- package/dist-es/commands/UpdateHITReviewStatusCommand.js +2 -2
- package/dist-es/commands/UpdateHITTypeOfHITCommand.js +2 -2
- package/dist-es/commands/UpdateNotificationSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateQualificationTypeCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/MTurkServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/MTurkClient.d.ts +5 -5
- package/dist-types/commands/AcceptQualificationRequestCommand.d.ts +6 -4
- package/dist-types/commands/ApproveAssignmentCommand.d.ts +6 -4
- package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +6 -4
- package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +6 -4
- package/dist-types/commands/CreateHITCommand.d.ts +6 -4
- package/dist-types/commands/CreateHITTypeCommand.d.ts +6 -4
- package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +6 -4
- package/dist-types/commands/CreateQualificationTypeCommand.d.ts +6 -4
- package/dist-types/commands/CreateWorkerBlockCommand.d.ts +6 -4
- package/dist-types/commands/DeleteHITCommand.d.ts +6 -4
- package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +6 -4
- package/dist-types/commands/GetAccountBalanceCommand.d.ts +6 -4
- package/dist-types/commands/GetAssignmentCommand.d.ts +6 -4
- package/dist-types/commands/GetFileUploadURLCommand.d.ts +6 -4
- package/dist-types/commands/GetHITCommand.d.ts +6 -4
- package/dist-types/commands/GetQualificationScoreCommand.d.ts +6 -4
- package/dist-types/commands/GetQualificationTypeCommand.d.ts +6 -4
- package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +6 -4
- package/dist-types/commands/ListBonusPaymentsCommand.d.ts +6 -4
- package/dist-types/commands/ListHITsCommand.d.ts +6 -4
- package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +6 -4
- package/dist-types/commands/ListQualificationRequestsCommand.d.ts +6 -4
- package/dist-types/commands/ListQualificationTypesCommand.d.ts +6 -4
- package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +6 -4
- package/dist-types/commands/ListReviewableHITsCommand.d.ts +6 -4
- package/dist-types/commands/ListWorkerBlocksCommand.d.ts +6 -4
- package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +6 -4
- package/dist-types/commands/NotifyWorkersCommand.d.ts +6 -4
- package/dist-types/commands/RejectAssignmentCommand.d.ts +6 -4
- package/dist-types/commands/RejectQualificationRequestCommand.d.ts +6 -4
- package/dist-types/commands/SendBonusCommand.d.ts +6 -4
- package/dist-types/commands/SendTestEventNotificationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +6 -4
- package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +6 -4
- package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +6 -4
- package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/MTurkServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/MTurkClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetHITCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/MTurkServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListHITsForQualificationTypeRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListHITsForQualificationTypeCommandOutput
|
|
|
19
19
|
declare const ListHITsForQualificationTypeCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListHITsForQualificationTypeCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListHITsForQualificationTypeCommandInput,
|
|
24
24
|
ListHITsForQualificationTypeCommandOutput,
|
|
25
25
|
MTurkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListHITsForQualificationTypeCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListHITsForQualificationTypeCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListHITsForQualificationTypeCommandInput,
|
|
33
33
|
ListHITsForQualificationTypeCommandOutput,
|
|
34
34
|
MTurkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListHITsForQualificationTypeCommand extends ListHITsForQualificationTypeCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListQualificationRequestsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListQualificationRequestsCommandOutput
|
|
|
19
19
|
declare const ListQualificationRequestsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListQualificationRequestsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListQualificationRequestsCommandInput,
|
|
24
24
|
ListQualificationRequestsCommandOutput,
|
|
25
25
|
MTurkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListQualificationRequestsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListQualificationRequestsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListQualificationRequestsCommandInput,
|
|
33
33
|
ListQualificationRequestsCommandOutput,
|
|
34
34
|
MTurkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListQualificationRequestsCommand extends ListQualificationRequestsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListQualificationTypesRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListQualificationTypesCommandOutput
|
|
|
19
19
|
declare const ListQualificationTypesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListQualificationTypesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListQualificationTypesCommandInput,
|
|
24
24
|
ListQualificationTypesCommandOutput,
|
|
25
25
|
MTurkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListQualificationTypesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListQualificationTypesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListQualificationTypesCommandInput,
|
|
33
33
|
ListQualificationTypesCommandOutput,
|
|
34
34
|
MTurkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListQualificationTypesCommand extends ListQualificationTypesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListReviewPolicyResultsForHITRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListReviewPolicyResultsForHITCommandOutput
|
|
|
19
19
|
declare const ListReviewPolicyResultsForHITCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListReviewPolicyResultsForHITCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListReviewPolicyResultsForHITCommandInput,
|
|
24
24
|
ListReviewPolicyResultsForHITCommandOutput,
|
|
25
25
|
MTurkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListReviewPolicyResultsForHITCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListReviewPolicyResultsForHITCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListReviewPolicyResultsForHITCommandInput,
|
|
33
33
|
ListReviewPolicyResultsForHITCommandOutput,
|
|
34
34
|
MTurkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListReviewPolicyResultsForHITCommand extends ListReviewPolicyResultsForHITCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListReviewableHITsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListReviewableHITsCommandOutput
|
|
|
19
19
|
declare const ListReviewableHITsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListReviewableHITsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListReviewableHITsCommandInput,
|
|
24
24
|
ListReviewableHITsCommandOutput,
|
|
25
25
|
MTurkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListReviewableHITsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListReviewableHITsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListReviewableHITsCommandInput,
|
|
33
33
|
ListReviewableHITsCommandOutput,
|
|
34
34
|
MTurkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListReviewableHITsCommand extends ListReviewableHITsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListWorkerBlocksRequest,
|
|
@@ -18,7 +18,7 @@ export interface ListWorkerBlocksCommandOutput
|
|
|
18
18
|
declare const ListWorkerBlocksCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListWorkerBlocksCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListWorkerBlocksCommandInput,
|
|
23
23
|
ListWorkerBlocksCommandOutput,
|
|
24
24
|
MTurkClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListWorkerBlocksCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListWorkerBlocksCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListWorkerBlocksCommandInput,
|
|
32
32
|
ListWorkerBlocksCommandOutput,
|
|
33
33
|
MTurkClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListWorkerBlocksCommand extends ListWorkerBlocksCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListWorkersWithQualificationTypeRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListWorkersWithQualificationTypeCommandOutput
|
|
|
19
19
|
declare const ListWorkersWithQualificationTypeCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListWorkersWithQualificationTypeCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListWorkersWithQualificationTypeCommandInput,
|
|
24
24
|
ListWorkersWithQualificationTypeCommandOutput,
|
|
25
25
|
MTurkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListWorkersWithQualificationTypeCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListWorkersWithQualificationTypeCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListWorkersWithQualificationTypeCommandInput,
|
|
33
33
|
ListWorkersWithQualificationTypeCommandOutput,
|
|
34
34
|
MTurkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListWorkersWithQualificationTypeCommand extends ListWorkersWithQualificationTypeCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
NotifyWorkersRequest,
|
|
@@ -18,7 +18,7 @@ export interface NotifyWorkersCommandOutput
|
|
|
18
18
|
declare const NotifyWorkersCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: NotifyWorkersCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
NotifyWorkersCommandInput,
|
|
23
23
|
NotifyWorkersCommandOutput,
|
|
24
24
|
MTurkClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const NotifyWorkersCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: NotifyWorkersCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
NotifyWorkersCommandInput,
|
|
32
32
|
NotifyWorkersCommandOutput,
|
|
33
33
|
MTurkClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class NotifyWorkersCommand extends NotifyWorkersCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
RejectAssignmentRequest,
|
|
@@ -18,7 +18,7 @@ export interface RejectAssignmentCommandOutput
|
|
|
18
18
|
declare const RejectAssignmentCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: RejectAssignmentCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
RejectAssignmentCommandInput,
|
|
23
23
|
RejectAssignmentCommandOutput,
|
|
24
24
|
MTurkClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const RejectAssignmentCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: RejectAssignmentCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
RejectAssignmentCommandInput,
|
|
32
32
|
RejectAssignmentCommandOutput,
|
|
33
33
|
MTurkClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class RejectAssignmentCommand extends RejectAssignmentCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
RejectQualificationRequestRequest,
|
|
@@ -19,7 +19,7 @@ export interface RejectQualificationRequestCommandOutput
|
|
|
19
19
|
declare const RejectQualificationRequestCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: RejectQualificationRequestCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
RejectQualificationRequestCommandInput,
|
|
24
24
|
RejectQualificationRequestCommandOutput,
|
|
25
25
|
MTurkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const RejectQualificationRequestCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: RejectQualificationRequestCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
RejectQualificationRequestCommandInput,
|
|
33
33
|
RejectQualificationRequestCommandOutput,
|
|
34
34
|
MTurkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class RejectQualificationRequestCommand extends RejectQualificationRequestCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { SendBonusRequest, SendBonusResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,25 +13,23 @@ export interface SendBonusCommandOutput
|
|
|
13
13
|
extends SendBonusResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const SendBonusCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: SendBonusCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: SendBonusCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
SendBonusCommandInput,
|
|
20
18
|
SendBonusCommandOutput,
|
|
21
19
|
MTurkClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: SendBonusCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: SendBonusCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
SendBonusCommandInput,
|
|
29
25
|
SendBonusCommandOutput,
|
|
30
26
|
MTurkClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class SendBonusCommand extends SendBonusCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
SendTestEventNotificationRequest,
|
|
@@ -19,7 +19,7 @@ export interface SendTestEventNotificationCommandOutput
|
|
|
19
19
|
declare const SendTestEventNotificationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: SendTestEventNotificationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
SendTestEventNotificationCommandInput,
|
|
24
24
|
SendTestEventNotificationCommandOutput,
|
|
25
25
|
MTurkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const SendTestEventNotificationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: SendTestEventNotificationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
SendTestEventNotificationCommandInput,
|
|
33
33
|
SendTestEventNotificationCommandOutput,
|
|
34
34
|
MTurkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class SendTestEventNotificationCommand extends SendTestEventNotificationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateExpirationForHITRequest,
|
|
@@ -19,7 +19,7 @@ export interface UpdateExpirationForHITCommandOutput
|
|
|
19
19
|
declare const UpdateExpirationForHITCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateExpirationForHITCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateExpirationForHITCommandInput,
|
|
24
24
|
UpdateExpirationForHITCommandOutput,
|
|
25
25
|
MTurkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateExpirationForHITCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateExpirationForHITCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateExpirationForHITCommandInput,
|
|
33
33
|
UpdateExpirationForHITCommandOutput,
|
|
34
34
|
MTurkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateExpirationForHITCommand extends UpdateExpirationForHITCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateHITReviewStatusRequest,
|
|
@@ -19,7 +19,7 @@ export interface UpdateHITReviewStatusCommandOutput
|
|
|
19
19
|
declare const UpdateHITReviewStatusCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateHITReviewStatusCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateHITReviewStatusCommandInput,
|
|
24
24
|
UpdateHITReviewStatusCommandOutput,
|
|
25
25
|
MTurkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateHITReviewStatusCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateHITReviewStatusCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateHITReviewStatusCommandInput,
|
|
33
33
|
UpdateHITReviewStatusCommandOutput,
|
|
34
34
|
MTurkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateHITReviewStatusCommand extends UpdateHITReviewStatusCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateHITTypeOfHITRequest,
|
|
@@ -19,7 +19,7 @@ export interface UpdateHITTypeOfHITCommandOutput
|
|
|
19
19
|
declare const UpdateHITTypeOfHITCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateHITTypeOfHITCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateHITTypeOfHITCommandInput,
|
|
24
24
|
UpdateHITTypeOfHITCommandOutput,
|
|
25
25
|
MTurkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateHITTypeOfHITCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateHITTypeOfHITCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateHITTypeOfHITCommandInput,
|
|
33
33
|
UpdateHITTypeOfHITCommandOutput,
|
|
34
34
|
MTurkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateHITTypeOfHITCommand extends UpdateHITTypeOfHITCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateNotificationSettingsRequest,
|
|
@@ -19,7 +19,7 @@ export interface UpdateNotificationSettingsCommandOutput
|
|
|
19
19
|
declare const UpdateNotificationSettingsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateNotificationSettingsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateNotificationSettingsCommandInput,
|
|
24
24
|
UpdateNotificationSettingsCommandOutput,
|
|
25
25
|
MTurkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateNotificationSettingsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateNotificationSettingsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateNotificationSettingsCommandInput,
|
|
33
33
|
UpdateNotificationSettingsCommandOutput,
|
|
34
34
|
MTurkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateNotificationSettingsCommand extends UpdateNotificationSettingsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateQualificationTypeRequest,
|
|
@@ -19,7 +19,7 @@ export interface UpdateQualificationTypeCommandOutput
|
|
|
19
19
|
declare const UpdateQualificationTypeCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateQualificationTypeCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateQualificationTypeCommandInput,
|
|
24
24
|
UpdateQualificationTypeCommandOutput,
|
|
25
25
|
MTurkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateQualificationTypeCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateQualificationTypeCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateQualificationTypeCommandInput,
|
|
33
33
|
UpdateQualificationTypeCommandOutput,
|
|
34
34
|
MTurkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateQualificationTypeCommand extends UpdateQualificationTypeCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface MTurkExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class MTurkServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { MTurkServiceException as __BaseException } from "./MTurkServiceException";
|
|
3
3
|
export declare class RequestError extends __BaseException {
|
|
4
4
|
readonly name: "RequestError";
|
|
@@ -3,7 +3,7 @@ import { MTurkClientConfig } from "./MTurkClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: MTurkClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
@@ -17,7 +17,7 @@ export declare const getRuntimeConfig: (config: MTurkClientConfig) => {
|
|
|
17
17
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
18
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
19
|
requestHandler:
|
|
20
|
-
| import("@smithy/
|
|
20
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
21
|
| RequestHandler;
|
|
22
22
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
23
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -3,7 +3,7 @@ import { MTurkClientConfig } from "./MTurkClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: MTurkClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (config: MTurkClientConfig) => {
|
|
|
19
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
20
20
|
requestHandler:
|
|
21
21
|
| RequestHandler
|
|
22
|
-
| import("@smithy/
|
|
22
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
23
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
24
|
sha256: import("@smithy/types").HashConstructor;
|
|
25
25
|
streamCollector: import("@smithy/types").StreamCollector;
|