@aws-sdk/client-swf 3.1044.0 → 3.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +97 -98
- package/dist-cjs/models/SWFServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/SWF.js +1 -1
- package/dist-es/SWFClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +2 -2
- package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +2 -2
- package/dist-es/commands/CountPendingActivityTasksCommand.js +2 -2
- package/dist-es/commands/CountPendingDecisionTasksCommand.js +2 -2
- package/dist-es/commands/DeleteActivityTypeCommand.js +2 -2
- package/dist-es/commands/DeleteWorkflowTypeCommand.js +2 -2
- package/dist-es/commands/DeprecateActivityTypeCommand.js +2 -2
- package/dist-es/commands/DeprecateDomainCommand.js +2 -2
- package/dist-es/commands/DeprecateWorkflowTypeCommand.js +2 -2
- package/dist-es/commands/DescribeActivityTypeCommand.js +2 -2
- package/dist-es/commands/DescribeDomainCommand.js +2 -2
- package/dist-es/commands/DescribeWorkflowExecutionCommand.js +2 -2
- package/dist-es/commands/DescribeWorkflowTypeCommand.js +2 -2
- package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +2 -2
- package/dist-es/commands/ListActivityTypesCommand.js +2 -2
- package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +2 -2
- package/dist-es/commands/ListDomainsCommand.js +2 -2
- package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWorkflowTypesCommand.js +2 -2
- package/dist-es/commands/PollForActivityTaskCommand.js +2 -2
- package/dist-es/commands/PollForDecisionTaskCommand.js +2 -2
- package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +2 -2
- package/dist-es/commands/RegisterActivityTypeCommand.js +2 -2
- package/dist-es/commands/RegisterDomainCommand.js +2 -2
- package/dist-es/commands/RegisterWorkflowTypeCommand.js +2 -2
- package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +2 -2
- package/dist-es/commands/RespondActivityTaskCanceledCommand.js +2 -2
- package/dist-es/commands/RespondActivityTaskCompletedCommand.js +2 -2
- package/dist-es/commands/RespondActivityTaskFailedCommand.js +2 -2
- package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +2 -2
- package/dist-es/commands/SignalWorkflowExecutionCommand.js +2 -2
- package/dist-es/commands/StartWorkflowExecutionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TerminateWorkflowExecutionCommand.js +2 -2
- package/dist-es/commands/UndeprecateActivityTypeCommand.js +2 -2
- package/dist-es/commands/UndeprecateDomainCommand.js +2 -2
- package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/SWFServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/SWFClient.d.ts +5 -5
- package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +6 -4
- package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +6 -4
- package/dist-types/commands/DeleteActivityTypeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWorkflowTypeCommand.d.ts +6 -4
- package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +6 -4
- package/dist-types/commands/DeprecateDomainCommand.d.ts +6 -4
- package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +6 -4
- package/dist-types/commands/DescribeActivityTypeCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDomainCommand.d.ts +6 -4
- package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +6 -4
- package/dist-types/commands/ListActivityTypesCommand.d.ts +6 -4
- package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListDomainsCommand.d.ts +6 -4
- package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListWorkflowTypesCommand.d.ts +6 -4
- package/dist-types/commands/PollForActivityTaskCommand.d.ts +6 -4
- package/dist-types/commands/PollForDecisionTaskCommand.d.ts +6 -4
- package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +6 -4
- package/dist-types/commands/RegisterActivityTypeCommand.d.ts +6 -4
- package/dist-types/commands/RegisterDomainCommand.d.ts +6 -4
- package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +6 -4
- package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +6 -4
- package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +6 -4
- package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +6 -4
- package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +6 -4
- package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +6 -4
- package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +6 -4
- package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +6 -4
- package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +6 -4
- package/dist-types/commands/UndeprecateDomainCommand.d.ts +6 -4
- package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/SWFServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/SWFClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteActivityTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWorkflowTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/SWFServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CountPendingDecisionTasksInput,
|
|
@@ -19,7 +19,7 @@ export interface CountPendingDecisionTasksCommandOutput
|
|
|
19
19
|
declare const CountPendingDecisionTasksCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CountPendingDecisionTasksCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CountPendingDecisionTasksCommandInput,
|
|
24
24
|
CountPendingDecisionTasksCommandOutput,
|
|
25
25
|
SWFClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CountPendingDecisionTasksCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CountPendingDecisionTasksCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CountPendingDecisionTasksCommandInput,
|
|
33
33
|
CountPendingDecisionTasksCommandOutput,
|
|
34
34
|
SWFClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CountPendingDecisionTasksCommand extends CountPendingDecisionTasksCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteActivityTypeInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface DeleteActivityTypeCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeleteActivityTypeCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeleteActivityTypeCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeleteActivityTypeCommandInput,
|
|
19
19
|
DeleteActivityTypeCommandOutput,
|
|
20
20
|
SWFClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeleteActivityTypeCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeleteActivityTypeCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeleteActivityTypeCommandInput,
|
|
28
28
|
DeleteActivityTypeCommandOutput,
|
|
29
29
|
SWFClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DeleteActivityTypeCommand extends DeleteActivityTypeCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteWorkflowTypeInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface DeleteWorkflowTypeCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeleteWorkflowTypeCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeleteWorkflowTypeCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeleteWorkflowTypeCommandInput,
|
|
19
19
|
DeleteWorkflowTypeCommandOutput,
|
|
20
20
|
SWFClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeleteWorkflowTypeCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeleteWorkflowTypeCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeleteWorkflowTypeCommandInput,
|
|
28
28
|
DeleteWorkflowTypeCommandOutput,
|
|
29
29
|
SWFClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DeleteWorkflowTypeCommand extends DeleteWorkflowTypeCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeprecateActivityTypeInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface DeprecateActivityTypeCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeprecateActivityTypeCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeprecateActivityTypeCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeprecateActivityTypeCommandInput,
|
|
19
19
|
DeprecateActivityTypeCommandOutput,
|
|
20
20
|
SWFClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeprecateActivityTypeCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeprecateActivityTypeCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeprecateActivityTypeCommandInput,
|
|
28
28
|
DeprecateActivityTypeCommandOutput,
|
|
29
29
|
SWFClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DeprecateActivityTypeCommand extends DeprecateActivityTypeCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeprecateDomainInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface DeprecateDomainCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeprecateDomainCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeprecateDomainCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeprecateDomainCommandInput,
|
|
18
18
|
DeprecateDomainCommandOutput,
|
|
19
19
|
SWFClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeprecateDomainCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeprecateDomainCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeprecateDomainCommandInput,
|
|
27
27
|
DeprecateDomainCommandOutput,
|
|
28
28
|
SWFClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeprecateDomainCommand extends DeprecateDomainCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeprecateWorkflowTypeInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface DeprecateWorkflowTypeCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeprecateWorkflowTypeCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeprecateWorkflowTypeCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeprecateWorkflowTypeCommandInput,
|
|
19
19
|
DeprecateWorkflowTypeCommandOutput,
|
|
20
20
|
SWFClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeprecateWorkflowTypeCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeprecateWorkflowTypeCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeprecateWorkflowTypeCommandInput,
|
|
28
28
|
DeprecateWorkflowTypeCommandOutput,
|
|
29
29
|
SWFClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DeprecateWorkflowTypeCommand extends DeprecateWorkflowTypeCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ActivityTypeDetail,
|
|
@@ -19,7 +19,7 @@ export interface DescribeActivityTypeCommandOutput
|
|
|
19
19
|
declare const DescribeActivityTypeCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeActivityTypeCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeActivityTypeCommandInput,
|
|
24
24
|
DescribeActivityTypeCommandOutput,
|
|
25
25
|
SWFClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeActivityTypeCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeActivityTypeCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeActivityTypeCommandInput,
|
|
33
33
|
DescribeActivityTypeCommandOutput,
|
|
34
34
|
SWFClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeActivityTypeCommand extends DescribeActivityTypeCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DescribeDomainInput, DomainDetail } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DescribeDomainCommandOutput
|
|
|
15
15
|
declare const DescribeDomainCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DescribeDomainCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DescribeDomainCommandInput,
|
|
20
20
|
DescribeDomainCommandOutput,
|
|
21
21
|
SWFClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DescribeDomainCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DescribeDomainCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DescribeDomainCommandInput,
|
|
29
29
|
DescribeDomainCommandOutput,
|
|
30
30
|
SWFClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DescribeDomainCommand extends DescribeDomainCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeWorkflowExecutionInput,
|
|
@@ -19,7 +19,7 @@ export interface DescribeWorkflowExecutionCommandOutput
|
|
|
19
19
|
declare const DescribeWorkflowExecutionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeWorkflowExecutionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeWorkflowExecutionCommandInput,
|
|
24
24
|
DescribeWorkflowExecutionCommandOutput,
|
|
25
25
|
SWFClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeWorkflowExecutionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeWorkflowExecutionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeWorkflowExecutionCommandInput,
|
|
33
33
|
DescribeWorkflowExecutionCommandOutput,
|
|
34
34
|
SWFClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeWorkflowExecutionCommand extends DescribeWorkflowExecutionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeWorkflowTypeInput,
|
|
@@ -19,7 +19,7 @@ export interface DescribeWorkflowTypeCommandOutput
|
|
|
19
19
|
declare const DescribeWorkflowTypeCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeWorkflowTypeCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeWorkflowTypeCommandInput,
|
|
24
24
|
DescribeWorkflowTypeCommandOutput,
|
|
25
25
|
SWFClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeWorkflowTypeCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeWorkflowTypeCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeWorkflowTypeCommandInput,
|
|
33
33
|
DescribeWorkflowTypeCommandOutput,
|
|
34
34
|
SWFClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeWorkflowTypeCommand extends DescribeWorkflowTypeCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetWorkflowExecutionHistoryInput, History } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -16,7 +16,7 @@ export interface GetWorkflowExecutionHistoryCommandOutput
|
|
|
16
16
|
declare const GetWorkflowExecutionHistoryCommand_base: {
|
|
17
17
|
new (
|
|
18
18
|
input: GetWorkflowExecutionHistoryCommandInput
|
|
19
|
-
): import("@smithy/
|
|
19
|
+
): import("@smithy/core/client").CommandImpl<
|
|
20
20
|
GetWorkflowExecutionHistoryCommandInput,
|
|
21
21
|
GetWorkflowExecutionHistoryCommandOutput,
|
|
22
22
|
SWFClientResolvedConfig,
|
|
@@ -25,14 +25,16 @@ declare const GetWorkflowExecutionHistoryCommand_base: {
|
|
|
25
25
|
>;
|
|
26
26
|
new (
|
|
27
27
|
input: GetWorkflowExecutionHistoryCommandInput
|
|
28
|
-
): import("@smithy/
|
|
28
|
+
): import("@smithy/core/client").CommandImpl<
|
|
29
29
|
GetWorkflowExecutionHistoryCommandInput,
|
|
30
30
|
GetWorkflowExecutionHistoryCommandOutput,
|
|
31
31
|
SWFClientResolvedConfig,
|
|
32
32
|
ServiceInputTypes,
|
|
33
33
|
ServiceOutputTypes
|
|
34
34
|
>;
|
|
35
|
-
getEndpointParameterInstructions():
|
|
35
|
+
getEndpointParameterInstructions(): {
|
|
36
|
+
[x: string]: unknown;
|
|
37
|
+
};
|
|
36
38
|
};
|
|
37
39
|
export declare class GetWorkflowExecutionHistoryCommand extends GetWorkflowExecutionHistoryCommand_base {
|
|
38
40
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ActivityTypeInfos, ListActivityTypesInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListActivityTypesCommandOutput
|
|
|
15
15
|
declare const ListActivityTypesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListActivityTypesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListActivityTypesCommandInput,
|
|
20
20
|
ListActivityTypesCommandOutput,
|
|
21
21
|
SWFClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListActivityTypesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListActivityTypesCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListActivityTypesCommandInput,
|
|
29
29
|
ListActivityTypesCommandOutput,
|
|
30
30
|
SWFClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListActivityTypesCommand extends ListActivityTypesCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListClosedWorkflowExecutionsInput,
|
|
@@ -19,7 +19,7 @@ export interface ListClosedWorkflowExecutionsCommandOutput
|
|
|
19
19
|
declare const ListClosedWorkflowExecutionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListClosedWorkflowExecutionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListClosedWorkflowExecutionsCommandInput,
|
|
24
24
|
ListClosedWorkflowExecutionsCommandOutput,
|
|
25
25
|
SWFClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListClosedWorkflowExecutionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListClosedWorkflowExecutionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListClosedWorkflowExecutionsCommandInput,
|
|
33
33
|
ListClosedWorkflowExecutionsCommandOutput,
|
|
34
34
|
SWFClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListClosedWorkflowExecutionsCommand extends ListClosedWorkflowExecutionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DomainInfos, ListDomainsInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListDomainsCommandOutput
|
|
|
15
15
|
declare const ListDomainsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListDomainsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListDomainsCommandInput,
|
|
20
20
|
ListDomainsCommandOutput,
|
|
21
21
|
SWFClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListDomainsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListDomainsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListDomainsCommandInput,
|
|
29
29
|
ListDomainsCommandOutput,
|
|
30
30
|
SWFClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListDomainsCommand extends ListDomainsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListOpenWorkflowExecutionsInput,
|
|
@@ -19,7 +19,7 @@ export interface ListOpenWorkflowExecutionsCommandOutput
|
|
|
19
19
|
declare const ListOpenWorkflowExecutionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListOpenWorkflowExecutionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListOpenWorkflowExecutionsCommandInput,
|
|
24
24
|
ListOpenWorkflowExecutionsCommandOutput,
|
|
25
25
|
SWFClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListOpenWorkflowExecutionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListOpenWorkflowExecutionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListOpenWorkflowExecutionsCommandInput,
|
|
33
33
|
ListOpenWorkflowExecutionsCommandOutput,
|
|
34
34
|
SWFClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListOpenWorkflowExecutionsCommand extends ListOpenWorkflowExecutionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTagsForResourceInput,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
SWFClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
SWFClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ListWorkflowTypesInput, WorkflowTypeInfos } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListWorkflowTypesCommandOutput
|
|
|
15
15
|
declare const ListWorkflowTypesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListWorkflowTypesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListWorkflowTypesCommandInput,
|
|
20
20
|
ListWorkflowTypesCommandOutput,
|
|
21
21
|
SWFClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListWorkflowTypesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListWorkflowTypesCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListWorkflowTypesCommandInput,
|
|
29
29
|
ListWorkflowTypesCommandOutput,
|
|
30
30
|
SWFClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListWorkflowTypesCommand extends ListWorkflowTypesCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ActivityTask, PollForActivityTaskInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -16,7 +16,7 @@ export interface PollForActivityTaskCommandOutput
|
|
|
16
16
|
declare const PollForActivityTaskCommand_base: {
|
|
17
17
|
new (
|
|
18
18
|
input: PollForActivityTaskCommandInput
|
|
19
|
-
): import("@smithy/
|
|
19
|
+
): import("@smithy/core/client").CommandImpl<
|
|
20
20
|
PollForActivityTaskCommandInput,
|
|
21
21
|
PollForActivityTaskCommandOutput,
|
|
22
22
|
SWFClientResolvedConfig,
|
|
@@ -25,14 +25,16 @@ declare const PollForActivityTaskCommand_base: {
|
|
|
25
25
|
>;
|
|
26
26
|
new (
|
|
27
27
|
input: PollForActivityTaskCommandInput
|
|
28
|
-
): import("@smithy/
|
|
28
|
+
): import("@smithy/core/client").CommandImpl<
|
|
29
29
|
PollForActivityTaskCommandInput,
|
|
30
30
|
PollForActivityTaskCommandOutput,
|
|
31
31
|
SWFClientResolvedConfig,
|
|
32
32
|
ServiceInputTypes,
|
|
33
33
|
ServiceOutputTypes
|
|
34
34
|
>;
|
|
35
|
-
getEndpointParameterInstructions():
|
|
35
|
+
getEndpointParameterInstructions(): {
|
|
36
|
+
[x: string]: unknown;
|
|
37
|
+
};
|
|
36
38
|
};
|
|
37
39
|
export declare class PollForActivityTaskCommand extends PollForActivityTaskCommand_base {
|
|
38
40
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DecisionTask, PollForDecisionTaskInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -16,7 +16,7 @@ export interface PollForDecisionTaskCommandOutput
|
|
|
16
16
|
declare const PollForDecisionTaskCommand_base: {
|
|
17
17
|
new (
|
|
18
18
|
input: PollForDecisionTaskCommandInput
|
|
19
|
-
): import("@smithy/
|
|
19
|
+
): import("@smithy/core/client").CommandImpl<
|
|
20
20
|
PollForDecisionTaskCommandInput,
|
|
21
21
|
PollForDecisionTaskCommandOutput,
|
|
22
22
|
SWFClientResolvedConfig,
|
|
@@ -25,14 +25,16 @@ declare const PollForDecisionTaskCommand_base: {
|
|
|
25
25
|
>;
|
|
26
26
|
new (
|
|
27
27
|
input: PollForDecisionTaskCommandInput
|
|
28
|
-
): import("@smithy/
|
|
28
|
+
): import("@smithy/core/client").CommandImpl<
|
|
29
29
|
PollForDecisionTaskCommandInput,
|
|
30
30
|
PollForDecisionTaskCommandOutput,
|
|
31
31
|
SWFClientResolvedConfig,
|
|
32
32
|
ServiceInputTypes,
|
|
33
33
|
ServiceOutputTypes
|
|
34
34
|
>;
|
|
35
|
-
getEndpointParameterInstructions():
|
|
35
|
+
getEndpointParameterInstructions(): {
|
|
36
|
+
[x: string]: unknown;
|
|
37
|
+
};
|
|
36
38
|
};
|
|
37
39
|
export declare class PollForDecisionTaskCommand extends PollForDecisionTaskCommand_base {
|
|
38
40
|
protected static __types: {
|