@aws-sdk/client-swf 3.1077.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.
- package/dist-cjs/index.js +50 -399
- package/dist-es/commandBuilder.js +10 -0
- package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +2 -14
- package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +2 -14
- package/dist-es/commands/CountPendingActivityTasksCommand.js +2 -14
- package/dist-es/commands/CountPendingDecisionTasksCommand.js +2 -14
- package/dist-es/commands/DeleteActivityTypeCommand.js +2 -14
- package/dist-es/commands/DeleteWorkflowTypeCommand.js +2 -14
- package/dist-es/commands/DeprecateActivityTypeCommand.js +2 -14
- package/dist-es/commands/DeprecateDomainCommand.js +2 -14
- package/dist-es/commands/DeprecateWorkflowTypeCommand.js +2 -14
- package/dist-es/commands/DescribeActivityTypeCommand.js +2 -14
- package/dist-es/commands/DescribeDomainCommand.js +2 -14
- package/dist-es/commands/DescribeWorkflowExecutionCommand.js +2 -14
- package/dist-es/commands/DescribeWorkflowTypeCommand.js +2 -14
- package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +2 -14
- package/dist-es/commands/ListActivityTypesCommand.js +2 -14
- package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +2 -14
- package/dist-es/commands/ListDomainsCommand.js +2 -14
- package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWorkflowTypesCommand.js +2 -14
- package/dist-es/commands/PollForActivityTaskCommand.js +2 -18
- package/dist-es/commands/PollForDecisionTaskCommand.js +2 -18
- package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +2 -14
- package/dist-es/commands/RegisterActivityTypeCommand.js +2 -14
- package/dist-es/commands/RegisterDomainCommand.js +2 -14
- package/dist-es/commands/RegisterWorkflowTypeCommand.js +2 -14
- package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +2 -14
- package/dist-es/commands/RespondActivityTaskCanceledCommand.js +2 -14
- package/dist-es/commands/RespondActivityTaskCompletedCommand.js +2 -14
- package/dist-es/commands/RespondActivityTaskFailedCommand.js +2 -14
- package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +2 -14
- package/dist-es/commands/SignalWorkflowExecutionCommand.js +2 -14
- package/dist-es/commands/StartWorkflowExecutionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/TerminateWorkflowExecutionCommand.js +2 -14
- package/dist-es/commands/UndeprecateActivityTypeCommand.js +2 -14
- package/dist-es/commands/UndeprecateDomainCommand.js +2 -14
- package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +22 -0
- package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +3 -8
- package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +3 -8
- package/dist-types/commands/DeleteActivityTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkflowTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeprecateDomainCommand.d.ts +3 -8
- package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +3 -8
- package/dist-types/commands/DescribeActivityTypeCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDomainCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +3 -8
- package/dist-types/commands/ListActivityTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
- package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkflowTypesCommand.d.ts +3 -8
- package/dist-types/commands/PollForActivityTaskCommand.d.ts +3 -8
- package/dist-types/commands/PollForDecisionTaskCommand.d.ts +3 -8
- package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +3 -8
- package/dist-types/commands/RegisterActivityTypeCommand.d.ts +3 -8
- package/dist-types/commands/RegisterDomainCommand.d.ts +3 -8
- package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +3 -8
- package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +3 -8
- package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +3 -8
- package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +3 -8
- package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +3 -8
- package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +3 -8
- package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +3 -8
- package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +3 -8
- package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +3 -8
- package/dist-types/commands/UndeprecateDomainCommand.d.ts +3 -8
- package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
- package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteActivityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkflowTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-types/index.d.ts
CHANGED
|
@@ -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";
|
|
@@ -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: {
|
|
@@ -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
|
ActivityTypeDetail,
|
|
5
4
|
DescribeActivityTypeInput,
|
|
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 DescribeActivityTypeCommandInput
|
|
15
8
|
extends DescribeActivityTypeInput {}
|
|
16
9
|
export interface DescribeActivityTypeCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeActivityTypeCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeActivityTypeCommandInput,
|
|
24
17
|
DescribeActivityTypeCommandOutput,
|
|
25
|
-
SWFClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SWFClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeActivityTypeCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeActivityTypeCommandInput,
|
|
33
26
|
DescribeActivityTypeCommandOutput,
|
|
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 DescribeActivityTypeCommand extends DescribeActivityTypeCommand_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 { DescribeDomainInput, DomainDetail } 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 DescribeDomainCommandInput extends DescribeDomainInput {}
|
|
12
5
|
export interface DescribeDomainCommandOutput
|
|
13
6
|
extends DomainDetail,
|
|
@@ -18,22 +11,20 @@ declare const DescribeDomainCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DescribeDomainCommandInput,
|
|
20
13
|
DescribeDomainCommandOutput,
|
|
21
|
-
SWFClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SWFClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DescribeDomainCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DescribeDomainCommandInput,
|
|
29
22
|
DescribeDomainCommandOutput,
|
|
30
|
-
SWFClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").SWFClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DescribeDomainCommand extends DescribeDomainCommand_base {
|
|
39
30
|
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
|
DescribeWorkflowExecutionInput,
|
|
5
4
|
WorkflowExecutionDetail,
|
|
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 DescribeWorkflowExecutionCommandInput
|
|
15
8
|
extends DescribeWorkflowExecutionInput {}
|
|
16
9
|
export interface DescribeWorkflowExecutionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeWorkflowExecutionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeWorkflowExecutionCommandInput,
|
|
24
17
|
DescribeWorkflowExecutionCommandOutput,
|
|
25
|
-
SWFClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SWFClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeWorkflowExecutionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeWorkflowExecutionCommandInput,
|
|
33
26
|
DescribeWorkflowExecutionCommandOutput,
|
|
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 DescribeWorkflowExecutionCommand extends DescribeWorkflowExecutionCommand_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
|
DescribeWorkflowTypeInput,
|
|
5
4
|
WorkflowTypeDetail,
|
|
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 DescribeWorkflowTypeCommandInput
|
|
15
8
|
extends DescribeWorkflowTypeInput {}
|
|
16
9
|
export interface DescribeWorkflowTypeCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeWorkflowTypeCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeWorkflowTypeCommandInput,
|
|
24
17
|
DescribeWorkflowTypeCommandOutput,
|
|
25
|
-
SWFClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SWFClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeWorkflowTypeCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeWorkflowTypeCommandInput,
|
|
33
26
|
DescribeWorkflowTypeCommandOutput,
|
|
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 DescribeWorkflowTypeCommand extends DescribeWorkflowTypeCommand_base {
|
|
43
34
|
protected static __types: {
|