@aws-sdk/client-swf 3.948.0 → 3.953.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/index.js +728 -457
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +2 -2
- package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +2 -2
- package/dist-es/commands/CountPendingActivityTasksCommand.js +2 -2
- package/dist-es/commands/CountPendingDecisionTasksCommand.js +2 -2
- package/dist-es/commands/DeleteActivityTypeCommand.js +2 -2
- package/dist-es/commands/DeleteWorkflowTypeCommand.js +2 -2
- package/dist-es/commands/DeprecateActivityTypeCommand.js +2 -2
- package/dist-es/commands/DeprecateDomainCommand.js +2 -2
- package/dist-es/commands/DeprecateWorkflowTypeCommand.js +2 -2
- package/dist-es/commands/DescribeActivityTypeCommand.js +2 -2
- package/dist-es/commands/DescribeDomainCommand.js +2 -2
- package/dist-es/commands/DescribeWorkflowExecutionCommand.js +2 -2
- package/dist-es/commands/DescribeWorkflowTypeCommand.js +2 -2
- package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +2 -2
- package/dist-es/commands/ListActivityTypesCommand.js +2 -2
- package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +2 -2
- package/dist-es/commands/ListDomainsCommand.js +2 -2
- package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWorkflowTypesCommand.js +2 -2
- package/dist-es/commands/PollForActivityTaskCommand.js +2 -2
- package/dist-es/commands/PollForDecisionTaskCommand.js +2 -2
- package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +2 -2
- package/dist-es/commands/RegisterActivityTypeCommand.js +2 -2
- package/dist-es/commands/RegisterDomainCommand.js +2 -2
- package/dist-es/commands/RegisterWorkflowTypeCommand.js +2 -2
- package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +2 -2
- package/dist-es/commands/RespondActivityTaskCanceledCommand.js +2 -2
- package/dist-es/commands/RespondActivityTaskCompletedCommand.js +2 -2
- package/dist-es/commands/RespondActivityTaskFailedCommand.js +2 -2
- package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +2 -2
- package/dist-es/commands/SignalWorkflowExecutionCommand.js +2 -2
- package/dist-es/commands/StartWorkflowExecutionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TerminateWorkflowExecutionCommand.js +2 -2
- package/dist-es/commands/UndeprecateActivityTypeCommand.js +2 -2
- package/dist-es/commands/UndeprecateDomainCommand.js +2 -2
- package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +465 -388
- package/dist-types/SWFClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +195 -205
- package/dist-types/ts3.4/SWFClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +194 -205
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class SWFClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class SWFServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, SWFServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class OperationNotPermittedFault extends SWFServiceException {
|
|
121
121
|
name = "OperationNotPermittedFault";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let OperationNotPermittedFault$1 = class OperationNotPermittedFault extends SWFS
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, OperationNotPermittedFault.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class UnknownResourceFault extends SWFServiceException {
|
|
133
133
|
name = "UnknownResourceFault";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let UnknownResourceFault$1 = class UnknownResourceFault extends SWFServiceExcept
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, UnknownResourceFault.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class DefaultUndefinedFault extends SWFServiceException {
|
|
145
145
|
name = "DefaultUndefinedFault";
|
|
146
146
|
$fault = "client";
|
|
147
147
|
constructor(opts) {
|
|
@@ -152,8 +152,8 @@ let DefaultUndefinedFault$1 = class DefaultUndefinedFault extends SWFServiceExce
|
|
|
152
152
|
});
|
|
153
153
|
Object.setPrototypeOf(this, DefaultUndefinedFault.prototype);
|
|
154
154
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
155
|
+
}
|
|
156
|
+
class TypeNotDeprecatedFault extends SWFServiceException {
|
|
157
157
|
name = "TypeNotDeprecatedFault";
|
|
158
158
|
$fault = "client";
|
|
159
159
|
constructor(opts) {
|
|
@@ -164,8 +164,8 @@ let TypeNotDeprecatedFault$1 = class TypeNotDeprecatedFault extends SWFServiceEx
|
|
|
164
164
|
});
|
|
165
165
|
Object.setPrototypeOf(this, TypeNotDeprecatedFault.prototype);
|
|
166
166
|
}
|
|
167
|
-
}
|
|
168
|
-
|
|
167
|
+
}
|
|
168
|
+
class TypeDeprecatedFault extends SWFServiceException {
|
|
169
169
|
name = "TypeDeprecatedFault";
|
|
170
170
|
$fault = "client";
|
|
171
171
|
constructor(opts) {
|
|
@@ -176,8 +176,8 @@ let TypeDeprecatedFault$1 = class TypeDeprecatedFault extends SWFServiceExceptio
|
|
|
176
176
|
});
|
|
177
177
|
Object.setPrototypeOf(this, TypeDeprecatedFault.prototype);
|
|
178
178
|
}
|
|
179
|
-
}
|
|
180
|
-
|
|
179
|
+
}
|
|
180
|
+
class DomainDeprecatedFault extends SWFServiceException {
|
|
181
181
|
name = "DomainDeprecatedFault";
|
|
182
182
|
$fault = "client";
|
|
183
183
|
constructor(opts) {
|
|
@@ -188,8 +188,8 @@ let DomainDeprecatedFault$1 = class DomainDeprecatedFault extends SWFServiceExce
|
|
|
188
188
|
});
|
|
189
189
|
Object.setPrototypeOf(this, DomainDeprecatedFault.prototype);
|
|
190
190
|
}
|
|
191
|
-
}
|
|
192
|
-
|
|
191
|
+
}
|
|
192
|
+
class DomainAlreadyExistsFault extends SWFServiceException {
|
|
193
193
|
name = "DomainAlreadyExistsFault";
|
|
194
194
|
$fault = "client";
|
|
195
195
|
constructor(opts) {
|
|
@@ -200,8 +200,8 @@ let DomainAlreadyExistsFault$1 = class DomainAlreadyExistsFault extends SWFServi
|
|
|
200
200
|
});
|
|
201
201
|
Object.setPrototypeOf(this, DomainAlreadyExistsFault.prototype);
|
|
202
202
|
}
|
|
203
|
-
}
|
|
204
|
-
|
|
203
|
+
}
|
|
204
|
+
class LimitExceededFault extends SWFServiceException {
|
|
205
205
|
name = "LimitExceededFault";
|
|
206
206
|
$fault = "client";
|
|
207
207
|
constructor(opts) {
|
|
@@ -212,8 +212,8 @@ let LimitExceededFault$1 = class LimitExceededFault extends SWFServiceException$
|
|
|
212
212
|
});
|
|
213
213
|
Object.setPrototypeOf(this, LimitExceededFault.prototype);
|
|
214
214
|
}
|
|
215
|
-
}
|
|
216
|
-
|
|
215
|
+
}
|
|
216
|
+
class TypeAlreadyExistsFault extends SWFServiceException {
|
|
217
217
|
name = "TypeAlreadyExistsFault";
|
|
218
218
|
$fault = "client";
|
|
219
219
|
constructor(opts) {
|
|
@@ -224,8 +224,8 @@ let TypeAlreadyExistsFault$1 = class TypeAlreadyExistsFault extends SWFServiceEx
|
|
|
224
224
|
});
|
|
225
225
|
Object.setPrototypeOf(this, TypeAlreadyExistsFault.prototype);
|
|
226
226
|
}
|
|
227
|
-
}
|
|
228
|
-
|
|
227
|
+
}
|
|
228
|
+
class TooManyTagsFault extends SWFServiceException {
|
|
229
229
|
name = "TooManyTagsFault";
|
|
230
230
|
$fault = "client";
|
|
231
231
|
constructor(opts) {
|
|
@@ -236,8 +236,8 @@ let TooManyTagsFault$1 = class TooManyTagsFault extends SWFServiceException$1 {
|
|
|
236
236
|
});
|
|
237
237
|
Object.setPrototypeOf(this, TooManyTagsFault.prototype);
|
|
238
238
|
}
|
|
239
|
-
}
|
|
240
|
-
|
|
239
|
+
}
|
|
240
|
+
class WorkflowExecutionAlreadyStartedFault extends SWFServiceException {
|
|
241
241
|
name = "WorkflowExecutionAlreadyStartedFault";
|
|
242
242
|
$fault = "client";
|
|
243
243
|
constructor(opts) {
|
|
@@ -248,7 +248,7 @@ let WorkflowExecutionAlreadyStartedFault$1 = class WorkflowExecutionAlreadyStart
|
|
|
248
248
|
});
|
|
249
249
|
Object.setPrototypeOf(this, WorkflowExecutionAlreadyStartedFault.prototype);
|
|
250
250
|
}
|
|
251
|
-
}
|
|
251
|
+
}
|
|
252
252
|
|
|
253
253
|
const _AT = "ActivityTask";
|
|
254
254
|
const _ATC = "ActivityTypeConfiguration";
|
|
@@ -637,15 +637,15 @@ const _wI = "workflowId";
|
|
|
637
637
|
const _wT = "workflowType";
|
|
638
638
|
const _wTV = "workflowTypeVersion";
|
|
639
639
|
const n0 = "com.amazonaws.swf";
|
|
640
|
-
var ActivityTask = [
|
|
640
|
+
var ActivityTask$ = [
|
|
641
641
|
3,
|
|
642
642
|
n0,
|
|
643
643
|
_AT,
|
|
644
644
|
0,
|
|
645
645
|
[_tT, _aI, _sEI, _wE, _aT, _i],
|
|
646
|
-
[0, 0, 1, () => WorkflowExecution
|
|
646
|
+
[0, 0, 1, () => WorkflowExecution$, () => ActivityType$, 0],
|
|
647
647
|
];
|
|
648
|
-
var ActivityTaskCanceledEventAttributes = [
|
|
648
|
+
var ActivityTaskCanceledEventAttributes$ = [
|
|
649
649
|
3,
|
|
650
650
|
n0,
|
|
651
651
|
_ATCEA,
|
|
@@ -653,7 +653,7 @@ var ActivityTaskCanceledEventAttributes = [
|
|
|
653
653
|
[_d, _sEIc, _sEI, _lCREI],
|
|
654
654
|
[0, 1, 1, 1],
|
|
655
655
|
];
|
|
656
|
-
var ActivityTaskCancelRequestedEventAttributes = [
|
|
656
|
+
var ActivityTaskCancelRequestedEventAttributes$ = [
|
|
657
657
|
3,
|
|
658
658
|
n0,
|
|
659
659
|
_ATCREA,
|
|
@@ -661,7 +661,7 @@ var ActivityTaskCancelRequestedEventAttributes = [
|
|
|
661
661
|
[_dTCEI, _aI],
|
|
662
662
|
[1, 0],
|
|
663
663
|
];
|
|
664
|
-
var ActivityTaskCompletedEventAttributes = [
|
|
664
|
+
var ActivityTaskCompletedEventAttributes$ = [
|
|
665
665
|
3,
|
|
666
666
|
n0,
|
|
667
667
|
_ATCEAc,
|
|
@@ -669,7 +669,7 @@ var ActivityTaskCompletedEventAttributes = [
|
|
|
669
669
|
[_r, _sEIc, _sEI],
|
|
670
670
|
[0, 1, 1],
|
|
671
671
|
];
|
|
672
|
-
var ActivityTaskFailedEventAttributes = [
|
|
672
|
+
var ActivityTaskFailedEventAttributes$ = [
|
|
673
673
|
3,
|
|
674
674
|
n0,
|
|
675
675
|
_ATFEA,
|
|
@@ -677,17 +677,17 @@ var ActivityTaskFailedEventAttributes = [
|
|
|
677
677
|
[_re, _d, _sEIc, _sEI],
|
|
678
678
|
[0, 0, 1, 1],
|
|
679
679
|
];
|
|
680
|
-
var ActivityTaskScheduledEventAttributes = [
|
|
680
|
+
var ActivityTaskScheduledEventAttributes$ = [
|
|
681
681
|
3,
|
|
682
682
|
n0,
|
|
683
683
|
_ATSEA,
|
|
684
684
|
0,
|
|
685
685
|
[_aT, _aI, _i, _c, _sTST, _sTCT, _sTCTt, _tL, _tP, _dTCEI, _hT],
|
|
686
|
-
[() => ActivityType
|
|
686
|
+
[() => ActivityType$, 0, 0, 0, 0, 0, 0, () => TaskList$, 0, 1, 0],
|
|
687
687
|
];
|
|
688
|
-
var ActivityTaskStartedEventAttributes = [3, n0, _ATSEAc, 0, [_id, _sEIc], [0, 1]];
|
|
689
|
-
var ActivityTaskStatus = [3, n0, _ATS, 0, [_cR], [2]];
|
|
690
|
-
var ActivityTaskTimedOutEventAttributes = [
|
|
688
|
+
var ActivityTaskStartedEventAttributes$ = [3, n0, _ATSEAc, 0, [_id, _sEIc], [0, 1]];
|
|
689
|
+
var ActivityTaskStatus$ = [3, n0, _ATS, 0, [_cR], [2]];
|
|
690
|
+
var ActivityTaskTimedOutEventAttributes$ = [
|
|
691
691
|
3,
|
|
692
692
|
n0,
|
|
693
693
|
_ATTOEA,
|
|
@@ -695,36 +695,43 @@ var ActivityTaskTimedOutEventAttributes = [
|
|
|
695
695
|
[_tTi, _sEIc, _sEI, _d],
|
|
696
696
|
[0, 1, 1, 0],
|
|
697
697
|
];
|
|
698
|
-
var ActivityType = [3, n0, _ATc, 0, [_n, _v], [0, 0]];
|
|
699
|
-
var ActivityTypeConfiguration = [
|
|
698
|
+
var ActivityType$ = [3, n0, _ATc, 0, [_n, _v], [0, 0]];
|
|
699
|
+
var ActivityTypeConfiguration$ = [
|
|
700
700
|
3,
|
|
701
701
|
n0,
|
|
702
702
|
_ATC,
|
|
703
703
|
0,
|
|
704
704
|
[_dTSTCT, _dTHT, _dTL, _dTP, _dTSTST, _dTSTCTe],
|
|
705
|
-
[0, 0, () => TaskList
|
|
705
|
+
[0, 0, () => TaskList$, 0, 0, 0],
|
|
706
706
|
];
|
|
707
|
-
var ActivityTypeDetail = [
|
|
707
|
+
var ActivityTypeDetail$ = [
|
|
708
708
|
3,
|
|
709
709
|
n0,
|
|
710
710
|
_ATD,
|
|
711
711
|
0,
|
|
712
712
|
[_tI, _co],
|
|
713
|
-
[() => ActivityTypeInfo
|
|
713
|
+
[() => ActivityTypeInfo$, () => ActivityTypeConfiguration$],
|
|
714
714
|
];
|
|
715
|
-
var ActivityTypeInfo = [
|
|
715
|
+
var ActivityTypeInfo$ = [
|
|
716
716
|
3,
|
|
717
717
|
n0,
|
|
718
718
|
_ATI,
|
|
719
719
|
0,
|
|
720
720
|
[_aT, _s, _de, _cD, _dD],
|
|
721
|
-
[() => ActivityType
|
|
721
|
+
[() => ActivityType$, 0, 0, 4, 4],
|
|
722
|
+
];
|
|
723
|
+
var ActivityTypeInfos$ = [3, n0, _ATIc, 0, [_tIy, _nPT], [() => ActivityTypeInfoList, 0]];
|
|
724
|
+
var CancelTimerDecisionAttributes$ = [3, n0, _CTDA, 0, [_tIi], [0]];
|
|
725
|
+
var CancelTimerFailedEventAttributes$ = [
|
|
726
|
+
3,
|
|
727
|
+
n0,
|
|
728
|
+
_CTFEA,
|
|
729
|
+
0,
|
|
730
|
+
[_tIi, _ca, _dTCEI],
|
|
731
|
+
[0, 0, 1],
|
|
722
732
|
];
|
|
723
|
-
var
|
|
724
|
-
var
|
|
725
|
-
var CancelTimerFailedEventAttributes = [3, n0, _CTFEA, 0, [_tIi, _ca, _dTCEI], [0, 0, 1]];
|
|
726
|
-
var CancelWorkflowExecutionDecisionAttributes = [3, n0, _CWEDA, 0, [_d], [0]];
|
|
727
|
-
var CancelWorkflowExecutionFailedEventAttributes = [
|
|
733
|
+
var CancelWorkflowExecutionDecisionAttributes$ = [3, n0, _CWEDA, 0, [_d], [0]];
|
|
734
|
+
var CancelWorkflowExecutionFailedEventAttributes$ = [
|
|
728
735
|
3,
|
|
729
736
|
n0,
|
|
730
737
|
_CWEFEA,
|
|
@@ -732,57 +739,57 @@ var CancelWorkflowExecutionFailedEventAttributes = [
|
|
|
732
739
|
[_ca, _dTCEI],
|
|
733
740
|
[0, 1],
|
|
734
741
|
];
|
|
735
|
-
var ChildWorkflowExecutionCanceledEventAttributes = [
|
|
742
|
+
var ChildWorkflowExecutionCanceledEventAttributes$ = [
|
|
736
743
|
3,
|
|
737
744
|
n0,
|
|
738
745
|
_CWECEA,
|
|
739
746
|
0,
|
|
740
747
|
[_wE, _wT, _d, _iEI, _sEI],
|
|
741
|
-
[() => WorkflowExecution
|
|
748
|
+
[() => WorkflowExecution$, () => WorkflowType$, 0, 1, 1],
|
|
742
749
|
];
|
|
743
|
-
var ChildWorkflowExecutionCompletedEventAttributes = [
|
|
750
|
+
var ChildWorkflowExecutionCompletedEventAttributes$ = [
|
|
744
751
|
3,
|
|
745
752
|
n0,
|
|
746
753
|
_CWECEAh,
|
|
747
754
|
0,
|
|
748
755
|
[_wE, _wT, _r, _iEI, _sEI],
|
|
749
|
-
[() => WorkflowExecution
|
|
756
|
+
[() => WorkflowExecution$, () => WorkflowType$, 0, 1, 1],
|
|
750
757
|
];
|
|
751
|
-
var ChildWorkflowExecutionFailedEventAttributes = [
|
|
758
|
+
var ChildWorkflowExecutionFailedEventAttributes$ = [
|
|
752
759
|
3,
|
|
753
760
|
n0,
|
|
754
761
|
_CWEFEAh,
|
|
755
762
|
0,
|
|
756
763
|
[_wE, _wT, _re, _d, _iEI, _sEI],
|
|
757
|
-
[() => WorkflowExecution
|
|
764
|
+
[() => WorkflowExecution$, () => WorkflowType$, 0, 0, 1, 1],
|
|
758
765
|
];
|
|
759
|
-
var ChildWorkflowExecutionStartedEventAttributes = [
|
|
766
|
+
var ChildWorkflowExecutionStartedEventAttributes$ = [
|
|
760
767
|
3,
|
|
761
768
|
n0,
|
|
762
769
|
_CWESEA,
|
|
763
770
|
0,
|
|
764
771
|
[_wE, _wT, _iEI],
|
|
765
|
-
[() => WorkflowExecution
|
|
772
|
+
[() => WorkflowExecution$, () => WorkflowType$, 1],
|
|
766
773
|
];
|
|
767
|
-
var ChildWorkflowExecutionTerminatedEventAttributes = [
|
|
774
|
+
var ChildWorkflowExecutionTerminatedEventAttributes$ = [
|
|
768
775
|
3,
|
|
769
776
|
n0,
|
|
770
777
|
_CWETEA,
|
|
771
778
|
0,
|
|
772
779
|
[_wE, _wT, _iEI, _sEI],
|
|
773
|
-
[() => WorkflowExecution
|
|
780
|
+
[() => WorkflowExecution$, () => WorkflowType$, 1, 1],
|
|
774
781
|
];
|
|
775
|
-
var ChildWorkflowExecutionTimedOutEventAttributes = [
|
|
782
|
+
var ChildWorkflowExecutionTimedOutEventAttributes$ = [
|
|
776
783
|
3,
|
|
777
784
|
n0,
|
|
778
785
|
_CWETOEA,
|
|
779
786
|
0,
|
|
780
787
|
[_wE, _wT, _tTi, _iEI, _sEI],
|
|
781
|
-
[() => WorkflowExecution
|
|
788
|
+
[() => WorkflowExecution$, () => WorkflowType$, 0, 1, 1],
|
|
782
789
|
];
|
|
783
|
-
var CloseStatusFilter = [3, n0, _CSF, 0, [_s], [0]];
|
|
784
|
-
var CompleteWorkflowExecutionDecisionAttributes = [3, n0, _CWEDAo, 0, [_r], [0]];
|
|
785
|
-
var CompleteWorkflowExecutionFailedEventAttributes = [
|
|
790
|
+
var CloseStatusFilter$ = [3, n0, _CSF, 0, [_s], [0]];
|
|
791
|
+
var CompleteWorkflowExecutionDecisionAttributes$ = [3, n0, _CWEDAo, 0, [_r], [0]];
|
|
792
|
+
var CompleteWorkflowExecutionFailedEventAttributes$ = [
|
|
786
793
|
3,
|
|
787
794
|
n0,
|
|
788
795
|
_CWEFEAo,
|
|
@@ -790,15 +797,15 @@ var CompleteWorkflowExecutionFailedEventAttributes = [
|
|
|
790
797
|
[_ca, _dTCEI],
|
|
791
798
|
[0, 1],
|
|
792
799
|
];
|
|
793
|
-
var ContinueAsNewWorkflowExecutionDecisionAttributes = [
|
|
800
|
+
var ContinueAsNewWorkflowExecutionDecisionAttributes$ = [
|
|
794
801
|
3,
|
|
795
802
|
n0,
|
|
796
803
|
_CANWEDA,
|
|
797
804
|
0,
|
|
798
805
|
[_i, _eSTCT, _tL, _tP, _tSTCT, _cP, _tLa, _wTV, _lR],
|
|
799
|
-
[0, 0, () => TaskList
|
|
806
|
+
[0, 0, () => TaskList$, 0, 0, 0, 64 | 0, 0, 0],
|
|
800
807
|
];
|
|
801
|
-
var ContinueAsNewWorkflowExecutionFailedEventAttributes = [
|
|
808
|
+
var ContinueAsNewWorkflowExecutionFailedEventAttributes$ = [
|
|
802
809
|
3,
|
|
803
810
|
n0,
|
|
804
811
|
_CANWEFEA,
|
|
@@ -806,7 +813,7 @@ var ContinueAsNewWorkflowExecutionFailedEventAttributes = [
|
|
|
806
813
|
[_ca, _dTCEI],
|
|
807
814
|
[0, 1],
|
|
808
815
|
];
|
|
809
|
-
var CountClosedWorkflowExecutionsInput = [
|
|
816
|
+
var CountClosedWorkflowExecutionsInput$ = [
|
|
810
817
|
3,
|
|
811
818
|
n0,
|
|
812
819
|
_CCWEI,
|
|
@@ -814,25 +821,39 @@ var CountClosedWorkflowExecutionsInput = [
|
|
|
814
821
|
[_do, _sTF, _cTF, _eF, _tF, _tFa, _cSF],
|
|
815
822
|
[
|
|
816
823
|
0,
|
|
817
|
-
() => ExecutionTimeFilter
|
|
818
|
-
() => ExecutionTimeFilter
|
|
819
|
-
() => WorkflowExecutionFilter
|
|
820
|
-
() => WorkflowTypeFilter
|
|
821
|
-
() => TagFilter
|
|
822
|
-
() => CloseStatusFilter
|
|
824
|
+
() => ExecutionTimeFilter$,
|
|
825
|
+
() => ExecutionTimeFilter$,
|
|
826
|
+
() => WorkflowExecutionFilter$,
|
|
827
|
+
() => WorkflowTypeFilter$,
|
|
828
|
+
() => TagFilter$,
|
|
829
|
+
() => CloseStatusFilter$,
|
|
823
830
|
],
|
|
824
831
|
];
|
|
825
|
-
var CountOpenWorkflowExecutionsInput = [
|
|
832
|
+
var CountOpenWorkflowExecutionsInput$ = [
|
|
826
833
|
3,
|
|
827
834
|
n0,
|
|
828
835
|
_COWEI,
|
|
829
836
|
0,
|
|
830
837
|
[_do, _sTF, _tF, _tFa, _eF],
|
|
831
|
-
[0, () => ExecutionTimeFilter
|
|
838
|
+
[0, () => ExecutionTimeFilter$, () => WorkflowTypeFilter$, () => TagFilter$, () => WorkflowExecutionFilter$],
|
|
832
839
|
];
|
|
833
|
-
var CountPendingActivityTasksInput = [
|
|
834
|
-
|
|
835
|
-
|
|
840
|
+
var CountPendingActivityTasksInput$ = [
|
|
841
|
+
3,
|
|
842
|
+
n0,
|
|
843
|
+
_CPATI,
|
|
844
|
+
0,
|
|
845
|
+
[_do, _tL],
|
|
846
|
+
[0, () => TaskList$],
|
|
847
|
+
];
|
|
848
|
+
var CountPendingDecisionTasksInput$ = [
|
|
849
|
+
3,
|
|
850
|
+
n0,
|
|
851
|
+
_CPDTI,
|
|
852
|
+
0,
|
|
853
|
+
[_do, _tL],
|
|
854
|
+
[0, () => TaskList$],
|
|
855
|
+
];
|
|
856
|
+
var Decision$ = [
|
|
836
857
|
3,
|
|
837
858
|
n0,
|
|
838
859
|
_D,
|
|
@@ -840,47 +861,47 @@ var Decision = [
|
|
|
840
861
|
[_dT, _sATDA, _rCATDA, _cWEDA, _fWEDA, _cWEDAa, _cANWEDA, _rMDA, _sTDA, _cTDA, _sEWEDA, _rCEWEDA, _sCWEDA, _sLFDA],
|
|
841
862
|
[
|
|
842
863
|
0,
|
|
843
|
-
() => ScheduleActivityTaskDecisionAttributes
|
|
844
|
-
() => RequestCancelActivityTaskDecisionAttributes
|
|
845
|
-
() => CompleteWorkflowExecutionDecisionAttributes
|
|
846
|
-
() => FailWorkflowExecutionDecisionAttributes
|
|
847
|
-
() => CancelWorkflowExecutionDecisionAttributes
|
|
848
|
-
() => ContinueAsNewWorkflowExecutionDecisionAttributes
|
|
849
|
-
() => RecordMarkerDecisionAttributes
|
|
850
|
-
() => StartTimerDecisionAttributes
|
|
851
|
-
() => CancelTimerDecisionAttributes
|
|
852
|
-
() => SignalExternalWorkflowExecutionDecisionAttributes
|
|
853
|
-
() => RequestCancelExternalWorkflowExecutionDecisionAttributes
|
|
854
|
-
() => StartChildWorkflowExecutionDecisionAttributes
|
|
855
|
-
() => ScheduleLambdaFunctionDecisionAttributes
|
|
864
|
+
() => ScheduleActivityTaskDecisionAttributes$,
|
|
865
|
+
() => RequestCancelActivityTaskDecisionAttributes$,
|
|
866
|
+
() => CompleteWorkflowExecutionDecisionAttributes$,
|
|
867
|
+
() => FailWorkflowExecutionDecisionAttributes$,
|
|
868
|
+
() => CancelWorkflowExecutionDecisionAttributes$,
|
|
869
|
+
() => ContinueAsNewWorkflowExecutionDecisionAttributes$,
|
|
870
|
+
() => RecordMarkerDecisionAttributes$,
|
|
871
|
+
() => StartTimerDecisionAttributes$,
|
|
872
|
+
() => CancelTimerDecisionAttributes$,
|
|
873
|
+
() => SignalExternalWorkflowExecutionDecisionAttributes$,
|
|
874
|
+
() => RequestCancelExternalWorkflowExecutionDecisionAttributes$,
|
|
875
|
+
() => StartChildWorkflowExecutionDecisionAttributes$,
|
|
876
|
+
() => ScheduleLambdaFunctionDecisionAttributes$,
|
|
856
877
|
],
|
|
857
878
|
];
|
|
858
|
-
var DecisionTask = [
|
|
879
|
+
var DecisionTask$ = [
|
|
859
880
|
3,
|
|
860
881
|
n0,
|
|
861
882
|
_DT,
|
|
862
883
|
0,
|
|
863
884
|
[_tT, _sEI, _wE, _wT, _e, _nPT, _pSEI],
|
|
864
|
-
[0, 1, () => WorkflowExecution
|
|
885
|
+
[0, 1, () => WorkflowExecution$, () => WorkflowType$, () => HistoryEventList, 0, 1],
|
|
865
886
|
];
|
|
866
|
-
var DecisionTaskCompletedEventAttributes = [
|
|
887
|
+
var DecisionTaskCompletedEventAttributes$ = [
|
|
867
888
|
3,
|
|
868
889
|
n0,
|
|
869
890
|
_DTCEA,
|
|
870
891
|
0,
|
|
871
892
|
[_eC, _sEIc, _sEI, _tL, _tLSTST],
|
|
872
|
-
[0, 1, 1, () => TaskList
|
|
893
|
+
[0, 1, 1, () => TaskList$, 0],
|
|
873
894
|
];
|
|
874
|
-
var DecisionTaskScheduledEventAttributes = [
|
|
895
|
+
var DecisionTaskScheduledEventAttributes$ = [
|
|
875
896
|
3,
|
|
876
897
|
n0,
|
|
877
898
|
_DTSEA,
|
|
878
899
|
0,
|
|
879
900
|
[_tL, _tP, _sTCTt, _sTST],
|
|
880
|
-
[() => TaskList
|
|
901
|
+
[() => TaskList$, 0, 0, 0],
|
|
881
902
|
];
|
|
882
|
-
var DecisionTaskStartedEventAttributes = [3, n0, _DTSEAe, 0, [_id, _sEIc], [0, 1]];
|
|
883
|
-
var DecisionTaskTimedOutEventAttributes = [
|
|
903
|
+
var DecisionTaskStartedEventAttributes$ = [3, n0, _DTSEAe, 0, [_id, _sEIc], [0, 1]];
|
|
904
|
+
var DecisionTaskTimedOutEventAttributes$ = [
|
|
884
905
|
3,
|
|
885
906
|
n0,
|
|
886
907
|
_DTTOEA,
|
|
@@ -888,58 +909,86 @@ var DecisionTaskTimedOutEventAttributes = [
|
|
|
888
909
|
[_tTi, _sEIc, _sEI],
|
|
889
910
|
[0, 1, 1],
|
|
890
911
|
];
|
|
891
|
-
var DefaultUndefinedFault = [-3, n0, _DUF, { [_er]: _cl }, [_m], [0]];
|
|
892
|
-
schema.TypeRegistry.for(n0).registerError(DefaultUndefinedFault
|
|
893
|
-
var DeleteActivityTypeInput = [3, n0, _DATI, 0, [_do, _aT], [0, () => ActivityType]];
|
|
894
|
-
var DeleteWorkflowTypeInput = [3, n0, _DWTI, 0, [_do, _wT], [0, () => WorkflowType]];
|
|
895
|
-
var DeprecateActivityTypeInput = [
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
912
|
+
var DefaultUndefinedFault$ = [-3, n0, _DUF, { [_er]: _cl }, [_m], [0]];
|
|
913
|
+
schema.TypeRegistry.for(n0).registerError(DefaultUndefinedFault$, DefaultUndefinedFault);
|
|
914
|
+
var DeleteActivityTypeInput$ = [3, n0, _DATI, 0, [_do, _aT], [0, () => ActivityType$]];
|
|
915
|
+
var DeleteWorkflowTypeInput$ = [3, n0, _DWTI, 0, [_do, _wT], [0, () => WorkflowType$]];
|
|
916
|
+
var DeprecateActivityTypeInput$ = [
|
|
917
|
+
3,
|
|
918
|
+
n0,
|
|
919
|
+
_DATIe,
|
|
920
|
+
0,
|
|
921
|
+
[_do, _aT],
|
|
922
|
+
[0, () => ActivityType$],
|
|
923
|
+
];
|
|
924
|
+
var DeprecateDomainInput$ = [3, n0, _DDI, 0, [_n], [0]];
|
|
925
|
+
var DeprecateWorkflowTypeInput$ = [
|
|
926
|
+
3,
|
|
927
|
+
n0,
|
|
928
|
+
_DWTIe,
|
|
929
|
+
0,
|
|
930
|
+
[_do, _wT],
|
|
931
|
+
[0, () => WorkflowType$],
|
|
932
|
+
];
|
|
933
|
+
var DescribeActivityTypeInput$ = [
|
|
934
|
+
3,
|
|
935
|
+
n0,
|
|
936
|
+
_DATIes,
|
|
937
|
+
0,
|
|
938
|
+
[_do, _aT],
|
|
939
|
+
[0, () => ActivityType$],
|
|
940
|
+
];
|
|
941
|
+
var DescribeDomainInput$ = [3, n0, _DDIe, 0, [_n], [0]];
|
|
942
|
+
var DescribeWorkflowExecutionInput$ = [
|
|
901
943
|
3,
|
|
902
944
|
n0,
|
|
903
945
|
_DWEI,
|
|
904
946
|
0,
|
|
905
947
|
[_do, _ex],
|
|
906
|
-
[0, () => WorkflowExecution],
|
|
948
|
+
[0, () => WorkflowExecution$],
|
|
907
949
|
];
|
|
908
|
-
var DescribeWorkflowTypeInput = [
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
950
|
+
var DescribeWorkflowTypeInput$ = [
|
|
951
|
+
3,
|
|
952
|
+
n0,
|
|
953
|
+
_DWTIes,
|
|
954
|
+
0,
|
|
955
|
+
[_do, _wT],
|
|
956
|
+
[0, () => WorkflowType$],
|
|
957
|
+
];
|
|
958
|
+
var DomainAlreadyExistsFault$ = [-3, n0, _DAEF, { [_er]: _cl }, [_m], [0]];
|
|
959
|
+
schema.TypeRegistry.for(n0).registerError(DomainAlreadyExistsFault$, DomainAlreadyExistsFault);
|
|
960
|
+
var DomainConfiguration$ = [3, n0, _DC, 0, [_wERPID], [0]];
|
|
961
|
+
var DomainDeprecatedFault$ = [-3, n0, _DDF, { [_er]: _cl }, [_m], [0]];
|
|
962
|
+
schema.TypeRegistry.for(n0).registerError(DomainDeprecatedFault$, DomainDeprecatedFault);
|
|
963
|
+
var DomainDetail$ = [
|
|
915
964
|
3,
|
|
916
965
|
n0,
|
|
917
966
|
_DD,
|
|
918
967
|
0,
|
|
919
968
|
[_dI, _co],
|
|
920
|
-
[() => DomainInfo
|
|
969
|
+
[() => DomainInfo$, () => DomainConfiguration$],
|
|
921
970
|
];
|
|
922
|
-
var DomainInfo = [3, n0, _DI, 0, [_n, _s, _de, _a], [0, 0, 0, 0]];
|
|
923
|
-
var DomainInfos = [3, n0, _DIo, 0, [_dIo, _nPT], [() => DomainInfoList, 0]];
|
|
924
|
-
var ExecutionTimeFilter = [3, n0, _ETF, 0, [_oD, _lD], [4, 4]];
|
|
925
|
-
var ExternalWorkflowExecutionCancelRequestedEventAttributes = [
|
|
971
|
+
var DomainInfo$ = [3, n0, _DI, 0, [_n, _s, _de, _a], [0, 0, 0, 0]];
|
|
972
|
+
var DomainInfos$ = [3, n0, _DIo, 0, [_dIo, _nPT], [() => DomainInfoList, 0]];
|
|
973
|
+
var ExecutionTimeFilter$ = [3, n0, _ETF, 0, [_oD, _lD], [4, 4]];
|
|
974
|
+
var ExternalWorkflowExecutionCancelRequestedEventAttributes$ = [
|
|
926
975
|
3,
|
|
927
976
|
n0,
|
|
928
977
|
_EWECREA,
|
|
929
978
|
0,
|
|
930
979
|
[_wE, _iEI],
|
|
931
|
-
[() => WorkflowExecution
|
|
980
|
+
[() => WorkflowExecution$, 1],
|
|
932
981
|
];
|
|
933
|
-
var ExternalWorkflowExecutionSignaledEventAttributes = [
|
|
982
|
+
var ExternalWorkflowExecutionSignaledEventAttributes$ = [
|
|
934
983
|
3,
|
|
935
984
|
n0,
|
|
936
985
|
_EWESEA,
|
|
937
986
|
0,
|
|
938
987
|
[_wE, _iEI],
|
|
939
|
-
[() => WorkflowExecution
|
|
988
|
+
[() => WorkflowExecution$, 1],
|
|
940
989
|
];
|
|
941
|
-
var FailWorkflowExecutionDecisionAttributes = [3, n0, _FWEDA, 0, [_re, _d], [0, 0]];
|
|
942
|
-
var FailWorkflowExecutionFailedEventAttributes = [
|
|
990
|
+
var FailWorkflowExecutionDecisionAttributes$ = [3, n0, _FWEDA, 0, [_re, _d], [0, 0]];
|
|
991
|
+
var FailWorkflowExecutionFailedEventAttributes$ = [
|
|
943
992
|
3,
|
|
944
993
|
n0,
|
|
945
994
|
_FWEFEA,
|
|
@@ -947,16 +996,16 @@ var FailWorkflowExecutionFailedEventAttributes = [
|
|
|
947
996
|
[_ca, _dTCEI],
|
|
948
997
|
[0, 1],
|
|
949
998
|
];
|
|
950
|
-
var GetWorkflowExecutionHistoryInput = [
|
|
999
|
+
var GetWorkflowExecutionHistoryInput$ = [
|
|
951
1000
|
3,
|
|
952
1001
|
n0,
|
|
953
1002
|
_GWEHI,
|
|
954
1003
|
0,
|
|
955
1004
|
[_do, _ex, _nPT, _mPS, _rO],
|
|
956
|
-
[0, () => WorkflowExecution
|
|
1005
|
+
[0, () => WorkflowExecution$, 0, 1, 2],
|
|
957
1006
|
];
|
|
958
|
-
var History = [3, n0, _H, 0, [_e, _nPT], [() => HistoryEventList, 0]];
|
|
959
|
-
var HistoryEvent = [
|
|
1007
|
+
var History$ = [3, n0, _H, 0, [_e, _nPT], [() => HistoryEventList, 0]];
|
|
1008
|
+
var HistoryEvent$ = [
|
|
960
1009
|
3,
|
|
961
1010
|
n0,
|
|
962
1011
|
_HE,
|
|
@@ -1024,63 +1073,63 @@ var HistoryEvent = [
|
|
|
1024
1073
|
4,
|
|
1025
1074
|
0,
|
|
1026
1075
|
1,
|
|
1027
|
-
() => WorkflowExecutionStartedEventAttributes
|
|
1028
|
-
() => WorkflowExecutionCompletedEventAttributes
|
|
1029
|
-
() => CompleteWorkflowExecutionFailedEventAttributes
|
|
1030
|
-
() => WorkflowExecutionFailedEventAttributes
|
|
1031
|
-
() => FailWorkflowExecutionFailedEventAttributes
|
|
1032
|
-
() => WorkflowExecutionTimedOutEventAttributes
|
|
1033
|
-
() => WorkflowExecutionCanceledEventAttributes
|
|
1034
|
-
() => CancelWorkflowExecutionFailedEventAttributes
|
|
1035
|
-
() => WorkflowExecutionContinuedAsNewEventAttributes
|
|
1036
|
-
() => ContinueAsNewWorkflowExecutionFailedEventAttributes
|
|
1037
|
-
() => WorkflowExecutionTerminatedEventAttributes
|
|
1038
|
-
() => WorkflowExecutionCancelRequestedEventAttributes
|
|
1039
|
-
() => DecisionTaskScheduledEventAttributes
|
|
1040
|
-
() => DecisionTaskStartedEventAttributes
|
|
1041
|
-
() => DecisionTaskCompletedEventAttributes
|
|
1042
|
-
() => DecisionTaskTimedOutEventAttributes
|
|
1043
|
-
() => ActivityTaskScheduledEventAttributes
|
|
1044
|
-
() => ActivityTaskStartedEventAttributes
|
|
1045
|
-
() => ActivityTaskCompletedEventAttributes
|
|
1046
|
-
() => ActivityTaskFailedEventAttributes
|
|
1047
|
-
() => ActivityTaskTimedOutEventAttributes
|
|
1048
|
-
() => ActivityTaskCanceledEventAttributes
|
|
1049
|
-
() => ActivityTaskCancelRequestedEventAttributes
|
|
1050
|
-
() => WorkflowExecutionSignaledEventAttributes
|
|
1051
|
-
() => MarkerRecordedEventAttributes
|
|
1052
|
-
() => RecordMarkerFailedEventAttributes
|
|
1053
|
-
() => TimerStartedEventAttributes
|
|
1054
|
-
() => TimerFiredEventAttributes
|
|
1055
|
-
() => TimerCanceledEventAttributes
|
|
1056
|
-
() => StartChildWorkflowExecutionInitiatedEventAttributes
|
|
1057
|
-
() => ChildWorkflowExecutionStartedEventAttributes
|
|
1058
|
-
() => ChildWorkflowExecutionCompletedEventAttributes
|
|
1059
|
-
() => ChildWorkflowExecutionFailedEventAttributes
|
|
1060
|
-
() => ChildWorkflowExecutionTimedOutEventAttributes
|
|
1061
|
-
() => ChildWorkflowExecutionCanceledEventAttributes
|
|
1062
|
-
() => ChildWorkflowExecutionTerminatedEventAttributes
|
|
1063
|
-
() => SignalExternalWorkflowExecutionInitiatedEventAttributes
|
|
1064
|
-
() => ExternalWorkflowExecutionSignaledEventAttributes
|
|
1065
|
-
() => SignalExternalWorkflowExecutionFailedEventAttributes
|
|
1066
|
-
() => ExternalWorkflowExecutionCancelRequestedEventAttributes
|
|
1067
|
-
() => RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
|
|
1068
|
-
() => RequestCancelExternalWorkflowExecutionFailedEventAttributes
|
|
1069
|
-
() => ScheduleActivityTaskFailedEventAttributes
|
|
1070
|
-
() => RequestCancelActivityTaskFailedEventAttributes
|
|
1071
|
-
() => StartTimerFailedEventAttributes
|
|
1072
|
-
() => CancelTimerFailedEventAttributes
|
|
1073
|
-
() => StartChildWorkflowExecutionFailedEventAttributes
|
|
1074
|
-
() => LambdaFunctionScheduledEventAttributes
|
|
1075
|
-
() => LambdaFunctionStartedEventAttributes
|
|
1076
|
-
() => LambdaFunctionCompletedEventAttributes
|
|
1077
|
-
() => LambdaFunctionFailedEventAttributes
|
|
1078
|
-
() => LambdaFunctionTimedOutEventAttributes
|
|
1079
|
-
() => ScheduleLambdaFunctionFailedEventAttributes
|
|
1080
|
-
() => StartLambdaFunctionFailedEventAttributes
|
|
1076
|
+
() => WorkflowExecutionStartedEventAttributes$,
|
|
1077
|
+
() => WorkflowExecutionCompletedEventAttributes$,
|
|
1078
|
+
() => CompleteWorkflowExecutionFailedEventAttributes$,
|
|
1079
|
+
() => WorkflowExecutionFailedEventAttributes$,
|
|
1080
|
+
() => FailWorkflowExecutionFailedEventAttributes$,
|
|
1081
|
+
() => WorkflowExecutionTimedOutEventAttributes$,
|
|
1082
|
+
() => WorkflowExecutionCanceledEventAttributes$,
|
|
1083
|
+
() => CancelWorkflowExecutionFailedEventAttributes$,
|
|
1084
|
+
() => WorkflowExecutionContinuedAsNewEventAttributes$,
|
|
1085
|
+
() => ContinueAsNewWorkflowExecutionFailedEventAttributes$,
|
|
1086
|
+
() => WorkflowExecutionTerminatedEventAttributes$,
|
|
1087
|
+
() => WorkflowExecutionCancelRequestedEventAttributes$,
|
|
1088
|
+
() => DecisionTaskScheduledEventAttributes$,
|
|
1089
|
+
() => DecisionTaskStartedEventAttributes$,
|
|
1090
|
+
() => DecisionTaskCompletedEventAttributes$,
|
|
1091
|
+
() => DecisionTaskTimedOutEventAttributes$,
|
|
1092
|
+
() => ActivityTaskScheduledEventAttributes$,
|
|
1093
|
+
() => ActivityTaskStartedEventAttributes$,
|
|
1094
|
+
() => ActivityTaskCompletedEventAttributes$,
|
|
1095
|
+
() => ActivityTaskFailedEventAttributes$,
|
|
1096
|
+
() => ActivityTaskTimedOutEventAttributes$,
|
|
1097
|
+
() => ActivityTaskCanceledEventAttributes$,
|
|
1098
|
+
() => ActivityTaskCancelRequestedEventAttributes$,
|
|
1099
|
+
() => WorkflowExecutionSignaledEventAttributes$,
|
|
1100
|
+
() => MarkerRecordedEventAttributes$,
|
|
1101
|
+
() => RecordMarkerFailedEventAttributes$,
|
|
1102
|
+
() => TimerStartedEventAttributes$,
|
|
1103
|
+
() => TimerFiredEventAttributes$,
|
|
1104
|
+
() => TimerCanceledEventAttributes$,
|
|
1105
|
+
() => StartChildWorkflowExecutionInitiatedEventAttributes$,
|
|
1106
|
+
() => ChildWorkflowExecutionStartedEventAttributes$,
|
|
1107
|
+
() => ChildWorkflowExecutionCompletedEventAttributes$,
|
|
1108
|
+
() => ChildWorkflowExecutionFailedEventAttributes$,
|
|
1109
|
+
() => ChildWorkflowExecutionTimedOutEventAttributes$,
|
|
1110
|
+
() => ChildWorkflowExecutionCanceledEventAttributes$,
|
|
1111
|
+
() => ChildWorkflowExecutionTerminatedEventAttributes$,
|
|
1112
|
+
() => SignalExternalWorkflowExecutionInitiatedEventAttributes$,
|
|
1113
|
+
() => ExternalWorkflowExecutionSignaledEventAttributes$,
|
|
1114
|
+
() => SignalExternalWorkflowExecutionFailedEventAttributes$,
|
|
1115
|
+
() => ExternalWorkflowExecutionCancelRequestedEventAttributes$,
|
|
1116
|
+
() => RequestCancelExternalWorkflowExecutionInitiatedEventAttributes$,
|
|
1117
|
+
() => RequestCancelExternalWorkflowExecutionFailedEventAttributes$,
|
|
1118
|
+
() => ScheduleActivityTaskFailedEventAttributes$,
|
|
1119
|
+
() => RequestCancelActivityTaskFailedEventAttributes$,
|
|
1120
|
+
() => StartTimerFailedEventAttributes$,
|
|
1121
|
+
() => CancelTimerFailedEventAttributes$,
|
|
1122
|
+
() => StartChildWorkflowExecutionFailedEventAttributes$,
|
|
1123
|
+
() => LambdaFunctionScheduledEventAttributes$,
|
|
1124
|
+
() => LambdaFunctionStartedEventAttributes$,
|
|
1125
|
+
() => LambdaFunctionCompletedEventAttributes$,
|
|
1126
|
+
() => LambdaFunctionFailedEventAttributes$,
|
|
1127
|
+
() => LambdaFunctionTimedOutEventAttributes$,
|
|
1128
|
+
() => ScheduleLambdaFunctionFailedEventAttributes$,
|
|
1129
|
+
() => StartLambdaFunctionFailedEventAttributes$,
|
|
1081
1130
|
],
|
|
1082
1131
|
];
|
|
1083
|
-
var LambdaFunctionCompletedEventAttributes = [
|
|
1132
|
+
var LambdaFunctionCompletedEventAttributes$ = [
|
|
1084
1133
|
3,
|
|
1085
1134
|
n0,
|
|
1086
1135
|
_LFCEA,
|
|
@@ -1088,7 +1137,7 @@ var LambdaFunctionCompletedEventAttributes = [
|
|
|
1088
1137
|
[_sEIc, _sEI, _r],
|
|
1089
1138
|
[1, 1, 0],
|
|
1090
1139
|
];
|
|
1091
|
-
var LambdaFunctionFailedEventAttributes = [
|
|
1140
|
+
var LambdaFunctionFailedEventAttributes$ = [
|
|
1092
1141
|
3,
|
|
1093
1142
|
n0,
|
|
1094
1143
|
_LFFEA,
|
|
@@ -1096,7 +1145,7 @@ var LambdaFunctionFailedEventAttributes = [
|
|
|
1096
1145
|
[_sEIc, _sEI, _re, _d],
|
|
1097
1146
|
[1, 1, 0, 0],
|
|
1098
1147
|
];
|
|
1099
|
-
var LambdaFunctionScheduledEventAttributes = [
|
|
1148
|
+
var LambdaFunctionScheduledEventAttributes$ = [
|
|
1100
1149
|
3,
|
|
1101
1150
|
n0,
|
|
1102
1151
|
_LFSEA,
|
|
@@ -1104,8 +1153,8 @@ var LambdaFunctionScheduledEventAttributes = [
|
|
|
1104
1153
|
[_id_, _n, _c, _i, _sTCTt, _dTCEI],
|
|
1105
1154
|
[0, 0, 0, 0, 0, 1],
|
|
1106
1155
|
];
|
|
1107
|
-
var LambdaFunctionStartedEventAttributes = [3, n0, _LFSEAa, 0, [_sEIc], [1]];
|
|
1108
|
-
var LambdaFunctionTimedOutEventAttributes = [
|
|
1156
|
+
var LambdaFunctionStartedEventAttributes$ = [3, n0, _LFSEAa, 0, [_sEIc], [1]];
|
|
1157
|
+
var LambdaFunctionTimedOutEventAttributes$ = [
|
|
1109
1158
|
3,
|
|
1110
1159
|
n0,
|
|
1111
1160
|
_LFTOEA,
|
|
@@ -1113,9 +1162,9 @@ var LambdaFunctionTimedOutEventAttributes = [
|
|
|
1113
1162
|
[_sEIc, _sEI, _tTi],
|
|
1114
1163
|
[1, 1, 0],
|
|
1115
1164
|
];
|
|
1116
|
-
var LimitExceededFault = [-3, n0, _LEF, { [_er]: _cl }, [_m], [0]];
|
|
1117
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededFault
|
|
1118
|
-
var ListActivityTypesInput = [
|
|
1165
|
+
var LimitExceededFault$ = [-3, n0, _LEF, { [_er]: _cl }, [_m], [0]];
|
|
1166
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededFault$, LimitExceededFault);
|
|
1167
|
+
var ListActivityTypesInput$ = [
|
|
1119
1168
|
3,
|
|
1120
1169
|
n0,
|
|
1121
1170
|
_LATI,
|
|
@@ -1123,7 +1172,7 @@ var ListActivityTypesInput = [
|
|
|
1123
1172
|
[_do, _n, _rS, _nPT, _mPS, _rO],
|
|
1124
1173
|
[0, 0, 0, 0, 1, 2],
|
|
1125
1174
|
];
|
|
1126
|
-
var ListClosedWorkflowExecutionsInput = [
|
|
1175
|
+
var ListClosedWorkflowExecutionsInput$ = [
|
|
1127
1176
|
3,
|
|
1128
1177
|
n0,
|
|
1129
1178
|
_LCWEI,
|
|
@@ -1131,29 +1180,29 @@ var ListClosedWorkflowExecutionsInput = [
|
|
|
1131
1180
|
[_do, _sTF, _cTF, _eF, _cSF, _tF, _tFa, _nPT, _mPS, _rO],
|
|
1132
1181
|
[
|
|
1133
1182
|
0,
|
|
1134
|
-
() => ExecutionTimeFilter
|
|
1135
|
-
() => ExecutionTimeFilter
|
|
1136
|
-
() => WorkflowExecutionFilter
|
|
1137
|
-
() => CloseStatusFilter
|
|
1138
|
-
() => WorkflowTypeFilter
|
|
1139
|
-
() => TagFilter
|
|
1183
|
+
() => ExecutionTimeFilter$,
|
|
1184
|
+
() => ExecutionTimeFilter$,
|
|
1185
|
+
() => WorkflowExecutionFilter$,
|
|
1186
|
+
() => CloseStatusFilter$,
|
|
1187
|
+
() => WorkflowTypeFilter$,
|
|
1188
|
+
() => TagFilter$,
|
|
1140
1189
|
0,
|
|
1141
1190
|
1,
|
|
1142
1191
|
2,
|
|
1143
1192
|
],
|
|
1144
1193
|
];
|
|
1145
|
-
var ListDomainsInput = [3, n0, _LDI, 0, [_nPT, _rS, _mPS, _rO], [0, 0, 1, 2]];
|
|
1146
|
-
var ListOpenWorkflowExecutionsInput = [
|
|
1194
|
+
var ListDomainsInput$ = [3, n0, _LDI, 0, [_nPT, _rS, _mPS, _rO], [0, 0, 1, 2]];
|
|
1195
|
+
var ListOpenWorkflowExecutionsInput$ = [
|
|
1147
1196
|
3,
|
|
1148
1197
|
n0,
|
|
1149
1198
|
_LOWEI,
|
|
1150
1199
|
0,
|
|
1151
1200
|
[_do, _sTF, _tF, _tFa, _nPT, _mPS, _rO, _eF],
|
|
1152
|
-
[0, () => ExecutionTimeFilter
|
|
1201
|
+
[0, () => ExecutionTimeFilter$, () => WorkflowTypeFilter$, () => TagFilter$, 0, 1, 2, () => WorkflowExecutionFilter$],
|
|
1153
1202
|
];
|
|
1154
|
-
var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rA], [0]];
|
|
1155
|
-
var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_t], [() => ResourceTagList]];
|
|
1156
|
-
var ListWorkflowTypesInput = [
|
|
1203
|
+
var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_rA], [0]];
|
|
1204
|
+
var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_t], [() => ResourceTagList]];
|
|
1205
|
+
var ListWorkflowTypesInput$ = [
|
|
1157
1206
|
3,
|
|
1158
1207
|
n0,
|
|
1159
1208
|
_LWTI,
|
|
@@ -1161,38 +1210,45 @@ var ListWorkflowTypesInput = [
|
|
|
1161
1210
|
[_do, _n, _rS, _nPT, _mPS, _rO],
|
|
1162
1211
|
[0, 0, 0, 0, 1, 2],
|
|
1163
1212
|
];
|
|
1164
|
-
var MarkerRecordedEventAttributes = [3, n0, _MREA, 0, [_mN, _d, _dTCEI], [0, 0, 1]];
|
|
1165
|
-
var OperationNotPermittedFault = [-3, n0, _ONPF, { [_er]: _cl }, [_m], [0]];
|
|
1166
|
-
schema.TypeRegistry.for(n0).registerError(OperationNotPermittedFault
|
|
1167
|
-
var PendingTaskCount = [3, n0, _PTC, 0, [_cou, _tr], [1, 2]];
|
|
1168
|
-
var PollForActivityTaskInput = [
|
|
1213
|
+
var MarkerRecordedEventAttributes$ = [3, n0, _MREA, 0, [_mN, _d, _dTCEI], [0, 0, 1]];
|
|
1214
|
+
var OperationNotPermittedFault$ = [-3, n0, _ONPF, { [_er]: _cl }, [_m], [0]];
|
|
1215
|
+
schema.TypeRegistry.for(n0).registerError(OperationNotPermittedFault$, OperationNotPermittedFault);
|
|
1216
|
+
var PendingTaskCount$ = [3, n0, _PTC, 0, [_cou, _tr], [1, 2]];
|
|
1217
|
+
var PollForActivityTaskInput$ = [
|
|
1169
1218
|
3,
|
|
1170
1219
|
n0,
|
|
1171
1220
|
_PFATI,
|
|
1172
1221
|
0,
|
|
1173
1222
|
[_do, _tL, _id],
|
|
1174
|
-
[0, () => TaskList
|
|
1223
|
+
[0, () => TaskList$, 0],
|
|
1175
1224
|
];
|
|
1176
|
-
var PollForDecisionTaskInput = [
|
|
1225
|
+
var PollForDecisionTaskInput$ = [
|
|
1177
1226
|
3,
|
|
1178
1227
|
n0,
|
|
1179
1228
|
_PFDTI,
|
|
1180
1229
|
0,
|
|
1181
1230
|
[_do, _tL, _id, _nPT, _mPS, _rO, _sAPSE],
|
|
1182
|
-
[0, () => TaskList
|
|
1231
|
+
[0, () => TaskList$, 0, 0, 1, 2, 2],
|
|
1183
1232
|
];
|
|
1184
|
-
var RecordActivityTaskHeartbeatInput = [3, n0, _RATHI, 0, [_tT, _d], [0, 0]];
|
|
1185
|
-
var RecordMarkerDecisionAttributes = [3, n0, _RMDA, 0, [_mN, _d], [0, 0]];
|
|
1186
|
-
var RecordMarkerFailedEventAttributes = [
|
|
1187
|
-
|
|
1233
|
+
var RecordActivityTaskHeartbeatInput$ = [3, n0, _RATHI, 0, [_tT, _d], [0, 0]];
|
|
1234
|
+
var RecordMarkerDecisionAttributes$ = [3, n0, _RMDA, 0, [_mN, _d], [0, 0]];
|
|
1235
|
+
var RecordMarkerFailedEventAttributes$ = [
|
|
1236
|
+
3,
|
|
1237
|
+
n0,
|
|
1238
|
+
_RMFEA,
|
|
1239
|
+
0,
|
|
1240
|
+
[_mN, _ca, _dTCEI],
|
|
1241
|
+
[0, 0, 1],
|
|
1242
|
+
];
|
|
1243
|
+
var RegisterActivityTypeInput$ = [
|
|
1188
1244
|
3,
|
|
1189
1245
|
n0,
|
|
1190
1246
|
_RATI,
|
|
1191
1247
|
0,
|
|
1192
1248
|
[_do, _n, _v, _de, _dTSTCT, _dTHT, _dTL, _dTP, _dTSTST, _dTSTCTe],
|
|
1193
|
-
[0, 0, 0, 0, 0, 0, () => TaskList
|
|
1249
|
+
[0, 0, 0, 0, 0, 0, () => TaskList$, 0, 0, 0],
|
|
1194
1250
|
];
|
|
1195
|
-
var RegisterDomainInput = [
|
|
1251
|
+
var RegisterDomainInput$ = [
|
|
1196
1252
|
3,
|
|
1197
1253
|
n0,
|
|
1198
1254
|
_RDI,
|
|
@@ -1200,16 +1256,16 @@ var RegisterDomainInput = [
|
|
|
1200
1256
|
[_n, _de, _wERPID, _t],
|
|
1201
1257
|
[0, 0, 0, () => ResourceTagList],
|
|
1202
1258
|
];
|
|
1203
|
-
var RegisterWorkflowTypeInput = [
|
|
1259
|
+
var RegisterWorkflowTypeInput$ = [
|
|
1204
1260
|
3,
|
|
1205
1261
|
n0,
|
|
1206
1262
|
_RWTI,
|
|
1207
1263
|
0,
|
|
1208
1264
|
[_do, _n, _v, _de, _dTSTCT, _dESTCT, _dTL, _dTP, _dCP, _dLR],
|
|
1209
|
-
[0, 0, 0, 0, 0, 0, () => TaskList
|
|
1265
|
+
[0, 0, 0, 0, 0, 0, () => TaskList$, 0, 0, 0],
|
|
1210
1266
|
];
|
|
1211
|
-
var RequestCancelActivityTaskDecisionAttributes = [3, n0, _RCATDA, 0, [_aI], [0]];
|
|
1212
|
-
var RequestCancelActivityTaskFailedEventAttributes = [
|
|
1267
|
+
var RequestCancelActivityTaskDecisionAttributes$ = [3, n0, _RCATDA, 0, [_aI], [0]];
|
|
1268
|
+
var RequestCancelActivityTaskFailedEventAttributes$ = [
|
|
1213
1269
|
3,
|
|
1214
1270
|
n0,
|
|
1215
1271
|
_RCATFEA,
|
|
@@ -1217,7 +1273,7 @@ var RequestCancelActivityTaskFailedEventAttributes = [
|
|
|
1217
1273
|
[_aI, _ca, _dTCEI],
|
|
1218
1274
|
[0, 0, 1],
|
|
1219
1275
|
];
|
|
1220
|
-
var RequestCancelExternalWorkflowExecutionDecisionAttributes = [
|
|
1276
|
+
var RequestCancelExternalWorkflowExecutionDecisionAttributes$ = [
|
|
1221
1277
|
3,
|
|
1222
1278
|
n0,
|
|
1223
1279
|
_RCEWEDA,
|
|
@@ -1225,7 +1281,7 @@ var RequestCancelExternalWorkflowExecutionDecisionAttributes = [
|
|
|
1225
1281
|
[_wI, _rI, _c],
|
|
1226
1282
|
[0, 0, 0],
|
|
1227
1283
|
];
|
|
1228
|
-
var RequestCancelExternalWorkflowExecutionFailedEventAttributes = [
|
|
1284
|
+
var RequestCancelExternalWorkflowExecutionFailedEventAttributes$ = [
|
|
1229
1285
|
3,
|
|
1230
1286
|
n0,
|
|
1231
1287
|
_RCEWEFEA,
|
|
@@ -1233,7 +1289,7 @@ var RequestCancelExternalWorkflowExecutionFailedEventAttributes = [
|
|
|
1233
1289
|
[_wI, _rI, _ca, _iEI, _dTCEI, _c],
|
|
1234
1290
|
[0, 0, 0, 1, 1, 0],
|
|
1235
1291
|
];
|
|
1236
|
-
var RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = [
|
|
1292
|
+
var RequestCancelExternalWorkflowExecutionInitiatedEventAttributes$ = [
|
|
1237
1293
|
3,
|
|
1238
1294
|
n0,
|
|
1239
1295
|
_RCEWEIEA,
|
|
@@ -1241,37 +1297,37 @@ var RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = [
|
|
|
1241
1297
|
[_wI, _rI, _dTCEI, _c],
|
|
1242
1298
|
[0, 0, 1, 0],
|
|
1243
1299
|
];
|
|
1244
|
-
var RequestCancelWorkflowExecutionInput = [3, n0, _RCWEI, 0, [_do, _wI, _rI], [0, 0, 0]];
|
|
1245
|
-
var ResourceTag = [3, n0, _RT, 0, [_k, _va], [0, 0]];
|
|
1246
|
-
var RespondActivityTaskCanceledInput = [3, n0, _RATCI, 0, [_tT, _d], [0, 0]];
|
|
1247
|
-
var RespondActivityTaskCompletedInput = [3, n0, _RATCIe, 0, [_tT, _r], [0, 0]];
|
|
1248
|
-
var RespondActivityTaskFailedInput = [3, n0, _RATFI, 0, [_tT, _re, _d], [0, 0, 0]];
|
|
1249
|
-
var RespondDecisionTaskCompletedInput = [
|
|
1300
|
+
var RequestCancelWorkflowExecutionInput$ = [3, n0, _RCWEI, 0, [_do, _wI, _rI], [0, 0, 0]];
|
|
1301
|
+
var ResourceTag$ = [3, n0, _RT, 0, [_k, _va], [0, 0]];
|
|
1302
|
+
var RespondActivityTaskCanceledInput$ = [3, n0, _RATCI, 0, [_tT, _d], [0, 0]];
|
|
1303
|
+
var RespondActivityTaskCompletedInput$ = [3, n0, _RATCIe, 0, [_tT, _r], [0, 0]];
|
|
1304
|
+
var RespondActivityTaskFailedInput$ = [3, n0, _RATFI, 0, [_tT, _re, _d], [0, 0, 0]];
|
|
1305
|
+
var RespondDecisionTaskCompletedInput$ = [
|
|
1250
1306
|
3,
|
|
1251
1307
|
n0,
|
|
1252
1308
|
_RDTCI,
|
|
1253
1309
|
0,
|
|
1254
1310
|
[_tT, _dec, _eC, _tL, _tLSTST],
|
|
1255
|
-
[0, () => DecisionList, 0, () => TaskList
|
|
1311
|
+
[0, () => DecisionList, 0, () => TaskList$, 0],
|
|
1256
1312
|
];
|
|
1257
|
-
var Run = [3, n0, _R, 0, [_rI], [0]];
|
|
1258
|
-
var ScheduleActivityTaskDecisionAttributes = [
|
|
1313
|
+
var Run$ = [3, n0, _R, 0, [_rI], [0]];
|
|
1314
|
+
var ScheduleActivityTaskDecisionAttributes$ = [
|
|
1259
1315
|
3,
|
|
1260
1316
|
n0,
|
|
1261
1317
|
_SATDA,
|
|
1262
1318
|
0,
|
|
1263
1319
|
[_aT, _aI, _c, _i, _sTCT, _tL, _tP, _sTST, _sTCTt, _hT],
|
|
1264
|
-
[() => ActivityType
|
|
1320
|
+
[() => ActivityType$, 0, 0, 0, 0, () => TaskList$, 0, 0, 0, 0],
|
|
1265
1321
|
];
|
|
1266
|
-
var ScheduleActivityTaskFailedEventAttributes = [
|
|
1322
|
+
var ScheduleActivityTaskFailedEventAttributes$ = [
|
|
1267
1323
|
3,
|
|
1268
1324
|
n0,
|
|
1269
1325
|
_SATFEA,
|
|
1270
1326
|
0,
|
|
1271
1327
|
[_aT, _aI, _ca, _dTCEI],
|
|
1272
|
-
[() => ActivityType
|
|
1328
|
+
[() => ActivityType$, 0, 0, 1],
|
|
1273
1329
|
];
|
|
1274
|
-
var ScheduleLambdaFunctionDecisionAttributes = [
|
|
1330
|
+
var ScheduleLambdaFunctionDecisionAttributes$ = [
|
|
1275
1331
|
3,
|
|
1276
1332
|
n0,
|
|
1277
1333
|
_SLFDA,
|
|
@@ -1279,7 +1335,7 @@ var ScheduleLambdaFunctionDecisionAttributes = [
|
|
|
1279
1335
|
[_id_, _n, _c, _i, _sTCTt],
|
|
1280
1336
|
[0, 0, 0, 0, 0],
|
|
1281
1337
|
];
|
|
1282
|
-
var ScheduleLambdaFunctionFailedEventAttributes = [
|
|
1338
|
+
var ScheduleLambdaFunctionFailedEventAttributes$ = [
|
|
1283
1339
|
3,
|
|
1284
1340
|
n0,
|
|
1285
1341
|
_SLFFEA,
|
|
@@ -1287,7 +1343,7 @@ var ScheduleLambdaFunctionFailedEventAttributes = [
|
|
|
1287
1343
|
[_id_, _n, _ca, _dTCEI],
|
|
1288
1344
|
[0, 0, 0, 1],
|
|
1289
1345
|
];
|
|
1290
|
-
var SignalExternalWorkflowExecutionDecisionAttributes = [
|
|
1346
|
+
var SignalExternalWorkflowExecutionDecisionAttributes$ = [
|
|
1291
1347
|
3,
|
|
1292
1348
|
n0,
|
|
1293
1349
|
_SEWEDA,
|
|
@@ -1295,7 +1351,7 @@ var SignalExternalWorkflowExecutionDecisionAttributes = [
|
|
|
1295
1351
|
[_wI, _rI, _sN, _i, _c],
|
|
1296
1352
|
[0, 0, 0, 0, 0],
|
|
1297
1353
|
];
|
|
1298
|
-
var SignalExternalWorkflowExecutionFailedEventAttributes = [
|
|
1354
|
+
var SignalExternalWorkflowExecutionFailedEventAttributes$ = [
|
|
1299
1355
|
3,
|
|
1300
1356
|
n0,
|
|
1301
1357
|
_SEWEFEA,
|
|
@@ -1303,7 +1359,7 @@ var SignalExternalWorkflowExecutionFailedEventAttributes = [
|
|
|
1303
1359
|
[_wI, _rI, _ca, _iEI, _dTCEI, _c],
|
|
1304
1360
|
[0, 0, 0, 1, 1, 0],
|
|
1305
1361
|
];
|
|
1306
|
-
var SignalExternalWorkflowExecutionInitiatedEventAttributes = [
|
|
1362
|
+
var SignalExternalWorkflowExecutionInitiatedEventAttributes$ = [
|
|
1307
1363
|
3,
|
|
1308
1364
|
n0,
|
|
1309
1365
|
_SEWEIEA,
|
|
@@ -1311,7 +1367,7 @@ var SignalExternalWorkflowExecutionInitiatedEventAttributes = [
|
|
|
1311
1367
|
[_wI, _rI, _sN, _i, _dTCEI, _c],
|
|
1312
1368
|
[0, 0, 0, 0, 1, 0],
|
|
1313
1369
|
];
|
|
1314
|
-
var SignalWorkflowExecutionInput = [
|
|
1370
|
+
var SignalWorkflowExecutionInput$ = [
|
|
1315
1371
|
3,
|
|
1316
1372
|
n0,
|
|
1317
1373
|
_SWEI,
|
|
@@ -1319,31 +1375,31 @@ var SignalWorkflowExecutionInput = [
|
|
|
1319
1375
|
[_do, _wI, _rI, _sN, _i],
|
|
1320
1376
|
[0, 0, 0, 0, 0],
|
|
1321
1377
|
];
|
|
1322
|
-
var StartChildWorkflowExecutionDecisionAttributes = [
|
|
1378
|
+
var StartChildWorkflowExecutionDecisionAttributes$ = [
|
|
1323
1379
|
3,
|
|
1324
1380
|
n0,
|
|
1325
1381
|
_SCWEDA,
|
|
1326
1382
|
0,
|
|
1327
1383
|
[_wT, _wI, _c, _i, _eSTCT, _tL, _tP, _tSTCT, _cP, _tLa, _lR],
|
|
1328
|
-
[() => WorkflowType
|
|
1384
|
+
[() => WorkflowType$, 0, 0, 0, 0, () => TaskList$, 0, 0, 0, 64 | 0, 0],
|
|
1329
1385
|
];
|
|
1330
|
-
var StartChildWorkflowExecutionFailedEventAttributes = [
|
|
1386
|
+
var StartChildWorkflowExecutionFailedEventAttributes$ = [
|
|
1331
1387
|
3,
|
|
1332
1388
|
n0,
|
|
1333
1389
|
_SCWEFEA,
|
|
1334
1390
|
0,
|
|
1335
1391
|
[_wT, _ca, _wI, _iEI, _dTCEI, _c],
|
|
1336
|
-
[() => WorkflowType
|
|
1392
|
+
[() => WorkflowType$, 0, 0, 1, 1, 0],
|
|
1337
1393
|
];
|
|
1338
|
-
var StartChildWorkflowExecutionInitiatedEventAttributes = [
|
|
1394
|
+
var StartChildWorkflowExecutionInitiatedEventAttributes$ = [
|
|
1339
1395
|
3,
|
|
1340
1396
|
n0,
|
|
1341
1397
|
_SCWEIEA,
|
|
1342
1398
|
0,
|
|
1343
1399
|
[_wI, _wT, _c, _i, _eSTCT, _tL, _tP, _dTCEI, _cP, _tSTCT, _tLa, _lR],
|
|
1344
|
-
[0, () => WorkflowType
|
|
1400
|
+
[0, () => WorkflowType$, 0, 0, 0, () => TaskList$, 0, 1, 0, 0, 64 | 0, 0],
|
|
1345
1401
|
];
|
|
1346
|
-
var StartLambdaFunctionFailedEventAttributes = [
|
|
1402
|
+
var StartLambdaFunctionFailedEventAttributes$ = [
|
|
1347
1403
|
3,
|
|
1348
1404
|
n0,
|
|
1349
1405
|
_SLFFEAt,
|
|
@@ -1351,20 +1407,20 @@ var StartLambdaFunctionFailedEventAttributes = [
|
|
|
1351
1407
|
[_sEIc, _ca, _m],
|
|
1352
1408
|
[1, 0, 0],
|
|
1353
1409
|
];
|
|
1354
|
-
var StartTimerDecisionAttributes = [3, n0, _STDA, 0, [_tIi, _c, _sTFT], [0, 0, 0]];
|
|
1355
|
-
var StartTimerFailedEventAttributes = [3, n0, _STFEA, 0, [_tIi, _ca, _dTCEI], [0, 0, 1]];
|
|
1356
|
-
var StartWorkflowExecutionInput = [
|
|
1410
|
+
var StartTimerDecisionAttributes$ = [3, n0, _STDA, 0, [_tIi, _c, _sTFT], [0, 0, 0]];
|
|
1411
|
+
var StartTimerFailedEventAttributes$ = [3, n0, _STFEA, 0, [_tIi, _ca, _dTCEI], [0, 0, 1]];
|
|
1412
|
+
var StartWorkflowExecutionInput$ = [
|
|
1357
1413
|
3,
|
|
1358
1414
|
n0,
|
|
1359
1415
|
_SWEIt,
|
|
1360
1416
|
0,
|
|
1361
1417
|
[_do, _wI, _wT, _tL, _tP, _i, _eSTCT, _tLa, _tSTCT, _cP, _lR],
|
|
1362
|
-
[0, 0, () => WorkflowType
|
|
1418
|
+
[0, 0, () => WorkflowType$, () => TaskList$, 0, 0, 0, 64 | 0, 0, 0, 0],
|
|
1363
1419
|
];
|
|
1364
|
-
var TagFilter = [3, n0, _TF, 0, [_ta], [0]];
|
|
1365
|
-
var TagResourceInput = [3, n0, _TRI, 0, [_rA, _t], [0, () => ResourceTagList]];
|
|
1366
|
-
var TaskList = [3, n0, _TL, 0, [_n], [0]];
|
|
1367
|
-
var TerminateWorkflowExecutionInput = [
|
|
1420
|
+
var TagFilter$ = [3, n0, _TF, 0, [_ta], [0]];
|
|
1421
|
+
var TagResourceInput$ = [3, n0, _TRI, 0, [_rA, _t], [0, () => ResourceTagList]];
|
|
1422
|
+
var TaskList$ = [3, n0, _TL, 0, [_n], [0]];
|
|
1423
|
+
var TerminateWorkflowExecutionInput$ = [
|
|
1368
1424
|
3,
|
|
1369
1425
|
n0,
|
|
1370
1426
|
_TWEI,
|
|
@@ -1372,9 +1428,9 @@ var TerminateWorkflowExecutionInput = [
|
|
|
1372
1428
|
[_do, _wI, _rI, _re, _d, _cP],
|
|
1373
1429
|
[0, 0, 0, 0, 0, 0],
|
|
1374
1430
|
];
|
|
1375
|
-
var TimerCanceledEventAttributes = [3, n0, _TCEA, 0, [_tIi, _sEI, _dTCEI], [0, 1, 1]];
|
|
1376
|
-
var TimerFiredEventAttributes = [3, n0, _TFEA, 0, [_tIi, _sEI], [0, 1]];
|
|
1377
|
-
var TimerStartedEventAttributes = [
|
|
1431
|
+
var TimerCanceledEventAttributes$ = [3, n0, _TCEA, 0, [_tIi, _sEI, _dTCEI], [0, 1, 1]];
|
|
1432
|
+
var TimerFiredEventAttributes$ = [3, n0, _TFEA, 0, [_tIi, _sEI], [0, 1]];
|
|
1433
|
+
var TimerStartedEventAttributes$ = [
|
|
1378
1434
|
3,
|
|
1379
1435
|
n0,
|
|
1380
1436
|
_TSEA,
|
|
@@ -1382,59 +1438,80 @@ var TimerStartedEventAttributes = [
|
|
|
1382
1438
|
[_tIi, _c, _sTFT, _dTCEI],
|
|
1383
1439
|
[0, 0, 0, 1],
|
|
1384
1440
|
];
|
|
1385
|
-
var TooManyTagsFault = [-3, n0, _TMTF, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
|
|
1386
|
-
schema.TypeRegistry.for(n0).registerError(TooManyTagsFault
|
|
1387
|
-
var TypeAlreadyExistsFault = [-3, n0, _TAEF, { [_er]: _cl }, [_m], [0]];
|
|
1388
|
-
schema.TypeRegistry.for(n0).registerError(TypeAlreadyExistsFault
|
|
1389
|
-
var TypeDeprecatedFault = [-3, n0, _TDF, { [_er]: _cl }, [_m], [0]];
|
|
1390
|
-
schema.TypeRegistry.for(n0).registerError(TypeDeprecatedFault
|
|
1391
|
-
var TypeNotDeprecatedFault = [-3, n0, _TNDF, { [_er]: _cl }, [_m], [0]];
|
|
1392
|
-
schema.TypeRegistry.for(n0).registerError(TypeNotDeprecatedFault
|
|
1393
|
-
var UndeprecateActivityTypeInput = [
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
var
|
|
1403
|
-
|
|
1441
|
+
var TooManyTagsFault$ = [-3, n0, _TMTF, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
|
|
1442
|
+
schema.TypeRegistry.for(n0).registerError(TooManyTagsFault$, TooManyTagsFault);
|
|
1443
|
+
var TypeAlreadyExistsFault$ = [-3, n0, _TAEF, { [_er]: _cl }, [_m], [0]];
|
|
1444
|
+
schema.TypeRegistry.for(n0).registerError(TypeAlreadyExistsFault$, TypeAlreadyExistsFault);
|
|
1445
|
+
var TypeDeprecatedFault$ = [-3, n0, _TDF, { [_er]: _cl }, [_m], [0]];
|
|
1446
|
+
schema.TypeRegistry.for(n0).registerError(TypeDeprecatedFault$, TypeDeprecatedFault);
|
|
1447
|
+
var TypeNotDeprecatedFault$ = [-3, n0, _TNDF, { [_er]: _cl }, [_m], [0]];
|
|
1448
|
+
schema.TypeRegistry.for(n0).registerError(TypeNotDeprecatedFault$, TypeNotDeprecatedFault);
|
|
1449
|
+
var UndeprecateActivityTypeInput$ = [
|
|
1450
|
+
3,
|
|
1451
|
+
n0,
|
|
1452
|
+
_UATI,
|
|
1453
|
+
0,
|
|
1454
|
+
[_do, _aT],
|
|
1455
|
+
[0, () => ActivityType$],
|
|
1456
|
+
];
|
|
1457
|
+
var UndeprecateDomainInput$ = [3, n0, _UDI, 0, [_n], [0]];
|
|
1458
|
+
var UndeprecateWorkflowTypeInput$ = [
|
|
1459
|
+
3,
|
|
1460
|
+
n0,
|
|
1461
|
+
_UWTI,
|
|
1462
|
+
0,
|
|
1463
|
+
[_do, _wT],
|
|
1464
|
+
[0, () => WorkflowType$],
|
|
1465
|
+
];
|
|
1466
|
+
var UnknownResourceFault$ = [-3, n0, _URF, { [_er]: _cl }, [_m], [0]];
|
|
1467
|
+
schema.TypeRegistry.for(n0).registerError(UnknownResourceFault$, UnknownResourceFault);
|
|
1468
|
+
var UntagResourceInput$ = [3, n0, _URI, 0, [_rA, _tK], [0, 64 | 0]];
|
|
1469
|
+
var WorkflowExecution$ = [3, n0, _WE, 0, [_wI, _rI], [0, 0]];
|
|
1470
|
+
var WorkflowExecutionAlreadyStartedFault$ = [-3, n0, _WEASF, { [_er]: _cl }, [_m], [0]];
|
|
1471
|
+
schema.TypeRegistry.for(n0).registerError(WorkflowExecutionAlreadyStartedFault$, WorkflowExecutionAlreadyStartedFault);
|
|
1472
|
+
var WorkflowExecutionCanceledEventAttributes$ = [3, n0, _WECEA, 0, [_d, _dTCEI], [0, 1]];
|
|
1473
|
+
var WorkflowExecutionCancelRequestedEventAttributes$ = [
|
|
1404
1474
|
3,
|
|
1405
1475
|
n0,
|
|
1406
1476
|
_WECREA,
|
|
1407
1477
|
0,
|
|
1408
1478
|
[_eWE, _eIEI, _ca],
|
|
1409
|
-
[() => WorkflowExecution
|
|
1479
|
+
[() => WorkflowExecution$, 1, 0],
|
|
1480
|
+
];
|
|
1481
|
+
var WorkflowExecutionCompletedEventAttributes$ = [
|
|
1482
|
+
3,
|
|
1483
|
+
n0,
|
|
1484
|
+
_WECEAo,
|
|
1485
|
+
0,
|
|
1486
|
+
[_r, _dTCEI],
|
|
1487
|
+
[0, 1],
|
|
1410
1488
|
];
|
|
1411
|
-
var
|
|
1412
|
-
var WorkflowExecutionConfiguration = [
|
|
1489
|
+
var WorkflowExecutionConfiguration$ = [
|
|
1413
1490
|
3,
|
|
1414
1491
|
n0,
|
|
1415
1492
|
_WEC,
|
|
1416
1493
|
0,
|
|
1417
1494
|
[_tSTCT, _eSTCT, _tL, _tP, _cP, _lR],
|
|
1418
|
-
[0, 0, () => TaskList
|
|
1495
|
+
[0, 0, () => TaskList$, 0, 0, 0],
|
|
1419
1496
|
];
|
|
1420
|
-
var WorkflowExecutionContinuedAsNewEventAttributes = [
|
|
1497
|
+
var WorkflowExecutionContinuedAsNewEventAttributes$ = [
|
|
1421
1498
|
3,
|
|
1422
1499
|
n0,
|
|
1423
1500
|
_WECANEA,
|
|
1424
1501
|
0,
|
|
1425
1502
|
[_i, _dTCEI, _nERI, _eSTCT, _tL, _tP, _tSTCT, _cP, _tLa, _wT, _lR],
|
|
1426
|
-
[0, 1, 0, 0, () => TaskList
|
|
1503
|
+
[0, 1, 0, 0, () => TaskList$, 0, 0, 0, 64 | 0, () => WorkflowType$, 0],
|
|
1427
1504
|
];
|
|
1428
|
-
var WorkflowExecutionCount = [3, n0, _WECo, 0, [_cou, _tr], [1, 2]];
|
|
1429
|
-
var WorkflowExecutionDetail = [
|
|
1505
|
+
var WorkflowExecutionCount$ = [3, n0, _WECo, 0, [_cou, _tr], [1, 2]];
|
|
1506
|
+
var WorkflowExecutionDetail$ = [
|
|
1430
1507
|
3,
|
|
1431
1508
|
n0,
|
|
1432
1509
|
_WED,
|
|
1433
1510
|
0,
|
|
1434
1511
|
[_eIx, _eCx, _oC, _lATT, _lEC],
|
|
1435
|
-
[() => WorkflowExecutionInfo
|
|
1512
|
+
[() => WorkflowExecutionInfo$, () => WorkflowExecutionConfiguration$, () => WorkflowExecutionOpenCounts$, 4, 0],
|
|
1436
1513
|
];
|
|
1437
|
-
var WorkflowExecutionFailedEventAttributes = [
|
|
1514
|
+
var WorkflowExecutionFailedEventAttributes$ = [
|
|
1438
1515
|
3,
|
|
1439
1516
|
n0,
|
|
1440
1517
|
_WEFEA,
|
|
@@ -1442,16 +1519,16 @@ var WorkflowExecutionFailedEventAttributes = [
|
|
|
1442
1519
|
[_re, _d, _dTCEI],
|
|
1443
1520
|
[0, 0, 1],
|
|
1444
1521
|
];
|
|
1445
|
-
var WorkflowExecutionFilter = [3, n0, _WEF, 0, [_wI], [0]];
|
|
1446
|
-
var WorkflowExecutionInfo = [
|
|
1522
|
+
var WorkflowExecutionFilter$ = [3, n0, _WEF, 0, [_wI], [0]];
|
|
1523
|
+
var WorkflowExecutionInfo$ = [
|
|
1447
1524
|
3,
|
|
1448
1525
|
n0,
|
|
1449
1526
|
_WEI,
|
|
1450
1527
|
0,
|
|
1451
1528
|
[_ex, _wT, _sT, _cT, _eS, _cS, _p, _tLa, _cR],
|
|
1452
|
-
[() => WorkflowExecution
|
|
1529
|
+
[() => WorkflowExecution$, () => WorkflowType$, 4, 4, 0, 0, () => WorkflowExecution$, 64 | 0, 2],
|
|
1453
1530
|
];
|
|
1454
|
-
var WorkflowExecutionInfos = [
|
|
1531
|
+
var WorkflowExecutionInfos$ = [
|
|
1455
1532
|
3,
|
|
1456
1533
|
n0,
|
|
1457
1534
|
_WEIo,
|
|
@@ -1459,7 +1536,7 @@ var WorkflowExecutionInfos = [
|
|
|
1459
1536
|
[_eIxe, _nPT],
|
|
1460
1537
|
[() => WorkflowExecutionInfoList, 0],
|
|
1461
1538
|
];
|
|
1462
|
-
var WorkflowExecutionOpenCounts = [
|
|
1539
|
+
var WorkflowExecutionOpenCounts$ = [
|
|
1463
1540
|
3,
|
|
1464
1541
|
n0,
|
|
1465
1542
|
_WEOC,
|
|
@@ -1467,23 +1544,23 @@ var WorkflowExecutionOpenCounts = [
|
|
|
1467
1544
|
[_oAT, _oDT, _oT, _oCWE, _oLF],
|
|
1468
1545
|
[1, 1, 1, 1, 1],
|
|
1469
1546
|
];
|
|
1470
|
-
var WorkflowExecutionSignaledEventAttributes = [
|
|
1547
|
+
var WorkflowExecutionSignaledEventAttributes$ = [
|
|
1471
1548
|
3,
|
|
1472
1549
|
n0,
|
|
1473
1550
|
_WESEA,
|
|
1474
1551
|
0,
|
|
1475
1552
|
[_sN, _i, _eWE, _eIEI],
|
|
1476
|
-
[0, 0, () => WorkflowExecution
|
|
1553
|
+
[0, 0, () => WorkflowExecution$, 1],
|
|
1477
1554
|
];
|
|
1478
|
-
var WorkflowExecutionStartedEventAttributes = [
|
|
1555
|
+
var WorkflowExecutionStartedEventAttributes$ = [
|
|
1479
1556
|
3,
|
|
1480
1557
|
n0,
|
|
1481
1558
|
_WESEAo,
|
|
1482
1559
|
0,
|
|
1483
1560
|
[_i, _eSTCT, _tSTCT, _cP, _tL, _tP, _wT, _tLa, _cERI, _pWE, _pIEI, _lR],
|
|
1484
|
-
[0, 0, 0, 0, () => TaskList
|
|
1561
|
+
[0, 0, 0, 0, () => TaskList$, 0, () => WorkflowType$, 64 | 0, 0, () => WorkflowExecution$, 1, 0],
|
|
1485
1562
|
];
|
|
1486
|
-
var WorkflowExecutionTerminatedEventAttributes = [
|
|
1563
|
+
var WorkflowExecutionTerminatedEventAttributes$ = [
|
|
1487
1564
|
3,
|
|
1488
1565
|
n0,
|
|
1489
1566
|
_WETEA,
|
|
@@ -1491,293 +1568,293 @@ var WorkflowExecutionTerminatedEventAttributes = [
|
|
|
1491
1568
|
[_re, _d, _cP, _ca],
|
|
1492
1569
|
[0, 0, 0, 0],
|
|
1493
1570
|
];
|
|
1494
|
-
var WorkflowExecutionTimedOutEventAttributes = [3, n0, _WETOEA, 0, [_tTi, _cP], [0, 0]];
|
|
1495
|
-
var WorkflowType = [3, n0, _WT, 0, [_n, _v], [0, 0]];
|
|
1496
|
-
var WorkflowTypeConfiguration = [
|
|
1571
|
+
var WorkflowExecutionTimedOutEventAttributes$ = [3, n0, _WETOEA, 0, [_tTi, _cP], [0, 0]];
|
|
1572
|
+
var WorkflowType$ = [3, n0, _WT, 0, [_n, _v], [0, 0]];
|
|
1573
|
+
var WorkflowTypeConfiguration$ = [
|
|
1497
1574
|
3,
|
|
1498
1575
|
n0,
|
|
1499
1576
|
_WTC,
|
|
1500
1577
|
0,
|
|
1501
1578
|
[_dTSTCT, _dESTCT, _dTL, _dTP, _dCP, _dLR],
|
|
1502
|
-
[0, 0, () => TaskList
|
|
1579
|
+
[0, 0, () => TaskList$, 0, 0, 0],
|
|
1503
1580
|
];
|
|
1504
|
-
var WorkflowTypeDetail = [
|
|
1581
|
+
var WorkflowTypeDetail$ = [
|
|
1505
1582
|
3,
|
|
1506
1583
|
n0,
|
|
1507
1584
|
_WTD,
|
|
1508
1585
|
0,
|
|
1509
1586
|
[_tI, _co],
|
|
1510
|
-
[() => WorkflowTypeInfo
|
|
1587
|
+
[() => WorkflowTypeInfo$, () => WorkflowTypeConfiguration$],
|
|
1511
1588
|
];
|
|
1512
|
-
var WorkflowTypeFilter = [3, n0, _WTF, 0, [_n, _v], [0, 0]];
|
|
1513
|
-
var WorkflowTypeInfo = [
|
|
1589
|
+
var WorkflowTypeFilter$ = [3, n0, _WTF, 0, [_n, _v], [0, 0]];
|
|
1590
|
+
var WorkflowTypeInfo$ = [
|
|
1514
1591
|
3,
|
|
1515
1592
|
n0,
|
|
1516
1593
|
_WTI,
|
|
1517
1594
|
0,
|
|
1518
1595
|
[_wT, _s, _de, _cD, _dD],
|
|
1519
|
-
[() => WorkflowType
|
|
1596
|
+
[() => WorkflowType$, 0, 0, 4, 4],
|
|
1520
1597
|
];
|
|
1521
|
-
var WorkflowTypeInfos = [3, n0, _WTIo, 0, [_tIy, _nPT], [() => WorkflowTypeInfoList, 0]];
|
|
1598
|
+
var WorkflowTypeInfos$ = [3, n0, _WTIo, 0, [_tIy, _nPT], [() => WorkflowTypeInfoList, 0]];
|
|
1522
1599
|
var __Unit = "unit";
|
|
1523
|
-
var SWFServiceException = [-3, _sm, "SWFServiceException", 0, [], []];
|
|
1524
|
-
schema.TypeRegistry.for(_sm).registerError(SWFServiceException
|
|
1525
|
-
var ActivityTypeInfoList = [1, n0, _ATIL, 0, () => ActivityTypeInfo];
|
|
1526
|
-
var DecisionList = [1, n0, _DL, 0, () => Decision];
|
|
1527
|
-
var DomainInfoList = [1, n0, _DIL, 0, () => DomainInfo];
|
|
1528
|
-
var HistoryEventList = [1, n0, _HEL, 0, () => HistoryEvent];
|
|
1529
|
-
var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag];
|
|
1530
|
-
var WorkflowExecutionInfoList = [1, n0, _WEIL, 0, () => WorkflowExecutionInfo];
|
|
1531
|
-
var WorkflowTypeInfoList = [1, n0, _WTIL, 0, () => WorkflowTypeInfo];
|
|
1532
|
-
var CountClosedWorkflowExecutions = [
|
|
1600
|
+
var SWFServiceException$ = [-3, _sm, "SWFServiceException", 0, [], []];
|
|
1601
|
+
schema.TypeRegistry.for(_sm).registerError(SWFServiceException$, SWFServiceException);
|
|
1602
|
+
var ActivityTypeInfoList = [1, n0, _ATIL, 0, () => ActivityTypeInfo$];
|
|
1603
|
+
var DecisionList = [1, n0, _DL, 0, () => Decision$];
|
|
1604
|
+
var DomainInfoList = [1, n0, _DIL, 0, () => DomainInfo$];
|
|
1605
|
+
var HistoryEventList = [1, n0, _HEL, 0, () => HistoryEvent$];
|
|
1606
|
+
var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag$];
|
|
1607
|
+
var WorkflowExecutionInfoList = [1, n0, _WEIL, 0, () => WorkflowExecutionInfo$];
|
|
1608
|
+
var WorkflowTypeInfoList = [1, n0, _WTIL, 0, () => WorkflowTypeInfo$];
|
|
1609
|
+
var CountClosedWorkflowExecutions$ = [
|
|
1533
1610
|
9,
|
|
1534
1611
|
n0,
|
|
1535
1612
|
_CCWE,
|
|
1536
1613
|
0,
|
|
1537
|
-
() => CountClosedWorkflowExecutionsInput
|
|
1538
|
-
() => WorkflowExecutionCount
|
|
1614
|
+
() => CountClosedWorkflowExecutionsInput$,
|
|
1615
|
+
() => WorkflowExecutionCount$,
|
|
1539
1616
|
];
|
|
1540
|
-
var CountOpenWorkflowExecutions = [
|
|
1617
|
+
var CountOpenWorkflowExecutions$ = [
|
|
1541
1618
|
9,
|
|
1542
1619
|
n0,
|
|
1543
1620
|
_COWE,
|
|
1544
1621
|
0,
|
|
1545
|
-
() => CountOpenWorkflowExecutionsInput
|
|
1546
|
-
() => WorkflowExecutionCount
|
|
1622
|
+
() => CountOpenWorkflowExecutionsInput$,
|
|
1623
|
+
() => WorkflowExecutionCount$,
|
|
1547
1624
|
];
|
|
1548
|
-
var CountPendingActivityTasks = [
|
|
1625
|
+
var CountPendingActivityTasks$ = [
|
|
1549
1626
|
9,
|
|
1550
1627
|
n0,
|
|
1551
1628
|
_CPAT,
|
|
1552
1629
|
0,
|
|
1553
|
-
() => CountPendingActivityTasksInput
|
|
1554
|
-
() => PendingTaskCount
|
|
1630
|
+
() => CountPendingActivityTasksInput$,
|
|
1631
|
+
() => PendingTaskCount$,
|
|
1555
1632
|
];
|
|
1556
|
-
var CountPendingDecisionTasks = [
|
|
1633
|
+
var CountPendingDecisionTasks$ = [
|
|
1557
1634
|
9,
|
|
1558
1635
|
n0,
|
|
1559
1636
|
_CPDT,
|
|
1560
1637
|
0,
|
|
1561
|
-
() => CountPendingDecisionTasksInput
|
|
1562
|
-
() => PendingTaskCount
|
|
1638
|
+
() => CountPendingDecisionTasksInput$,
|
|
1639
|
+
() => PendingTaskCount$,
|
|
1563
1640
|
];
|
|
1564
|
-
var DeleteActivityType = [9, n0, _DAT, 0, () => DeleteActivityTypeInput
|
|
1565
|
-
var DeleteWorkflowType = [9, n0, _DWT, 0, () => DeleteWorkflowTypeInput
|
|
1566
|
-
var DeprecateActivityType = [
|
|
1641
|
+
var DeleteActivityType$ = [9, n0, _DAT, 0, () => DeleteActivityTypeInput$, () => __Unit];
|
|
1642
|
+
var DeleteWorkflowType$ = [9, n0, _DWT, 0, () => DeleteWorkflowTypeInput$, () => __Unit];
|
|
1643
|
+
var DeprecateActivityType$ = [
|
|
1567
1644
|
9,
|
|
1568
1645
|
n0,
|
|
1569
1646
|
_DATe,
|
|
1570
1647
|
0,
|
|
1571
|
-
() => DeprecateActivityTypeInput
|
|
1648
|
+
() => DeprecateActivityTypeInput$,
|
|
1572
1649
|
() => __Unit,
|
|
1573
1650
|
];
|
|
1574
|
-
var DeprecateDomain = [9, n0, _DDe, 0, () => DeprecateDomainInput
|
|
1575
|
-
var DeprecateWorkflowType = [
|
|
1651
|
+
var DeprecateDomain$ = [9, n0, _DDe, 0, () => DeprecateDomainInput$, () => __Unit];
|
|
1652
|
+
var DeprecateWorkflowType$ = [
|
|
1576
1653
|
9,
|
|
1577
1654
|
n0,
|
|
1578
1655
|
_DWTe,
|
|
1579
1656
|
0,
|
|
1580
|
-
() => DeprecateWorkflowTypeInput
|
|
1657
|
+
() => DeprecateWorkflowTypeInput$,
|
|
1581
1658
|
() => __Unit,
|
|
1582
1659
|
];
|
|
1583
|
-
var DescribeActivityType = [
|
|
1660
|
+
var DescribeActivityType$ = [
|
|
1584
1661
|
9,
|
|
1585
1662
|
n0,
|
|
1586
1663
|
_DATes,
|
|
1587
1664
|
0,
|
|
1588
|
-
() => DescribeActivityTypeInput
|
|
1589
|
-
() => ActivityTypeDetail
|
|
1665
|
+
() => DescribeActivityTypeInput$,
|
|
1666
|
+
() => ActivityTypeDetail$,
|
|
1590
1667
|
];
|
|
1591
|
-
var DescribeDomain = [9, n0, _DDes, 0, () => DescribeDomainInput
|
|
1592
|
-
var DescribeWorkflowExecution = [
|
|
1668
|
+
var DescribeDomain$ = [9, n0, _DDes, 0, () => DescribeDomainInput$, () => DomainDetail$];
|
|
1669
|
+
var DescribeWorkflowExecution$ = [
|
|
1593
1670
|
9,
|
|
1594
1671
|
n0,
|
|
1595
1672
|
_DWE,
|
|
1596
1673
|
0,
|
|
1597
|
-
() => DescribeWorkflowExecutionInput
|
|
1598
|
-
() => WorkflowExecutionDetail
|
|
1674
|
+
() => DescribeWorkflowExecutionInput$,
|
|
1675
|
+
() => WorkflowExecutionDetail$,
|
|
1599
1676
|
];
|
|
1600
|
-
var DescribeWorkflowType = [
|
|
1677
|
+
var DescribeWorkflowType$ = [
|
|
1601
1678
|
9,
|
|
1602
1679
|
n0,
|
|
1603
1680
|
_DWTes,
|
|
1604
1681
|
0,
|
|
1605
|
-
() => DescribeWorkflowTypeInput
|
|
1606
|
-
() => WorkflowTypeDetail
|
|
1682
|
+
() => DescribeWorkflowTypeInput$,
|
|
1683
|
+
() => WorkflowTypeDetail$,
|
|
1607
1684
|
];
|
|
1608
|
-
var GetWorkflowExecutionHistory = [
|
|
1685
|
+
var GetWorkflowExecutionHistory$ = [
|
|
1609
1686
|
9,
|
|
1610
1687
|
n0,
|
|
1611
1688
|
_GWEH,
|
|
1612
1689
|
0,
|
|
1613
|
-
() => GetWorkflowExecutionHistoryInput
|
|
1614
|
-
() => History
|
|
1690
|
+
() => GetWorkflowExecutionHistoryInput$,
|
|
1691
|
+
() => History$,
|
|
1615
1692
|
];
|
|
1616
|
-
var ListActivityTypes = [
|
|
1693
|
+
var ListActivityTypes$ = [
|
|
1617
1694
|
9,
|
|
1618
1695
|
n0,
|
|
1619
1696
|
_LAT,
|
|
1620
1697
|
0,
|
|
1621
|
-
() => ListActivityTypesInput
|
|
1622
|
-
() => ActivityTypeInfos
|
|
1698
|
+
() => ListActivityTypesInput$,
|
|
1699
|
+
() => ActivityTypeInfos$,
|
|
1623
1700
|
];
|
|
1624
|
-
var ListClosedWorkflowExecutions = [
|
|
1701
|
+
var ListClosedWorkflowExecutions$ = [
|
|
1625
1702
|
9,
|
|
1626
1703
|
n0,
|
|
1627
1704
|
_LCWE,
|
|
1628
1705
|
0,
|
|
1629
|
-
() => ListClosedWorkflowExecutionsInput
|
|
1630
|
-
() => WorkflowExecutionInfos
|
|
1706
|
+
() => ListClosedWorkflowExecutionsInput$,
|
|
1707
|
+
() => WorkflowExecutionInfos$,
|
|
1631
1708
|
];
|
|
1632
|
-
var ListDomains = [9, n0, _LD, 0, () => ListDomainsInput
|
|
1633
|
-
var ListOpenWorkflowExecutions = [
|
|
1709
|
+
var ListDomains$ = [9, n0, _LD, 0, () => ListDomainsInput$, () => DomainInfos$];
|
|
1710
|
+
var ListOpenWorkflowExecutions$ = [
|
|
1634
1711
|
9,
|
|
1635
1712
|
n0,
|
|
1636
1713
|
_LOWE,
|
|
1637
1714
|
0,
|
|
1638
|
-
() => ListOpenWorkflowExecutionsInput
|
|
1639
|
-
() => WorkflowExecutionInfos
|
|
1715
|
+
() => ListOpenWorkflowExecutionsInput$,
|
|
1716
|
+
() => WorkflowExecutionInfos$,
|
|
1640
1717
|
];
|
|
1641
|
-
var ListTagsForResource = [
|
|
1718
|
+
var ListTagsForResource$ = [
|
|
1642
1719
|
9,
|
|
1643
1720
|
n0,
|
|
1644
1721
|
_LTFR,
|
|
1645
1722
|
0,
|
|
1646
|
-
() => ListTagsForResourceInput
|
|
1647
|
-
() => ListTagsForResourceOutput
|
|
1723
|
+
() => ListTagsForResourceInput$,
|
|
1724
|
+
() => ListTagsForResourceOutput$,
|
|
1648
1725
|
];
|
|
1649
|
-
var ListWorkflowTypes = [
|
|
1726
|
+
var ListWorkflowTypes$ = [
|
|
1650
1727
|
9,
|
|
1651
1728
|
n0,
|
|
1652
1729
|
_LWT,
|
|
1653
1730
|
0,
|
|
1654
|
-
() => ListWorkflowTypesInput
|
|
1655
|
-
() => WorkflowTypeInfos
|
|
1731
|
+
() => ListWorkflowTypesInput$,
|
|
1732
|
+
() => WorkflowTypeInfos$,
|
|
1656
1733
|
];
|
|
1657
|
-
var PollForActivityTask = [
|
|
1734
|
+
var PollForActivityTask$ = [
|
|
1658
1735
|
9,
|
|
1659
1736
|
n0,
|
|
1660
1737
|
_PFAT,
|
|
1661
1738
|
0,
|
|
1662
|
-
() => PollForActivityTaskInput
|
|
1663
|
-
() => ActivityTask
|
|
1739
|
+
() => PollForActivityTaskInput$,
|
|
1740
|
+
() => ActivityTask$,
|
|
1664
1741
|
];
|
|
1665
|
-
var PollForDecisionTask = [
|
|
1742
|
+
var PollForDecisionTask$ = [
|
|
1666
1743
|
9,
|
|
1667
1744
|
n0,
|
|
1668
1745
|
_PFDT,
|
|
1669
1746
|
0,
|
|
1670
|
-
() => PollForDecisionTaskInput
|
|
1671
|
-
() => DecisionTask
|
|
1747
|
+
() => PollForDecisionTaskInput$,
|
|
1748
|
+
() => DecisionTask$,
|
|
1672
1749
|
];
|
|
1673
|
-
var RecordActivityTaskHeartbeat = [
|
|
1750
|
+
var RecordActivityTaskHeartbeat$ = [
|
|
1674
1751
|
9,
|
|
1675
1752
|
n0,
|
|
1676
1753
|
_RATH,
|
|
1677
1754
|
0,
|
|
1678
|
-
() => RecordActivityTaskHeartbeatInput
|
|
1679
|
-
() => ActivityTaskStatus
|
|
1755
|
+
() => RecordActivityTaskHeartbeatInput$,
|
|
1756
|
+
() => ActivityTaskStatus$,
|
|
1680
1757
|
];
|
|
1681
|
-
var RegisterActivityType = [
|
|
1758
|
+
var RegisterActivityType$ = [
|
|
1682
1759
|
9,
|
|
1683
1760
|
n0,
|
|
1684
1761
|
_RAT,
|
|
1685
1762
|
0,
|
|
1686
|
-
() => RegisterActivityTypeInput
|
|
1763
|
+
() => RegisterActivityTypeInput$,
|
|
1687
1764
|
() => __Unit,
|
|
1688
1765
|
];
|
|
1689
|
-
var RegisterDomain = [9, n0, _RD, 0, () => RegisterDomainInput
|
|
1690
|
-
var RegisterWorkflowType = [
|
|
1766
|
+
var RegisterDomain$ = [9, n0, _RD, 0, () => RegisterDomainInput$, () => __Unit];
|
|
1767
|
+
var RegisterWorkflowType$ = [
|
|
1691
1768
|
9,
|
|
1692
1769
|
n0,
|
|
1693
1770
|
_RWT,
|
|
1694
1771
|
0,
|
|
1695
|
-
() => RegisterWorkflowTypeInput
|
|
1772
|
+
() => RegisterWorkflowTypeInput$,
|
|
1696
1773
|
() => __Unit,
|
|
1697
1774
|
];
|
|
1698
|
-
var RequestCancelWorkflowExecution = [
|
|
1775
|
+
var RequestCancelWorkflowExecution$ = [
|
|
1699
1776
|
9,
|
|
1700
1777
|
n0,
|
|
1701
1778
|
_RCWE,
|
|
1702
1779
|
0,
|
|
1703
|
-
() => RequestCancelWorkflowExecutionInput
|
|
1780
|
+
() => RequestCancelWorkflowExecutionInput$,
|
|
1704
1781
|
() => __Unit,
|
|
1705
1782
|
];
|
|
1706
|
-
var RespondActivityTaskCanceled = [
|
|
1783
|
+
var RespondActivityTaskCanceled$ = [
|
|
1707
1784
|
9,
|
|
1708
1785
|
n0,
|
|
1709
1786
|
_RATC,
|
|
1710
1787
|
0,
|
|
1711
|
-
() => RespondActivityTaskCanceledInput
|
|
1788
|
+
() => RespondActivityTaskCanceledInput$,
|
|
1712
1789
|
() => __Unit,
|
|
1713
1790
|
];
|
|
1714
|
-
var RespondActivityTaskCompleted = [
|
|
1791
|
+
var RespondActivityTaskCompleted$ = [
|
|
1715
1792
|
9,
|
|
1716
1793
|
n0,
|
|
1717
1794
|
_RATCe,
|
|
1718
1795
|
0,
|
|
1719
|
-
() => RespondActivityTaskCompletedInput
|
|
1796
|
+
() => RespondActivityTaskCompletedInput$,
|
|
1720
1797
|
() => __Unit,
|
|
1721
1798
|
];
|
|
1722
|
-
var RespondActivityTaskFailed = [
|
|
1799
|
+
var RespondActivityTaskFailed$ = [
|
|
1723
1800
|
9,
|
|
1724
1801
|
n0,
|
|
1725
1802
|
_RATF,
|
|
1726
1803
|
0,
|
|
1727
|
-
() => RespondActivityTaskFailedInput
|
|
1804
|
+
() => RespondActivityTaskFailedInput$,
|
|
1728
1805
|
() => __Unit,
|
|
1729
1806
|
];
|
|
1730
|
-
var RespondDecisionTaskCompleted = [
|
|
1807
|
+
var RespondDecisionTaskCompleted$ = [
|
|
1731
1808
|
9,
|
|
1732
1809
|
n0,
|
|
1733
1810
|
_RDTC,
|
|
1734
1811
|
0,
|
|
1735
|
-
() => RespondDecisionTaskCompletedInput
|
|
1812
|
+
() => RespondDecisionTaskCompletedInput$,
|
|
1736
1813
|
() => __Unit,
|
|
1737
1814
|
];
|
|
1738
|
-
var SignalWorkflowExecution = [
|
|
1815
|
+
var SignalWorkflowExecution$ = [
|
|
1739
1816
|
9,
|
|
1740
1817
|
n0,
|
|
1741
1818
|
_SWE,
|
|
1742
1819
|
0,
|
|
1743
|
-
() => SignalWorkflowExecutionInput
|
|
1820
|
+
() => SignalWorkflowExecutionInput$,
|
|
1744
1821
|
() => __Unit,
|
|
1745
1822
|
];
|
|
1746
|
-
var StartWorkflowExecution = [
|
|
1823
|
+
var StartWorkflowExecution$ = [
|
|
1747
1824
|
9,
|
|
1748
1825
|
n0,
|
|
1749
1826
|
_SWEt,
|
|
1750
1827
|
0,
|
|
1751
|
-
() => StartWorkflowExecutionInput
|
|
1752
|
-
() => Run
|
|
1828
|
+
() => StartWorkflowExecutionInput$,
|
|
1829
|
+
() => Run$,
|
|
1753
1830
|
];
|
|
1754
|
-
var TagResource = [9, n0, _TR, 0, () => TagResourceInput
|
|
1755
|
-
var TerminateWorkflowExecution = [
|
|
1831
|
+
var TagResource$ = [9, n0, _TR, 0, () => TagResourceInput$, () => __Unit];
|
|
1832
|
+
var TerminateWorkflowExecution$ = [
|
|
1756
1833
|
9,
|
|
1757
1834
|
n0,
|
|
1758
1835
|
_TWE,
|
|
1759
1836
|
0,
|
|
1760
|
-
() => TerminateWorkflowExecutionInput
|
|
1837
|
+
() => TerminateWorkflowExecutionInput$,
|
|
1761
1838
|
() => __Unit,
|
|
1762
1839
|
];
|
|
1763
|
-
var UndeprecateActivityType = [
|
|
1840
|
+
var UndeprecateActivityType$ = [
|
|
1764
1841
|
9,
|
|
1765
1842
|
n0,
|
|
1766
1843
|
_UAT,
|
|
1767
1844
|
0,
|
|
1768
|
-
() => UndeprecateActivityTypeInput
|
|
1845
|
+
() => UndeprecateActivityTypeInput$,
|
|
1769
1846
|
() => __Unit,
|
|
1770
1847
|
];
|
|
1771
|
-
var UndeprecateDomain = [9, n0, _UD, 0, () => UndeprecateDomainInput
|
|
1772
|
-
var UndeprecateWorkflowType = [
|
|
1848
|
+
var UndeprecateDomain$ = [9, n0, _UD, 0, () => UndeprecateDomainInput$, () => __Unit];
|
|
1849
|
+
var UndeprecateWorkflowType$ = [
|
|
1773
1850
|
9,
|
|
1774
1851
|
n0,
|
|
1775
1852
|
_UWT,
|
|
1776
1853
|
0,
|
|
1777
|
-
() => UndeprecateWorkflowTypeInput
|
|
1854
|
+
() => UndeprecateWorkflowTypeInput$,
|
|
1778
1855
|
() => __Unit,
|
|
1779
1856
|
];
|
|
1780
|
-
var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput
|
|
1857
|
+
var UntagResource$ = [9, n0, _UR, 0, () => UntagResourceInput$, () => __Unit];
|
|
1781
1858
|
|
|
1782
1859
|
class CountClosedWorkflowExecutionsCommand extends smithyClient.Command
|
|
1783
1860
|
.classBuilder()
|
|
@@ -1787,7 +1864,7 @@ class CountClosedWorkflowExecutionsCommand extends smithyClient.Command
|
|
|
1787
1864
|
})
|
|
1788
1865
|
.s("SimpleWorkflowService", "CountClosedWorkflowExecutions", {})
|
|
1789
1866
|
.n("SWFClient", "CountClosedWorkflowExecutionsCommand")
|
|
1790
|
-
.sc(CountClosedWorkflowExecutions)
|
|
1867
|
+
.sc(CountClosedWorkflowExecutions$)
|
|
1791
1868
|
.build() {
|
|
1792
1869
|
}
|
|
1793
1870
|
|
|
@@ -1799,7 +1876,7 @@ class CountOpenWorkflowExecutionsCommand extends smithyClient.Command
|
|
|
1799
1876
|
})
|
|
1800
1877
|
.s("SimpleWorkflowService", "CountOpenWorkflowExecutions", {})
|
|
1801
1878
|
.n("SWFClient", "CountOpenWorkflowExecutionsCommand")
|
|
1802
|
-
.sc(CountOpenWorkflowExecutions)
|
|
1879
|
+
.sc(CountOpenWorkflowExecutions$)
|
|
1803
1880
|
.build() {
|
|
1804
1881
|
}
|
|
1805
1882
|
|
|
@@ -1811,7 +1888,7 @@ class CountPendingActivityTasksCommand extends smithyClient.Command
|
|
|
1811
1888
|
})
|
|
1812
1889
|
.s("SimpleWorkflowService", "CountPendingActivityTasks", {})
|
|
1813
1890
|
.n("SWFClient", "CountPendingActivityTasksCommand")
|
|
1814
|
-
.sc(CountPendingActivityTasks)
|
|
1891
|
+
.sc(CountPendingActivityTasks$)
|
|
1815
1892
|
.build() {
|
|
1816
1893
|
}
|
|
1817
1894
|
|
|
@@ -1823,7 +1900,7 @@ class CountPendingDecisionTasksCommand extends smithyClient.Command
|
|
|
1823
1900
|
})
|
|
1824
1901
|
.s("SimpleWorkflowService", "CountPendingDecisionTasks", {})
|
|
1825
1902
|
.n("SWFClient", "CountPendingDecisionTasksCommand")
|
|
1826
|
-
.sc(CountPendingDecisionTasks)
|
|
1903
|
+
.sc(CountPendingDecisionTasks$)
|
|
1827
1904
|
.build() {
|
|
1828
1905
|
}
|
|
1829
1906
|
|
|
@@ -1835,7 +1912,7 @@ class DeleteActivityTypeCommand extends smithyClient.Command
|
|
|
1835
1912
|
})
|
|
1836
1913
|
.s("SimpleWorkflowService", "DeleteActivityType", {})
|
|
1837
1914
|
.n("SWFClient", "DeleteActivityTypeCommand")
|
|
1838
|
-
.sc(DeleteActivityType)
|
|
1915
|
+
.sc(DeleteActivityType$)
|
|
1839
1916
|
.build() {
|
|
1840
1917
|
}
|
|
1841
1918
|
|
|
@@ -1847,7 +1924,7 @@ class DeleteWorkflowTypeCommand extends smithyClient.Command
|
|
|
1847
1924
|
})
|
|
1848
1925
|
.s("SimpleWorkflowService", "DeleteWorkflowType", {})
|
|
1849
1926
|
.n("SWFClient", "DeleteWorkflowTypeCommand")
|
|
1850
|
-
.sc(DeleteWorkflowType)
|
|
1927
|
+
.sc(DeleteWorkflowType$)
|
|
1851
1928
|
.build() {
|
|
1852
1929
|
}
|
|
1853
1930
|
|
|
@@ -1859,7 +1936,7 @@ class DeprecateActivityTypeCommand extends smithyClient.Command
|
|
|
1859
1936
|
})
|
|
1860
1937
|
.s("SimpleWorkflowService", "DeprecateActivityType", {})
|
|
1861
1938
|
.n("SWFClient", "DeprecateActivityTypeCommand")
|
|
1862
|
-
.sc(DeprecateActivityType)
|
|
1939
|
+
.sc(DeprecateActivityType$)
|
|
1863
1940
|
.build() {
|
|
1864
1941
|
}
|
|
1865
1942
|
|
|
@@ -1871,7 +1948,7 @@ class DeprecateDomainCommand extends smithyClient.Command
|
|
|
1871
1948
|
})
|
|
1872
1949
|
.s("SimpleWorkflowService", "DeprecateDomain", {})
|
|
1873
1950
|
.n("SWFClient", "DeprecateDomainCommand")
|
|
1874
|
-
.sc(DeprecateDomain)
|
|
1951
|
+
.sc(DeprecateDomain$)
|
|
1875
1952
|
.build() {
|
|
1876
1953
|
}
|
|
1877
1954
|
|
|
@@ -1883,7 +1960,7 @@ class DeprecateWorkflowTypeCommand extends smithyClient.Command
|
|
|
1883
1960
|
})
|
|
1884
1961
|
.s("SimpleWorkflowService", "DeprecateWorkflowType", {})
|
|
1885
1962
|
.n("SWFClient", "DeprecateWorkflowTypeCommand")
|
|
1886
|
-
.sc(DeprecateWorkflowType)
|
|
1963
|
+
.sc(DeprecateWorkflowType$)
|
|
1887
1964
|
.build() {
|
|
1888
1965
|
}
|
|
1889
1966
|
|
|
@@ -1895,7 +1972,7 @@ class DescribeActivityTypeCommand extends smithyClient.Command
|
|
|
1895
1972
|
})
|
|
1896
1973
|
.s("SimpleWorkflowService", "DescribeActivityType", {})
|
|
1897
1974
|
.n("SWFClient", "DescribeActivityTypeCommand")
|
|
1898
|
-
.sc(DescribeActivityType)
|
|
1975
|
+
.sc(DescribeActivityType$)
|
|
1899
1976
|
.build() {
|
|
1900
1977
|
}
|
|
1901
1978
|
|
|
@@ -1907,7 +1984,7 @@ class DescribeDomainCommand extends smithyClient.Command
|
|
|
1907
1984
|
})
|
|
1908
1985
|
.s("SimpleWorkflowService", "DescribeDomain", {})
|
|
1909
1986
|
.n("SWFClient", "DescribeDomainCommand")
|
|
1910
|
-
.sc(DescribeDomain)
|
|
1987
|
+
.sc(DescribeDomain$)
|
|
1911
1988
|
.build() {
|
|
1912
1989
|
}
|
|
1913
1990
|
|
|
@@ -1919,7 +1996,7 @@ class DescribeWorkflowExecutionCommand extends smithyClient.Command
|
|
|
1919
1996
|
})
|
|
1920
1997
|
.s("SimpleWorkflowService", "DescribeWorkflowExecution", {})
|
|
1921
1998
|
.n("SWFClient", "DescribeWorkflowExecutionCommand")
|
|
1922
|
-
.sc(DescribeWorkflowExecution)
|
|
1999
|
+
.sc(DescribeWorkflowExecution$)
|
|
1923
2000
|
.build() {
|
|
1924
2001
|
}
|
|
1925
2002
|
|
|
@@ -1931,7 +2008,7 @@ class DescribeWorkflowTypeCommand extends smithyClient.Command
|
|
|
1931
2008
|
})
|
|
1932
2009
|
.s("SimpleWorkflowService", "DescribeWorkflowType", {})
|
|
1933
2010
|
.n("SWFClient", "DescribeWorkflowTypeCommand")
|
|
1934
|
-
.sc(DescribeWorkflowType)
|
|
2011
|
+
.sc(DescribeWorkflowType$)
|
|
1935
2012
|
.build() {
|
|
1936
2013
|
}
|
|
1937
2014
|
|
|
@@ -1943,7 +2020,7 @@ class GetWorkflowExecutionHistoryCommand extends smithyClient.Command
|
|
|
1943
2020
|
})
|
|
1944
2021
|
.s("SimpleWorkflowService", "GetWorkflowExecutionHistory", {})
|
|
1945
2022
|
.n("SWFClient", "GetWorkflowExecutionHistoryCommand")
|
|
1946
|
-
.sc(GetWorkflowExecutionHistory)
|
|
2023
|
+
.sc(GetWorkflowExecutionHistory$)
|
|
1947
2024
|
.build() {
|
|
1948
2025
|
}
|
|
1949
2026
|
|
|
@@ -1955,7 +2032,7 @@ class ListActivityTypesCommand extends smithyClient.Command
|
|
|
1955
2032
|
})
|
|
1956
2033
|
.s("SimpleWorkflowService", "ListActivityTypes", {})
|
|
1957
2034
|
.n("SWFClient", "ListActivityTypesCommand")
|
|
1958
|
-
.sc(ListActivityTypes)
|
|
2035
|
+
.sc(ListActivityTypes$)
|
|
1959
2036
|
.build() {
|
|
1960
2037
|
}
|
|
1961
2038
|
|
|
@@ -1967,7 +2044,7 @@ class ListClosedWorkflowExecutionsCommand extends smithyClient.Command
|
|
|
1967
2044
|
})
|
|
1968
2045
|
.s("SimpleWorkflowService", "ListClosedWorkflowExecutions", {})
|
|
1969
2046
|
.n("SWFClient", "ListClosedWorkflowExecutionsCommand")
|
|
1970
|
-
.sc(ListClosedWorkflowExecutions)
|
|
2047
|
+
.sc(ListClosedWorkflowExecutions$)
|
|
1971
2048
|
.build() {
|
|
1972
2049
|
}
|
|
1973
2050
|
|
|
@@ -1979,7 +2056,7 @@ class ListDomainsCommand extends smithyClient.Command
|
|
|
1979
2056
|
})
|
|
1980
2057
|
.s("SimpleWorkflowService", "ListDomains", {})
|
|
1981
2058
|
.n("SWFClient", "ListDomainsCommand")
|
|
1982
|
-
.sc(ListDomains)
|
|
2059
|
+
.sc(ListDomains$)
|
|
1983
2060
|
.build() {
|
|
1984
2061
|
}
|
|
1985
2062
|
|
|
@@ -1991,7 +2068,7 @@ class ListOpenWorkflowExecutionsCommand extends smithyClient.Command
|
|
|
1991
2068
|
})
|
|
1992
2069
|
.s("SimpleWorkflowService", "ListOpenWorkflowExecutions", {})
|
|
1993
2070
|
.n("SWFClient", "ListOpenWorkflowExecutionsCommand")
|
|
1994
|
-
.sc(ListOpenWorkflowExecutions)
|
|
2071
|
+
.sc(ListOpenWorkflowExecutions$)
|
|
1995
2072
|
.build() {
|
|
1996
2073
|
}
|
|
1997
2074
|
|
|
@@ -2003,7 +2080,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2003
2080
|
})
|
|
2004
2081
|
.s("SimpleWorkflowService", "ListTagsForResource", {})
|
|
2005
2082
|
.n("SWFClient", "ListTagsForResourceCommand")
|
|
2006
|
-
.sc(ListTagsForResource)
|
|
2083
|
+
.sc(ListTagsForResource$)
|
|
2007
2084
|
.build() {
|
|
2008
2085
|
}
|
|
2009
2086
|
|
|
@@ -2015,7 +2092,7 @@ class ListWorkflowTypesCommand extends smithyClient.Command
|
|
|
2015
2092
|
})
|
|
2016
2093
|
.s("SimpleWorkflowService", "ListWorkflowTypes", {})
|
|
2017
2094
|
.n("SWFClient", "ListWorkflowTypesCommand")
|
|
2018
|
-
.sc(ListWorkflowTypes)
|
|
2095
|
+
.sc(ListWorkflowTypes$)
|
|
2019
2096
|
.build() {
|
|
2020
2097
|
}
|
|
2021
2098
|
|
|
@@ -2027,7 +2104,7 @@ class PollForActivityTaskCommand extends smithyClient.Command
|
|
|
2027
2104
|
})
|
|
2028
2105
|
.s("SimpleWorkflowService", "PollForActivityTask", {})
|
|
2029
2106
|
.n("SWFClient", "PollForActivityTaskCommand")
|
|
2030
|
-
.sc(PollForActivityTask)
|
|
2107
|
+
.sc(PollForActivityTask$)
|
|
2031
2108
|
.build() {
|
|
2032
2109
|
}
|
|
2033
2110
|
|
|
@@ -2039,7 +2116,7 @@ class PollForDecisionTaskCommand extends smithyClient.Command
|
|
|
2039
2116
|
})
|
|
2040
2117
|
.s("SimpleWorkflowService", "PollForDecisionTask", {})
|
|
2041
2118
|
.n("SWFClient", "PollForDecisionTaskCommand")
|
|
2042
|
-
.sc(PollForDecisionTask)
|
|
2119
|
+
.sc(PollForDecisionTask$)
|
|
2043
2120
|
.build() {
|
|
2044
2121
|
}
|
|
2045
2122
|
|
|
@@ -2051,7 +2128,7 @@ class RecordActivityTaskHeartbeatCommand extends smithyClient.Command
|
|
|
2051
2128
|
})
|
|
2052
2129
|
.s("SimpleWorkflowService", "RecordActivityTaskHeartbeat", {})
|
|
2053
2130
|
.n("SWFClient", "RecordActivityTaskHeartbeatCommand")
|
|
2054
|
-
.sc(RecordActivityTaskHeartbeat)
|
|
2131
|
+
.sc(RecordActivityTaskHeartbeat$)
|
|
2055
2132
|
.build() {
|
|
2056
2133
|
}
|
|
2057
2134
|
|
|
@@ -2063,7 +2140,7 @@ class RegisterActivityTypeCommand extends smithyClient.Command
|
|
|
2063
2140
|
})
|
|
2064
2141
|
.s("SimpleWorkflowService", "RegisterActivityType", {})
|
|
2065
2142
|
.n("SWFClient", "RegisterActivityTypeCommand")
|
|
2066
|
-
.sc(RegisterActivityType)
|
|
2143
|
+
.sc(RegisterActivityType$)
|
|
2067
2144
|
.build() {
|
|
2068
2145
|
}
|
|
2069
2146
|
|
|
@@ -2075,7 +2152,7 @@ class RegisterDomainCommand extends smithyClient.Command
|
|
|
2075
2152
|
})
|
|
2076
2153
|
.s("SimpleWorkflowService", "RegisterDomain", {})
|
|
2077
2154
|
.n("SWFClient", "RegisterDomainCommand")
|
|
2078
|
-
.sc(RegisterDomain)
|
|
2155
|
+
.sc(RegisterDomain$)
|
|
2079
2156
|
.build() {
|
|
2080
2157
|
}
|
|
2081
2158
|
|
|
@@ -2087,7 +2164,7 @@ class RegisterWorkflowTypeCommand extends smithyClient.Command
|
|
|
2087
2164
|
})
|
|
2088
2165
|
.s("SimpleWorkflowService", "RegisterWorkflowType", {})
|
|
2089
2166
|
.n("SWFClient", "RegisterWorkflowTypeCommand")
|
|
2090
|
-
.sc(RegisterWorkflowType)
|
|
2167
|
+
.sc(RegisterWorkflowType$)
|
|
2091
2168
|
.build() {
|
|
2092
2169
|
}
|
|
2093
2170
|
|
|
@@ -2099,7 +2176,7 @@ class RequestCancelWorkflowExecutionCommand extends smithyClient.Command
|
|
|
2099
2176
|
})
|
|
2100
2177
|
.s("SimpleWorkflowService", "RequestCancelWorkflowExecution", {})
|
|
2101
2178
|
.n("SWFClient", "RequestCancelWorkflowExecutionCommand")
|
|
2102
|
-
.sc(RequestCancelWorkflowExecution)
|
|
2179
|
+
.sc(RequestCancelWorkflowExecution$)
|
|
2103
2180
|
.build() {
|
|
2104
2181
|
}
|
|
2105
2182
|
|
|
@@ -2111,7 +2188,7 @@ class RespondActivityTaskCanceledCommand extends smithyClient.Command
|
|
|
2111
2188
|
})
|
|
2112
2189
|
.s("SimpleWorkflowService", "RespondActivityTaskCanceled", {})
|
|
2113
2190
|
.n("SWFClient", "RespondActivityTaskCanceledCommand")
|
|
2114
|
-
.sc(RespondActivityTaskCanceled)
|
|
2191
|
+
.sc(RespondActivityTaskCanceled$)
|
|
2115
2192
|
.build() {
|
|
2116
2193
|
}
|
|
2117
2194
|
|
|
@@ -2123,7 +2200,7 @@ class RespondActivityTaskCompletedCommand extends smithyClient.Command
|
|
|
2123
2200
|
})
|
|
2124
2201
|
.s("SimpleWorkflowService", "RespondActivityTaskCompleted", {})
|
|
2125
2202
|
.n("SWFClient", "RespondActivityTaskCompletedCommand")
|
|
2126
|
-
.sc(RespondActivityTaskCompleted)
|
|
2203
|
+
.sc(RespondActivityTaskCompleted$)
|
|
2127
2204
|
.build() {
|
|
2128
2205
|
}
|
|
2129
2206
|
|
|
@@ -2135,7 +2212,7 @@ class RespondActivityTaskFailedCommand extends smithyClient.Command
|
|
|
2135
2212
|
})
|
|
2136
2213
|
.s("SimpleWorkflowService", "RespondActivityTaskFailed", {})
|
|
2137
2214
|
.n("SWFClient", "RespondActivityTaskFailedCommand")
|
|
2138
|
-
.sc(RespondActivityTaskFailed)
|
|
2215
|
+
.sc(RespondActivityTaskFailed$)
|
|
2139
2216
|
.build() {
|
|
2140
2217
|
}
|
|
2141
2218
|
|
|
@@ -2147,7 +2224,7 @@ class RespondDecisionTaskCompletedCommand extends smithyClient.Command
|
|
|
2147
2224
|
})
|
|
2148
2225
|
.s("SimpleWorkflowService", "RespondDecisionTaskCompleted", {})
|
|
2149
2226
|
.n("SWFClient", "RespondDecisionTaskCompletedCommand")
|
|
2150
|
-
.sc(RespondDecisionTaskCompleted)
|
|
2227
|
+
.sc(RespondDecisionTaskCompleted$)
|
|
2151
2228
|
.build() {
|
|
2152
2229
|
}
|
|
2153
2230
|
|
|
@@ -2159,7 +2236,7 @@ class SignalWorkflowExecutionCommand extends smithyClient.Command
|
|
|
2159
2236
|
})
|
|
2160
2237
|
.s("SimpleWorkflowService", "SignalWorkflowExecution", {})
|
|
2161
2238
|
.n("SWFClient", "SignalWorkflowExecutionCommand")
|
|
2162
|
-
.sc(SignalWorkflowExecution)
|
|
2239
|
+
.sc(SignalWorkflowExecution$)
|
|
2163
2240
|
.build() {
|
|
2164
2241
|
}
|
|
2165
2242
|
|
|
@@ -2171,7 +2248,7 @@ class StartWorkflowExecutionCommand extends smithyClient.Command
|
|
|
2171
2248
|
})
|
|
2172
2249
|
.s("SimpleWorkflowService", "StartWorkflowExecution", {})
|
|
2173
2250
|
.n("SWFClient", "StartWorkflowExecutionCommand")
|
|
2174
|
-
.sc(StartWorkflowExecution)
|
|
2251
|
+
.sc(StartWorkflowExecution$)
|
|
2175
2252
|
.build() {
|
|
2176
2253
|
}
|
|
2177
2254
|
|
|
@@ -2183,7 +2260,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
2183
2260
|
})
|
|
2184
2261
|
.s("SimpleWorkflowService", "TagResource", {})
|
|
2185
2262
|
.n("SWFClient", "TagResourceCommand")
|
|
2186
|
-
.sc(TagResource)
|
|
2263
|
+
.sc(TagResource$)
|
|
2187
2264
|
.build() {
|
|
2188
2265
|
}
|
|
2189
2266
|
|
|
@@ -2195,7 +2272,7 @@ class TerminateWorkflowExecutionCommand extends smithyClient.Command
|
|
|
2195
2272
|
})
|
|
2196
2273
|
.s("SimpleWorkflowService", "TerminateWorkflowExecution", {})
|
|
2197
2274
|
.n("SWFClient", "TerminateWorkflowExecutionCommand")
|
|
2198
|
-
.sc(TerminateWorkflowExecution)
|
|
2275
|
+
.sc(TerminateWorkflowExecution$)
|
|
2199
2276
|
.build() {
|
|
2200
2277
|
}
|
|
2201
2278
|
|
|
@@ -2207,7 +2284,7 @@ class UndeprecateActivityTypeCommand extends smithyClient.Command
|
|
|
2207
2284
|
})
|
|
2208
2285
|
.s("SimpleWorkflowService", "UndeprecateActivityType", {})
|
|
2209
2286
|
.n("SWFClient", "UndeprecateActivityTypeCommand")
|
|
2210
|
-
.sc(UndeprecateActivityType)
|
|
2287
|
+
.sc(UndeprecateActivityType$)
|
|
2211
2288
|
.build() {
|
|
2212
2289
|
}
|
|
2213
2290
|
|
|
@@ -2219,7 +2296,7 @@ class UndeprecateDomainCommand extends smithyClient.Command
|
|
|
2219
2296
|
})
|
|
2220
2297
|
.s("SimpleWorkflowService", "UndeprecateDomain", {})
|
|
2221
2298
|
.n("SWFClient", "UndeprecateDomainCommand")
|
|
2222
|
-
.sc(UndeprecateDomain)
|
|
2299
|
+
.sc(UndeprecateDomain$)
|
|
2223
2300
|
.build() {
|
|
2224
2301
|
}
|
|
2225
2302
|
|
|
@@ -2231,7 +2308,7 @@ class UndeprecateWorkflowTypeCommand extends smithyClient.Command
|
|
|
2231
2308
|
})
|
|
2232
2309
|
.s("SimpleWorkflowService", "UndeprecateWorkflowType", {})
|
|
2233
2310
|
.n("SWFClient", "UndeprecateWorkflowTypeCommand")
|
|
2234
|
-
.sc(UndeprecateWorkflowType)
|
|
2311
|
+
.sc(UndeprecateWorkflowType$)
|
|
2235
2312
|
.build() {
|
|
2236
2313
|
}
|
|
2237
2314
|
|
|
@@ -2243,7 +2320,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
2243
2320
|
})
|
|
2244
2321
|
.s("SimpleWorkflowService", "UntagResource", {})
|
|
2245
2322
|
.n("SWFClient", "UntagResourceCommand")
|
|
2246
|
-
.sc(UntagResource)
|
|
2323
|
+
.sc(UntagResource$)
|
|
2247
2324
|
.build() {
|
|
2248
2325
|
}
|
|
2249
2326
|
|
|
@@ -2516,85 +2593,279 @@ Object.defineProperty(exports, "__Client", {
|
|
|
2516
2593
|
enumerable: true,
|
|
2517
2594
|
get: function () { return smithyClient.Client; }
|
|
2518
2595
|
});
|
|
2596
|
+
exports.ActivityTask$ = ActivityTask$;
|
|
2597
|
+
exports.ActivityTaskCancelRequestedEventAttributes$ = ActivityTaskCancelRequestedEventAttributes$;
|
|
2598
|
+
exports.ActivityTaskCanceledEventAttributes$ = ActivityTaskCanceledEventAttributes$;
|
|
2599
|
+
exports.ActivityTaskCompletedEventAttributes$ = ActivityTaskCompletedEventAttributes$;
|
|
2600
|
+
exports.ActivityTaskFailedEventAttributes$ = ActivityTaskFailedEventAttributes$;
|
|
2601
|
+
exports.ActivityTaskScheduledEventAttributes$ = ActivityTaskScheduledEventAttributes$;
|
|
2602
|
+
exports.ActivityTaskStartedEventAttributes$ = ActivityTaskStartedEventAttributes$;
|
|
2603
|
+
exports.ActivityTaskStatus$ = ActivityTaskStatus$;
|
|
2604
|
+
exports.ActivityTaskTimedOutEventAttributes$ = ActivityTaskTimedOutEventAttributes$;
|
|
2519
2605
|
exports.ActivityTaskTimeoutType = ActivityTaskTimeoutType;
|
|
2606
|
+
exports.ActivityType$ = ActivityType$;
|
|
2607
|
+
exports.ActivityTypeConfiguration$ = ActivityTypeConfiguration$;
|
|
2608
|
+
exports.ActivityTypeDetail$ = ActivityTypeDetail$;
|
|
2609
|
+
exports.ActivityTypeInfo$ = ActivityTypeInfo$;
|
|
2610
|
+
exports.ActivityTypeInfos$ = ActivityTypeInfos$;
|
|
2611
|
+
exports.CancelTimerDecisionAttributes$ = CancelTimerDecisionAttributes$;
|
|
2520
2612
|
exports.CancelTimerFailedCause = CancelTimerFailedCause;
|
|
2613
|
+
exports.CancelTimerFailedEventAttributes$ = CancelTimerFailedEventAttributes$;
|
|
2614
|
+
exports.CancelWorkflowExecutionDecisionAttributes$ = CancelWorkflowExecutionDecisionAttributes$;
|
|
2521
2615
|
exports.CancelWorkflowExecutionFailedCause = CancelWorkflowExecutionFailedCause;
|
|
2616
|
+
exports.CancelWorkflowExecutionFailedEventAttributes$ = CancelWorkflowExecutionFailedEventAttributes$;
|
|
2522
2617
|
exports.ChildPolicy = ChildPolicy;
|
|
2618
|
+
exports.ChildWorkflowExecutionCanceledEventAttributes$ = ChildWorkflowExecutionCanceledEventAttributes$;
|
|
2619
|
+
exports.ChildWorkflowExecutionCompletedEventAttributes$ = ChildWorkflowExecutionCompletedEventAttributes$;
|
|
2620
|
+
exports.ChildWorkflowExecutionFailedEventAttributes$ = ChildWorkflowExecutionFailedEventAttributes$;
|
|
2621
|
+
exports.ChildWorkflowExecutionStartedEventAttributes$ = ChildWorkflowExecutionStartedEventAttributes$;
|
|
2622
|
+
exports.ChildWorkflowExecutionTerminatedEventAttributes$ = ChildWorkflowExecutionTerminatedEventAttributes$;
|
|
2623
|
+
exports.ChildWorkflowExecutionTimedOutEventAttributes$ = ChildWorkflowExecutionTimedOutEventAttributes$;
|
|
2523
2624
|
exports.CloseStatus = CloseStatus;
|
|
2625
|
+
exports.CloseStatusFilter$ = CloseStatusFilter$;
|
|
2626
|
+
exports.CompleteWorkflowExecutionDecisionAttributes$ = CompleteWorkflowExecutionDecisionAttributes$;
|
|
2524
2627
|
exports.CompleteWorkflowExecutionFailedCause = CompleteWorkflowExecutionFailedCause;
|
|
2628
|
+
exports.CompleteWorkflowExecutionFailedEventAttributes$ = CompleteWorkflowExecutionFailedEventAttributes$;
|
|
2629
|
+
exports.ContinueAsNewWorkflowExecutionDecisionAttributes$ = ContinueAsNewWorkflowExecutionDecisionAttributes$;
|
|
2525
2630
|
exports.ContinueAsNewWorkflowExecutionFailedCause = ContinueAsNewWorkflowExecutionFailedCause;
|
|
2631
|
+
exports.ContinueAsNewWorkflowExecutionFailedEventAttributes$ = ContinueAsNewWorkflowExecutionFailedEventAttributes$;
|
|
2632
|
+
exports.CountClosedWorkflowExecutions$ = CountClosedWorkflowExecutions$;
|
|
2526
2633
|
exports.CountClosedWorkflowExecutionsCommand = CountClosedWorkflowExecutionsCommand;
|
|
2634
|
+
exports.CountClosedWorkflowExecutionsInput$ = CountClosedWorkflowExecutionsInput$;
|
|
2635
|
+
exports.CountOpenWorkflowExecutions$ = CountOpenWorkflowExecutions$;
|
|
2527
2636
|
exports.CountOpenWorkflowExecutionsCommand = CountOpenWorkflowExecutionsCommand;
|
|
2637
|
+
exports.CountOpenWorkflowExecutionsInput$ = CountOpenWorkflowExecutionsInput$;
|
|
2638
|
+
exports.CountPendingActivityTasks$ = CountPendingActivityTasks$;
|
|
2528
2639
|
exports.CountPendingActivityTasksCommand = CountPendingActivityTasksCommand;
|
|
2640
|
+
exports.CountPendingActivityTasksInput$ = CountPendingActivityTasksInput$;
|
|
2641
|
+
exports.CountPendingDecisionTasks$ = CountPendingDecisionTasks$;
|
|
2529
2642
|
exports.CountPendingDecisionTasksCommand = CountPendingDecisionTasksCommand;
|
|
2643
|
+
exports.CountPendingDecisionTasksInput$ = CountPendingDecisionTasksInput$;
|
|
2644
|
+
exports.Decision$ = Decision$;
|
|
2645
|
+
exports.DecisionTask$ = DecisionTask$;
|
|
2646
|
+
exports.DecisionTaskCompletedEventAttributes$ = DecisionTaskCompletedEventAttributes$;
|
|
2647
|
+
exports.DecisionTaskScheduledEventAttributes$ = DecisionTaskScheduledEventAttributes$;
|
|
2648
|
+
exports.DecisionTaskStartedEventAttributes$ = DecisionTaskStartedEventAttributes$;
|
|
2649
|
+
exports.DecisionTaskTimedOutEventAttributes$ = DecisionTaskTimedOutEventAttributes$;
|
|
2530
2650
|
exports.DecisionTaskTimeoutType = DecisionTaskTimeoutType;
|
|
2531
2651
|
exports.DecisionType = DecisionType;
|
|
2532
|
-
exports.DefaultUndefinedFault = DefaultUndefinedFault
|
|
2652
|
+
exports.DefaultUndefinedFault = DefaultUndefinedFault;
|
|
2653
|
+
exports.DefaultUndefinedFault$ = DefaultUndefinedFault$;
|
|
2654
|
+
exports.DeleteActivityType$ = DeleteActivityType$;
|
|
2533
2655
|
exports.DeleteActivityTypeCommand = DeleteActivityTypeCommand;
|
|
2656
|
+
exports.DeleteActivityTypeInput$ = DeleteActivityTypeInput$;
|
|
2657
|
+
exports.DeleteWorkflowType$ = DeleteWorkflowType$;
|
|
2534
2658
|
exports.DeleteWorkflowTypeCommand = DeleteWorkflowTypeCommand;
|
|
2659
|
+
exports.DeleteWorkflowTypeInput$ = DeleteWorkflowTypeInput$;
|
|
2660
|
+
exports.DeprecateActivityType$ = DeprecateActivityType$;
|
|
2535
2661
|
exports.DeprecateActivityTypeCommand = DeprecateActivityTypeCommand;
|
|
2662
|
+
exports.DeprecateActivityTypeInput$ = DeprecateActivityTypeInput$;
|
|
2663
|
+
exports.DeprecateDomain$ = DeprecateDomain$;
|
|
2536
2664
|
exports.DeprecateDomainCommand = DeprecateDomainCommand;
|
|
2665
|
+
exports.DeprecateDomainInput$ = DeprecateDomainInput$;
|
|
2666
|
+
exports.DeprecateWorkflowType$ = DeprecateWorkflowType$;
|
|
2537
2667
|
exports.DeprecateWorkflowTypeCommand = DeprecateWorkflowTypeCommand;
|
|
2668
|
+
exports.DeprecateWorkflowTypeInput$ = DeprecateWorkflowTypeInput$;
|
|
2669
|
+
exports.DescribeActivityType$ = DescribeActivityType$;
|
|
2538
2670
|
exports.DescribeActivityTypeCommand = DescribeActivityTypeCommand;
|
|
2671
|
+
exports.DescribeActivityTypeInput$ = DescribeActivityTypeInput$;
|
|
2672
|
+
exports.DescribeDomain$ = DescribeDomain$;
|
|
2539
2673
|
exports.DescribeDomainCommand = DescribeDomainCommand;
|
|
2674
|
+
exports.DescribeDomainInput$ = DescribeDomainInput$;
|
|
2675
|
+
exports.DescribeWorkflowExecution$ = DescribeWorkflowExecution$;
|
|
2540
2676
|
exports.DescribeWorkflowExecutionCommand = DescribeWorkflowExecutionCommand;
|
|
2677
|
+
exports.DescribeWorkflowExecutionInput$ = DescribeWorkflowExecutionInput$;
|
|
2678
|
+
exports.DescribeWorkflowType$ = DescribeWorkflowType$;
|
|
2541
2679
|
exports.DescribeWorkflowTypeCommand = DescribeWorkflowTypeCommand;
|
|
2542
|
-
exports.
|
|
2543
|
-
exports.
|
|
2680
|
+
exports.DescribeWorkflowTypeInput$ = DescribeWorkflowTypeInput$;
|
|
2681
|
+
exports.DomainAlreadyExistsFault = DomainAlreadyExistsFault;
|
|
2682
|
+
exports.DomainAlreadyExistsFault$ = DomainAlreadyExistsFault$;
|
|
2683
|
+
exports.DomainConfiguration$ = DomainConfiguration$;
|
|
2684
|
+
exports.DomainDeprecatedFault = DomainDeprecatedFault;
|
|
2685
|
+
exports.DomainDeprecatedFault$ = DomainDeprecatedFault$;
|
|
2686
|
+
exports.DomainDetail$ = DomainDetail$;
|
|
2687
|
+
exports.DomainInfo$ = DomainInfo$;
|
|
2688
|
+
exports.DomainInfos$ = DomainInfos$;
|
|
2544
2689
|
exports.EventType = EventType;
|
|
2545
2690
|
exports.ExecutionStatus = ExecutionStatus;
|
|
2691
|
+
exports.ExecutionTimeFilter$ = ExecutionTimeFilter$;
|
|
2692
|
+
exports.ExternalWorkflowExecutionCancelRequestedEventAttributes$ = ExternalWorkflowExecutionCancelRequestedEventAttributes$;
|
|
2693
|
+
exports.ExternalWorkflowExecutionSignaledEventAttributes$ = ExternalWorkflowExecutionSignaledEventAttributes$;
|
|
2694
|
+
exports.FailWorkflowExecutionDecisionAttributes$ = FailWorkflowExecutionDecisionAttributes$;
|
|
2546
2695
|
exports.FailWorkflowExecutionFailedCause = FailWorkflowExecutionFailedCause;
|
|
2696
|
+
exports.FailWorkflowExecutionFailedEventAttributes$ = FailWorkflowExecutionFailedEventAttributes$;
|
|
2697
|
+
exports.GetWorkflowExecutionHistory$ = GetWorkflowExecutionHistory$;
|
|
2547
2698
|
exports.GetWorkflowExecutionHistoryCommand = GetWorkflowExecutionHistoryCommand;
|
|
2699
|
+
exports.GetWorkflowExecutionHistoryInput$ = GetWorkflowExecutionHistoryInput$;
|
|
2700
|
+
exports.History$ = History$;
|
|
2701
|
+
exports.HistoryEvent$ = HistoryEvent$;
|
|
2702
|
+
exports.LambdaFunctionCompletedEventAttributes$ = LambdaFunctionCompletedEventAttributes$;
|
|
2703
|
+
exports.LambdaFunctionFailedEventAttributes$ = LambdaFunctionFailedEventAttributes$;
|
|
2704
|
+
exports.LambdaFunctionScheduledEventAttributes$ = LambdaFunctionScheduledEventAttributes$;
|
|
2705
|
+
exports.LambdaFunctionStartedEventAttributes$ = LambdaFunctionStartedEventAttributes$;
|
|
2706
|
+
exports.LambdaFunctionTimedOutEventAttributes$ = LambdaFunctionTimedOutEventAttributes$;
|
|
2548
2707
|
exports.LambdaFunctionTimeoutType = LambdaFunctionTimeoutType;
|
|
2549
|
-
exports.LimitExceededFault = LimitExceededFault
|
|
2708
|
+
exports.LimitExceededFault = LimitExceededFault;
|
|
2709
|
+
exports.LimitExceededFault$ = LimitExceededFault$;
|
|
2710
|
+
exports.ListActivityTypes$ = ListActivityTypes$;
|
|
2550
2711
|
exports.ListActivityTypesCommand = ListActivityTypesCommand;
|
|
2712
|
+
exports.ListActivityTypesInput$ = ListActivityTypesInput$;
|
|
2713
|
+
exports.ListClosedWorkflowExecutions$ = ListClosedWorkflowExecutions$;
|
|
2551
2714
|
exports.ListClosedWorkflowExecutionsCommand = ListClosedWorkflowExecutionsCommand;
|
|
2715
|
+
exports.ListClosedWorkflowExecutionsInput$ = ListClosedWorkflowExecutionsInput$;
|
|
2716
|
+
exports.ListDomains$ = ListDomains$;
|
|
2552
2717
|
exports.ListDomainsCommand = ListDomainsCommand;
|
|
2718
|
+
exports.ListDomainsInput$ = ListDomainsInput$;
|
|
2719
|
+
exports.ListOpenWorkflowExecutions$ = ListOpenWorkflowExecutions$;
|
|
2553
2720
|
exports.ListOpenWorkflowExecutionsCommand = ListOpenWorkflowExecutionsCommand;
|
|
2721
|
+
exports.ListOpenWorkflowExecutionsInput$ = ListOpenWorkflowExecutionsInput$;
|
|
2722
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
2554
2723
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
2724
|
+
exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
|
|
2725
|
+
exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
|
|
2726
|
+
exports.ListWorkflowTypes$ = ListWorkflowTypes$;
|
|
2555
2727
|
exports.ListWorkflowTypesCommand = ListWorkflowTypesCommand;
|
|
2556
|
-
exports.
|
|
2728
|
+
exports.ListWorkflowTypesInput$ = ListWorkflowTypesInput$;
|
|
2729
|
+
exports.MarkerRecordedEventAttributes$ = MarkerRecordedEventAttributes$;
|
|
2730
|
+
exports.OperationNotPermittedFault = OperationNotPermittedFault;
|
|
2731
|
+
exports.OperationNotPermittedFault$ = OperationNotPermittedFault$;
|
|
2732
|
+
exports.PendingTaskCount$ = PendingTaskCount$;
|
|
2733
|
+
exports.PollForActivityTask$ = PollForActivityTask$;
|
|
2557
2734
|
exports.PollForActivityTaskCommand = PollForActivityTaskCommand;
|
|
2735
|
+
exports.PollForActivityTaskInput$ = PollForActivityTaskInput$;
|
|
2736
|
+
exports.PollForDecisionTask$ = PollForDecisionTask$;
|
|
2558
2737
|
exports.PollForDecisionTaskCommand = PollForDecisionTaskCommand;
|
|
2738
|
+
exports.PollForDecisionTaskInput$ = PollForDecisionTaskInput$;
|
|
2739
|
+
exports.RecordActivityTaskHeartbeat$ = RecordActivityTaskHeartbeat$;
|
|
2559
2740
|
exports.RecordActivityTaskHeartbeatCommand = RecordActivityTaskHeartbeatCommand;
|
|
2741
|
+
exports.RecordActivityTaskHeartbeatInput$ = RecordActivityTaskHeartbeatInput$;
|
|
2742
|
+
exports.RecordMarkerDecisionAttributes$ = RecordMarkerDecisionAttributes$;
|
|
2560
2743
|
exports.RecordMarkerFailedCause = RecordMarkerFailedCause;
|
|
2744
|
+
exports.RecordMarkerFailedEventAttributes$ = RecordMarkerFailedEventAttributes$;
|
|
2745
|
+
exports.RegisterActivityType$ = RegisterActivityType$;
|
|
2561
2746
|
exports.RegisterActivityTypeCommand = RegisterActivityTypeCommand;
|
|
2747
|
+
exports.RegisterActivityTypeInput$ = RegisterActivityTypeInput$;
|
|
2748
|
+
exports.RegisterDomain$ = RegisterDomain$;
|
|
2562
2749
|
exports.RegisterDomainCommand = RegisterDomainCommand;
|
|
2750
|
+
exports.RegisterDomainInput$ = RegisterDomainInput$;
|
|
2751
|
+
exports.RegisterWorkflowType$ = RegisterWorkflowType$;
|
|
2563
2752
|
exports.RegisterWorkflowTypeCommand = RegisterWorkflowTypeCommand;
|
|
2753
|
+
exports.RegisterWorkflowTypeInput$ = RegisterWorkflowTypeInput$;
|
|
2564
2754
|
exports.RegistrationStatus = RegistrationStatus;
|
|
2755
|
+
exports.RequestCancelActivityTaskDecisionAttributes$ = RequestCancelActivityTaskDecisionAttributes$;
|
|
2565
2756
|
exports.RequestCancelActivityTaskFailedCause = RequestCancelActivityTaskFailedCause;
|
|
2757
|
+
exports.RequestCancelActivityTaskFailedEventAttributes$ = RequestCancelActivityTaskFailedEventAttributes$;
|
|
2758
|
+
exports.RequestCancelExternalWorkflowExecutionDecisionAttributes$ = RequestCancelExternalWorkflowExecutionDecisionAttributes$;
|
|
2566
2759
|
exports.RequestCancelExternalWorkflowExecutionFailedCause = RequestCancelExternalWorkflowExecutionFailedCause;
|
|
2760
|
+
exports.RequestCancelExternalWorkflowExecutionFailedEventAttributes$ = RequestCancelExternalWorkflowExecutionFailedEventAttributes$;
|
|
2761
|
+
exports.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes$ = RequestCancelExternalWorkflowExecutionInitiatedEventAttributes$;
|
|
2762
|
+
exports.RequestCancelWorkflowExecution$ = RequestCancelWorkflowExecution$;
|
|
2567
2763
|
exports.RequestCancelWorkflowExecutionCommand = RequestCancelWorkflowExecutionCommand;
|
|
2764
|
+
exports.RequestCancelWorkflowExecutionInput$ = RequestCancelWorkflowExecutionInput$;
|
|
2765
|
+
exports.ResourceTag$ = ResourceTag$;
|
|
2766
|
+
exports.RespondActivityTaskCanceled$ = RespondActivityTaskCanceled$;
|
|
2568
2767
|
exports.RespondActivityTaskCanceledCommand = RespondActivityTaskCanceledCommand;
|
|
2768
|
+
exports.RespondActivityTaskCanceledInput$ = RespondActivityTaskCanceledInput$;
|
|
2769
|
+
exports.RespondActivityTaskCompleted$ = RespondActivityTaskCompleted$;
|
|
2569
2770
|
exports.RespondActivityTaskCompletedCommand = RespondActivityTaskCompletedCommand;
|
|
2771
|
+
exports.RespondActivityTaskCompletedInput$ = RespondActivityTaskCompletedInput$;
|
|
2772
|
+
exports.RespondActivityTaskFailed$ = RespondActivityTaskFailed$;
|
|
2570
2773
|
exports.RespondActivityTaskFailedCommand = RespondActivityTaskFailedCommand;
|
|
2774
|
+
exports.RespondActivityTaskFailedInput$ = RespondActivityTaskFailedInput$;
|
|
2775
|
+
exports.RespondDecisionTaskCompleted$ = RespondDecisionTaskCompleted$;
|
|
2571
2776
|
exports.RespondDecisionTaskCompletedCommand = RespondDecisionTaskCompletedCommand;
|
|
2777
|
+
exports.RespondDecisionTaskCompletedInput$ = RespondDecisionTaskCompletedInput$;
|
|
2778
|
+
exports.Run$ = Run$;
|
|
2572
2779
|
exports.SWF = SWF;
|
|
2573
2780
|
exports.SWFClient = SWFClient;
|
|
2574
|
-
exports.SWFServiceException = SWFServiceException
|
|
2781
|
+
exports.SWFServiceException = SWFServiceException;
|
|
2782
|
+
exports.SWFServiceException$ = SWFServiceException$;
|
|
2783
|
+
exports.ScheduleActivityTaskDecisionAttributes$ = ScheduleActivityTaskDecisionAttributes$;
|
|
2575
2784
|
exports.ScheduleActivityTaskFailedCause = ScheduleActivityTaskFailedCause;
|
|
2785
|
+
exports.ScheduleActivityTaskFailedEventAttributes$ = ScheduleActivityTaskFailedEventAttributes$;
|
|
2786
|
+
exports.ScheduleLambdaFunctionDecisionAttributes$ = ScheduleLambdaFunctionDecisionAttributes$;
|
|
2576
2787
|
exports.ScheduleLambdaFunctionFailedCause = ScheduleLambdaFunctionFailedCause;
|
|
2788
|
+
exports.ScheduleLambdaFunctionFailedEventAttributes$ = ScheduleLambdaFunctionFailedEventAttributes$;
|
|
2789
|
+
exports.SignalExternalWorkflowExecutionDecisionAttributes$ = SignalExternalWorkflowExecutionDecisionAttributes$;
|
|
2577
2790
|
exports.SignalExternalWorkflowExecutionFailedCause = SignalExternalWorkflowExecutionFailedCause;
|
|
2791
|
+
exports.SignalExternalWorkflowExecutionFailedEventAttributes$ = SignalExternalWorkflowExecutionFailedEventAttributes$;
|
|
2792
|
+
exports.SignalExternalWorkflowExecutionInitiatedEventAttributes$ = SignalExternalWorkflowExecutionInitiatedEventAttributes$;
|
|
2793
|
+
exports.SignalWorkflowExecution$ = SignalWorkflowExecution$;
|
|
2578
2794
|
exports.SignalWorkflowExecutionCommand = SignalWorkflowExecutionCommand;
|
|
2795
|
+
exports.SignalWorkflowExecutionInput$ = SignalWorkflowExecutionInput$;
|
|
2796
|
+
exports.StartChildWorkflowExecutionDecisionAttributes$ = StartChildWorkflowExecutionDecisionAttributes$;
|
|
2579
2797
|
exports.StartChildWorkflowExecutionFailedCause = StartChildWorkflowExecutionFailedCause;
|
|
2798
|
+
exports.StartChildWorkflowExecutionFailedEventAttributes$ = StartChildWorkflowExecutionFailedEventAttributes$;
|
|
2799
|
+
exports.StartChildWorkflowExecutionInitiatedEventAttributes$ = StartChildWorkflowExecutionInitiatedEventAttributes$;
|
|
2580
2800
|
exports.StartLambdaFunctionFailedCause = StartLambdaFunctionFailedCause;
|
|
2801
|
+
exports.StartLambdaFunctionFailedEventAttributes$ = StartLambdaFunctionFailedEventAttributes$;
|
|
2802
|
+
exports.StartTimerDecisionAttributes$ = StartTimerDecisionAttributes$;
|
|
2581
2803
|
exports.StartTimerFailedCause = StartTimerFailedCause;
|
|
2804
|
+
exports.StartTimerFailedEventAttributes$ = StartTimerFailedEventAttributes$;
|
|
2805
|
+
exports.StartWorkflowExecution$ = StartWorkflowExecution$;
|
|
2582
2806
|
exports.StartWorkflowExecutionCommand = StartWorkflowExecutionCommand;
|
|
2807
|
+
exports.StartWorkflowExecutionInput$ = StartWorkflowExecutionInput$;
|
|
2808
|
+
exports.TagFilter$ = TagFilter$;
|
|
2809
|
+
exports.TagResource$ = TagResource$;
|
|
2583
2810
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2811
|
+
exports.TagResourceInput$ = TagResourceInput$;
|
|
2812
|
+
exports.TaskList$ = TaskList$;
|
|
2813
|
+
exports.TerminateWorkflowExecution$ = TerminateWorkflowExecution$;
|
|
2584
2814
|
exports.TerminateWorkflowExecutionCommand = TerminateWorkflowExecutionCommand;
|
|
2585
|
-
exports.
|
|
2586
|
-
exports.
|
|
2587
|
-
exports.
|
|
2588
|
-
exports.
|
|
2815
|
+
exports.TerminateWorkflowExecutionInput$ = TerminateWorkflowExecutionInput$;
|
|
2816
|
+
exports.TimerCanceledEventAttributes$ = TimerCanceledEventAttributes$;
|
|
2817
|
+
exports.TimerFiredEventAttributes$ = TimerFiredEventAttributes$;
|
|
2818
|
+
exports.TimerStartedEventAttributes$ = TimerStartedEventAttributes$;
|
|
2819
|
+
exports.TooManyTagsFault = TooManyTagsFault;
|
|
2820
|
+
exports.TooManyTagsFault$ = TooManyTagsFault$;
|
|
2821
|
+
exports.TypeAlreadyExistsFault = TypeAlreadyExistsFault;
|
|
2822
|
+
exports.TypeAlreadyExistsFault$ = TypeAlreadyExistsFault$;
|
|
2823
|
+
exports.TypeDeprecatedFault = TypeDeprecatedFault;
|
|
2824
|
+
exports.TypeDeprecatedFault$ = TypeDeprecatedFault$;
|
|
2825
|
+
exports.TypeNotDeprecatedFault = TypeNotDeprecatedFault;
|
|
2826
|
+
exports.TypeNotDeprecatedFault$ = TypeNotDeprecatedFault$;
|
|
2827
|
+
exports.UndeprecateActivityType$ = UndeprecateActivityType$;
|
|
2589
2828
|
exports.UndeprecateActivityTypeCommand = UndeprecateActivityTypeCommand;
|
|
2829
|
+
exports.UndeprecateActivityTypeInput$ = UndeprecateActivityTypeInput$;
|
|
2830
|
+
exports.UndeprecateDomain$ = UndeprecateDomain$;
|
|
2590
2831
|
exports.UndeprecateDomainCommand = UndeprecateDomainCommand;
|
|
2832
|
+
exports.UndeprecateDomainInput$ = UndeprecateDomainInput$;
|
|
2833
|
+
exports.UndeprecateWorkflowType$ = UndeprecateWorkflowType$;
|
|
2591
2834
|
exports.UndeprecateWorkflowTypeCommand = UndeprecateWorkflowTypeCommand;
|
|
2592
|
-
exports.
|
|
2835
|
+
exports.UndeprecateWorkflowTypeInput$ = UndeprecateWorkflowTypeInput$;
|
|
2836
|
+
exports.UnknownResourceFault = UnknownResourceFault;
|
|
2837
|
+
exports.UnknownResourceFault$ = UnknownResourceFault$;
|
|
2838
|
+
exports.UntagResource$ = UntagResource$;
|
|
2593
2839
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2594
|
-
exports.
|
|
2840
|
+
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
2841
|
+
exports.WorkflowExecution$ = WorkflowExecution$;
|
|
2842
|
+
exports.WorkflowExecutionAlreadyStartedFault = WorkflowExecutionAlreadyStartedFault;
|
|
2843
|
+
exports.WorkflowExecutionAlreadyStartedFault$ = WorkflowExecutionAlreadyStartedFault$;
|
|
2595
2844
|
exports.WorkflowExecutionCancelRequestedCause = WorkflowExecutionCancelRequestedCause;
|
|
2845
|
+
exports.WorkflowExecutionCancelRequestedEventAttributes$ = WorkflowExecutionCancelRequestedEventAttributes$;
|
|
2846
|
+
exports.WorkflowExecutionCanceledEventAttributes$ = WorkflowExecutionCanceledEventAttributes$;
|
|
2847
|
+
exports.WorkflowExecutionCompletedEventAttributes$ = WorkflowExecutionCompletedEventAttributes$;
|
|
2848
|
+
exports.WorkflowExecutionConfiguration$ = WorkflowExecutionConfiguration$;
|
|
2849
|
+
exports.WorkflowExecutionContinuedAsNewEventAttributes$ = WorkflowExecutionContinuedAsNewEventAttributes$;
|
|
2850
|
+
exports.WorkflowExecutionCount$ = WorkflowExecutionCount$;
|
|
2851
|
+
exports.WorkflowExecutionDetail$ = WorkflowExecutionDetail$;
|
|
2852
|
+
exports.WorkflowExecutionFailedEventAttributes$ = WorkflowExecutionFailedEventAttributes$;
|
|
2853
|
+
exports.WorkflowExecutionFilter$ = WorkflowExecutionFilter$;
|
|
2854
|
+
exports.WorkflowExecutionInfo$ = WorkflowExecutionInfo$;
|
|
2855
|
+
exports.WorkflowExecutionInfos$ = WorkflowExecutionInfos$;
|
|
2856
|
+
exports.WorkflowExecutionOpenCounts$ = WorkflowExecutionOpenCounts$;
|
|
2857
|
+
exports.WorkflowExecutionSignaledEventAttributes$ = WorkflowExecutionSignaledEventAttributes$;
|
|
2858
|
+
exports.WorkflowExecutionStartedEventAttributes$ = WorkflowExecutionStartedEventAttributes$;
|
|
2596
2859
|
exports.WorkflowExecutionTerminatedCause = WorkflowExecutionTerminatedCause;
|
|
2860
|
+
exports.WorkflowExecutionTerminatedEventAttributes$ = WorkflowExecutionTerminatedEventAttributes$;
|
|
2861
|
+
exports.WorkflowExecutionTimedOutEventAttributes$ = WorkflowExecutionTimedOutEventAttributes$;
|
|
2597
2862
|
exports.WorkflowExecutionTimeoutType = WorkflowExecutionTimeoutType;
|
|
2863
|
+
exports.WorkflowType$ = WorkflowType$;
|
|
2864
|
+
exports.WorkflowTypeConfiguration$ = WorkflowTypeConfiguration$;
|
|
2865
|
+
exports.WorkflowTypeDetail$ = WorkflowTypeDetail$;
|
|
2866
|
+
exports.WorkflowTypeFilter$ = WorkflowTypeFilter$;
|
|
2867
|
+
exports.WorkflowTypeInfo$ = WorkflowTypeInfo$;
|
|
2868
|
+
exports.WorkflowTypeInfos$ = WorkflowTypeInfos$;
|
|
2598
2869
|
exports.paginateGetWorkflowExecutionHistory = paginateGetWorkflowExecutionHistory;
|
|
2599
2870
|
exports.paginateListActivityTypes = paginateListActivityTypes;
|
|
2600
2871
|
exports.paginateListClosedWorkflowExecutions = paginateListClosedWorkflowExecutions;
|