Socket
Socket
Sign inDemoInstall

@aws-sdk/client-swf

Package Overview
Dependencies
137
Maintainers
5
Versions
378
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.490.0 to 3.495.0

29

dist-cjs/commands/CountClosedWorkflowExecutionsCommand.js

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CountClosedWorkflowExecutionsCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class CountClosedWorkflowExecutionsCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "CountClosedWorkflowExecutions", {})
.n("SWFClient", "CountClosedWorkflowExecutionsCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_CountClosedWorkflowExecutionsCommand)
.de(Aws_json1_0_1.de_CountClosedWorkflowExecutionsCommand)
.build() {
}
exports.CountClosedWorkflowExecutionsCommand = CountClosedWorkflowExecutionsCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CountOpenWorkflowExecutionsCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class CountOpenWorkflowExecutionsCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "CountOpenWorkflowExecutions", {})
.n("SWFClient", "CountOpenWorkflowExecutionsCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_CountOpenWorkflowExecutionsCommand)
.de(Aws_json1_0_1.de_CountOpenWorkflowExecutionsCommand)
.build() {
}
exports.CountOpenWorkflowExecutionsCommand = CountOpenWorkflowExecutionsCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CountPendingActivityTasksCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class CountPendingActivityTasksCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "CountPendingActivityTasks", {})
.n("SWFClient", "CountPendingActivityTasksCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_CountPendingActivityTasksCommand)
.de(Aws_json1_0_1.de_CountPendingActivityTasksCommand)
.build() {
}
exports.CountPendingActivityTasksCommand = CountPendingActivityTasksCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CountPendingDecisionTasksCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class CountPendingDecisionTasksCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "CountPendingDecisionTasks", {})
.n("SWFClient", "CountPendingDecisionTasksCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_CountPendingDecisionTasksCommand)
.de(Aws_json1_0_1.de_CountPendingDecisionTasksCommand)
.build() {
}
exports.CountPendingDecisionTasksCommand = CountPendingDecisionTasksCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeprecateActivityTypeCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class DeprecateActivityTypeCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "DeprecateActivityType", {})
.n("SWFClient", "DeprecateActivityTypeCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_DeprecateActivityTypeCommand)
.de(Aws_json1_0_1.de_DeprecateActivityTypeCommand)
.build() {
}
exports.DeprecateActivityTypeCommand = DeprecateActivityTypeCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeprecateDomainCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class DeprecateDomainCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "DeprecateDomain", {})
.n("SWFClient", "DeprecateDomainCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_DeprecateDomainCommand)
.de(Aws_json1_0_1.de_DeprecateDomainCommand)
.build() {
}
exports.DeprecateDomainCommand = DeprecateDomainCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeprecateWorkflowTypeCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class DeprecateWorkflowTypeCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "DeprecateWorkflowType", {})
.n("SWFClient", "DeprecateWorkflowTypeCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_DeprecateWorkflowTypeCommand)
.de(Aws_json1_0_1.de_DeprecateWorkflowTypeCommand)
.build() {
}
exports.DeprecateWorkflowTypeCommand = DeprecateWorkflowTypeCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DescribeActivityTypeCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class DescribeActivityTypeCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "DescribeActivityType", {})
.n("SWFClient", "DescribeActivityTypeCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_DescribeActivityTypeCommand)
.de(Aws_json1_0_1.de_DescribeActivityTypeCommand)
.build() {
}
exports.DescribeActivityTypeCommand = DescribeActivityTypeCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DescribeDomainCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class DescribeDomainCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "DescribeDomain", {})
.n("SWFClient", "DescribeDomainCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_DescribeDomainCommand)
.de(Aws_json1_0_1.de_DescribeDomainCommand)
.build() {
}
exports.DescribeDomainCommand = DescribeDomainCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DescribeWorkflowExecutionCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class DescribeWorkflowExecutionCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "DescribeWorkflowExecution", {})
.n("SWFClient", "DescribeWorkflowExecutionCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_DescribeWorkflowExecutionCommand)
.de(Aws_json1_0_1.de_DescribeWorkflowExecutionCommand)
.build() {
}
exports.DescribeWorkflowExecutionCommand = DescribeWorkflowExecutionCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DescribeWorkflowTypeCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class DescribeWorkflowTypeCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "DescribeWorkflowType", {})
.n("SWFClient", "DescribeWorkflowTypeCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_DescribeWorkflowTypeCommand)
.de(Aws_json1_0_1.de_DescribeWorkflowTypeCommand)
.build() {
}
exports.DescribeWorkflowTypeCommand = DescribeWorkflowTypeCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetWorkflowExecutionHistoryCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class GetWorkflowExecutionHistoryCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "GetWorkflowExecutionHistory", {})
.n("SWFClient", "GetWorkflowExecutionHistoryCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_GetWorkflowExecutionHistoryCommand)
.de(Aws_json1_0_1.de_GetWorkflowExecutionHistoryCommand)
.build() {
}
exports.GetWorkflowExecutionHistoryCommand = GetWorkflowExecutionHistoryCommand;
module.exports = require("../index.js");

@@ -1,40 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./CountClosedWorkflowExecutionsCommand"), exports);
tslib_1.__exportStar(require("./CountOpenWorkflowExecutionsCommand"), exports);
tslib_1.__exportStar(require("./CountPendingActivityTasksCommand"), exports);
tslib_1.__exportStar(require("./CountPendingDecisionTasksCommand"), exports);
tslib_1.__exportStar(require("./DeprecateActivityTypeCommand"), exports);
tslib_1.__exportStar(require("./DeprecateDomainCommand"), exports);
tslib_1.__exportStar(require("./DeprecateWorkflowTypeCommand"), exports);
tslib_1.__exportStar(require("./DescribeActivityTypeCommand"), exports);
tslib_1.__exportStar(require("./DescribeDomainCommand"), exports);
tslib_1.__exportStar(require("./DescribeWorkflowExecutionCommand"), exports);
tslib_1.__exportStar(require("./DescribeWorkflowTypeCommand"), exports);
tslib_1.__exportStar(require("./GetWorkflowExecutionHistoryCommand"), exports);
tslib_1.__exportStar(require("./ListActivityTypesCommand"), exports);
tslib_1.__exportStar(require("./ListClosedWorkflowExecutionsCommand"), exports);
tslib_1.__exportStar(require("./ListDomainsCommand"), exports);
tslib_1.__exportStar(require("./ListOpenWorkflowExecutionsCommand"), exports);
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
tslib_1.__exportStar(require("./ListWorkflowTypesCommand"), exports);
tslib_1.__exportStar(require("./PollForActivityTaskCommand"), exports);
tslib_1.__exportStar(require("./PollForDecisionTaskCommand"), exports);
tslib_1.__exportStar(require("./RecordActivityTaskHeartbeatCommand"), exports);
tslib_1.__exportStar(require("./RegisterActivityTypeCommand"), exports);
tslib_1.__exportStar(require("./RegisterDomainCommand"), exports);
tslib_1.__exportStar(require("./RegisterWorkflowTypeCommand"), exports);
tslib_1.__exportStar(require("./RequestCancelWorkflowExecutionCommand"), exports);
tslib_1.__exportStar(require("./RespondActivityTaskCanceledCommand"), exports);
tslib_1.__exportStar(require("./RespondActivityTaskCompletedCommand"), exports);
tslib_1.__exportStar(require("./RespondActivityTaskFailedCommand"), exports);
tslib_1.__exportStar(require("./RespondDecisionTaskCompletedCommand"), exports);
tslib_1.__exportStar(require("./SignalWorkflowExecutionCommand"), exports);
tslib_1.__exportStar(require("./StartWorkflowExecutionCommand"), exports);
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
tslib_1.__exportStar(require("./TerminateWorkflowExecutionCommand"), exports);
tslib_1.__exportStar(require("./UndeprecateActivityTypeCommand"), exports);
tslib_1.__exportStar(require("./UndeprecateDomainCommand"), exports);
tslib_1.__exportStar(require("./UndeprecateWorkflowTypeCommand"), exports);
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ListActivityTypesCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class ListActivityTypesCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "ListActivityTypes", {})
.n("SWFClient", "ListActivityTypesCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_ListActivityTypesCommand)
.de(Aws_json1_0_1.de_ListActivityTypesCommand)
.build() {
}
exports.ListActivityTypesCommand = ListActivityTypesCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ListClosedWorkflowExecutionsCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class ListClosedWorkflowExecutionsCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "ListClosedWorkflowExecutions", {})
.n("SWFClient", "ListClosedWorkflowExecutionsCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_ListClosedWorkflowExecutionsCommand)
.de(Aws_json1_0_1.de_ListClosedWorkflowExecutionsCommand)
.build() {
}
exports.ListClosedWorkflowExecutionsCommand = ListClosedWorkflowExecutionsCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ListDomainsCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class ListDomainsCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "ListDomains", {})
.n("SWFClient", "ListDomainsCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_ListDomainsCommand)
.de(Aws_json1_0_1.de_ListDomainsCommand)
.build() {
}
exports.ListDomainsCommand = ListDomainsCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ListOpenWorkflowExecutionsCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class ListOpenWorkflowExecutionsCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "ListOpenWorkflowExecutions", {})
.n("SWFClient", "ListOpenWorkflowExecutionsCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_ListOpenWorkflowExecutionsCommand)
.de(Aws_json1_0_1.de_ListOpenWorkflowExecutionsCommand)
.build() {
}
exports.ListOpenWorkflowExecutionsCommand = ListOpenWorkflowExecutionsCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ListTagsForResourceCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class ListTagsForResourceCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "ListTagsForResource", {})
.n("SWFClient", "ListTagsForResourceCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_ListTagsForResourceCommand)
.de(Aws_json1_0_1.de_ListTagsForResourceCommand)
.build() {
}
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ListWorkflowTypesCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class ListWorkflowTypesCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "ListWorkflowTypes", {})
.n("SWFClient", "ListWorkflowTypesCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_ListWorkflowTypesCommand)
.de(Aws_json1_0_1.de_ListWorkflowTypesCommand)
.build() {
}
exports.ListWorkflowTypesCommand = ListWorkflowTypesCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PollForActivityTaskCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class PollForActivityTaskCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "PollForActivityTask", {})
.n("SWFClient", "PollForActivityTaskCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_PollForActivityTaskCommand)
.de(Aws_json1_0_1.de_PollForActivityTaskCommand)
.build() {
}
exports.PollForActivityTaskCommand = PollForActivityTaskCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PollForDecisionTaskCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class PollForDecisionTaskCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "PollForDecisionTask", {})
.n("SWFClient", "PollForDecisionTaskCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_PollForDecisionTaskCommand)
.de(Aws_json1_0_1.de_PollForDecisionTaskCommand)
.build() {
}
exports.PollForDecisionTaskCommand = PollForDecisionTaskCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RecordActivityTaskHeartbeatCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class RecordActivityTaskHeartbeatCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "RecordActivityTaskHeartbeat", {})
.n("SWFClient", "RecordActivityTaskHeartbeatCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_RecordActivityTaskHeartbeatCommand)
.de(Aws_json1_0_1.de_RecordActivityTaskHeartbeatCommand)
.build() {
}
exports.RecordActivityTaskHeartbeatCommand = RecordActivityTaskHeartbeatCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RegisterActivityTypeCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class RegisterActivityTypeCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "RegisterActivityType", {})
.n("SWFClient", "RegisterActivityTypeCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_RegisterActivityTypeCommand)
.de(Aws_json1_0_1.de_RegisterActivityTypeCommand)
.build() {
}
exports.RegisterActivityTypeCommand = RegisterActivityTypeCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RegisterDomainCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class RegisterDomainCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "RegisterDomain", {})
.n("SWFClient", "RegisterDomainCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_RegisterDomainCommand)
.de(Aws_json1_0_1.de_RegisterDomainCommand)
.build() {
}
exports.RegisterDomainCommand = RegisterDomainCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RegisterWorkflowTypeCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class RegisterWorkflowTypeCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "RegisterWorkflowType", {})
.n("SWFClient", "RegisterWorkflowTypeCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_RegisterWorkflowTypeCommand)
.de(Aws_json1_0_1.de_RegisterWorkflowTypeCommand)
.build() {
}
exports.RegisterWorkflowTypeCommand = RegisterWorkflowTypeCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RequestCancelWorkflowExecutionCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class RequestCancelWorkflowExecutionCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "RequestCancelWorkflowExecution", {})
.n("SWFClient", "RequestCancelWorkflowExecutionCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_RequestCancelWorkflowExecutionCommand)
.de(Aws_json1_0_1.de_RequestCancelWorkflowExecutionCommand)
.build() {
}
exports.RequestCancelWorkflowExecutionCommand = RequestCancelWorkflowExecutionCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RespondActivityTaskCanceledCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class RespondActivityTaskCanceledCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "RespondActivityTaskCanceled", {})
.n("SWFClient", "RespondActivityTaskCanceledCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_RespondActivityTaskCanceledCommand)
.de(Aws_json1_0_1.de_RespondActivityTaskCanceledCommand)
.build() {
}
exports.RespondActivityTaskCanceledCommand = RespondActivityTaskCanceledCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RespondActivityTaskCompletedCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class RespondActivityTaskCompletedCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "RespondActivityTaskCompleted", {})
.n("SWFClient", "RespondActivityTaskCompletedCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_RespondActivityTaskCompletedCommand)
.de(Aws_json1_0_1.de_RespondActivityTaskCompletedCommand)
.build() {
}
exports.RespondActivityTaskCompletedCommand = RespondActivityTaskCompletedCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RespondActivityTaskFailedCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class RespondActivityTaskFailedCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "RespondActivityTaskFailed", {})
.n("SWFClient", "RespondActivityTaskFailedCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_RespondActivityTaskFailedCommand)
.de(Aws_json1_0_1.de_RespondActivityTaskFailedCommand)
.build() {
}
exports.RespondActivityTaskFailedCommand = RespondActivityTaskFailedCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RespondDecisionTaskCompletedCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class RespondDecisionTaskCompletedCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "RespondDecisionTaskCompleted", {})
.n("SWFClient", "RespondDecisionTaskCompletedCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_RespondDecisionTaskCompletedCommand)
.de(Aws_json1_0_1.de_RespondDecisionTaskCompletedCommand)
.build() {
}
exports.RespondDecisionTaskCompletedCommand = RespondDecisionTaskCompletedCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SignalWorkflowExecutionCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class SignalWorkflowExecutionCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "SignalWorkflowExecution", {})
.n("SWFClient", "SignalWorkflowExecutionCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_SignalWorkflowExecutionCommand)
.de(Aws_json1_0_1.de_SignalWorkflowExecutionCommand)
.build() {
}
exports.SignalWorkflowExecutionCommand = SignalWorkflowExecutionCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.StartWorkflowExecutionCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class StartWorkflowExecutionCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "StartWorkflowExecution", {})
.n("SWFClient", "StartWorkflowExecutionCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_StartWorkflowExecutionCommand)
.de(Aws_json1_0_1.de_StartWorkflowExecutionCommand)
.build() {
}
exports.StartWorkflowExecutionCommand = StartWorkflowExecutionCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TagResourceCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class TagResourceCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "TagResource", {})
.n("SWFClient", "TagResourceCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_TagResourceCommand)
.de(Aws_json1_0_1.de_TagResourceCommand)
.build() {
}
exports.TagResourceCommand = TagResourceCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TerminateWorkflowExecutionCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class TerminateWorkflowExecutionCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "TerminateWorkflowExecution", {})
.n("SWFClient", "TerminateWorkflowExecutionCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_TerminateWorkflowExecutionCommand)
.de(Aws_json1_0_1.de_TerminateWorkflowExecutionCommand)
.build() {
}
exports.TerminateWorkflowExecutionCommand = TerminateWorkflowExecutionCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UndeprecateActivityTypeCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class UndeprecateActivityTypeCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "UndeprecateActivityType", {})
.n("SWFClient", "UndeprecateActivityTypeCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_UndeprecateActivityTypeCommand)
.de(Aws_json1_0_1.de_UndeprecateActivityTypeCommand)
.build() {
}
exports.UndeprecateActivityTypeCommand = UndeprecateActivityTypeCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UndeprecateDomainCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class UndeprecateDomainCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "UndeprecateDomain", {})
.n("SWFClient", "UndeprecateDomainCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_UndeprecateDomainCommand)
.de(Aws_json1_0_1.de_UndeprecateDomainCommand)
.build() {
}
exports.UndeprecateDomainCommand = UndeprecateDomainCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UndeprecateWorkflowTypeCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class UndeprecateWorkflowTypeCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "UndeprecateWorkflowType", {})
.n("SWFClient", "UndeprecateWorkflowTypeCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_UndeprecateWorkflowTypeCommand)
.de(Aws_json1_0_1.de_UndeprecateWorkflowTypeCommand)
.build() {
}
exports.UndeprecateWorkflowTypeCommand = UndeprecateWorkflowTypeCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UntagResourceCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
class UntagResourceCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("SimpleWorkflowService", "UntagResource", {})
.n("SWFClient", "UntagResourceCommand")
.f(void 0, void 0)
.ser(Aws_json1_0_1.se_UntagResourceCommand)
.de(Aws_json1_0_1.de_UntagResourceCommand)
.build() {
}
exports.UntagResourceCommand = UntagResourceCommand;
module.exports = require("../index.js");

@@ -1,18 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
const resolveClientEndpointParameters = (options) => {
return {
...options,
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
useFipsEndpoint: options.useFipsEndpoint ?? false,
defaultSigningName: "swf",
};
};
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
exports.commonParams = {
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
Endpoint: { type: "builtInParams", name: "endpoint" },
Region: { type: "builtInParams", name: "region" },
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
};
module.exports = require("../index.js");

3

dist-cjs/extensionConfiguration.js

@@ -1,2 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
module.exports = require("./index.js");

@@ -1,4 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./models_0"), exports);
module.exports = require("../index.js");

@@ -1,335 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WorkflowExecutionAlreadyStartedFault = exports.TooManyTagsFault = exports.TypeAlreadyExistsFault = exports.LimitExceededFault = exports.DomainAlreadyExistsFault = exports.ExecutionStatus = exports.DomainDeprecatedFault = exports.TypeDeprecatedFault = exports.DefaultUndefinedFault = exports.WorkflowExecutionTerminatedCause = exports.WorkflowExecutionCancelRequestedCause = exports.StartTimerFailedCause = exports.StartLambdaFunctionFailedCause = exports.StartChildWorkflowExecutionFailedCause = exports.SignalExternalWorkflowExecutionFailedCause = exports.ScheduleLambdaFunctionFailedCause = exports.ScheduleActivityTaskFailedCause = exports.RequestCancelExternalWorkflowExecutionFailedCause = exports.RequestCancelActivityTaskFailedCause = exports.RecordMarkerFailedCause = exports.LambdaFunctionTimeoutType = exports.FailWorkflowExecutionFailedCause = exports.EventType = exports.DecisionTaskTimeoutType = exports.DecisionType = exports.UnknownResourceFault = exports.OperationNotPermittedFault = exports.ContinueAsNewWorkflowExecutionFailedCause = exports.CompleteWorkflowExecutionFailedCause = exports.CloseStatus = exports.WorkflowExecutionTimeoutType = exports.ChildPolicy = exports.CancelWorkflowExecutionFailedCause = exports.CancelTimerFailedCause = exports.RegistrationStatus = exports.ActivityTaskTimeoutType = void 0;
const SWFServiceException_1 = require("./SWFServiceException");
exports.ActivityTaskTimeoutType = {
HEARTBEAT: "HEARTBEAT",
SCHEDULE_TO_CLOSE: "SCHEDULE_TO_CLOSE",
SCHEDULE_TO_START: "SCHEDULE_TO_START",
START_TO_CLOSE: "START_TO_CLOSE",
};
exports.RegistrationStatus = {
DEPRECATED: "DEPRECATED",
REGISTERED: "REGISTERED",
};
exports.CancelTimerFailedCause = {
OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
TIMER_ID_UNKNOWN: "TIMER_ID_UNKNOWN",
};
exports.CancelWorkflowExecutionFailedCause = {
OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
UNHANDLED_DECISION: "UNHANDLED_DECISION",
};
exports.ChildPolicy = {
ABANDON: "ABANDON",
REQUEST_CANCEL: "REQUEST_CANCEL",
TERMINATE: "TERMINATE",
};
exports.WorkflowExecutionTimeoutType = {
START_TO_CLOSE: "START_TO_CLOSE",
};
exports.CloseStatus = {
CANCELED: "CANCELED",
COMPLETED: "COMPLETED",
CONTINUED_AS_NEW: "CONTINUED_AS_NEW",
FAILED: "FAILED",
TERMINATED: "TERMINATED",
TIMED_OUT: "TIMED_OUT",
};
exports.CompleteWorkflowExecutionFailedCause = {
OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
UNHANDLED_DECISION: "UNHANDLED_DECISION",
};
exports.ContinueAsNewWorkflowExecutionFailedCause = {
CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED: "CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED",
DEFAULT_CHILD_POLICY_UNDEFINED: "DEFAULT_CHILD_POLICY_UNDEFINED",
DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED: "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED",
DEFAULT_TASK_LIST_UNDEFINED: "DEFAULT_TASK_LIST_UNDEFINED",
DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED: "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED",
OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
UNHANDLED_DECISION: "UNHANDLED_DECISION",
WORKFLOW_TYPE_DEPRECATED: "WORKFLOW_TYPE_DEPRECATED",
WORKFLOW_TYPE_DOES_NOT_EXIST: "WORKFLOW_TYPE_DOES_NOT_EXIST",
};
class OperationNotPermittedFault extends SWFServiceException_1.SWFServiceException {
constructor(opts) {
super({
name: "OperationNotPermittedFault",
$fault: "client",
...opts,
});
this.name = "OperationNotPermittedFault";
this.$fault = "client";
Object.setPrototypeOf(this, OperationNotPermittedFault.prototype);
}
}
exports.OperationNotPermittedFault = OperationNotPermittedFault;
class UnknownResourceFault extends SWFServiceException_1.SWFServiceException {
constructor(opts) {
super({
name: "UnknownResourceFault",
$fault: "client",
...opts,
});
this.name = "UnknownResourceFault";
this.$fault = "client";
Object.setPrototypeOf(this, UnknownResourceFault.prototype);
}
}
exports.UnknownResourceFault = UnknownResourceFault;
exports.DecisionType = {
CancelTimer: "CancelTimer",
CancelWorkflowExecution: "CancelWorkflowExecution",
CompleteWorkflowExecution: "CompleteWorkflowExecution",
ContinueAsNewWorkflowExecution: "ContinueAsNewWorkflowExecution",
FailWorkflowExecution: "FailWorkflowExecution",
RecordMarker: "RecordMarker",
RequestCancelActivityTask: "RequestCancelActivityTask",
RequestCancelExternalWorkflowExecution: "RequestCancelExternalWorkflowExecution",
ScheduleActivityTask: "ScheduleActivityTask",
ScheduleLambdaFunction: "ScheduleLambdaFunction",
SignalExternalWorkflowExecution: "SignalExternalWorkflowExecution",
StartChildWorkflowExecution: "StartChildWorkflowExecution",
StartTimer: "StartTimer",
};
exports.DecisionTaskTimeoutType = {
SCHEDULE_TO_START: "SCHEDULE_TO_START",
START_TO_CLOSE: "START_TO_CLOSE",
};
exports.EventType = {
ActivityTaskCancelRequested: "ActivityTaskCancelRequested",
ActivityTaskCanceled: "ActivityTaskCanceled",
ActivityTaskCompleted: "ActivityTaskCompleted",
ActivityTaskFailed: "ActivityTaskFailed",
ActivityTaskScheduled: "ActivityTaskScheduled",
ActivityTaskStarted: "ActivityTaskStarted",
ActivityTaskTimedOut: "ActivityTaskTimedOut",
CancelTimerFailed: "CancelTimerFailed",
CancelWorkflowExecutionFailed: "CancelWorkflowExecutionFailed",
ChildWorkflowExecutionCanceled: "ChildWorkflowExecutionCanceled",
ChildWorkflowExecutionCompleted: "ChildWorkflowExecutionCompleted",
ChildWorkflowExecutionFailed: "ChildWorkflowExecutionFailed",
ChildWorkflowExecutionStarted: "ChildWorkflowExecutionStarted",
ChildWorkflowExecutionTerminated: "ChildWorkflowExecutionTerminated",
ChildWorkflowExecutionTimedOut: "ChildWorkflowExecutionTimedOut",
CompleteWorkflowExecutionFailed: "CompleteWorkflowExecutionFailed",
ContinueAsNewWorkflowExecutionFailed: "ContinueAsNewWorkflowExecutionFailed",
DecisionTaskCompleted: "DecisionTaskCompleted",
DecisionTaskScheduled: "DecisionTaskScheduled",
DecisionTaskStarted: "DecisionTaskStarted",
DecisionTaskTimedOut: "DecisionTaskTimedOut",
ExternalWorkflowExecutionCancelRequested: "ExternalWorkflowExecutionCancelRequested",
ExternalWorkflowExecutionSignaled: "ExternalWorkflowExecutionSignaled",
FailWorkflowExecutionFailed: "FailWorkflowExecutionFailed",
LambdaFunctionCompleted: "LambdaFunctionCompleted",
LambdaFunctionFailed: "LambdaFunctionFailed",
LambdaFunctionScheduled: "LambdaFunctionScheduled",
LambdaFunctionStarted: "LambdaFunctionStarted",
LambdaFunctionTimedOut: "LambdaFunctionTimedOut",
MarkerRecorded: "MarkerRecorded",
RecordMarkerFailed: "RecordMarkerFailed",
RequestCancelActivityTaskFailed: "RequestCancelActivityTaskFailed",
RequestCancelExternalWorkflowExecutionFailed: "RequestCancelExternalWorkflowExecutionFailed",
RequestCancelExternalWorkflowExecutionInitiated: "RequestCancelExternalWorkflowExecutionInitiated",
ScheduleActivityTaskFailed: "ScheduleActivityTaskFailed",
ScheduleLambdaFunctionFailed: "ScheduleLambdaFunctionFailed",
SignalExternalWorkflowExecutionFailed: "SignalExternalWorkflowExecutionFailed",
SignalExternalWorkflowExecutionInitiated: "SignalExternalWorkflowExecutionInitiated",
StartChildWorkflowExecutionFailed: "StartChildWorkflowExecutionFailed",
StartChildWorkflowExecutionInitiated: "StartChildWorkflowExecutionInitiated",
StartLambdaFunctionFailed: "StartLambdaFunctionFailed",
StartTimerFailed: "StartTimerFailed",
TimerCanceled: "TimerCanceled",
TimerFired: "TimerFired",
TimerStarted: "TimerStarted",
WorkflowExecutionCancelRequested: "WorkflowExecutionCancelRequested",
WorkflowExecutionCanceled: "WorkflowExecutionCanceled",
WorkflowExecutionCompleted: "WorkflowExecutionCompleted",
WorkflowExecutionContinuedAsNew: "WorkflowExecutionContinuedAsNew",
WorkflowExecutionFailed: "WorkflowExecutionFailed",
WorkflowExecutionSignaled: "WorkflowExecutionSignaled",
WorkflowExecutionStarted: "WorkflowExecutionStarted",
WorkflowExecutionTerminated: "WorkflowExecutionTerminated",
WorkflowExecutionTimedOut: "WorkflowExecutionTimedOut",
};
exports.FailWorkflowExecutionFailedCause = {
OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
UNHANDLED_DECISION: "UNHANDLED_DECISION",
};
exports.LambdaFunctionTimeoutType = {
START_TO_CLOSE: "START_TO_CLOSE",
};
exports.RecordMarkerFailedCause = {
OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
};
exports.RequestCancelActivityTaskFailedCause = {
ACTIVITY_ID_UNKNOWN: "ACTIVITY_ID_UNKNOWN",
OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
};
exports.RequestCancelExternalWorkflowExecutionFailedCause = {
OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED: "REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED",
UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION: "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION",
};
exports.ScheduleActivityTaskFailedCause = {
ACTIVITY_CREATION_RATE_EXCEEDED: "ACTIVITY_CREATION_RATE_EXCEEDED",
ACTIVITY_ID_ALREADY_IN_USE: "ACTIVITY_ID_ALREADY_IN_USE",
ACTIVITY_TYPE_DEPRECATED: "ACTIVITY_TYPE_DEPRECATED",
ACTIVITY_TYPE_DOES_NOT_EXIST: "ACTIVITY_TYPE_DOES_NOT_EXIST",
DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED: "DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED",
DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED: "DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED",
DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED: "DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED",
DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED: "DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED",
DEFAULT_TASK_LIST_UNDEFINED: "DEFAULT_TASK_LIST_UNDEFINED",
OPEN_ACTIVITIES_LIMIT_EXCEEDED: "OPEN_ACTIVITIES_LIMIT_EXCEEDED",
OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
};
exports.ScheduleLambdaFunctionFailedCause = {
ID_ALREADY_IN_USE: "ID_ALREADY_IN_USE",
LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED: "LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED",
LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION: "LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION",
OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED: "OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED",
};
exports.SignalExternalWorkflowExecutionFailedCause = {
OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED: "SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED",
UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION: "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION",
};
exports.StartChildWorkflowExecutionFailedCause = {
CHILD_CREATION_RATE_EXCEEDED: "CHILD_CREATION_RATE_EXCEEDED",
DEFAULT_CHILD_POLICY_UNDEFINED: "DEFAULT_CHILD_POLICY_UNDEFINED",
DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED: "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED",
DEFAULT_TASK_LIST_UNDEFINED: "DEFAULT_TASK_LIST_UNDEFINED",
DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED: "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED",
OPEN_CHILDREN_LIMIT_EXCEEDED: "OPEN_CHILDREN_LIMIT_EXCEEDED",
OPEN_WORKFLOWS_LIMIT_EXCEEDED: "OPEN_WORKFLOWS_LIMIT_EXCEEDED",
OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
WORKFLOW_ALREADY_RUNNING: "WORKFLOW_ALREADY_RUNNING",
WORKFLOW_TYPE_DEPRECATED: "WORKFLOW_TYPE_DEPRECATED",
WORKFLOW_TYPE_DOES_NOT_EXIST: "WORKFLOW_TYPE_DOES_NOT_EXIST",
};
exports.StartLambdaFunctionFailedCause = {
ASSUME_ROLE_FAILED: "ASSUME_ROLE_FAILED",
};
exports.StartTimerFailedCause = {
OPEN_TIMERS_LIMIT_EXCEEDED: "OPEN_TIMERS_LIMIT_EXCEEDED",
OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
TIMER_CREATION_RATE_EXCEEDED: "TIMER_CREATION_RATE_EXCEEDED",
TIMER_ID_ALREADY_IN_USE: "TIMER_ID_ALREADY_IN_USE",
};
exports.WorkflowExecutionCancelRequestedCause = {
CHILD_POLICY_APPLIED: "CHILD_POLICY_APPLIED",
};
exports.WorkflowExecutionTerminatedCause = {
CHILD_POLICY_APPLIED: "CHILD_POLICY_APPLIED",
EVENT_LIMIT_EXCEEDED: "EVENT_LIMIT_EXCEEDED",
OPERATOR_INITIATED: "OPERATOR_INITIATED",
};
class DefaultUndefinedFault extends SWFServiceException_1.SWFServiceException {
constructor(opts) {
super({
name: "DefaultUndefinedFault",
$fault: "client",
...opts,
});
this.name = "DefaultUndefinedFault";
this.$fault = "client";
Object.setPrototypeOf(this, DefaultUndefinedFault.prototype);
}
}
exports.DefaultUndefinedFault = DefaultUndefinedFault;
class TypeDeprecatedFault extends SWFServiceException_1.SWFServiceException {
constructor(opts) {
super({
name: "TypeDeprecatedFault",
$fault: "client",
...opts,
});
this.name = "TypeDeprecatedFault";
this.$fault = "client";
Object.setPrototypeOf(this, TypeDeprecatedFault.prototype);
}
}
exports.TypeDeprecatedFault = TypeDeprecatedFault;
class DomainDeprecatedFault extends SWFServiceException_1.SWFServiceException {
constructor(opts) {
super({
name: "DomainDeprecatedFault",
$fault: "client",
...opts,
});
this.name = "DomainDeprecatedFault";
this.$fault = "client";
Object.setPrototypeOf(this, DomainDeprecatedFault.prototype);
}
}
exports.DomainDeprecatedFault = DomainDeprecatedFault;
exports.ExecutionStatus = {
CLOSED: "CLOSED",
OPEN: "OPEN",
};
class DomainAlreadyExistsFault extends SWFServiceException_1.SWFServiceException {
constructor(opts) {
super({
name: "DomainAlreadyExistsFault",
$fault: "client",
...opts,
});
this.name = "DomainAlreadyExistsFault";
this.$fault = "client";
Object.setPrototypeOf(this, DomainAlreadyExistsFault.prototype);
}
}
exports.DomainAlreadyExistsFault = DomainAlreadyExistsFault;
class LimitExceededFault extends SWFServiceException_1.SWFServiceException {
constructor(opts) {
super({
name: "LimitExceededFault",
$fault: "client",
...opts,
});
this.name = "LimitExceededFault";
this.$fault = "client";
Object.setPrototypeOf(this, LimitExceededFault.prototype);
}
}
exports.LimitExceededFault = LimitExceededFault;
class TypeAlreadyExistsFault extends SWFServiceException_1.SWFServiceException {
constructor(opts) {
super({
name: "TypeAlreadyExistsFault",
$fault: "client",
...opts,
});
this.name = "TypeAlreadyExistsFault";
this.$fault = "client";
Object.setPrototypeOf(this, TypeAlreadyExistsFault.prototype);
}
}
exports.TypeAlreadyExistsFault = TypeAlreadyExistsFault;
class TooManyTagsFault extends SWFServiceException_1.SWFServiceException {
constructor(opts) {
super({
name: "TooManyTagsFault",
$fault: "client",
...opts,
});
this.name = "TooManyTagsFault";
this.$fault = "client";
Object.setPrototypeOf(this, TooManyTagsFault.prototype);
}
}
exports.TooManyTagsFault = TooManyTagsFault;
class WorkflowExecutionAlreadyStartedFault extends SWFServiceException_1.SWFServiceException {
constructor(opts) {
super({
name: "WorkflowExecutionAlreadyStartedFault",
$fault: "client",
...opts,
});
this.name = "WorkflowExecutionAlreadyStartedFault";
this.$fault = "client";
Object.setPrototypeOf(this, WorkflowExecutionAlreadyStartedFault.prototype);
}
}
exports.WorkflowExecutionAlreadyStartedFault = WorkflowExecutionAlreadyStartedFault;
module.exports = require("../index.js");

@@ -1,12 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SWFServiceException = exports.__ServiceException = void 0;
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
class SWFServiceException extends smithy_client_1.ServiceException {
constructor(options) {
super(options);
Object.setPrototypeOf(this, SWFServiceException.prototype);
}
}
exports.SWFServiceException = SWFServiceException;
module.exports = require("../index.js");

@@ -1,7 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.paginateGetWorkflowExecutionHistory = void 0;
const core_1 = require("@smithy/core");
const GetWorkflowExecutionHistoryCommand_1 = require("../commands/GetWorkflowExecutionHistoryCommand");
const SWFClient_1 = require("../SWFClient");
exports.paginateGetWorkflowExecutionHistory = (0, core_1.createPaginator)(SWFClient_1.SWFClient, GetWorkflowExecutionHistoryCommand_1.GetWorkflowExecutionHistoryCommand, "nextPageToken", "nextPageToken", "maximumPageSize");
module.exports = require("../index.js");

@@ -1,11 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./GetWorkflowExecutionHistoryPaginator"), exports);
tslib_1.__exportStar(require("./Interfaces"), exports);
tslib_1.__exportStar(require("./ListActivityTypesPaginator"), exports);
tslib_1.__exportStar(require("./ListClosedWorkflowExecutionsPaginator"), exports);
tslib_1.__exportStar(require("./ListDomainsPaginator"), exports);
tslib_1.__exportStar(require("./ListOpenWorkflowExecutionsPaginator"), exports);
tslib_1.__exportStar(require("./ListWorkflowTypesPaginator"), exports);
tslib_1.__exportStar(require("./PollForDecisionTaskPaginator"), exports);
module.exports = require("../index.js");

@@ -1,2 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
module.exports = require("../index.js");

@@ -1,7 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.paginateListActivityTypes = void 0;
const core_1 = require("@smithy/core");
const ListActivityTypesCommand_1 = require("../commands/ListActivityTypesCommand");
const SWFClient_1 = require("../SWFClient");
exports.paginateListActivityTypes = (0, core_1.createPaginator)(SWFClient_1.SWFClient, ListActivityTypesCommand_1.ListActivityTypesCommand, "nextPageToken", "nextPageToken", "maximumPageSize");
module.exports = require("../index.js");

@@ -1,7 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.paginateListClosedWorkflowExecutions = void 0;
const core_1 = require("@smithy/core");
const ListClosedWorkflowExecutionsCommand_1 = require("../commands/ListClosedWorkflowExecutionsCommand");
const SWFClient_1 = require("../SWFClient");
exports.paginateListClosedWorkflowExecutions = (0, core_1.createPaginator)(SWFClient_1.SWFClient, ListClosedWorkflowExecutionsCommand_1.ListClosedWorkflowExecutionsCommand, "nextPageToken", "nextPageToken", "maximumPageSize");
module.exports = require("../index.js");

@@ -1,7 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.paginateListDomains = void 0;
const core_1 = require("@smithy/core");
const ListDomainsCommand_1 = require("../commands/ListDomainsCommand");
const SWFClient_1 = require("../SWFClient");
exports.paginateListDomains = (0, core_1.createPaginator)(SWFClient_1.SWFClient, ListDomainsCommand_1.ListDomainsCommand, "nextPageToken", "nextPageToken", "maximumPageSize");
module.exports = require("../index.js");

@@ -1,7 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.paginateListOpenWorkflowExecutions = void 0;
const core_1 = require("@smithy/core");
const ListOpenWorkflowExecutionsCommand_1 = require("../commands/ListOpenWorkflowExecutionsCommand");
const SWFClient_1 = require("../SWFClient");
exports.paginateListOpenWorkflowExecutions = (0, core_1.createPaginator)(SWFClient_1.SWFClient, ListOpenWorkflowExecutionsCommand_1.ListOpenWorkflowExecutionsCommand, "nextPageToken", "nextPageToken", "maximumPageSize");
module.exports = require("../index.js");

@@ -1,7 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.paginateListWorkflowTypes = void 0;
const core_1 = require("@smithy/core");
const ListWorkflowTypesCommand_1 = require("../commands/ListWorkflowTypesCommand");
const SWFClient_1 = require("../SWFClient");
exports.paginateListWorkflowTypes = (0, core_1.createPaginator)(SWFClient_1.SWFClient, ListWorkflowTypesCommand_1.ListWorkflowTypesCommand, "nextPageToken", "nextPageToken", "maximumPageSize");
module.exports = require("../index.js");

@@ -1,7 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.paginatePollForDecisionTask = void 0;
const core_1 = require("@smithy/core");
const PollForDecisionTaskCommand_1 = require("../commands/PollForDecisionTaskCommand");
const SWFClient_1 = require("../SWFClient");
exports.paginatePollForDecisionTask = (0, core_1.createPaginator)(SWFClient_1.SWFClient, PollForDecisionTaskCommand_1.PollForDecisionTaskCommand, "nextPageToken", "nextPageToken", "maximumPageSize");
module.exports = require("../index.js");

@@ -1,22 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.resolveRuntimeExtensions = void 0;
const region_config_resolver_1 = require("@aws-sdk/region-config-resolver");
const protocol_http_1 = require("@smithy/protocol-http");
const smithy_client_1 = require("@smithy/smithy-client");
const asPartial = (t) => t;
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
const extensionConfiguration = {
...asPartial((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig)),
...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
...asPartial((0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
};
extensions.forEach((extension) => extension.configure(extensionConfiguration));
return {
...runtimeConfig,
...(0, region_config_resolver_1.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
...(0, protocol_http_1.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
};
};
exports.resolveRuntimeExtensions = resolveRuntimeExtensions;
module.exports = require("./index.js");

@@ -1,85 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SWF = void 0;
const smithy_client_1 = require("@smithy/smithy-client");
const CountClosedWorkflowExecutionsCommand_1 = require("./commands/CountClosedWorkflowExecutionsCommand");
const CountOpenWorkflowExecutionsCommand_1 = require("./commands/CountOpenWorkflowExecutionsCommand");
const CountPendingActivityTasksCommand_1 = require("./commands/CountPendingActivityTasksCommand");
const CountPendingDecisionTasksCommand_1 = require("./commands/CountPendingDecisionTasksCommand");
const DeprecateActivityTypeCommand_1 = require("./commands/DeprecateActivityTypeCommand");
const DeprecateDomainCommand_1 = require("./commands/DeprecateDomainCommand");
const DeprecateWorkflowTypeCommand_1 = require("./commands/DeprecateWorkflowTypeCommand");
const DescribeActivityTypeCommand_1 = require("./commands/DescribeActivityTypeCommand");
const DescribeDomainCommand_1 = require("./commands/DescribeDomainCommand");
const DescribeWorkflowExecutionCommand_1 = require("./commands/DescribeWorkflowExecutionCommand");
const DescribeWorkflowTypeCommand_1 = require("./commands/DescribeWorkflowTypeCommand");
const GetWorkflowExecutionHistoryCommand_1 = require("./commands/GetWorkflowExecutionHistoryCommand");
const ListActivityTypesCommand_1 = require("./commands/ListActivityTypesCommand");
const ListClosedWorkflowExecutionsCommand_1 = require("./commands/ListClosedWorkflowExecutionsCommand");
const ListDomainsCommand_1 = require("./commands/ListDomainsCommand");
const ListOpenWorkflowExecutionsCommand_1 = require("./commands/ListOpenWorkflowExecutionsCommand");
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
const ListWorkflowTypesCommand_1 = require("./commands/ListWorkflowTypesCommand");
const PollForActivityTaskCommand_1 = require("./commands/PollForActivityTaskCommand");
const PollForDecisionTaskCommand_1 = require("./commands/PollForDecisionTaskCommand");
const RecordActivityTaskHeartbeatCommand_1 = require("./commands/RecordActivityTaskHeartbeatCommand");
const RegisterActivityTypeCommand_1 = require("./commands/RegisterActivityTypeCommand");
const RegisterDomainCommand_1 = require("./commands/RegisterDomainCommand");
const RegisterWorkflowTypeCommand_1 = require("./commands/RegisterWorkflowTypeCommand");
const RequestCancelWorkflowExecutionCommand_1 = require("./commands/RequestCancelWorkflowExecutionCommand");
const RespondActivityTaskCanceledCommand_1 = require("./commands/RespondActivityTaskCanceledCommand");
const RespondActivityTaskCompletedCommand_1 = require("./commands/RespondActivityTaskCompletedCommand");
const RespondActivityTaskFailedCommand_1 = require("./commands/RespondActivityTaskFailedCommand");
const RespondDecisionTaskCompletedCommand_1 = require("./commands/RespondDecisionTaskCompletedCommand");
const SignalWorkflowExecutionCommand_1 = require("./commands/SignalWorkflowExecutionCommand");
const StartWorkflowExecutionCommand_1 = require("./commands/StartWorkflowExecutionCommand");
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
const TerminateWorkflowExecutionCommand_1 = require("./commands/TerminateWorkflowExecutionCommand");
const UndeprecateActivityTypeCommand_1 = require("./commands/UndeprecateActivityTypeCommand");
const UndeprecateDomainCommand_1 = require("./commands/UndeprecateDomainCommand");
const UndeprecateWorkflowTypeCommand_1 = require("./commands/UndeprecateWorkflowTypeCommand");
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
const SWFClient_1 = require("./SWFClient");
const commands = {
CountClosedWorkflowExecutionsCommand: CountClosedWorkflowExecutionsCommand_1.CountClosedWorkflowExecutionsCommand,
CountOpenWorkflowExecutionsCommand: CountOpenWorkflowExecutionsCommand_1.CountOpenWorkflowExecutionsCommand,
CountPendingActivityTasksCommand: CountPendingActivityTasksCommand_1.CountPendingActivityTasksCommand,
CountPendingDecisionTasksCommand: CountPendingDecisionTasksCommand_1.CountPendingDecisionTasksCommand,
DeprecateActivityTypeCommand: DeprecateActivityTypeCommand_1.DeprecateActivityTypeCommand,
DeprecateDomainCommand: DeprecateDomainCommand_1.DeprecateDomainCommand,
DeprecateWorkflowTypeCommand: DeprecateWorkflowTypeCommand_1.DeprecateWorkflowTypeCommand,
DescribeActivityTypeCommand: DescribeActivityTypeCommand_1.DescribeActivityTypeCommand,
DescribeDomainCommand: DescribeDomainCommand_1.DescribeDomainCommand,
DescribeWorkflowExecutionCommand: DescribeWorkflowExecutionCommand_1.DescribeWorkflowExecutionCommand,
DescribeWorkflowTypeCommand: DescribeWorkflowTypeCommand_1.DescribeWorkflowTypeCommand,
GetWorkflowExecutionHistoryCommand: GetWorkflowExecutionHistoryCommand_1.GetWorkflowExecutionHistoryCommand,
ListActivityTypesCommand: ListActivityTypesCommand_1.ListActivityTypesCommand,
ListClosedWorkflowExecutionsCommand: ListClosedWorkflowExecutionsCommand_1.ListClosedWorkflowExecutionsCommand,
ListDomainsCommand: ListDomainsCommand_1.ListDomainsCommand,
ListOpenWorkflowExecutionsCommand: ListOpenWorkflowExecutionsCommand_1.ListOpenWorkflowExecutionsCommand,
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
ListWorkflowTypesCommand: ListWorkflowTypesCommand_1.ListWorkflowTypesCommand,
PollForActivityTaskCommand: PollForActivityTaskCommand_1.PollForActivityTaskCommand,
PollForDecisionTaskCommand: PollForDecisionTaskCommand_1.PollForDecisionTaskCommand,
RecordActivityTaskHeartbeatCommand: RecordActivityTaskHeartbeatCommand_1.RecordActivityTaskHeartbeatCommand,
RegisterActivityTypeCommand: RegisterActivityTypeCommand_1.RegisterActivityTypeCommand,
RegisterDomainCommand: RegisterDomainCommand_1.RegisterDomainCommand,
RegisterWorkflowTypeCommand: RegisterWorkflowTypeCommand_1.RegisterWorkflowTypeCommand,
RequestCancelWorkflowExecutionCommand: RequestCancelWorkflowExecutionCommand_1.RequestCancelWorkflowExecutionCommand,
RespondActivityTaskCanceledCommand: RespondActivityTaskCanceledCommand_1.RespondActivityTaskCanceledCommand,
RespondActivityTaskCompletedCommand: RespondActivityTaskCompletedCommand_1.RespondActivityTaskCompletedCommand,
RespondActivityTaskFailedCommand: RespondActivityTaskFailedCommand_1.RespondActivityTaskFailedCommand,
RespondDecisionTaskCompletedCommand: RespondDecisionTaskCompletedCommand_1.RespondDecisionTaskCompletedCommand,
SignalWorkflowExecutionCommand: SignalWorkflowExecutionCommand_1.SignalWorkflowExecutionCommand,
StartWorkflowExecutionCommand: StartWorkflowExecutionCommand_1.StartWorkflowExecutionCommand,
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
TerminateWorkflowExecutionCommand: TerminateWorkflowExecutionCommand_1.TerminateWorkflowExecutionCommand,
UndeprecateActivityTypeCommand: UndeprecateActivityTypeCommand_1.UndeprecateActivityTypeCommand,
UndeprecateDomainCommand: UndeprecateDomainCommand_1.UndeprecateDomainCommand,
UndeprecateWorkflowTypeCommand: UndeprecateWorkflowTypeCommand_1.UndeprecateWorkflowTypeCommand,
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
};
class SWF extends SWFClient_1.SWFClient {
}
exports.SWF = SWF;
(0, smithy_client_1.createAggregatedClient)(commands, SWF);
module.exports = require("./index.js");

@@ -1,43 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SWFClient = exports.__Client = void 0;
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
const config_resolver_1 = require("@smithy/config-resolver");
const middleware_content_length_1 = require("@smithy/middleware-content-length");
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_retry_1 = require("@smithy/middleware-retry");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
const runtimeConfig_1 = require("./runtimeConfig");
const runtimeExtensions_1 = require("./runtimeExtensions");
class SWFClient extends smithy_client_1.Client {
constructor(...[configuration]) {
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
super(_config_8);
this.config = _config_8;
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
}
destroy() {
super.destroy();
}
}
exports.SWFClient = SWFClient;
module.exports = require("./index.js");
{
"name": "@aws-sdk/client-swf",
"description": "AWS SDK for JavaScript Swf Client for Node.js, Browser and React Native",
"version": "3.490.0",
"version": "3.495.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:cjs": "node ../../scripts/compilation/inline client-swf",
"build:es": "tsc -p tsconfig.es.json",

@@ -23,43 +23,43 @@ "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",

"@aws-crypto/sha256-js": "3.0.0",
"@aws-sdk/client-sts": "3.490.0",
"@aws-sdk/core": "3.490.0",
"@aws-sdk/credential-provider-node": "3.490.0",
"@aws-sdk/middleware-host-header": "3.489.0",
"@aws-sdk/middleware-logger": "3.489.0",
"@aws-sdk/middleware-recursion-detection": "3.489.0",
"@aws-sdk/middleware-signing": "3.489.0",
"@aws-sdk/middleware-user-agent": "3.489.0",
"@aws-sdk/region-config-resolver": "3.489.0",
"@aws-sdk/types": "3.489.0",
"@aws-sdk/util-endpoints": "3.489.0",
"@aws-sdk/util-user-agent-browser": "3.489.0",
"@aws-sdk/util-user-agent-node": "3.489.0",
"@smithy/config-resolver": "^2.0.23",
"@smithy/core": "^1.2.2",
"@smithy/fetch-http-handler": "^2.3.2",
"@smithy/hash-node": "^2.0.18",
"@smithy/invalid-dependency": "^2.0.16",
"@smithy/middleware-content-length": "^2.0.18",
"@smithy/middleware-endpoint": "^2.3.0",
"@smithy/middleware-retry": "^2.0.26",
"@smithy/middleware-serde": "^2.0.16",
"@smithy/middleware-stack": "^2.0.10",
"@smithy/node-config-provider": "^2.1.9",
"@smithy/node-http-handler": "^2.2.2",
"@smithy/protocol-http": "^3.0.12",
"@smithy/smithy-client": "^2.2.1",
"@smithy/types": "^2.8.0",
"@smithy/url-parser": "^2.0.16",
"@smithy/util-base64": "^2.0.1",
"@smithy/util-body-length-browser": "^2.0.1",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.24",
"@smithy/util-defaults-mode-node": "^2.0.32",
"@smithy/util-endpoints": "^1.0.8",
"@smithy/util-retry": "^2.0.9",
"@smithy/util-utf8": "^2.0.2",
"@aws-sdk/client-sts": "3.495.0",
"@aws-sdk/core": "3.495.0",
"@aws-sdk/credential-provider-node": "3.495.0",
"@aws-sdk/middleware-host-header": "3.495.0",
"@aws-sdk/middleware-logger": "3.495.0",
"@aws-sdk/middleware-recursion-detection": "3.495.0",
"@aws-sdk/middleware-signing": "3.495.0",
"@aws-sdk/middleware-user-agent": "3.495.0",
"@aws-sdk/region-config-resolver": "3.495.0",
"@aws-sdk/types": "3.495.0",
"@aws-sdk/util-endpoints": "3.495.0",
"@aws-sdk/util-user-agent-browser": "3.495.0",
"@aws-sdk/util-user-agent-node": "3.495.0",
"@smithy/config-resolver": "^2.1.0",
"@smithy/core": "^1.3.0",
"@smithy/fetch-http-handler": "^2.4.0",
"@smithy/hash-node": "^2.1.0",
"@smithy/invalid-dependency": "^2.1.0",
"@smithy/middleware-content-length": "^2.1.0",
"@smithy/middleware-endpoint": "^2.4.0",
"@smithy/middleware-retry": "^2.1.0",
"@smithy/middleware-serde": "^2.1.0",
"@smithy/middleware-stack": "^2.1.0",
"@smithy/node-config-provider": "^2.2.0",
"@smithy/node-http-handler": "^2.3.0",
"@smithy/protocol-http": "^3.1.0",
"@smithy/smithy-client": "^2.3.0",
"@smithy/types": "^2.9.0",
"@smithy/url-parser": "^2.1.0",
"@smithy/util-base64": "^2.1.0",
"@smithy/util-body-length-browser": "^2.1.0",
"@smithy/util-body-length-node": "^2.2.0",
"@smithy/util-defaults-mode-browser": "^2.1.0",
"@smithy/util-defaults-mode-node": "^2.1.0",
"@smithy/util-endpoints": "^1.1.0",
"@smithy/util-retry": "^2.1.0",
"@smithy/util-utf8": "^2.1.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@smithy/service-client-documentation-generator": "^2.0.0",
"@smithy/service-client-documentation-generator": "^2.1.0",
"@tsconfig/node14": "1.0.3",

@@ -66,0 +66,0 @@ "@types/node": "^14.14.31",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc