@aws-sdk/client-swf 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/SWF.d.ts +1467 -16
- package/dist-types/ts3.4/SWFClient.d.ts +350 -110
- package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +17 -8
- package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +37 -37
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SWFServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2218 -1950
- package/dist-types/ts3.4/pagination/GetWorkflowExecutionHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListActivityTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClosedWorkflowExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOpenWorkflowExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkflowTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/PollForDecisionTaskPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +449 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,8 +1,17 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { DomainInfos, ListDomainsInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface ListDomainsCommandInput extends ListDomainsInput {}
|
|
15
|
+
export interface ListDomainsCommandOutput
|
|
16
|
+
extends DomainInfos,
|
|
17
|
+
__MetadataBearer {}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListOpenWorkflowExecutionsInput,
|
|
10
|
+
WorkflowExecutionInfos,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SWFClientResolvedConfig,
|
|
16
|
+
} from "../SWFClient";
|
|
17
|
+
export interface ListOpenWorkflowExecutionsCommandInput
|
|
18
|
+
extends ListOpenWorkflowExecutionsInput {}
|
|
19
|
+
export interface ListOpenWorkflowExecutionsCommandOutput
|
|
20
|
+
extends WorkflowExecutionInfos,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListOpenWorkflowExecutionsCommand extends $Command<
|
|
24
|
+
ListOpenWorkflowExecutionsCommandInput,
|
|
25
|
+
ListOpenWorkflowExecutionsCommandOutput,
|
|
26
|
+
SWFClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListOpenWorkflowExecutionsCommandInput;
|
|
29
|
+
constructor(input: ListOpenWorkflowExecutionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SWFClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListOpenWorkflowExecutionsCommandInput,
|
|
37
|
+
ListOpenWorkflowExecutionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListTagsForResourceInput,
|
|
10
|
+
ListTagsForResourceOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SWFClientResolvedConfig,
|
|
16
|
+
} from "../SWFClient";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceInput {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
|
+
ListTagsForResourceCommandInput,
|
|
25
|
+
ListTagsForResourceCommandOutput,
|
|
26
|
+
SWFClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SWFClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { ListWorkflowTypesInput, WorkflowTypeInfos } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface ListWorkflowTypesCommandInput extends ListWorkflowTypesInput {}
|
|
15
|
+
export interface ListWorkflowTypesCommandOutput
|
|
16
|
+
extends WorkflowTypeInfos,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListWorkflowTypesCommand extends $Command<
|
|
20
|
+
ListWorkflowTypesCommandInput,
|
|
21
|
+
ListWorkflowTypesCommandOutput,
|
|
22
|
+
SWFClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListWorkflowTypesCommandInput;
|
|
25
|
+
constructor(input: ListWorkflowTypesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SWFClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { ActivityTask, PollForActivityTaskInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface PollForActivityTaskCommandInput
|
|
15
|
+
extends PollForActivityTaskInput {}
|
|
16
|
+
export interface PollForActivityTaskCommandOutput
|
|
17
|
+
extends ActivityTask,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
|
|
20
|
+
export declare class PollForActivityTaskCommand extends $Command<
|
|
21
|
+
PollForActivityTaskCommandInput,
|
|
22
|
+
PollForActivityTaskCommandOutput,
|
|
23
|
+
SWFClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: PollForActivityTaskCommandInput;
|
|
26
|
+
constructor(input: PollForActivityTaskCommandInput);
|
|
27
|
+
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: SWFClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { DecisionTask, PollForDecisionTaskInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface PollForDecisionTaskCommandInput
|
|
15
|
+
extends PollForDecisionTaskInput {}
|
|
16
|
+
export interface PollForDecisionTaskCommandOutput
|
|
17
|
+
extends DecisionTask,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
|
|
20
|
+
export declare class PollForDecisionTaskCommand extends $Command<
|
|
21
|
+
PollForDecisionTaskCommandInput,
|
|
22
|
+
PollForDecisionTaskCommandOutput,
|
|
23
|
+
SWFClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: PollForDecisionTaskCommandInput;
|
|
26
|
+
constructor(input: PollForDecisionTaskCommandInput);
|
|
27
|
+
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: SWFClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ActivityTaskStatus,
|
|
10
|
+
RecordActivityTaskHeartbeatInput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SWFClientResolvedConfig,
|
|
16
|
+
} from "../SWFClient";
|
|
17
|
+
export interface RecordActivityTaskHeartbeatCommandInput
|
|
18
|
+
extends RecordActivityTaskHeartbeatInput {}
|
|
19
|
+
export interface RecordActivityTaskHeartbeatCommandOutput
|
|
20
|
+
extends ActivityTaskStatus,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class RecordActivityTaskHeartbeatCommand extends $Command<
|
|
24
|
+
RecordActivityTaskHeartbeatCommandInput,
|
|
25
|
+
RecordActivityTaskHeartbeatCommandOutput,
|
|
26
|
+
SWFClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: RecordActivityTaskHeartbeatCommandInput;
|
|
29
|
+
constructor(input: RecordActivityTaskHeartbeatCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SWFClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
RecordActivityTaskHeartbeatCommandInput,
|
|
37
|
+
RecordActivityTaskHeartbeatCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { RegisterActivityTypeInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface RegisterActivityTypeCommandInput
|
|
15
|
+
extends RegisterActivityTypeInput {}
|
|
16
|
+
export interface RegisterActivityTypeCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class RegisterActivityTypeCommand extends $Command<
|
|
19
|
+
RegisterActivityTypeCommandInput,
|
|
20
|
+
RegisterActivityTypeCommandOutput,
|
|
21
|
+
SWFClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: RegisterActivityTypeCommandInput;
|
|
24
|
+
constructor(input: RegisterActivityTypeCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: SWFClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
RegisterActivityTypeCommandInput,
|
|
32
|
+
RegisterActivityTypeCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { RegisterDomainInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface RegisterDomainCommandInput extends RegisterDomainInput {}
|
|
15
|
+
export interface RegisterDomainCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class RegisterDomainCommand extends $Command<
|
|
18
|
+
RegisterDomainCommandInput,
|
|
19
|
+
RegisterDomainCommandOutput,
|
|
20
|
+
SWFClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: RegisterDomainCommandInput;
|
|
23
|
+
constructor(input: RegisterDomainCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SWFClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<RegisterDomainCommandInput, RegisterDomainCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { RegisterWorkflowTypeInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface RegisterWorkflowTypeCommandInput
|
|
15
|
+
extends RegisterWorkflowTypeInput {}
|
|
16
|
+
export interface RegisterWorkflowTypeCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class RegisterWorkflowTypeCommand extends $Command<
|
|
19
|
+
RegisterWorkflowTypeCommandInput,
|
|
20
|
+
RegisterWorkflowTypeCommandOutput,
|
|
21
|
+
SWFClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: RegisterWorkflowTypeCommandInput;
|
|
24
|
+
constructor(input: RegisterWorkflowTypeCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: SWFClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
RegisterWorkflowTypeCommandInput,
|
|
32
|
+
RegisterWorkflowTypeCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { RequestCancelWorkflowExecutionInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface RequestCancelWorkflowExecutionCommandInput
|
|
15
|
+
extends RequestCancelWorkflowExecutionInput {}
|
|
16
|
+
export interface RequestCancelWorkflowExecutionCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class RequestCancelWorkflowExecutionCommand extends $Command<
|
|
20
|
+
RequestCancelWorkflowExecutionCommandInput,
|
|
21
|
+
RequestCancelWorkflowExecutionCommandOutput,
|
|
22
|
+
SWFClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: RequestCancelWorkflowExecutionCommandInput;
|
|
25
|
+
constructor(input: RequestCancelWorkflowExecutionCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SWFClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
RequestCancelWorkflowExecutionCommandInput,
|
|
33
|
+
RequestCancelWorkflowExecutionCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { RespondActivityTaskCanceledInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface RespondActivityTaskCanceledCommandInput
|
|
15
|
+
extends RespondActivityTaskCanceledInput {}
|
|
16
|
+
export interface RespondActivityTaskCanceledCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class RespondActivityTaskCanceledCommand extends $Command<
|
|
20
|
+
RespondActivityTaskCanceledCommandInput,
|
|
21
|
+
RespondActivityTaskCanceledCommandOutput,
|
|
22
|
+
SWFClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: RespondActivityTaskCanceledCommandInput;
|
|
25
|
+
constructor(input: RespondActivityTaskCanceledCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SWFClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
RespondActivityTaskCanceledCommandInput,
|
|
33
|
+
RespondActivityTaskCanceledCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|