@aws-sdk/client-swf 3.477.0 → 3.481.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/commands/CountClosedWorkflowExecutionsCommand.js +18 -41
- package/dist-cjs/commands/CountOpenWorkflowExecutionsCommand.js +18 -41
- package/dist-cjs/commands/CountPendingActivityTasksCommand.js +18 -41
- package/dist-cjs/commands/CountPendingDecisionTasksCommand.js +18 -41
- package/dist-cjs/commands/DeprecateActivityTypeCommand.js +18 -41
- package/dist-cjs/commands/DeprecateDomainCommand.js +18 -41
- package/dist-cjs/commands/DeprecateWorkflowTypeCommand.js +18 -41
- package/dist-cjs/commands/DescribeActivityTypeCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainCommand.js +18 -41
- package/dist-cjs/commands/DescribeWorkflowExecutionCommand.js +18 -41
- package/dist-cjs/commands/DescribeWorkflowTypeCommand.js +18 -41
- package/dist-cjs/commands/GetWorkflowExecutionHistoryCommand.js +18 -41
- package/dist-cjs/commands/ListActivityTypesCommand.js +18 -41
- package/dist-cjs/commands/ListClosedWorkflowExecutionsCommand.js +18 -41
- package/dist-cjs/commands/ListDomainsCommand.js +18 -41
- package/dist-cjs/commands/ListOpenWorkflowExecutionsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListWorkflowTypesCommand.js +18 -41
- package/dist-cjs/commands/PollForActivityTaskCommand.js +18 -41
- package/dist-cjs/commands/PollForDecisionTaskCommand.js +18 -41
- package/dist-cjs/commands/RecordActivityTaskHeartbeatCommand.js +18 -41
- package/dist-cjs/commands/RegisterActivityTypeCommand.js +18 -41
- package/dist-cjs/commands/RegisterDomainCommand.js +18 -41
- package/dist-cjs/commands/RegisterWorkflowTypeCommand.js +18 -41
- package/dist-cjs/commands/RequestCancelWorkflowExecutionCommand.js +18 -41
- package/dist-cjs/commands/RespondActivityTaskCanceledCommand.js +18 -41
- package/dist-cjs/commands/RespondActivityTaskCompletedCommand.js +18 -41
- package/dist-cjs/commands/RespondActivityTaskFailedCommand.js +18 -41
- package/dist-cjs/commands/RespondDecisionTaskCompletedCommand.js +18 -41
- package/dist-cjs/commands/SignalWorkflowExecutionCommand.js +18 -41
- package/dist-cjs/commands/StartWorkflowExecutionCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/TerminateWorkflowExecutionCommand.js +18 -41
- package/dist-cjs/commands/UndeprecateActivityTypeCommand.js +18 -41
- package/dist-cjs/commands/UndeprecateDomainCommand.js +18 -41
- package/dist-cjs/commands/UndeprecateWorkflowTypeCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/GetWorkflowExecutionHistoryPaginator.js +2 -24
- package/dist-cjs/pagination/ListActivityTypesPaginator.js +2 -24
- package/dist-cjs/pagination/ListClosedWorkflowExecutionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDomainsPaginator.js +2 -24
- package/dist-cjs/pagination/ListOpenWorkflowExecutionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListWorkflowTypesPaginator.js +2 -24
- package/dist-cjs/pagination/PollForDecisionTaskPaginator.js +2 -24
- package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +18 -41
- package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +18 -41
- package/dist-es/commands/CountPendingActivityTasksCommand.js +18 -41
- package/dist-es/commands/CountPendingDecisionTasksCommand.js +18 -41
- package/dist-es/commands/DeprecateActivityTypeCommand.js +18 -41
- package/dist-es/commands/DeprecateDomainCommand.js +18 -41
- package/dist-es/commands/DeprecateWorkflowTypeCommand.js +18 -41
- package/dist-es/commands/DescribeActivityTypeCommand.js +18 -41
- package/dist-es/commands/DescribeDomainCommand.js +18 -41
- package/dist-es/commands/DescribeWorkflowExecutionCommand.js +18 -41
- package/dist-es/commands/DescribeWorkflowTypeCommand.js +18 -41
- package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +18 -41
- package/dist-es/commands/ListActivityTypesCommand.js +18 -41
- package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +18 -41
- package/dist-es/commands/ListDomainsCommand.js +18 -41
- package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListWorkflowTypesCommand.js +18 -41
- package/dist-es/commands/PollForActivityTaskCommand.js +18 -41
- package/dist-es/commands/PollForDecisionTaskCommand.js +18 -41
- package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +18 -41
- package/dist-es/commands/RegisterActivityTypeCommand.js +18 -41
- package/dist-es/commands/RegisterDomainCommand.js +18 -41
- package/dist-es/commands/RegisterWorkflowTypeCommand.js +18 -41
- package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +18 -41
- package/dist-es/commands/RespondActivityTaskCanceledCommand.js +18 -41
- package/dist-es/commands/RespondActivityTaskCompletedCommand.js +18 -41
- package/dist-es/commands/RespondActivityTaskFailedCommand.js +18 -41
- package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +18 -41
- package/dist-es/commands/SignalWorkflowExecutionCommand.js +18 -41
- package/dist-es/commands/StartWorkflowExecutionCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/TerminateWorkflowExecutionCommand.js +18 -41
- package/dist-es/commands/UndeprecateActivityTypeCommand.js +18 -41
- package/dist-es/commands/UndeprecateDomainCommand.js +18 -41
- package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/GetWorkflowExecutionHistoryPaginator.js +2 -23
- package/dist-es/pagination/ListActivityTypesPaginator.js +2 -23
- package/dist-es/pagination/ListClosedWorkflowExecutionsPaginator.js +2 -23
- package/dist-es/pagination/ListDomainsPaginator.js +2 -23
- package/dist-es/pagination/ListOpenWorkflowExecutionsPaginator.js +2 -23
- package/dist-es/pagination/ListWorkflowTypesPaginator.js +2 -23
- package/dist-es/pagination/PollForDecisionTaskPaginator.js +2 -23
- package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +6 -21
- package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +6 -21
- package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +6 -21
- package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +6 -21
- package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +6 -21
- package/dist-types/commands/DeprecateDomainCommand.d.ts +6 -21
- package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +6 -21
- package/dist-types/commands/DescribeActivityTypeCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainCommand.d.ts +6 -21
- package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +6 -21
- package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +6 -21
- package/dist-types/commands/ListActivityTypesCommand.d.ts +6 -21
- package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +6 -21
- package/dist-types/commands/ListDomainsCommand.d.ts +6 -21
- package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListWorkflowTypesCommand.d.ts +6 -21
- package/dist-types/commands/PollForActivityTaskCommand.d.ts +6 -21
- package/dist-types/commands/PollForDecisionTaskCommand.d.ts +6 -21
- package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +6 -21
- package/dist-types/commands/RegisterActivityTypeCommand.d.ts +6 -21
- package/dist-types/commands/RegisterDomainCommand.d.ts +6 -21
- package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +6 -21
- package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +6 -21
- package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +6 -21
- package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +6 -21
- package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +6 -21
- package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +6 -21
- package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +6 -21
- package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +6 -21
- package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +6 -21
- package/dist-types/commands/UndeprecateDomainCommand.d.ts +6 -21
- package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/GetWorkflowExecutionHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListActivityTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClosedWorkflowExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOpenWorkflowExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/PollForDecisionTaskPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/GetWorkflowExecutionHistoryPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListActivityTypesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListClosedWorkflowExecutionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListOpenWorkflowExecutionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWorkflowTypesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/PollForDecisionTaskPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_RegisterDomainCommand, se_RegisterDomainCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class RegisterDomainCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "SWFClient";
|
|
26
|
-
const commandName = "RegisterDomainCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "SimpleWorkflowService",
|
|
35
|
-
operation: "RegisterDomain",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_RegisterDomainCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_RegisterDomainCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class RegisterDomainCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("SimpleWorkflowService", "RegisterDomain", {})
|
|
19
|
+
.n("SWFClient", "RegisterDomainCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_RegisterDomainCommand)
|
|
22
|
+
.de(de_RegisterDomainCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_RegisterWorkflowTypeCommand, se_RegisterWorkflowTypeCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class RegisterWorkflowTypeCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "SWFClient";
|
|
26
|
-
const commandName = "RegisterWorkflowTypeCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "SimpleWorkflowService",
|
|
35
|
-
operation: "RegisterWorkflowType",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_RegisterWorkflowTypeCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_RegisterWorkflowTypeCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class RegisterWorkflowTypeCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("SimpleWorkflowService", "RegisterWorkflowType", {})
|
|
19
|
+
.n("SWFClient", "RegisterWorkflowTypeCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_RegisterWorkflowTypeCommand)
|
|
22
|
+
.de(de_RegisterWorkflowTypeCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_RequestCancelWorkflowExecutionCommand, se_RequestCancelWorkflowExecutionCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class RequestCancelWorkflowExecutionCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "SWFClient";
|
|
26
|
-
const commandName = "RequestCancelWorkflowExecutionCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "SimpleWorkflowService",
|
|
35
|
-
operation: "RequestCancelWorkflowExecution",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_RequestCancelWorkflowExecutionCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_RequestCancelWorkflowExecutionCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class RequestCancelWorkflowExecutionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("SimpleWorkflowService", "RequestCancelWorkflowExecution", {})
|
|
19
|
+
.n("SWFClient", "RequestCancelWorkflowExecutionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_RequestCancelWorkflowExecutionCommand)
|
|
22
|
+
.de(de_RequestCancelWorkflowExecutionCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_RespondActivityTaskCanceledCommand, se_RespondActivityTaskCanceledCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class RespondActivityTaskCanceledCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "SWFClient";
|
|
26
|
-
const commandName = "RespondActivityTaskCanceledCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "SimpleWorkflowService",
|
|
35
|
-
operation: "RespondActivityTaskCanceled",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_RespondActivityTaskCanceledCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_RespondActivityTaskCanceledCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class RespondActivityTaskCanceledCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("SimpleWorkflowService", "RespondActivityTaskCanceled", {})
|
|
19
|
+
.n("SWFClient", "RespondActivityTaskCanceledCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_RespondActivityTaskCanceledCommand)
|
|
22
|
+
.de(de_RespondActivityTaskCanceledCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_RespondActivityTaskCompletedCommand, se_RespondActivityTaskCompletedCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class RespondActivityTaskCompletedCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "SWFClient";
|
|
26
|
-
const commandName = "RespondActivityTaskCompletedCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "SimpleWorkflowService",
|
|
35
|
-
operation: "RespondActivityTaskCompleted",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_RespondActivityTaskCompletedCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_RespondActivityTaskCompletedCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class RespondActivityTaskCompletedCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("SimpleWorkflowService", "RespondActivityTaskCompleted", {})
|
|
19
|
+
.n("SWFClient", "RespondActivityTaskCompletedCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_RespondActivityTaskCompletedCommand)
|
|
22
|
+
.de(de_RespondActivityTaskCompletedCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_RespondActivityTaskFailedCommand, se_RespondActivityTaskFailedCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class RespondActivityTaskFailedCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "SWFClient";
|
|
26
|
-
const commandName = "RespondActivityTaskFailedCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "SimpleWorkflowService",
|
|
35
|
-
operation: "RespondActivityTaskFailed",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_RespondActivityTaskFailedCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_RespondActivityTaskFailedCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class RespondActivityTaskFailedCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("SimpleWorkflowService", "RespondActivityTaskFailed", {})
|
|
19
|
+
.n("SWFClient", "RespondActivityTaskFailedCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_RespondActivityTaskFailedCommand)
|
|
22
|
+
.de(de_RespondActivityTaskFailedCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_RespondDecisionTaskCompletedCommand, se_RespondDecisionTaskCompletedCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class RespondDecisionTaskCompletedCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "SWFClient";
|
|
26
|
-
const commandName = "RespondDecisionTaskCompletedCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "SimpleWorkflowService",
|
|
35
|
-
operation: "RespondDecisionTaskCompleted",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_RespondDecisionTaskCompletedCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_RespondDecisionTaskCompletedCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class RespondDecisionTaskCompletedCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("SimpleWorkflowService", "RespondDecisionTaskCompleted", {})
|
|
19
|
+
.n("SWFClient", "RespondDecisionTaskCompletedCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_RespondDecisionTaskCompletedCommand)
|
|
22
|
+
.de(de_RespondDecisionTaskCompletedCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_SignalWorkflowExecutionCommand, se_SignalWorkflowExecutionCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class SignalWorkflowExecutionCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "SWFClient";
|
|
26
|
-
const commandName = "SignalWorkflowExecutionCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "SimpleWorkflowService",
|
|
35
|
-
operation: "SignalWorkflowExecution",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_SignalWorkflowExecutionCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_SignalWorkflowExecutionCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class SignalWorkflowExecutionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("SimpleWorkflowService", "SignalWorkflowExecution", {})
|
|
19
|
+
.n("SWFClient", "SignalWorkflowExecutionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_SignalWorkflowExecutionCommand)
|
|
22
|
+
.de(de_SignalWorkflowExecutionCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_StartWorkflowExecutionCommand, se_StartWorkflowExecutionCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class StartWorkflowExecutionCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "SWFClient";
|
|
26
|
-
const commandName = "StartWorkflowExecutionCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "SimpleWorkflowService",
|
|
35
|
-
operation: "StartWorkflowExecution",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_StartWorkflowExecutionCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_StartWorkflowExecutionCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class StartWorkflowExecutionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("SimpleWorkflowService", "StartWorkflowExecution", {})
|
|
19
|
+
.n("SWFClient", "StartWorkflowExecutionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_StartWorkflowExecutionCommand)
|
|
22
|
+
.de(de_StartWorkflowExecutionCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|