@aws-sdk/client-swf 3.775.0 → 3.782.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.
Files changed (40) hide show
  1. package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +1 -0
  2. package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +1 -0
  3. package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +1 -0
  4. package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +1 -0
  5. package/dist-types/commands/DeleteActivityTypeCommand.d.ts +1 -0
  6. package/dist-types/commands/DeleteWorkflowTypeCommand.d.ts +1 -0
  7. package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +1 -0
  8. package/dist-types/commands/DeprecateDomainCommand.d.ts +1 -0
  9. package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +1 -0
  10. package/dist-types/commands/DescribeActivityTypeCommand.d.ts +1 -0
  11. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -0
  12. package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +1 -0
  13. package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +1 -0
  14. package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +1 -0
  15. package/dist-types/commands/ListActivityTypesCommand.d.ts +1 -0
  16. package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +1 -0
  17. package/dist-types/commands/ListDomainsCommand.d.ts +1 -0
  18. package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +1 -0
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  20. package/dist-types/commands/ListWorkflowTypesCommand.d.ts +1 -0
  21. package/dist-types/commands/PollForActivityTaskCommand.d.ts +1 -0
  22. package/dist-types/commands/PollForDecisionTaskCommand.d.ts +1 -0
  23. package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +1 -0
  24. package/dist-types/commands/RegisterActivityTypeCommand.d.ts +1 -0
  25. package/dist-types/commands/RegisterDomainCommand.d.ts +1 -0
  26. package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +1 -0
  27. package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +1 -0
  28. package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +1 -0
  29. package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +1 -0
  30. package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +1 -0
  31. package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +1 -0
  32. package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +1 -0
  33. package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +1 -0
  34. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  35. package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +1 -0
  36. package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +1 -0
  37. package/dist-types/commands/UndeprecateDomainCommand.d.ts +1 -0
  38. package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +1 -0
  39. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  40. package/package.json +5 -5
@@ -128,6 +128,7 @@ declare const CountClosedWorkflowExecutionsCommand_base: {
128
128
  * @throws {@link SWFServiceException}
129
129
  * <p>Base exception class for all service exceptions from SWF service.</p>
130
130
  *
131
+ *
131
132
  * @public
132
133
  */
133
134
  export declare class CountClosedWorkflowExecutionsCommand extends CountClosedWorkflowExecutionsCommand_base {
@@ -121,6 +121,7 @@ declare const CountOpenWorkflowExecutionsCommand_base: {
121
121
  * @throws {@link SWFServiceException}
122
122
  * <p>Base exception class for all service exceptions from SWF service.</p>
123
123
  *
124
+ *
124
125
  * @public
125
126
  */
126
127
  export declare class CountOpenWorkflowExecutionsCommand extends CountOpenWorkflowExecutionsCommand_base {
@@ -91,6 +91,7 @@ declare const CountPendingActivityTasksCommand_base: {
91
91
  * @throws {@link SWFServiceException}
92
92
  * <p>Base exception class for all service exceptions from SWF service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class CountPendingActivityTasksCommand extends CountPendingActivityTasksCommand_base {
@@ -91,6 +91,7 @@ declare const CountPendingDecisionTasksCommand_base: {
91
91
  * @throws {@link SWFServiceException}
92
92
  * <p>Base exception class for all service exceptions from SWF service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class CountPendingDecisionTasksCommand extends CountPendingDecisionTasksCommand_base {
@@ -104,6 +104,7 @@ declare const DeleteActivityTypeCommand_base: {
104
104
  * @throws {@link SWFServiceException}
105
105
  * <p>Base exception class for all service exceptions from SWF service.</p>
106
106
  *
107
+ *
107
108
  * @public
108
109
  */
109
110
  export declare class DeleteActivityTypeCommand extends DeleteActivityTypeCommand_base {
@@ -105,6 +105,7 @@ declare const DeleteWorkflowTypeCommand_base: {
105
105
  * @throws {@link SWFServiceException}
106
106
  * <p>Base exception class for all service exceptions from SWF service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class DeleteWorkflowTypeCommand extends DeleteWorkflowTypeCommand_base {
@@ -103,6 +103,7 @@ declare const DeprecateActivityTypeCommand_base: {
103
103
  * @throws {@link SWFServiceException}
104
104
  * <p>Base exception class for all service exceptions from SWF service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class DeprecateActivityTypeCommand extends DeprecateActivityTypeCommand_base {
@@ -92,6 +92,7 @@ declare const DeprecateDomainCommand_base: {
92
92
  * @throws {@link SWFServiceException}
93
93
  * <p>Base exception class for all service exceptions from SWF service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class DeprecateDomainCommand extends DeprecateDomainCommand_base {
@@ -108,6 +108,7 @@ declare const DeprecateWorkflowTypeCommand_base: {
108
108
  * @throws {@link SWFServiceException}
109
109
  * <p>Base exception class for all service exceptions from SWF service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class DeprecateWorkflowTypeCommand extends DeprecateWorkflowTypeCommand_base {
@@ -121,6 +121,7 @@ declare const DescribeActivityTypeCommand_base: {
121
121
  * @throws {@link SWFServiceException}
122
122
  * <p>Base exception class for all service exceptions from SWF service.</p>
123
123
  *
124
+ *
124
125
  * @public
125
126
  */
126
127
  export declare class DescribeActivityTypeCommand extends DescribeActivityTypeCommand_base {
@@ -92,6 +92,7 @@ declare const DescribeDomainCommand_base: {
92
92
  * @throws {@link SWFServiceException}
93
93
  * <p>Base exception class for all service exceptions from SWF service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class DescribeDomainCommand extends DescribeDomainCommand_base {
@@ -132,6 +132,7 @@ declare const DescribeWorkflowExecutionCommand_base: {
132
132
  * @throws {@link SWFServiceException}
133
133
  * <p>Base exception class for all service exceptions from SWF service.</p>
134
134
  *
135
+ *
135
136
  * @public
136
137
  */
137
138
  export declare class DescribeWorkflowExecutionCommand extends DescribeWorkflowExecutionCommand_base {
@@ -121,6 +121,7 @@ declare const DescribeWorkflowTypeCommand_base: {
121
121
  * @throws {@link SWFServiceException}
122
122
  * <p>Base exception class for all service exceptions from SWF service.</p>
123
123
  *
124
+ *
124
125
  * @public
125
126
  */
126
127
  export declare class DescribeWorkflowTypeCommand extends DescribeWorkflowTypeCommand_base {
@@ -482,6 +482,7 @@ declare const GetWorkflowExecutionHistoryCommand_base: {
482
482
  * @throws {@link SWFServiceException}
483
483
  * <p>Base exception class for all service exceptions from SWF service.</p>
484
484
  *
485
+ *
485
486
  * @public
486
487
  */
487
488
  export declare class GetWorkflowExecutionHistoryCommand extends GetWorkflowExecutionHistoryCommand_base {
@@ -104,6 +104,7 @@ declare const ListActivityTypesCommand_base: {
104
104
  * @throws {@link SWFServiceException}
105
105
  * <p>Base exception class for all service exceptions from SWF service.</p>
106
106
  *
107
+ *
107
108
  * @public
108
109
  */
109
110
  export declare class ListActivityTypesCommand extends ListActivityTypesCommand_base {
@@ -155,6 +155,7 @@ declare const ListClosedWorkflowExecutionsCommand_base: {
155
155
  * @throws {@link SWFServiceException}
156
156
  * <p>Base exception class for all service exceptions from SWF service.</p>
157
157
  *
158
+ *
158
159
  * @public
159
160
  */
160
161
  export declare class ListClosedWorkflowExecutionsCommand extends ListClosedWorkflowExecutionsCommand_base {
@@ -99,6 +99,7 @@ declare const ListDomainsCommand_base: {
99
99
  * @throws {@link SWFServiceException}
100
100
  * <p>Base exception class for all service exceptions from SWF service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class ListDomainsCommand extends ListDomainsCommand_base {
@@ -148,6 +148,7 @@ declare const ListOpenWorkflowExecutionsCommand_base: {
148
148
  * @throws {@link SWFServiceException}
149
149
  * <p>Base exception class for all service exceptions from SWF service.</p>
150
150
  *
151
+ *
151
152
  * @public
152
153
  */
153
154
  export declare class ListOpenWorkflowExecutionsCommand extends ListOpenWorkflowExecutionsCommand_base {
@@ -68,6 +68,7 @@ declare const ListTagsForResourceCommand_base: {
68
68
  * @throws {@link SWFServiceException}
69
69
  * <p>Base exception class for all service exceptions from SWF service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -101,6 +101,7 @@ declare const ListWorkflowTypesCommand_base: {
101
101
  * @throws {@link SWFServiceException}
102
102
  * <p>Base exception class for all service exceptions from SWF service.</p>
103
103
  *
104
+ *
104
105
  * @public
105
106
  */
106
107
  export declare class ListWorkflowTypesCommand extends ListWorkflowTypesCommand_base {
@@ -113,6 +113,7 @@ declare const PollForActivityTaskCommand_base: {
113
113
  * @throws {@link SWFServiceException}
114
114
  * <p>Base exception class for all service exceptions from SWF service.</p>
115
115
  *
116
+ *
116
117
  * @public
117
118
  */
118
119
  export declare class PollForActivityTaskCommand extends PollForActivityTaskCommand_base {
@@ -509,6 +509,7 @@ declare const PollForDecisionTaskCommand_base: {
509
509
  * @throws {@link SWFServiceException}
510
510
  * <p>Base exception class for all service exceptions from SWF service.</p>
511
511
  *
512
+ *
512
513
  * @public
513
514
  */
514
515
  export declare class PollForDecisionTaskCommand extends PollForDecisionTaskCommand_base {
@@ -108,6 +108,7 @@ declare const RecordActivityTaskHeartbeatCommand_base: {
108
108
  * @throws {@link SWFServiceException}
109
109
  * <p>Base exception class for all service exceptions from SWF service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class RecordActivityTaskHeartbeatCommand extends RecordActivityTaskHeartbeatCommand_base {
@@ -121,6 +121,7 @@ declare const RegisterActivityTypeCommand_base: {
121
121
  * @throws {@link SWFServiceException}
122
122
  * <p>Base exception class for all service exceptions from SWF service.</p>
123
123
  *
124
+ *
124
125
  * @public
125
126
  */
126
127
  export declare class RegisterActivityTypeCommand extends RegisterActivityTypeCommand_base {
@@ -95,6 +95,7 @@ declare const RegisterDomainCommand_base: {
95
95
  * @throws {@link SWFServiceException}
96
96
  * <p>Base exception class for all service exceptions from SWF service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class RegisterDomainCommand extends RegisterDomainCommand_base {
@@ -122,6 +122,7 @@ declare const RegisterWorkflowTypeCommand_base: {
122
122
  * @throws {@link SWFServiceException}
123
123
  * <p>Base exception class for all service exceptions from SWF service.</p>
124
124
  *
125
+ *
125
126
  * @public
126
127
  */
127
128
  export declare class RegisterWorkflowTypeCommand extends RegisterWorkflowTypeCommand_base {
@@ -96,6 +96,7 @@ declare const RequestCancelWorkflowExecutionCommand_base: {
96
96
  * @throws {@link SWFServiceException}
97
97
  * <p>Base exception class for all service exceptions from SWF service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class RequestCancelWorkflowExecutionCommand extends RequestCancelWorkflowExecutionCommand_base {
@@ -96,6 +96,7 @@ declare const RespondActivityTaskCanceledCommand_base: {
96
96
  * @throws {@link SWFServiceException}
97
97
  * <p>Base exception class for all service exceptions from SWF service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class RespondActivityTaskCanceledCommand extends RespondActivityTaskCanceledCommand_base {
@@ -95,6 +95,7 @@ declare const RespondActivityTaskCompletedCommand_base: {
95
95
  * @throws {@link SWFServiceException}
96
96
  * <p>Base exception class for all service exceptions from SWF service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class RespondActivityTaskCompletedCommand extends RespondActivityTaskCompletedCommand_base {
@@ -90,6 +90,7 @@ declare const RespondActivityTaskFailedCommand_base: {
90
90
  * @throws {@link SWFServiceException}
91
91
  * <p>Base exception class for all service exceptions from SWF service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class RespondActivityTaskFailedCommand extends RespondActivityTaskFailedCommand_base {
@@ -180,6 +180,7 @@ declare const RespondDecisionTaskCompletedCommand_base: {
180
180
  * @throws {@link SWFServiceException}
181
181
  * <p>Base exception class for all service exceptions from SWF service.</p>
182
182
  *
183
+ *
183
184
  * @public
184
185
  */
185
186
  export declare class RespondDecisionTaskCompletedCommand extends RespondDecisionTaskCompletedCommand_base {
@@ -97,6 +97,7 @@ declare const SignalWorkflowExecutionCommand_base: {
97
97
  * @throws {@link SWFServiceException}
98
98
  * <p>Base exception class for all service exceptions from SWF service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class SignalWorkflowExecutionCommand extends SignalWorkflowExecutionCommand_base {
@@ -163,6 +163,7 @@ declare const StartWorkflowExecutionCommand_base: {
163
163
  * @throws {@link SWFServiceException}
164
164
  * <p>Base exception class for all service exceptions from SWF service.</p>
165
165
  *
166
+ *
166
167
  * @public
167
168
  */
168
169
  export declare class StartWorkflowExecutionCommand extends StartWorkflowExecutionCommand_base {
@@ -73,6 +73,7 @@ declare const TagResourceCommand_base: {
73
73
  * @throws {@link SWFServiceException}
74
74
  * <p>Base exception class for all service exceptions from SWF service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -102,6 +102,7 @@ declare const TerminateWorkflowExecutionCommand_base: {
102
102
  * @throws {@link SWFServiceException}
103
103
  * <p>Base exception class for all service exceptions from SWF service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class TerminateWorkflowExecutionCommand extends TerminateWorkflowExecutionCommand_base {
@@ -106,6 +106,7 @@ declare const UndeprecateActivityTypeCommand_base: {
106
106
  * @throws {@link SWFServiceException}
107
107
  * <p>Base exception class for all service exceptions from SWF service.</p>
108
108
  *
109
+ *
109
110
  * @public
110
111
  */
111
112
  export declare class UndeprecateActivityTypeCommand extends UndeprecateActivityTypeCommand_base {
@@ -89,6 +89,7 @@ declare const UndeprecateDomainCommand_base: {
89
89
  * @throws {@link SWFServiceException}
90
90
  * <p>Base exception class for all service exceptions from SWF service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class UndeprecateDomainCommand extends UndeprecateDomainCommand_base {
@@ -106,6 +106,7 @@ declare const UndeprecateWorkflowTypeCommand_base: {
106
106
  * @throws {@link SWFServiceException}
107
107
  * <p>Base exception class for all service exceptions from SWF service.</p>
108
108
  *
109
+ *
109
110
  * @public
110
111
  */
111
112
  export declare class UndeprecateWorkflowTypeCommand extends UndeprecateWorkflowTypeCommand_base {
@@ -64,6 +64,7 @@ declare const UntagResourceCommand_base: {
64
64
  * @throws {@link SWFServiceException}
65
65
  * <p>Base exception class for all service exceptions from SWF service.</p>
66
66
  *
67
+ *
67
68
  * @public
68
69
  */
69
70
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
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.775.0",
4
+ "version": "3.782.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-swf",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.782.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.782.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.782.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",