@aws-sdk/client-swf 3.37.0 → 3.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist-cjs/commands/index.js +40 -0
- package/dist-cjs/index.js +4 -47
- package/dist-cjs/pagination/index.js +11 -0
- package/dist-es/commands/index.js +37 -0
- package/dist-es/index.js +4 -47
- package/dist-es/pagination/index.js +8 -0
- package/dist-types/commands/index.d.ts +37 -0
- package/dist-types/index.d.ts +4 -47
- package/dist-types/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/commands/index.d.ts +37 -0
- package/dist-types/ts3.4/index.d.ts +4 -47
- package/dist-types/ts3.4/pagination/index.d.ts +8 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
19
|
|
|
8
20
|
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
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);
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,51 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./SWFClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./SWF"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/DeprecateActivityTypeCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/DeprecateDomainCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/DeprecateWorkflowTypeCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/DescribeActivityTypeCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/DescribeDomainCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/DescribeWorkflowExecutionCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/DescribeWorkflowTypeCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/GetWorkflowExecutionHistoryCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./pagination/GetWorkflowExecutionHistoryPaginator"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/ListActivityTypesCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./pagination/ListActivityTypesPaginator"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/ListClosedWorkflowExecutionsCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./pagination/ListClosedWorkflowExecutionsPaginator"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/ListDomainsCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./pagination/ListDomainsPaginator"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/ListOpenWorkflowExecutionsCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./pagination/ListOpenWorkflowExecutionsPaginator"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/ListWorkflowTypesCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./pagination/ListWorkflowTypesPaginator"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./commands/PollForActivityTaskCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/PollForDecisionTaskCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./pagination/PollForDecisionTaskPaginator"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/RecordActivityTaskHeartbeatCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/RegisterActivityTypeCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/RegisterDomainCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./commands/RegisterWorkflowTypeCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/RequestCancelWorkflowExecutionCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./commands/RespondActivityTaskCanceledCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./commands/RespondActivityTaskCompletedCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./commands/RespondActivityTaskFailedCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./commands/RespondDecisionTaskCompletedCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./commands/SignalWorkflowExecutionCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./commands/StartWorkflowExecutionCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./commands/TerminateWorkflowExecutionCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./commands/UndeprecateActivityTypeCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./commands/UndeprecateDomainCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/UndeprecateWorkflowTypeCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./SWFClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./GetWorkflowExecutionHistoryPaginator"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListActivityTypesPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListClosedWorkflowExecutionsPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListDomainsPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListOpenWorkflowExecutionsPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ListWorkflowTypesPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./PollForDecisionTaskPaginator"), exports);
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export * from "./CountClosedWorkflowExecutionsCommand";
|
|
2
|
+
export * from "./CountOpenWorkflowExecutionsCommand";
|
|
3
|
+
export * from "./CountPendingActivityTasksCommand";
|
|
4
|
+
export * from "./CountPendingDecisionTasksCommand";
|
|
5
|
+
export * from "./DeprecateActivityTypeCommand";
|
|
6
|
+
export * from "./DeprecateDomainCommand";
|
|
7
|
+
export * from "./DeprecateWorkflowTypeCommand";
|
|
8
|
+
export * from "./DescribeActivityTypeCommand";
|
|
9
|
+
export * from "./DescribeDomainCommand";
|
|
10
|
+
export * from "./DescribeWorkflowExecutionCommand";
|
|
11
|
+
export * from "./DescribeWorkflowTypeCommand";
|
|
12
|
+
export * from "./GetWorkflowExecutionHistoryCommand";
|
|
13
|
+
export * from "./ListActivityTypesCommand";
|
|
14
|
+
export * from "./ListClosedWorkflowExecutionsCommand";
|
|
15
|
+
export * from "./ListDomainsCommand";
|
|
16
|
+
export * from "./ListOpenWorkflowExecutionsCommand";
|
|
17
|
+
export * from "./ListTagsForResourceCommand";
|
|
18
|
+
export * from "./ListWorkflowTypesCommand";
|
|
19
|
+
export * from "./PollForActivityTaskCommand";
|
|
20
|
+
export * from "./PollForDecisionTaskCommand";
|
|
21
|
+
export * from "./RecordActivityTaskHeartbeatCommand";
|
|
22
|
+
export * from "./RegisterActivityTypeCommand";
|
|
23
|
+
export * from "./RegisterDomainCommand";
|
|
24
|
+
export * from "./RegisterWorkflowTypeCommand";
|
|
25
|
+
export * from "./RequestCancelWorkflowExecutionCommand";
|
|
26
|
+
export * from "./RespondActivityTaskCanceledCommand";
|
|
27
|
+
export * from "./RespondActivityTaskCompletedCommand";
|
|
28
|
+
export * from "./RespondActivityTaskFailedCommand";
|
|
29
|
+
export * from "./RespondDecisionTaskCompletedCommand";
|
|
30
|
+
export * from "./SignalWorkflowExecutionCommand";
|
|
31
|
+
export * from "./StartWorkflowExecutionCommand";
|
|
32
|
+
export * from "./TagResourceCommand";
|
|
33
|
+
export * from "./TerminateWorkflowExecutionCommand";
|
|
34
|
+
export * from "./UndeprecateActivityTypeCommand";
|
|
35
|
+
export * from "./UndeprecateDomainCommand";
|
|
36
|
+
export * from "./UndeprecateWorkflowTypeCommand";
|
|
37
|
+
export * from "./UntagResourceCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -1,48 +1,5 @@
|
|
|
1
|
-
export * from "./SWFClient";
|
|
2
1
|
export * from "./SWF";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/DeprecateActivityTypeCommand";
|
|
8
|
-
export * from "./commands/DeprecateDomainCommand";
|
|
9
|
-
export * from "./commands/DeprecateWorkflowTypeCommand";
|
|
10
|
-
export * from "./commands/DescribeActivityTypeCommand";
|
|
11
|
-
export * from "./commands/DescribeDomainCommand";
|
|
12
|
-
export * from "./commands/DescribeWorkflowExecutionCommand";
|
|
13
|
-
export * from "./commands/DescribeWorkflowTypeCommand";
|
|
14
|
-
export * from "./commands/GetWorkflowExecutionHistoryCommand";
|
|
15
|
-
export * from "./pagination/GetWorkflowExecutionHistoryPaginator";
|
|
16
|
-
export * from "./commands/ListActivityTypesCommand";
|
|
17
|
-
export * from "./pagination/ListActivityTypesPaginator";
|
|
18
|
-
export * from "./commands/ListClosedWorkflowExecutionsCommand";
|
|
19
|
-
export * from "./pagination/ListClosedWorkflowExecutionsPaginator";
|
|
20
|
-
export * from "./commands/ListDomainsCommand";
|
|
21
|
-
export * from "./pagination/ListDomainsPaginator";
|
|
22
|
-
export * from "./commands/ListOpenWorkflowExecutionsCommand";
|
|
23
|
-
export * from "./pagination/ListOpenWorkflowExecutionsPaginator";
|
|
24
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
25
|
-
export * from "./commands/ListWorkflowTypesCommand";
|
|
26
|
-
export * from "./pagination/ListWorkflowTypesPaginator";
|
|
27
|
-
export * from "./commands/PollForActivityTaskCommand";
|
|
28
|
-
export * from "./commands/PollForDecisionTaskCommand";
|
|
29
|
-
export * from "./pagination/PollForDecisionTaskPaginator";
|
|
30
|
-
export * from "./commands/RecordActivityTaskHeartbeatCommand";
|
|
31
|
-
export * from "./commands/RegisterActivityTypeCommand";
|
|
32
|
-
export * from "./commands/RegisterDomainCommand";
|
|
33
|
-
export * from "./commands/RegisterWorkflowTypeCommand";
|
|
34
|
-
export * from "./commands/RequestCancelWorkflowExecutionCommand";
|
|
35
|
-
export * from "./commands/RespondActivityTaskCanceledCommand";
|
|
36
|
-
export * from "./commands/RespondActivityTaskCompletedCommand";
|
|
37
|
-
export * from "./commands/RespondActivityTaskFailedCommand";
|
|
38
|
-
export * from "./commands/RespondDecisionTaskCompletedCommand";
|
|
39
|
-
export * from "./commands/SignalWorkflowExecutionCommand";
|
|
40
|
-
export * from "./commands/StartWorkflowExecutionCommand";
|
|
41
|
-
export * from "./commands/TagResourceCommand";
|
|
42
|
-
export * from "./commands/TerminateWorkflowExecutionCommand";
|
|
43
|
-
export * from "./commands/UndeprecateActivityTypeCommand";
|
|
44
|
-
export * from "./commands/UndeprecateDomainCommand";
|
|
45
|
-
export * from "./commands/UndeprecateWorkflowTypeCommand";
|
|
46
|
-
export * from "./commands/UntagResourceCommand";
|
|
47
|
-
export * from "./pagination/Interfaces";
|
|
48
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./SWFClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from "./GetWorkflowExecutionHistoryPaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListActivityTypesPaginator";
|
|
4
|
+
export * from "./ListClosedWorkflowExecutionsPaginator";
|
|
5
|
+
export * from "./ListDomainsPaginator";
|
|
6
|
+
export * from "./ListOpenWorkflowExecutionsPaginator";
|
|
7
|
+
export * from "./ListWorkflowTypesPaginator";
|
|
8
|
+
export * from "./PollForDecisionTaskPaginator";
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export * from "./CountClosedWorkflowExecutionsCommand";
|
|
2
|
+
export * from "./CountOpenWorkflowExecutionsCommand";
|
|
3
|
+
export * from "./CountPendingActivityTasksCommand";
|
|
4
|
+
export * from "./CountPendingDecisionTasksCommand";
|
|
5
|
+
export * from "./DeprecateActivityTypeCommand";
|
|
6
|
+
export * from "./DeprecateDomainCommand";
|
|
7
|
+
export * from "./DeprecateWorkflowTypeCommand";
|
|
8
|
+
export * from "./DescribeActivityTypeCommand";
|
|
9
|
+
export * from "./DescribeDomainCommand";
|
|
10
|
+
export * from "./DescribeWorkflowExecutionCommand";
|
|
11
|
+
export * from "./DescribeWorkflowTypeCommand";
|
|
12
|
+
export * from "./GetWorkflowExecutionHistoryCommand";
|
|
13
|
+
export * from "./ListActivityTypesCommand";
|
|
14
|
+
export * from "./ListClosedWorkflowExecutionsCommand";
|
|
15
|
+
export * from "./ListDomainsCommand";
|
|
16
|
+
export * from "./ListOpenWorkflowExecutionsCommand";
|
|
17
|
+
export * from "./ListTagsForResourceCommand";
|
|
18
|
+
export * from "./ListWorkflowTypesCommand";
|
|
19
|
+
export * from "./PollForActivityTaskCommand";
|
|
20
|
+
export * from "./PollForDecisionTaskCommand";
|
|
21
|
+
export * from "./RecordActivityTaskHeartbeatCommand";
|
|
22
|
+
export * from "./RegisterActivityTypeCommand";
|
|
23
|
+
export * from "./RegisterDomainCommand";
|
|
24
|
+
export * from "./RegisterWorkflowTypeCommand";
|
|
25
|
+
export * from "./RequestCancelWorkflowExecutionCommand";
|
|
26
|
+
export * from "./RespondActivityTaskCanceledCommand";
|
|
27
|
+
export * from "./RespondActivityTaskCompletedCommand";
|
|
28
|
+
export * from "./RespondActivityTaskFailedCommand";
|
|
29
|
+
export * from "./RespondDecisionTaskCompletedCommand";
|
|
30
|
+
export * from "./SignalWorkflowExecutionCommand";
|
|
31
|
+
export * from "./StartWorkflowExecutionCommand";
|
|
32
|
+
export * from "./TagResourceCommand";
|
|
33
|
+
export * from "./TerminateWorkflowExecutionCommand";
|
|
34
|
+
export * from "./UndeprecateActivityTypeCommand";
|
|
35
|
+
export * from "./UndeprecateDomainCommand";
|
|
36
|
+
export * from "./UndeprecateWorkflowTypeCommand";
|
|
37
|
+
export * from "./UntagResourceCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,48 +1,5 @@
|
|
|
1
|
-
export * from "./SWFClient";
|
|
2
1
|
export * from "./SWF";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/DeprecateActivityTypeCommand";
|
|
8
|
-
export * from "./commands/DeprecateDomainCommand";
|
|
9
|
-
export * from "./commands/DeprecateWorkflowTypeCommand";
|
|
10
|
-
export * from "./commands/DescribeActivityTypeCommand";
|
|
11
|
-
export * from "./commands/DescribeDomainCommand";
|
|
12
|
-
export * from "./commands/DescribeWorkflowExecutionCommand";
|
|
13
|
-
export * from "./commands/DescribeWorkflowTypeCommand";
|
|
14
|
-
export * from "./commands/GetWorkflowExecutionHistoryCommand";
|
|
15
|
-
export * from "./pagination/GetWorkflowExecutionHistoryPaginator";
|
|
16
|
-
export * from "./commands/ListActivityTypesCommand";
|
|
17
|
-
export * from "./pagination/ListActivityTypesPaginator";
|
|
18
|
-
export * from "./commands/ListClosedWorkflowExecutionsCommand";
|
|
19
|
-
export * from "./pagination/ListClosedWorkflowExecutionsPaginator";
|
|
20
|
-
export * from "./commands/ListDomainsCommand";
|
|
21
|
-
export * from "./pagination/ListDomainsPaginator";
|
|
22
|
-
export * from "./commands/ListOpenWorkflowExecutionsCommand";
|
|
23
|
-
export * from "./pagination/ListOpenWorkflowExecutionsPaginator";
|
|
24
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
25
|
-
export * from "./commands/ListWorkflowTypesCommand";
|
|
26
|
-
export * from "./pagination/ListWorkflowTypesPaginator";
|
|
27
|
-
export * from "./commands/PollForActivityTaskCommand";
|
|
28
|
-
export * from "./commands/PollForDecisionTaskCommand";
|
|
29
|
-
export * from "./pagination/PollForDecisionTaskPaginator";
|
|
30
|
-
export * from "./commands/RecordActivityTaskHeartbeatCommand";
|
|
31
|
-
export * from "./commands/RegisterActivityTypeCommand";
|
|
32
|
-
export * from "./commands/RegisterDomainCommand";
|
|
33
|
-
export * from "./commands/RegisterWorkflowTypeCommand";
|
|
34
|
-
export * from "./commands/RequestCancelWorkflowExecutionCommand";
|
|
35
|
-
export * from "./commands/RespondActivityTaskCanceledCommand";
|
|
36
|
-
export * from "./commands/RespondActivityTaskCompletedCommand";
|
|
37
|
-
export * from "./commands/RespondActivityTaskFailedCommand";
|
|
38
|
-
export * from "./commands/RespondDecisionTaskCompletedCommand";
|
|
39
|
-
export * from "./commands/SignalWorkflowExecutionCommand";
|
|
40
|
-
export * from "./commands/StartWorkflowExecutionCommand";
|
|
41
|
-
export * from "./commands/TagResourceCommand";
|
|
42
|
-
export * from "./commands/TerminateWorkflowExecutionCommand";
|
|
43
|
-
export * from "./commands/UndeprecateActivityTypeCommand";
|
|
44
|
-
export * from "./commands/UndeprecateDomainCommand";
|
|
45
|
-
export * from "./commands/UndeprecateWorkflowTypeCommand";
|
|
46
|
-
export * from "./commands/UntagResourceCommand";
|
|
47
|
-
export * from "./pagination/Interfaces";
|
|
48
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./SWFClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from "./GetWorkflowExecutionHistoryPaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListActivityTypesPaginator";
|
|
4
|
+
export * from "./ListClosedWorkflowExecutionsPaginator";
|
|
5
|
+
export * from "./ListDomainsPaginator";
|
|
6
|
+
export * from "./ListOpenWorkflowExecutionsPaginator";
|
|
7
|
+
export * from "./ListWorkflowTypesPaginator";
|
|
8
|
+
export * from "./PollForDecisionTaskPaginator";
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export * from "./CountClosedWorkflowExecutionsCommand";
|
|
2
|
+
export * from "./CountOpenWorkflowExecutionsCommand";
|
|
3
|
+
export * from "./CountPendingActivityTasksCommand";
|
|
4
|
+
export * from "./CountPendingDecisionTasksCommand";
|
|
5
|
+
export * from "./DeprecateActivityTypeCommand";
|
|
6
|
+
export * from "./DeprecateDomainCommand";
|
|
7
|
+
export * from "./DeprecateWorkflowTypeCommand";
|
|
8
|
+
export * from "./DescribeActivityTypeCommand";
|
|
9
|
+
export * from "./DescribeDomainCommand";
|
|
10
|
+
export * from "./DescribeWorkflowExecutionCommand";
|
|
11
|
+
export * from "./DescribeWorkflowTypeCommand";
|
|
12
|
+
export * from "./GetWorkflowExecutionHistoryCommand";
|
|
13
|
+
export * from "./ListActivityTypesCommand";
|
|
14
|
+
export * from "./ListClosedWorkflowExecutionsCommand";
|
|
15
|
+
export * from "./ListDomainsCommand";
|
|
16
|
+
export * from "./ListOpenWorkflowExecutionsCommand";
|
|
17
|
+
export * from "./ListTagsForResourceCommand";
|
|
18
|
+
export * from "./ListWorkflowTypesCommand";
|
|
19
|
+
export * from "./PollForActivityTaskCommand";
|
|
20
|
+
export * from "./PollForDecisionTaskCommand";
|
|
21
|
+
export * from "./RecordActivityTaskHeartbeatCommand";
|
|
22
|
+
export * from "./RegisterActivityTypeCommand";
|
|
23
|
+
export * from "./RegisterDomainCommand";
|
|
24
|
+
export * from "./RegisterWorkflowTypeCommand";
|
|
25
|
+
export * from "./RequestCancelWorkflowExecutionCommand";
|
|
26
|
+
export * from "./RespondActivityTaskCanceledCommand";
|
|
27
|
+
export * from "./RespondActivityTaskCompletedCommand";
|
|
28
|
+
export * from "./RespondActivityTaskFailedCommand";
|
|
29
|
+
export * from "./RespondDecisionTaskCompletedCommand";
|
|
30
|
+
export * from "./SignalWorkflowExecutionCommand";
|
|
31
|
+
export * from "./StartWorkflowExecutionCommand";
|
|
32
|
+
export * from "./TagResourceCommand";
|
|
33
|
+
export * from "./TerminateWorkflowExecutionCommand";
|
|
34
|
+
export * from "./UndeprecateActivityTypeCommand";
|
|
35
|
+
export * from "./UndeprecateDomainCommand";
|
|
36
|
+
export * from "./UndeprecateWorkflowTypeCommand";
|
|
37
|
+
export * from "./UntagResourceCommand";
|
|
@@ -1,48 +1,5 @@
|
|
|
1
|
-
export * from "./SWFClient";
|
|
2
1
|
export * from "./SWF";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/DeprecateActivityTypeCommand";
|
|
8
|
-
export * from "./commands/DeprecateDomainCommand";
|
|
9
|
-
export * from "./commands/DeprecateWorkflowTypeCommand";
|
|
10
|
-
export * from "./commands/DescribeActivityTypeCommand";
|
|
11
|
-
export * from "./commands/DescribeDomainCommand";
|
|
12
|
-
export * from "./commands/DescribeWorkflowExecutionCommand";
|
|
13
|
-
export * from "./commands/DescribeWorkflowTypeCommand";
|
|
14
|
-
export * from "./commands/GetWorkflowExecutionHistoryCommand";
|
|
15
|
-
export * from "./pagination/GetWorkflowExecutionHistoryPaginator";
|
|
16
|
-
export * from "./commands/ListActivityTypesCommand";
|
|
17
|
-
export * from "./pagination/ListActivityTypesPaginator";
|
|
18
|
-
export * from "./commands/ListClosedWorkflowExecutionsCommand";
|
|
19
|
-
export * from "./pagination/ListClosedWorkflowExecutionsPaginator";
|
|
20
|
-
export * from "./commands/ListDomainsCommand";
|
|
21
|
-
export * from "./pagination/ListDomainsPaginator";
|
|
22
|
-
export * from "./commands/ListOpenWorkflowExecutionsCommand";
|
|
23
|
-
export * from "./pagination/ListOpenWorkflowExecutionsPaginator";
|
|
24
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
25
|
-
export * from "./commands/ListWorkflowTypesCommand";
|
|
26
|
-
export * from "./pagination/ListWorkflowTypesPaginator";
|
|
27
|
-
export * from "./commands/PollForActivityTaskCommand";
|
|
28
|
-
export * from "./commands/PollForDecisionTaskCommand";
|
|
29
|
-
export * from "./pagination/PollForDecisionTaskPaginator";
|
|
30
|
-
export * from "./commands/RecordActivityTaskHeartbeatCommand";
|
|
31
|
-
export * from "./commands/RegisterActivityTypeCommand";
|
|
32
|
-
export * from "./commands/RegisterDomainCommand";
|
|
33
|
-
export * from "./commands/RegisterWorkflowTypeCommand";
|
|
34
|
-
export * from "./commands/RequestCancelWorkflowExecutionCommand";
|
|
35
|
-
export * from "./commands/RespondActivityTaskCanceledCommand";
|
|
36
|
-
export * from "./commands/RespondActivityTaskCompletedCommand";
|
|
37
|
-
export * from "./commands/RespondActivityTaskFailedCommand";
|
|
38
|
-
export * from "./commands/RespondDecisionTaskCompletedCommand";
|
|
39
|
-
export * from "./commands/SignalWorkflowExecutionCommand";
|
|
40
|
-
export * from "./commands/StartWorkflowExecutionCommand";
|
|
41
|
-
export * from "./commands/TagResourceCommand";
|
|
42
|
-
export * from "./commands/TerminateWorkflowExecutionCommand";
|
|
43
|
-
export * from "./commands/UndeprecateActivityTypeCommand";
|
|
44
|
-
export * from "./commands/UndeprecateDomainCommand";
|
|
45
|
-
export * from "./commands/UndeprecateWorkflowTypeCommand";
|
|
46
|
-
export * from "./commands/UntagResourceCommand";
|
|
47
|
-
export * from "./pagination/Interfaces";
|
|
48
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./SWFClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from "./GetWorkflowExecutionHistoryPaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListActivityTypesPaginator";
|
|
4
|
+
export * from "./ListClosedWorkflowExecutionsPaginator";
|
|
5
|
+
export * from "./ListDomainsPaginator";
|
|
6
|
+
export * from "./ListOpenWorkflowExecutionsPaginator";
|
|
7
|
+
export * from "./ListWorkflowTypesPaginator";
|
|
8
|
+
export * from "./PollForDecisionTaskPaginator";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-swf",
|
|
3
3
|
"description": "AWS SDK for JavaScript Swf Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.38.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.38.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.38.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.38.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.38.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.38.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.38.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
42
|
+
"@aws-sdk/types": "3.38.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.38.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
56
56
|
"@types/node": "^12.7.5",
|
|
57
57
|
"downlevel-dts": "0.7.0",
|
|
58
58
|
"jest": "^26.1.0",
|