@aws-sdk/client-swf 3.478.0 → 3.484.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-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-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/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/package.json +11 -11
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CountClosedWorkflowExecutionsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SWFClient";
|
|
29
|
-
const commandName = "CountClosedWorkflowExecutionsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SimpleWorkflowService",
|
|
38
|
-
operation: "CountClosedWorkflowExecutions",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_CountClosedWorkflowExecutionsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_CountClosedWorkflowExecutionsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CountClosedWorkflowExecutionsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("SimpleWorkflowService", "CountClosedWorkflowExecutions", {})
|
|
22
|
+
.n("SWFClient", "CountClosedWorkflowExecutionsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_CountClosedWorkflowExecutionsCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_CountClosedWorkflowExecutionsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CountClosedWorkflowExecutionsCommand = CountClosedWorkflowExecutionsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CountOpenWorkflowExecutionsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SWFClient";
|
|
29
|
-
const commandName = "CountOpenWorkflowExecutionsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SimpleWorkflowService",
|
|
38
|
-
operation: "CountOpenWorkflowExecutions",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_CountOpenWorkflowExecutionsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_CountOpenWorkflowExecutionsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CountOpenWorkflowExecutionsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("SimpleWorkflowService", "CountOpenWorkflowExecutions", {})
|
|
22
|
+
.n("SWFClient", "CountOpenWorkflowExecutionsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_CountOpenWorkflowExecutionsCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_CountOpenWorkflowExecutionsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CountOpenWorkflowExecutionsCommand = CountOpenWorkflowExecutionsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CountPendingActivityTasksCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SWFClient";
|
|
29
|
-
const commandName = "CountPendingActivityTasksCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SimpleWorkflowService",
|
|
38
|
-
operation: "CountPendingActivityTasks",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_CountPendingActivityTasksCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_CountPendingActivityTasksCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CountPendingActivityTasksCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("SimpleWorkflowService", "CountPendingActivityTasks", {})
|
|
22
|
+
.n("SWFClient", "CountPendingActivityTasksCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_CountPendingActivityTasksCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_CountPendingActivityTasksCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CountPendingActivityTasksCommand = CountPendingActivityTasksCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CountPendingDecisionTasksCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SWFClient";
|
|
29
|
-
const commandName = "CountPendingDecisionTasksCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SimpleWorkflowService",
|
|
38
|
-
operation: "CountPendingDecisionTasks",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_CountPendingDecisionTasksCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_CountPendingDecisionTasksCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CountPendingDecisionTasksCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("SimpleWorkflowService", "CountPendingDecisionTasks", {})
|
|
22
|
+
.n("SWFClient", "CountPendingDecisionTasksCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_CountPendingDecisionTasksCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_CountPendingDecisionTasksCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CountPendingDecisionTasksCommand = CountPendingDecisionTasksCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class DeprecateActivityTypeCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SWFClient";
|
|
29
|
-
const commandName = "DeprecateActivityTypeCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SimpleWorkflowService",
|
|
38
|
-
operation: "DeprecateActivityType",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_DeprecateActivityTypeCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_DeprecateActivityTypeCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeprecateActivityTypeCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("SimpleWorkflowService", "DeprecateActivityType", {})
|
|
22
|
+
.n("SWFClient", "DeprecateActivityTypeCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_DeprecateActivityTypeCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_DeprecateActivityTypeCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeprecateActivityTypeCommand = DeprecateActivityTypeCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class DeprecateDomainCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SWFClient";
|
|
29
|
-
const commandName = "DeprecateDomainCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SimpleWorkflowService",
|
|
38
|
-
operation: "DeprecateDomain",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_DeprecateDomainCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_DeprecateDomainCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeprecateDomainCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("SimpleWorkflowService", "DeprecateDomain", {})
|
|
22
|
+
.n("SWFClient", "DeprecateDomainCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_DeprecateDomainCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_DeprecateDomainCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeprecateDomainCommand = DeprecateDomainCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class DeprecateWorkflowTypeCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SWFClient";
|
|
29
|
-
const commandName = "DeprecateWorkflowTypeCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SimpleWorkflowService",
|
|
38
|
-
operation: "DeprecateWorkflowType",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_DeprecateWorkflowTypeCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_DeprecateWorkflowTypeCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeprecateWorkflowTypeCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("SimpleWorkflowService", "DeprecateWorkflowType", {})
|
|
22
|
+
.n("SWFClient", "DeprecateWorkflowTypeCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_DeprecateWorkflowTypeCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_DeprecateWorkflowTypeCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeprecateWorkflowTypeCommand = DeprecateWorkflowTypeCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class DescribeActivityTypeCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SWFClient";
|
|
29
|
-
const commandName = "DescribeActivityTypeCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SimpleWorkflowService",
|
|
38
|
-
operation: "DescribeActivityType",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_DescribeActivityTypeCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_DescribeActivityTypeCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeActivityTypeCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("SimpleWorkflowService", "DescribeActivityType", {})
|
|
22
|
+
.n("SWFClient", "DescribeActivityTypeCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_DescribeActivityTypeCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_DescribeActivityTypeCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeActivityTypeCommand = DescribeActivityTypeCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class DescribeDomainCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SWFClient";
|
|
29
|
-
const commandName = "DescribeDomainCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SimpleWorkflowService",
|
|
38
|
-
operation: "DescribeDomain",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_DescribeDomainCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_DescribeDomainCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeDomainCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("SimpleWorkflowService", "DescribeDomain", {})
|
|
22
|
+
.n("SWFClient", "DescribeDomainCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_DescribeDomainCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_DescribeDomainCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeDomainCommand = DescribeDomainCommand;
|