@aws-sdk/client-swf 3.1076.0 → 3.1078.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 (137) hide show
  1. package/dist-cjs/index.js +53 -401
  2. package/dist-es/commandBuilder.js +10 -0
  3. package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +2 -14
  4. package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +2 -14
  5. package/dist-es/commands/CountPendingActivityTasksCommand.js +2 -14
  6. package/dist-es/commands/CountPendingDecisionTasksCommand.js +2 -14
  7. package/dist-es/commands/DeleteActivityTypeCommand.js +2 -14
  8. package/dist-es/commands/DeleteWorkflowTypeCommand.js +2 -14
  9. package/dist-es/commands/DeprecateActivityTypeCommand.js +2 -14
  10. package/dist-es/commands/DeprecateDomainCommand.js +2 -14
  11. package/dist-es/commands/DeprecateWorkflowTypeCommand.js +2 -14
  12. package/dist-es/commands/DescribeActivityTypeCommand.js +2 -14
  13. package/dist-es/commands/DescribeDomainCommand.js +2 -14
  14. package/dist-es/commands/DescribeWorkflowExecutionCommand.js +2 -14
  15. package/dist-es/commands/DescribeWorkflowTypeCommand.js +2 -14
  16. package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +2 -14
  17. package/dist-es/commands/ListActivityTypesCommand.js +2 -14
  18. package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +2 -14
  19. package/dist-es/commands/ListDomainsCommand.js +2 -14
  20. package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +2 -14
  21. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  22. package/dist-es/commands/ListWorkflowTypesCommand.js +2 -14
  23. package/dist-es/commands/PollForActivityTaskCommand.js +2 -18
  24. package/dist-es/commands/PollForDecisionTaskCommand.js +2 -18
  25. package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +2 -14
  26. package/dist-es/commands/RegisterActivityTypeCommand.js +2 -14
  27. package/dist-es/commands/RegisterDomainCommand.js +2 -14
  28. package/dist-es/commands/RegisterWorkflowTypeCommand.js +2 -14
  29. package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +2 -14
  30. package/dist-es/commands/RespondActivityTaskCanceledCommand.js +2 -14
  31. package/dist-es/commands/RespondActivityTaskCompletedCommand.js +2 -14
  32. package/dist-es/commands/RespondActivityTaskFailedCommand.js +2 -14
  33. package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +2 -14
  34. package/dist-es/commands/SignalWorkflowExecutionCommand.js +2 -14
  35. package/dist-es/commands/StartWorkflowExecutionCommand.js +2 -14
  36. package/dist-es/commands/TagResourceCommand.js +2 -14
  37. package/dist-es/commands/TerminateWorkflowExecutionCommand.js +2 -14
  38. package/dist-es/commands/UndeprecateActivityTypeCommand.js +2 -14
  39. package/dist-es/commands/UndeprecateDomainCommand.js +2 -14
  40. package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +2 -14
  41. package/dist-es/commands/UntagResourceCommand.js +2 -14
  42. package/dist-es/index.js +1 -0
  43. package/dist-es/runtimeConfig.browser.js +0 -2
  44. package/dist-es/runtimeConfig.js +1 -2
  45. package/dist-es/runtimeConfig.native.js +0 -2
  46. package/dist-es/runtimeConfig.shared.js +2 -0
  47. package/dist-types/commandBuilder.d.ts +22 -0
  48. package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +3 -8
  49. package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +3 -8
  50. package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +3 -8
  51. package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteActivityTypeCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteWorkflowTypeCommand.d.ts +3 -8
  54. package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +3 -8
  55. package/dist-types/commands/DeprecateDomainCommand.d.ts +3 -8
  56. package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +3 -8
  57. package/dist-types/commands/DescribeActivityTypeCommand.d.ts +3 -8
  58. package/dist-types/commands/DescribeDomainCommand.d.ts +3 -8
  59. package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +3 -8
  60. package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +3 -8
  61. package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +3 -8
  62. package/dist-types/commands/ListActivityTypesCommand.d.ts +3 -8
  63. package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +3 -8
  64. package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
  65. package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +3 -8
  66. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  67. package/dist-types/commands/ListWorkflowTypesCommand.d.ts +3 -8
  68. package/dist-types/commands/PollForActivityTaskCommand.d.ts +3 -8
  69. package/dist-types/commands/PollForDecisionTaskCommand.d.ts +3 -8
  70. package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +3 -8
  71. package/dist-types/commands/RegisterActivityTypeCommand.d.ts +3 -8
  72. package/dist-types/commands/RegisterDomainCommand.d.ts +3 -8
  73. package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +3 -8
  74. package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +3 -8
  75. package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +3 -8
  76. package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +3 -8
  77. package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +3 -8
  78. package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +3 -8
  79. package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +3 -8
  80. package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +3 -8
  81. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  82. package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +3 -8
  83. package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +3 -8
  84. package/dist-types/commands/UndeprecateDomainCommand.d.ts +3 -8
  85. package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +3 -8
  86. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  87. package/dist-types/index.d.ts +1 -0
  88. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  89. package/dist-types/runtimeConfig.d.ts +1 -1
  90. package/dist-types/runtimeConfig.native.d.ts +1 -1
  91. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  92. package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
  93. package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DeleteActivityTypeCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DeleteWorkflowTypeCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/index.d.ts +1 -0
  133. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  134. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  135. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  136. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  137. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UndeprecateDomainInput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UndeprecateDomainCommandInput extends UndeprecateDomainInput {
22
19
  export interface UndeprecateDomainCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UndeprecateDomainCommand_base: {
25
- new (input: UndeprecateDomainCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UndeprecateDomainCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UndeprecateDomainCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UndeprecateDomainCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Undeprecates a previously deprecated domain. After a domain has been undeprecated it can be used
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UndeprecateWorkflowTypeInput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UndeprecateWorkflowTypeCommandInput extends UndeprecateWorkflow
22
19
  export interface UndeprecateWorkflowTypeCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UndeprecateWorkflowTypeCommand_base: {
25
- new (input: UndeprecateWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UndeprecateWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UndeprecateWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UndeprecateWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Undeprecates a previously deprecated <i>workflow type</i>. After a workflow type has
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagResourceInput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
22
19
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Remove a tag from a Amazon SWF domain.</p>
@@ -21,6 +21,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
21
21
  export type { RuntimeExtension } from "./runtimeExtensions";
22
22
  export type { SWFExtensionConfiguration } from "./extensionConfiguration";
23
23
  export * from "./commands";
24
+ export { Command as $Command } from "@smithy/core/client";
24
25
  export * from "./schemas/schemas_0";
25
26
  export * from "./pagination";
26
27
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: SWFClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: SWFClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: SWFClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: SWFClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { SWFClientConfig } from "./SWFClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: SWFClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: SWFClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: SWFClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,52 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ServiceInputTypes,
4
+ ServiceOutputTypes,
5
+ SWFClientResolvedConfig,
6
+ } from "./SWFClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ SWFClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ SWFClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
47
+ export declare const _mw1: (
48
+ Command: any,
49
+ cs: any,
50
+ config: any,
51
+ o: any
52
+ ) => import("@smithy/types").Pluggable<any, any>[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CountClosedWorkflowExecutionsInput,
5
4
  WorkflowExecutionCount,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SWFClientResolvedConfig,
11
- } from "../SWFClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CountClosedWorkflowExecutionsCommandInput
15
8
  extends CountClosedWorkflowExecutionsInput {}
16
9
  export interface CountClosedWorkflowExecutionsCommandOutput
@@ -22,22 +15,20 @@ declare const CountClosedWorkflowExecutionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CountClosedWorkflowExecutionsCommandInput,
24
17
  CountClosedWorkflowExecutionsCommandOutput,
25
- SWFClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SWFClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CountClosedWorkflowExecutionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CountClosedWorkflowExecutionsCommandInput,
33
26
  CountClosedWorkflowExecutionsCommandOutput,
34
- SWFClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SWFClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CountClosedWorkflowExecutionsCommand extends CountClosedWorkflowExecutionsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CountOpenWorkflowExecutionsInput,
5
4
  WorkflowExecutionCount,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SWFClientResolvedConfig,
11
- } from "../SWFClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CountOpenWorkflowExecutionsCommandInput
15
8
  extends CountOpenWorkflowExecutionsInput {}
16
9
  export interface CountOpenWorkflowExecutionsCommandOutput
@@ -22,22 +15,20 @@ declare const CountOpenWorkflowExecutionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CountOpenWorkflowExecutionsCommandInput,
24
17
  CountOpenWorkflowExecutionsCommandOutput,
25
- SWFClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SWFClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CountOpenWorkflowExecutionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CountOpenWorkflowExecutionsCommandInput,
33
26
  CountOpenWorkflowExecutionsCommandOutput,
34
- SWFClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SWFClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CountOpenWorkflowExecutionsCommand extends CountOpenWorkflowExecutionsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CountPendingActivityTasksInput,
5
4
  PendingTaskCount,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SWFClientResolvedConfig,
11
- } from "../SWFClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CountPendingActivityTasksCommandInput
15
8
  extends CountPendingActivityTasksInput {}
16
9
  export interface CountPendingActivityTasksCommandOutput
@@ -22,22 +15,20 @@ declare const CountPendingActivityTasksCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CountPendingActivityTasksCommandInput,
24
17
  CountPendingActivityTasksCommandOutput,
25
- SWFClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SWFClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CountPendingActivityTasksCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CountPendingActivityTasksCommandInput,
33
26
  CountPendingActivityTasksCommandOutput,
34
- SWFClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SWFClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CountPendingActivityTasksCommand extends CountPendingActivityTasksCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CountPendingDecisionTasksInput,
5
4
  PendingTaskCount,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SWFClientResolvedConfig,
11
- } from "../SWFClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CountPendingDecisionTasksCommandInput
15
8
  extends CountPendingDecisionTasksInput {}
16
9
  export interface CountPendingDecisionTasksCommandOutput
@@ -22,22 +15,20 @@ declare const CountPendingDecisionTasksCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CountPendingDecisionTasksCommandInput,
24
17
  CountPendingDecisionTasksCommandOutput,
25
- SWFClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SWFClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CountPendingDecisionTasksCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CountPendingDecisionTasksCommandInput,
33
26
  CountPendingDecisionTasksCommandOutput,
34
- SWFClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SWFClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CountPendingDecisionTasksCommand extends CountPendingDecisionTasksCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteActivityTypeInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteActivityTypeCommandInput
12
5
  extends DeleteActivityTypeInput {}
13
6
  export interface DeleteActivityTypeCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const DeleteActivityTypeCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  DeleteActivityTypeCommandInput,
19
12
  DeleteActivityTypeCommandOutput,
20
- SWFClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").SWFClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: DeleteActivityTypeCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  DeleteActivityTypeCommandInput,
28
21
  DeleteActivityTypeCommandOutput,
29
- SWFClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").SWFClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class DeleteActivityTypeCommand extends DeleteActivityTypeCommand_base {
38
29
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteWorkflowTypeInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteWorkflowTypeCommandInput
12
5
  extends DeleteWorkflowTypeInput {}
13
6
  export interface DeleteWorkflowTypeCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const DeleteWorkflowTypeCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  DeleteWorkflowTypeCommandInput,
19
12
  DeleteWorkflowTypeCommandOutput,
20
- SWFClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").SWFClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: DeleteWorkflowTypeCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  DeleteWorkflowTypeCommandInput,
28
21
  DeleteWorkflowTypeCommandOutput,
29
- SWFClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").SWFClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class DeleteWorkflowTypeCommand extends DeleteWorkflowTypeCommand_base {
38
29
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeprecateActivityTypeInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeprecateActivityTypeCommandInput
12
5
  extends DeprecateActivityTypeInput {}
13
6
  export interface DeprecateActivityTypeCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const DeprecateActivityTypeCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  DeprecateActivityTypeCommandInput,
19
12
  DeprecateActivityTypeCommandOutput,
20
- SWFClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").SWFClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: DeprecateActivityTypeCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  DeprecateActivityTypeCommandInput,
28
21
  DeprecateActivityTypeCommandOutput,
29
- SWFClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").SWFClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class DeprecateActivityTypeCommand extends DeprecateActivityTypeCommand_base {
38
29
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeprecateDomainInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeprecateDomainCommandInput extends DeprecateDomainInput {}
12
5
  export interface DeprecateDomainCommandOutput extends __MetadataBearer {}
13
6
  declare const DeprecateDomainCommand_base: {
@@ -16,22 +9,20 @@ declare const DeprecateDomainCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  DeprecateDomainCommandInput,
18
11
  DeprecateDomainCommandOutput,
19
- SWFClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").SWFClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: DeprecateDomainCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  DeprecateDomainCommandInput,
27
20
  DeprecateDomainCommandOutput,
28
- SWFClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").SWFClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class DeprecateDomainCommand extends DeprecateDomainCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeprecateWorkflowTypeInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeprecateWorkflowTypeCommandInput
12
5
  extends DeprecateWorkflowTypeInput {}
13
6
  export interface DeprecateWorkflowTypeCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const DeprecateWorkflowTypeCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  DeprecateWorkflowTypeCommandInput,
19
12
  DeprecateWorkflowTypeCommandOutput,
20
- SWFClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").SWFClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: DeprecateWorkflowTypeCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  DeprecateWorkflowTypeCommandInput,
28
21
  DeprecateWorkflowTypeCommandOutput,
29
- SWFClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").SWFClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class DeprecateWorkflowTypeCommand extends DeprecateWorkflowTypeCommand_base {
38
29
  protected static __types: {