@aws-sdk/client-swf 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 +97 -98
  5. package/dist-cjs/models/SWFServiceException.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/SWF.js +1 -1
  10. package/dist-es/SWFClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +2 -2
  13. package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +2 -2
  14. package/dist-es/commands/CountPendingActivityTasksCommand.js +2 -2
  15. package/dist-es/commands/CountPendingDecisionTasksCommand.js +2 -2
  16. package/dist-es/commands/DeleteActivityTypeCommand.js +2 -2
  17. package/dist-es/commands/DeleteWorkflowTypeCommand.js +2 -2
  18. package/dist-es/commands/DeprecateActivityTypeCommand.js +2 -2
  19. package/dist-es/commands/DeprecateDomainCommand.js +2 -2
  20. package/dist-es/commands/DeprecateWorkflowTypeCommand.js +2 -2
  21. package/dist-es/commands/DescribeActivityTypeCommand.js +2 -2
  22. package/dist-es/commands/DescribeDomainCommand.js +2 -2
  23. package/dist-es/commands/DescribeWorkflowExecutionCommand.js +2 -2
  24. package/dist-es/commands/DescribeWorkflowTypeCommand.js +2 -2
  25. package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +2 -2
  26. package/dist-es/commands/ListActivityTypesCommand.js +2 -2
  27. package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +2 -2
  28. package/dist-es/commands/ListDomainsCommand.js +2 -2
  29. package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +2 -2
  30. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  31. package/dist-es/commands/ListWorkflowTypesCommand.js +2 -2
  32. package/dist-es/commands/PollForActivityTaskCommand.js +2 -2
  33. package/dist-es/commands/PollForDecisionTaskCommand.js +2 -2
  34. package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +2 -2
  35. package/dist-es/commands/RegisterActivityTypeCommand.js +2 -2
  36. package/dist-es/commands/RegisterDomainCommand.js +2 -2
  37. package/dist-es/commands/RegisterWorkflowTypeCommand.js +2 -2
  38. package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +2 -2
  39. package/dist-es/commands/RespondActivityTaskCanceledCommand.js +2 -2
  40. package/dist-es/commands/RespondActivityTaskCompletedCommand.js +2 -2
  41. package/dist-es/commands/RespondActivityTaskFailedCommand.js +2 -2
  42. package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +2 -2
  43. package/dist-es/commands/SignalWorkflowExecutionCommand.js +2 -2
  44. package/dist-es/commands/StartWorkflowExecutionCommand.js +2 -2
  45. package/dist-es/commands/TagResourceCommand.js +2 -2
  46. package/dist-es/commands/TerminateWorkflowExecutionCommand.js +2 -2
  47. package/dist-es/commands/UndeprecateActivityTypeCommand.js +2 -2
  48. package/dist-es/commands/UndeprecateDomainCommand.js +2 -2
  49. package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +2 -2
  50. package/dist-es/commands/UntagResourceCommand.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/SWFServiceException.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/SWFClient.d.ts +5 -5
  59. package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +6 -4
  60. package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +6 -4
  61. package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +6 -4
  62. package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +6 -4
  63. package/dist-types/commands/DeleteActivityTypeCommand.d.ts +6 -4
  64. package/dist-types/commands/DeleteWorkflowTypeCommand.d.ts +6 -4
  65. package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +6 -4
  66. package/dist-types/commands/DeprecateDomainCommand.d.ts +6 -4
  67. package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +6 -4
  68. package/dist-types/commands/DescribeActivityTypeCommand.d.ts +6 -4
  69. package/dist-types/commands/DescribeDomainCommand.d.ts +6 -4
  70. package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +6 -4
  71. package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +6 -4
  72. package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +6 -4
  73. package/dist-types/commands/ListActivityTypesCommand.d.ts +6 -4
  74. package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +6 -4
  75. package/dist-types/commands/ListDomainsCommand.d.ts +6 -4
  76. package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +6 -4
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  78. package/dist-types/commands/ListWorkflowTypesCommand.d.ts +6 -4
  79. package/dist-types/commands/PollForActivityTaskCommand.d.ts +6 -4
  80. package/dist-types/commands/PollForDecisionTaskCommand.d.ts +6 -4
  81. package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +6 -4
  82. package/dist-types/commands/RegisterActivityTypeCommand.d.ts +6 -4
  83. package/dist-types/commands/RegisterDomainCommand.d.ts +6 -4
  84. package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +6 -4
  85. package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +6 -4
  86. package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +6 -4
  87. package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +6 -4
  88. package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +6 -4
  89. package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +6 -4
  90. package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +6 -4
  91. package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +6 -4
  92. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  93. package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +6 -4
  94. package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +6 -4
  95. package/dist-types/commands/UndeprecateDomainCommand.d.ts +6 -4
  96. package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +6 -4
  97. package/dist-types/commands/UntagResourceCommand.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/SWFServiceException.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/SWFClient.d.ts +8 -14
  106. package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/DeleteActivityTypeCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/DeleteWorkflowTypeCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/UntagResourceCommand.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/SWFServiceException.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_0Protocol } 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 { defaultSWFHttpAuthSchemeProvider } 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 { CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput } from "./commands/CountClosedWorkflowExecutionsCommand";
@@ -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 { CountClosedWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface CountClosedWorkflowExecutionsCommandInput extends CountClosedWo
22
22
  export interface CountClosedWorkflowExecutionsCommandOutput extends WorkflowExecutionCount, __MetadataBearer {
23
23
  }
24
24
  declare const CountClosedWorkflowExecutionsCommand_base: {
25
- new (input: CountClosedWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CountClosedWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CountClosedWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CountClosedWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the number of closed workflow executions within the given domain that meet the
@@ -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 { CountOpenWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface CountOpenWorkflowExecutionsCommandInput extends CountOpenWorkfl
22
22
  export interface CountOpenWorkflowExecutionsCommandOutput extends WorkflowExecutionCount, __MetadataBearer {
23
23
  }
24
24
  declare const CountOpenWorkflowExecutionsCommand_base: {
25
- new (input: CountOpenWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CountOpenWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CountOpenWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CountOpenWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the number of open workflow executions within the given domain that meet the
@@ -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 { CountPendingActivityTasksInput, PendingTaskCount } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface CountPendingActivityTasksCommandInput extends CountPendingActiv
22
22
  export interface CountPendingActivityTasksCommandOutput extends PendingTaskCount, __MetadataBearer {
23
23
  }
24
24
  declare const CountPendingActivityTasksCommand_base: {
25
- new (input: CountPendingActivityTasksCommandInput): import("@smithy/smithy-client").CommandImpl<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CountPendingActivityTasksCommandInput): import("@smithy/smithy-client").CommandImpl<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CountPendingActivityTasksCommandInput): import("@smithy/core/client").CommandImpl<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CountPendingActivityTasksCommandInput): import("@smithy/core/client").CommandImpl<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the estimated number of activity tasks in the specified task list. The count
@@ -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 { CountPendingDecisionTasksInput, PendingTaskCount } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface CountPendingDecisionTasksCommandInput extends CountPendingDecis
22
22
  export interface CountPendingDecisionTasksCommandOutput extends PendingTaskCount, __MetadataBearer {
23
23
  }
24
24
  declare const CountPendingDecisionTasksCommand_base: {
25
- new (input: CountPendingDecisionTasksCommandInput): import("@smithy/smithy-client").CommandImpl<CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CountPendingDecisionTasksCommandInput): import("@smithy/smithy-client").CommandImpl<CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CountPendingDecisionTasksCommandInput): import("@smithy/core/client").CommandImpl<CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CountPendingDecisionTasksCommandInput): import("@smithy/core/client").CommandImpl<CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the estimated number of decision tasks in the specified task list. The count
@@ -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 { DeleteActivityTypeInput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface DeleteActivityTypeCommandInput extends DeleteActivityTypeInput
22
22
  export interface DeleteActivityTypeCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteActivityTypeCommand_base: {
25
- new (input: DeleteActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteActivityTypeCommandInput, DeleteActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteActivityTypeCommandInput, DeleteActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteActivityTypeCommandInput, DeleteActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteActivityTypeCommandInput, DeleteActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified <i>activity type</i>.</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 { DeleteWorkflowTypeInput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface DeleteWorkflowTypeCommandInput extends DeleteWorkflowTypeInput
22
22
  export interface DeleteWorkflowTypeCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteWorkflowTypeCommand_base: {
25
- new (input: DeleteWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowTypeCommandInput, DeleteWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowTypeCommandInput, DeleteWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowTypeCommandInput, DeleteWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowTypeCommandInput, DeleteWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified <i>workflow type</i>.</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 { DeprecateActivityTypeInput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface DeprecateActivityTypeCommandInput extends DeprecateActivityType
22
22
  export interface DeprecateActivityTypeCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeprecateActivityTypeCommand_base: {
25
- new (input: DeprecateActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeprecateActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeprecateActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeprecateActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deprecates the specified <i>activity type</i>. After an activity type has
@@ -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 { DeprecateDomainInput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface DeprecateDomainCommandInput extends DeprecateDomainInput {
22
22
  export interface DeprecateDomainCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeprecateDomainCommand_base: {
25
- new (input: DeprecateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateDomainCommandInput, DeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeprecateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateDomainCommandInput, DeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeprecateDomainCommandInput): import("@smithy/core/client").CommandImpl<DeprecateDomainCommandInput, DeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeprecateDomainCommandInput): import("@smithy/core/client").CommandImpl<DeprecateDomainCommandInput, DeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deprecates the specified domain. After a domain has been deprecated it cannot be used
@@ -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 { DeprecateWorkflowTypeInput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface DeprecateWorkflowTypeCommandInput extends DeprecateWorkflowType
22
22
  export interface DeprecateWorkflowTypeCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeprecateWorkflowTypeCommand_base: {
25
- new (input: DeprecateWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeprecateWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeprecateWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeprecateWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deprecates the specified <i>workflow type</i>. After a workflow type has
@@ -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 { ActivityTypeDetail, DescribeActivityTypeInput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface DescribeActivityTypeCommandInput extends DescribeActivityTypeIn
22
22
  export interface DescribeActivityTypeCommandOutput extends ActivityTypeDetail, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeActivityTypeCommand_base: {
25
- new (input: DescribeActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about the specified activity type. This includes configuration
@@ -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 { DescribeDomainInput, DomainDetail } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface DescribeDomainCommandInput extends DescribeDomainInput {
22
22
  export interface DescribeDomainCommandOutput extends DomainDetail, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeDomainCommand_base: {
25
- new (input: DescribeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeDomainCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeDomainCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about the specified domain, including description and
@@ -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 { DescribeWorkflowExecutionInput, WorkflowExecutionDetail } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface DescribeWorkflowExecutionCommandInput extends DescribeWorkflowE
22
22
  export interface DescribeWorkflowExecutionCommandOutput extends WorkflowExecutionDetail, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeWorkflowExecutionCommand_base: {
25
- new (input: DescribeWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about the specified workflow execution including its type and some
@@ -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 { DescribeWorkflowTypeInput, WorkflowTypeDetail } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface DescribeWorkflowTypeCommandInput extends DescribeWorkflowTypeIn
22
22
  export interface DescribeWorkflowTypeCommandOutput extends WorkflowTypeDetail, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeWorkflowTypeCommand_base: {
25
- new (input: DescribeWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about the specified <i>workflow type</i>. This
@@ -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 { GetWorkflowExecutionHistoryInput, History } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface GetWorkflowExecutionHistoryCommandInput extends GetWorkflowExec
22
22
  export interface GetWorkflowExecutionHistoryCommandOutput extends History, __MetadataBearer {
23
23
  }
24
24
  declare const GetWorkflowExecutionHistoryCommand_base: {
25
- new (input: GetWorkflowExecutionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetWorkflowExecutionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetWorkflowExecutionHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetWorkflowExecutionHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the history of the specified workflow execution. The results may be split into
@@ -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 { ActivityTypeInfos, ListActivityTypesInput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface ListActivityTypesCommandInput extends ListActivityTypesInput {
22
22
  export interface ListActivityTypesCommandOutput extends ActivityTypeInfos, __MetadataBearer {
23
23
  }
24
24
  declare const ListActivityTypesCommand_base: {
25
- new (input: ListActivityTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListActivityTypesCommandInput, ListActivityTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListActivityTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListActivityTypesCommandInput, ListActivityTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListActivityTypesCommandInput): import("@smithy/core/client").CommandImpl<ListActivityTypesCommandInput, ListActivityTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListActivityTypesCommandInput): import("@smithy/core/client").CommandImpl<ListActivityTypesCommandInput, ListActivityTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about all activities registered in the specified domain that match
@@ -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 { ListClosedWorkflowExecutionsInput, WorkflowExecutionInfos } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface ListClosedWorkflowExecutionsCommandInput extends ListClosedWork
22
22
  export interface ListClosedWorkflowExecutionsCommandOutput extends WorkflowExecutionInfos, __MetadataBearer {
23
23
  }
24
24
  declare const ListClosedWorkflowExecutionsCommand_base: {
25
- new (input: ListClosedWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListClosedWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListClosedWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListClosedWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of closed workflow executions in the specified domain that meet the
@@ -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 { DomainInfos, ListDomainsInput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface ListDomainsCommandInput extends ListDomainsInput {
22
22
  export interface ListDomainsCommandOutput extends DomainInfos, __MetadataBearer {
23
23
  }
24
24
  declare const ListDomainsCommand_base: {
25
- new (input: ListDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the list of domains registered in the account. The results may be split into
@@ -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 { ListOpenWorkflowExecutionsInput, WorkflowExecutionInfos } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface ListOpenWorkflowExecutionsCommandInput extends ListOpenWorkflow
22
22
  export interface ListOpenWorkflowExecutionsCommandOutput extends WorkflowExecutionInfos, __MetadataBearer {
23
23
  }
24
24
  declare const ListOpenWorkflowExecutionsCommand_base: {
25
- new (input: ListOpenWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListOpenWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListOpenWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListOpenWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of open workflow executions in the specified domain that meet the
@@ -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 { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List tags for a given domain.</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 { ListWorkflowTypesInput, WorkflowTypeInfos } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface ListWorkflowTypesCommandInput extends ListWorkflowTypesInput {
22
22
  export interface ListWorkflowTypesCommandOutput extends WorkflowTypeInfos, __MetadataBearer {
23
23
  }
24
24
  declare const ListWorkflowTypesCommand_base: {
25
- new (input: ListWorkflowTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListWorkflowTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListWorkflowTypesCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListWorkflowTypesCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about workflow types in the specified domain. The results may be
@@ -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 { ActivityTask, PollForActivityTaskInput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface PollForActivityTaskCommandInput extends PollForActivityTaskInpu
22
22
  export interface PollForActivityTaskCommandOutput extends ActivityTask, __MetadataBearer {
23
23
  }
24
24
  declare const PollForActivityTaskCommand_base: {
25
- new (input: PollForActivityTaskCommandInput): import("@smithy/smithy-client").CommandImpl<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PollForActivityTaskCommandInput): import("@smithy/smithy-client").CommandImpl<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PollForActivityTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PollForActivityTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Used by workers to get an <a>ActivityTask</a> from the specified activity
@@ -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 { DecisionTask, PollForDecisionTaskInput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
@@ -22,9 +22,11 @@ export interface PollForDecisionTaskCommandInput extends PollForDecisionTaskInpu
22
22
  export interface PollForDecisionTaskCommandOutput extends DecisionTask, __MetadataBearer {
23
23
  }
24
24
  declare const PollForDecisionTaskCommand_base: {
25
- new (input: PollForDecisionTaskCommandInput): import("@smithy/smithy-client").CommandImpl<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PollForDecisionTaskCommandInput): import("@smithy/smithy-client").CommandImpl<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PollForDecisionTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PollForDecisionTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Used by deciders to get a <a>DecisionTask</a> from the specified decision