@aws-sdk/client-swf 3.490.0 → 3.495.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/SWF.js +1 -85
- package/dist-cjs/SWFClient.js +1 -43
- package/dist-cjs/commands/CountClosedWorkflowExecutionsCommand.js +1 -28
- package/dist-cjs/commands/CountOpenWorkflowExecutionsCommand.js +1 -28
- package/dist-cjs/commands/CountPendingActivityTasksCommand.js +1 -28
- package/dist-cjs/commands/CountPendingDecisionTasksCommand.js +1 -28
- package/dist-cjs/commands/DeprecateActivityTypeCommand.js +1 -28
- package/dist-cjs/commands/DeprecateDomainCommand.js +1 -28
- package/dist-cjs/commands/DeprecateWorkflowTypeCommand.js +1 -28
- package/dist-cjs/commands/DescribeActivityTypeCommand.js +1 -28
- package/dist-cjs/commands/DescribeDomainCommand.js +1 -28
- package/dist-cjs/commands/DescribeWorkflowExecutionCommand.js +1 -28
- package/dist-cjs/commands/DescribeWorkflowTypeCommand.js +1 -28
- package/dist-cjs/commands/GetWorkflowExecutionHistoryCommand.js +1 -28
- package/dist-cjs/commands/ListActivityTypesCommand.js +1 -28
- package/dist-cjs/commands/ListClosedWorkflowExecutionsCommand.js +1 -28
- package/dist-cjs/commands/ListDomainsCommand.js +1 -28
- package/dist-cjs/commands/ListOpenWorkflowExecutionsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListWorkflowTypesCommand.js +1 -28
- package/dist-cjs/commands/PollForActivityTaskCommand.js +1 -28
- package/dist-cjs/commands/PollForDecisionTaskCommand.js +1 -28
- package/dist-cjs/commands/RecordActivityTaskHeartbeatCommand.js +1 -28
- package/dist-cjs/commands/RegisterActivityTypeCommand.js +1 -28
- package/dist-cjs/commands/RegisterDomainCommand.js +1 -28
- package/dist-cjs/commands/RegisterWorkflowTypeCommand.js +1 -28
- package/dist-cjs/commands/RequestCancelWorkflowExecutionCommand.js +1 -28
- package/dist-cjs/commands/RespondActivityTaskCanceledCommand.js +1 -28
- package/dist-cjs/commands/RespondActivityTaskCompletedCommand.js +1 -28
- package/dist-cjs/commands/RespondActivityTaskFailedCommand.js +1 -28
- package/dist-cjs/commands/RespondDecisionTaskCompletedCommand.js +1 -28
- package/dist-cjs/commands/SignalWorkflowExecutionCommand.js +1 -28
- package/dist-cjs/commands/StartWorkflowExecutionCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/TerminateWorkflowExecutionCommand.js +1 -28
- package/dist-cjs/commands/UndeprecateActivityTypeCommand.js +1 -28
- package/dist-cjs/commands/UndeprecateDomainCommand.js +1 -28
- package/dist-cjs/commands/UndeprecateWorkflowTypeCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -40
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3297 -11
- package/dist-cjs/models/SWFServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -335
- package/dist-cjs/pagination/GetWorkflowExecutionHistoryPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListActivityTypesPaginator.js +1 -7
- package/dist-cjs/pagination/ListClosedWorkflowExecutionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDomainsPaginator.js +1 -7
- package/dist-cjs/pagination/ListOpenWorkflowExecutionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListWorkflowTypesPaginator.js +1 -7
- package/dist-cjs/pagination/PollForDecisionTaskPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -11
- package/dist-cjs/protocols/Aws_json1_0.js +1 -2002
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,40 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./CountClosedWorkflowExecutionsCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CountOpenWorkflowExecutionsCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CountPendingActivityTasksCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CountPendingDecisionTasksCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./DeprecateActivityTypeCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./DeprecateDomainCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./DeprecateWorkflowTypeCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DescribeActivityTypeCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DescribeDomainCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DescribeWorkflowExecutionCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DescribeWorkflowTypeCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./GetWorkflowExecutionHistoryCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./ListActivityTypesCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./ListClosedWorkflowExecutionsCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./ListDomainsCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./ListOpenWorkflowExecutionsCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./ListWorkflowTypesCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./PollForActivityTaskCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./PollForDecisionTaskCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./RecordActivityTaskHeartbeatCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./RegisterActivityTypeCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./RegisterDomainCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./RegisterWorkflowTypeCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./RequestCancelWorkflowExecutionCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./RespondActivityTaskCanceledCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./RespondActivityTaskCompletedCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./RespondActivityTaskFailedCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./RespondDecisionTaskCompletedCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./SignalWorkflowExecutionCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./StartWorkflowExecutionCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./TerminateWorkflowExecutionCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./UndeprecateActivityTypeCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./UndeprecateDomainCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./UndeprecateWorkflowTypeCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "swf",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|