@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.
Files changed (152) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +94 -95
  5. package/dist-cjs/models/MTurkServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/MTurk.js +1 -1
  10. package/dist-es/MTurkClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AcceptQualificationRequestCommand.js +2 -2
  13. package/dist-es/commands/ApproveAssignmentCommand.js +2 -2
  14. package/dist-es/commands/AssociateQualificationWithWorkerCommand.js +2 -2
  15. package/dist-es/commands/CreateAdditionalAssignmentsForHITCommand.js +2 -2
  16. package/dist-es/commands/CreateHITCommand.js +2 -2
  17. package/dist-es/commands/CreateHITTypeCommand.js +2 -2
  18. package/dist-es/commands/CreateHITWithHITTypeCommand.js +2 -2
  19. package/dist-es/commands/CreateQualificationTypeCommand.js +2 -2
  20. package/dist-es/commands/CreateWorkerBlockCommand.js +2 -2
  21. package/dist-es/commands/DeleteHITCommand.js +2 -2
  22. package/dist-es/commands/DeleteQualificationTypeCommand.js +2 -2
  23. package/dist-es/commands/DeleteWorkerBlockCommand.js +2 -2
  24. package/dist-es/commands/DisassociateQualificationFromWorkerCommand.js +2 -2
  25. package/dist-es/commands/GetAccountBalanceCommand.js +2 -2
  26. package/dist-es/commands/GetAssignmentCommand.js +2 -2
  27. package/dist-es/commands/GetFileUploadURLCommand.js +2 -2
  28. package/dist-es/commands/GetHITCommand.js +2 -2
  29. package/dist-es/commands/GetQualificationScoreCommand.js +2 -2
  30. package/dist-es/commands/GetQualificationTypeCommand.js +2 -2
  31. package/dist-es/commands/ListAssignmentsForHITCommand.js +2 -2
  32. package/dist-es/commands/ListBonusPaymentsCommand.js +2 -2
  33. package/dist-es/commands/ListHITsCommand.js +2 -2
  34. package/dist-es/commands/ListHITsForQualificationTypeCommand.js +2 -2
  35. package/dist-es/commands/ListQualificationRequestsCommand.js +2 -2
  36. package/dist-es/commands/ListQualificationTypesCommand.js +2 -2
  37. package/dist-es/commands/ListReviewPolicyResultsForHITCommand.js +2 -2
  38. package/dist-es/commands/ListReviewableHITsCommand.js +2 -2
  39. package/dist-es/commands/ListWorkerBlocksCommand.js +2 -2
  40. package/dist-es/commands/ListWorkersWithQualificationTypeCommand.js +2 -2
  41. package/dist-es/commands/NotifyWorkersCommand.js +2 -2
  42. package/dist-es/commands/RejectAssignmentCommand.js +2 -2
  43. package/dist-es/commands/RejectQualificationRequestCommand.js +2 -2
  44. package/dist-es/commands/SendBonusCommand.js +2 -2
  45. package/dist-es/commands/SendTestEventNotificationCommand.js +2 -2
  46. package/dist-es/commands/UpdateExpirationForHITCommand.js +2 -2
  47. package/dist-es/commands/UpdateHITReviewStatusCommand.js +2 -2
  48. package/dist-es/commands/UpdateHITTypeOfHITCommand.js +2 -2
  49. package/dist-es/commands/UpdateNotificationSettingsCommand.js +2 -2
  50. package/dist-es/commands/UpdateQualificationTypeCommand.js +2 -2
  51. package/dist-es/endpoint/bdd.js +1 -1
  52. package/dist-es/endpoint/endpointResolver.js +1 -1
  53. package/dist-es/models/MTurkServiceException.js +1 -1
  54. package/dist-es/runtimeConfig.browser.js +4 -6
  55. package/dist-es/runtimeConfig.js +4 -8
  56. package/dist-es/runtimeConfig.shared.js +3 -4
  57. package/dist-es/runtimeExtensions.js +2 -2
  58. package/dist-types/MTurkClient.d.ts +5 -5
  59. package/dist-types/commands/AcceptQualificationRequestCommand.d.ts +6 -4
  60. package/dist-types/commands/ApproveAssignmentCommand.d.ts +6 -4
  61. package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +6 -4
  62. package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +6 -4
  63. package/dist-types/commands/CreateHITCommand.d.ts +6 -4
  64. package/dist-types/commands/CreateHITTypeCommand.d.ts +6 -4
  65. package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +6 -4
  66. package/dist-types/commands/CreateQualificationTypeCommand.d.ts +6 -4
  67. package/dist-types/commands/CreateWorkerBlockCommand.d.ts +6 -4
  68. package/dist-types/commands/DeleteHITCommand.d.ts +6 -4
  69. package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +6 -4
  70. package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +6 -4
  71. package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +6 -4
  72. package/dist-types/commands/GetAccountBalanceCommand.d.ts +6 -4
  73. package/dist-types/commands/GetAssignmentCommand.d.ts +6 -4
  74. package/dist-types/commands/GetFileUploadURLCommand.d.ts +6 -4
  75. package/dist-types/commands/GetHITCommand.d.ts +6 -4
  76. package/dist-types/commands/GetQualificationScoreCommand.d.ts +6 -4
  77. package/dist-types/commands/GetQualificationTypeCommand.d.ts +6 -4
  78. package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +6 -4
  79. package/dist-types/commands/ListBonusPaymentsCommand.d.ts +6 -4
  80. package/dist-types/commands/ListHITsCommand.d.ts +6 -4
  81. package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +6 -4
  82. package/dist-types/commands/ListQualificationRequestsCommand.d.ts +6 -4
  83. package/dist-types/commands/ListQualificationTypesCommand.d.ts +6 -4
  84. package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +6 -4
  85. package/dist-types/commands/ListReviewableHITsCommand.d.ts +6 -4
  86. package/dist-types/commands/ListWorkerBlocksCommand.d.ts +6 -4
  87. package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +6 -4
  88. package/dist-types/commands/NotifyWorkersCommand.d.ts +6 -4
  89. package/dist-types/commands/RejectAssignmentCommand.d.ts +6 -4
  90. package/dist-types/commands/RejectQualificationRequestCommand.d.ts +6 -4
  91. package/dist-types/commands/SendBonusCommand.d.ts +6 -4
  92. package/dist-types/commands/SendTestEventNotificationCommand.d.ts +6 -4
  93. package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +6 -4
  94. package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +6 -4
  95. package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +6 -4
  96. package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +6 -4
  97. package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +6 -4
  98. package/dist-types/endpoint/bdd.d.ts +1 -1
  99. package/dist-types/extensionConfiguration.d.ts +1 -1
  100. package/dist-types/models/MTurkServiceException.d.ts +1 -1
  101. package/dist-types/models/errors.d.ts +1 -1
  102. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  103. package/dist-types/runtimeConfig.d.ts +2 -2
  104. package/dist-types/runtimeConfig.native.d.ts +2 -2
  105. package/dist-types/ts3.4/MTurkClient.d.ts +8 -14
  106. package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +6 -8
  111. package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +6 -8
  116. package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/GetHITCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +6 -6
  128. package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +6 -8
  139. package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  146. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  147. package/dist-types/ts3.4/models/MTurkServiceException.d.ts +1 -1
  148. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  149. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  150. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  151. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  152. package/package.json +13 -34
@@ -1,13 +1,11 @@
1
1
  import packageInfo from "../package.json";
2
2
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
3
  import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
4
- import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
4
+ import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
+ import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
6
+ import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
7
+ import { calculateBodyLength } from "@smithy/core/serde";
5
8
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
- import { invalidProvider } from "@smithy/invalid-dependency";
7
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
8
- import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
10
- import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
11
9
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
10
  export const getRuntimeConfig = (config) => {
13
11
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
3
3
  import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
4
4
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
5
5
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
6
- import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
7
- import { Hash } from "@smithy/hash-node";
8
- import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
9
- import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
6
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
7
+ import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
8
+ import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
9
+ import { calculateBodyLength, Hash } from "@smithy/core/serde";
10
10
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
11
- import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
12
- import { calculateBodyLength } from "@smithy/util-body-length-node";
13
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
14
- import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
15
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
16
12
  export const getRuntimeConfig = (config) => {
17
13
  emitWarningIfUnsupportedVersion(process.version);
@@ -1,9 +1,8 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
3
- import { NoOpLogger } from "@smithy/smithy-client";
4
- import { parseUrl } from "@smithy/url-parser";
5
- import { fromBase64, toBase64 } from "@smithy/util-base64";
6
- import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
3
+ import { NoOpLogger } from "@smithy/core/client";
4
+ import { parseUrl } from "@smithy/core/protocols";
5
+ import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
7
6
  import { defaultMTurkHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
7
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
8
  import { errorTypeRegistries } from "./schemas/schemas_0";
@@ -1,6 +1,6 @@
1
1
  import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
- import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
- import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
2
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
3
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
6
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
@@ -1,10 +1,10 @@
1
1
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
2
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
3
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
6
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
7
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
8
8
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import type { AcceptQualificationRequestCommandInput, AcceptQualificationRequestCommandOutput } from "./commands/AcceptQualificationRequestCommand";
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AcceptQualificationRequestRequest, AcceptQualificationRequestResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface AcceptQualificationRequestCommandInput extends AcceptQualificat
22
22
  export interface AcceptQualificationRequestCommandOutput extends AcceptQualificationRequestResponse, __MetadataBearer {
23
23
  }
24
24
  declare const AcceptQualificationRequestCommand_base: {
25
- new (input: AcceptQualificationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptQualificationRequestCommandInput, AcceptQualificationRequestCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AcceptQualificationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptQualificationRequestCommandInput, AcceptQualificationRequestCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AcceptQualificationRequestCommandInput): import("@smithy/core/client").CommandImpl<AcceptQualificationRequestCommandInput, AcceptQualificationRequestCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AcceptQualificationRequestCommandInput): import("@smithy/core/client").CommandImpl<AcceptQualificationRequestCommandInput, AcceptQualificationRequestCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApproveAssignmentRequest, ApproveAssignmentResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface ApproveAssignmentCommandInput extends ApproveAssignmentRequest
22
22
  export interface ApproveAssignmentCommandOutput extends ApproveAssignmentResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ApproveAssignmentCommand_base: {
25
- new (input: ApproveAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<ApproveAssignmentCommandInput, ApproveAssignmentCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ApproveAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<ApproveAssignmentCommandInput, ApproveAssignmentCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ApproveAssignmentCommandInput): import("@smithy/core/client").CommandImpl<ApproveAssignmentCommandInput, ApproveAssignmentCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ApproveAssignmentCommandInput): import("@smithy/core/client").CommandImpl<ApproveAssignmentCommandInput, ApproveAssignmentCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AssociateQualificationWithWorkerRequest, AssociateQualificationWithWorkerResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface AssociateQualificationWithWorkerCommandInput extends AssociateQ
22
22
  export interface AssociateQualificationWithWorkerCommandOutput extends AssociateQualificationWithWorkerResponse, __MetadataBearer {
23
23
  }
24
24
  declare const AssociateQualificationWithWorkerCommand_base: {
25
- new (input: AssociateQualificationWithWorkerCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateQualificationWithWorkerCommandInput, AssociateQualificationWithWorkerCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateQualificationWithWorkerCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateQualificationWithWorkerCommandInput, AssociateQualificationWithWorkerCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AssociateQualificationWithWorkerCommandInput): import("@smithy/core/client").CommandImpl<AssociateQualificationWithWorkerCommandInput, AssociateQualificationWithWorkerCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssociateQualificationWithWorkerCommandInput): import("@smithy/core/client").CommandImpl<AssociateQualificationWithWorkerCommandInput, AssociateQualificationWithWorkerCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateAdditionalAssignmentsForHITRequest, CreateAdditionalAssignmentsForHITResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface CreateAdditionalAssignmentsForHITCommandInput extends CreateAdd
22
22
  export interface CreateAdditionalAssignmentsForHITCommandOutput extends CreateAdditionalAssignmentsForHITResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateAdditionalAssignmentsForHITCommand_base: {
25
- new (input: CreateAdditionalAssignmentsForHITCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAdditionalAssignmentsForHITCommandInput, CreateAdditionalAssignmentsForHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAdditionalAssignmentsForHITCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAdditionalAssignmentsForHITCommandInput, CreateAdditionalAssignmentsForHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateAdditionalAssignmentsForHITCommandInput): import("@smithy/core/client").CommandImpl<CreateAdditionalAssignmentsForHITCommandInput, CreateAdditionalAssignmentsForHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateAdditionalAssignmentsForHITCommandInput): import("@smithy/core/client").CommandImpl<CreateAdditionalAssignmentsForHITCommandInput, CreateAdditionalAssignmentsForHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateHITRequest, CreateHITResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface CreateHITCommandInput extends CreateHITRequest {
22
22
  export interface CreateHITCommandOutput extends CreateHITResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateHITCommand_base: {
25
- new (input: CreateHITCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHITCommandInput, CreateHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateHITCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHITCommandInput, CreateHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateHITCommandInput): import("@smithy/core/client").CommandImpl<CreateHITCommandInput, CreateHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateHITCommandInput): import("@smithy/core/client").CommandImpl<CreateHITCommandInput, CreateHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The <code>CreateHIT</code> operation creates a new Human Intelligence Task (HIT).
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateHITTypeRequest, CreateHITTypeResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface CreateHITTypeCommandInput extends CreateHITTypeRequest {
22
22
  export interface CreateHITTypeCommandOutput extends CreateHITTypeResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateHITTypeCommand_base: {
25
- new (input: CreateHITTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHITTypeCommandInput, CreateHITTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateHITTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHITTypeCommandInput, CreateHITTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateHITTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateHITTypeCommandInput, CreateHITTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateHITTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateHITTypeCommandInput, CreateHITTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateHITWithHITTypeRequest, CreateHITWithHITTypeResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface CreateHITWithHITTypeCommandInput extends CreateHITWithHITTypeRe
22
22
  export interface CreateHITWithHITTypeCommandOutput extends CreateHITWithHITTypeResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateHITWithHITTypeCommand_base: {
25
- new (input: CreateHITWithHITTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHITWithHITTypeCommandInput, CreateHITWithHITTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateHITWithHITTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHITWithHITTypeCommandInput, CreateHITWithHITTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateHITWithHITTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateHITWithHITTypeCommandInput, CreateHITWithHITTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateHITWithHITTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateHITWithHITTypeCommandInput, CreateHITWithHITTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateQualificationTypeRequest, CreateQualificationTypeResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface CreateQualificationTypeCommandInput extends CreateQualification
22
22
  export interface CreateQualificationTypeCommandOutput extends CreateQualificationTypeResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateQualificationTypeCommand_base: {
25
- new (input: CreateQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQualificationTypeCommandInput, CreateQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQualificationTypeCommandInput, CreateQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateQualificationTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateQualificationTypeCommandInput, CreateQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateQualificationTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateQualificationTypeCommandInput, CreateQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateWorkerBlockRequest, CreateWorkerBlockResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface CreateWorkerBlockCommandInput extends CreateWorkerBlockRequest
22
22
  export interface CreateWorkerBlockCommandOutput extends CreateWorkerBlockResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateWorkerBlockCommand_base: {
25
- new (input: CreateWorkerBlockCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkerBlockCommandInput, CreateWorkerBlockCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWorkerBlockCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkerBlockCommandInput, CreateWorkerBlockCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateWorkerBlockCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkerBlockCommandInput, CreateWorkerBlockCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateWorkerBlockCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkerBlockCommandInput, CreateWorkerBlockCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The <code>CreateWorkerBlock</code> operation allows you to prevent a Worker from working on your HITs. For example, you can block a Worker who is producing poor quality work. You can block up to 100,000 Workers.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteHITRequest, DeleteHITResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface DeleteHITCommandInput extends DeleteHITRequest {
22
22
  export interface DeleteHITCommandOutput extends DeleteHITResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteHITCommand_base: {
25
- new (input: DeleteHITCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHITCommandInput, DeleteHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteHITCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHITCommandInput, DeleteHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteHITCommandInput): import("@smithy/core/client").CommandImpl<DeleteHITCommandInput, DeleteHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteHITCommandInput): import("@smithy/core/client").CommandImpl<DeleteHITCommandInput, DeleteHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteQualificationTypeRequest, DeleteQualificationTypeResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface DeleteQualificationTypeCommandInput extends DeleteQualification
22
22
  export interface DeleteQualificationTypeCommandOutput extends DeleteQualificationTypeResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteQualificationTypeCommand_base: {
25
- new (input: DeleteQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQualificationTypeCommandInput, DeleteQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQualificationTypeCommandInput, DeleteQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteQualificationTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteQualificationTypeCommandInput, DeleteQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteQualificationTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteQualificationTypeCommandInput, DeleteQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteWorkerBlockRequest, DeleteWorkerBlockResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface DeleteWorkerBlockCommandInput extends DeleteWorkerBlockRequest
22
22
  export interface DeleteWorkerBlockCommandOutput extends DeleteWorkerBlockResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteWorkerBlockCommand_base: {
25
- new (input: DeleteWorkerBlockCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkerBlockCommandInput, DeleteWorkerBlockCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWorkerBlockCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkerBlockCommandInput, DeleteWorkerBlockCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteWorkerBlockCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkerBlockCommandInput, DeleteWorkerBlockCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteWorkerBlockCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkerBlockCommandInput, DeleteWorkerBlockCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The <code>DeleteWorkerBlock</code> operation allows you to reinstate a blocked Worker to work on your HITs. This operation reverses the effects of the CreateWorkerBlock operation. You need the Worker ID to use this operation. If the Worker ID is missing or invalid, this operation fails and returns the message “WorkerId is invalid.” If the specified Worker is not blocked, this operation returns successfully.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DisassociateQualificationFromWorkerRequest, DisassociateQualificationFromWorkerResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface DisassociateQualificationFromWorkerCommandInput extends Disasso
22
22
  export interface DisassociateQualificationFromWorkerCommandOutput extends DisassociateQualificationFromWorkerResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DisassociateQualificationFromWorkerCommand_base: {
25
- new (input: DisassociateQualificationFromWorkerCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateQualificationFromWorkerCommandInput, DisassociateQualificationFromWorkerCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateQualificationFromWorkerCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateQualificationFromWorkerCommandInput, DisassociateQualificationFromWorkerCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DisassociateQualificationFromWorkerCommandInput): import("@smithy/core/client").CommandImpl<DisassociateQualificationFromWorkerCommandInput, DisassociateQualificationFromWorkerCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateQualificationFromWorkerCommandInput): import("@smithy/core/client").CommandImpl<DisassociateQualificationFromWorkerCommandInput, DisassociateQualificationFromWorkerCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetAccountBalanceRequest, GetAccountBalanceResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface GetAccountBalanceCommandInput extends GetAccountBalanceRequest
22
22
  export interface GetAccountBalanceCommandOutput extends GetAccountBalanceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetAccountBalanceCommand_base: {
25
- new (input: GetAccountBalanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountBalanceCommandInput, GetAccountBalanceCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetAccountBalanceCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAccountBalanceCommandInput, GetAccountBalanceCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetAccountBalanceCommandInput): import("@smithy/core/client").CommandImpl<GetAccountBalanceCommandInput, GetAccountBalanceCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetAccountBalanceCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountBalanceCommandInput, GetAccountBalanceCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The <code>GetAccountBalance</code> operation retrieves the Prepaid HITs balance in your Amazon Mechanical Turk account if you are a Prepaid Requester.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetAssignmentRequest, GetAssignmentResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface GetAssignmentCommandInput extends GetAssignmentRequest {
22
22
  export interface GetAssignmentCommandOutput extends GetAssignmentResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetAssignmentCommand_base: {
25
- new (input: GetAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssignmentCommandInput, GetAssignmentCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssignmentCommandInput, GetAssignmentCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetAssignmentCommandInput): import("@smithy/core/client").CommandImpl<GetAssignmentCommandInput, GetAssignmentCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAssignmentCommandInput): import("@smithy/core/client").CommandImpl<GetAssignmentCommandInput, GetAssignmentCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetFileUploadURLRequest, GetFileUploadURLResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface GetFileUploadURLCommandInput extends GetFileUploadURLRequest {
22
22
  export interface GetFileUploadURLCommandOutput extends GetFileUploadURLResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetFileUploadURLCommand_base: {
25
- new (input: GetFileUploadURLCommandInput): import("@smithy/smithy-client").CommandImpl<GetFileUploadURLCommandInput, GetFileUploadURLCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetFileUploadURLCommandInput): import("@smithy/smithy-client").CommandImpl<GetFileUploadURLCommandInput, GetFileUploadURLCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetFileUploadURLCommandInput): import("@smithy/core/client").CommandImpl<GetFileUploadURLCommandInput, GetFileUploadURLCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetFileUploadURLCommandInput): import("@smithy/core/client").CommandImpl<GetFileUploadURLCommandInput, GetFileUploadURLCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetHITRequest, GetHITResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface GetHITCommandInput extends GetHITRequest {
22
22
  export interface GetHITCommandOutput extends GetHITResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetHITCommand_base: {
25
- new (input: GetHITCommandInput): import("@smithy/smithy-client").CommandImpl<GetHITCommandInput, GetHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetHITCommandInput): import("@smithy/smithy-client").CommandImpl<GetHITCommandInput, GetHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetHITCommandInput): import("@smithy/core/client").CommandImpl<GetHITCommandInput, GetHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetHITCommandInput): import("@smithy/core/client").CommandImpl<GetHITCommandInput, GetHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetQualificationScoreRequest, GetQualificationScoreResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface GetQualificationScoreCommandInput extends GetQualificationScore
22
22
  export interface GetQualificationScoreCommandOutput extends GetQualificationScoreResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetQualificationScoreCommand_base: {
25
- new (input: GetQualificationScoreCommandInput): import("@smithy/smithy-client").CommandImpl<GetQualificationScoreCommandInput, GetQualificationScoreCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetQualificationScoreCommandInput): import("@smithy/smithy-client").CommandImpl<GetQualificationScoreCommandInput, GetQualificationScoreCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetQualificationScoreCommandInput): import("@smithy/core/client").CommandImpl<GetQualificationScoreCommandInput, GetQualificationScoreCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetQualificationScoreCommandInput): import("@smithy/core/client").CommandImpl<GetQualificationScoreCommandInput, GetQualificationScoreCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetQualificationTypeRequest, GetQualificationTypeResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface GetQualificationTypeCommandInput extends GetQualificationTypeRe
22
22
  export interface GetQualificationTypeCommandOutput extends GetQualificationTypeResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetQualificationTypeCommand_base: {
25
- new (input: GetQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<GetQualificationTypeCommandInput, GetQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetQualificationTypeCommandInput): import("@smithy/smithy-client").CommandImpl<GetQualificationTypeCommandInput, GetQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetQualificationTypeCommandInput): import("@smithy/core/client").CommandImpl<GetQualificationTypeCommandInput, GetQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetQualificationTypeCommandInput): import("@smithy/core/client").CommandImpl<GetQualificationTypeCommandInput, GetQualificationTypeCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListAssignmentsForHITRequest, ListAssignmentsForHITResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface ListAssignmentsForHITCommandInput extends ListAssignmentsForHIT
22
22
  export interface ListAssignmentsForHITCommandOutput extends ListAssignmentsForHITResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListAssignmentsForHITCommand_base: {
25
- new (input: ListAssignmentsForHITCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssignmentsForHITCommandInput, ListAssignmentsForHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAssignmentsForHITCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssignmentsForHITCommandInput, ListAssignmentsForHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListAssignmentsForHITCommandInput): import("@smithy/core/client").CommandImpl<ListAssignmentsForHITCommandInput, ListAssignmentsForHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAssignmentsForHITCommandInput): import("@smithy/core/client").CommandImpl<ListAssignmentsForHITCommandInput, ListAssignmentsForHITCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListBonusPaymentsRequest, ListBonusPaymentsResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface ListBonusPaymentsCommandInput extends ListBonusPaymentsRequest
22
22
  export interface ListBonusPaymentsCommandOutput extends ListBonusPaymentsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListBonusPaymentsCommand_base: {
25
- new (input: ListBonusPaymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBonusPaymentsCommandInput, ListBonusPaymentsCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListBonusPaymentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBonusPaymentsCommandInput, ListBonusPaymentsCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListBonusPaymentsCommandInput): import("@smithy/core/client").CommandImpl<ListBonusPaymentsCommandInput, ListBonusPaymentsCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListBonusPaymentsCommandInput]): import("@smithy/core/client").CommandImpl<ListBonusPaymentsCommandInput, ListBonusPaymentsCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListHITsRequest, ListHITsResponse } from "../models/models_0";
4
4
  import type { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient";
@@ -22,9 +22,11 @@ export interface ListHITsCommandInput extends ListHITsRequest {
22
22
  export interface ListHITsCommandOutput extends ListHITsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListHITsCommand_base: {
25
- new (input: ListHITsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHITsCommandInput, ListHITsCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListHITsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListHITsCommandInput, ListHITsCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListHITsCommandInput): import("@smithy/core/client").CommandImpl<ListHITsCommandInput, ListHITsCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListHITsCommandInput]): import("@smithy/core/client").CommandImpl<ListHITsCommandInput, ListHITsCommandOutput, MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>