@aws-sdk/client-swf 3.259.0 → 3.262.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/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +230 -4
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +226 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +200 -26
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +200 -162
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const u = "fn", v = "argv", w = "ref";
|
|
5
|
+
const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = "getAttr", i = "stringEquals", j = { "required": true, "default": false, "type": "Boolean" }, k = { [w]: "Region" }, l = { [w]: "Endpoint" }, m = { [u]: "booleanEquals", [v]: [{ [w]: "UseFIPS" }, true] }, n = { [u]: "booleanEquals", [v]: [{ [w]: "UseDualStack" }, true] }, o = {}, p = { [u]: "booleanEquals", [v]: [true, { [u]: h, [v]: [{ [w]: d }, "supportsFIPS"] }] }, q = { [w]: d }, r = { [u]: "booleanEquals", [v]: [true, { [u]: h, [v]: [q, "supportsDualStack"] }] }, s = [m], t = [n];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: j, UseFIPS: j, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [u]: "aws.partition", [v]: [k], assign: d }], type: e, rules: [{ conditions: [{ [u]: "isSet", [v]: [l] }], type: e, rules: [{ conditions: s, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: t, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: l, properties: o, headers: o }, type: g }] }] }, { conditions: [m, n], type: e, rules: [{ conditions: [p, r], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://swf-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: o, headers: o }, type: g }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: s, type: e, rules: [{ conditions: [p], type: e, rules: [{ type: e, rules: [{ conditions: [{ [u]: i, [v]: ["aws-us-gov", { [u]: h, [v]: [q, "name"] }] }], endpoint: { url: "https://swf.{Region}.amazonaws.com", properties: o, headers: o }, type: g }, { endpoint: { url: "https://swf-fips.{Region}.{PartitionResult#dnsSuffix}", properties: o, headers: o }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: t, type: e, rules: [{ conditions: [r], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://swf.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: o, headers: o }, type: g }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { type: e, rules: [{ conditions: [{ [u]: i, [v]: [k, "us-gov-east-1"] }], endpoint: { url: "https://swf.us-gov-east-1.amazonaws.com", properties: o, headers: o }, type: g }, { conditions: [{ [u]: i, [v]: [k, "us-gov-west-1"] }], endpoint: { url: "https://swf.us-gov-west-1.amazonaws.com", properties: o, headers: o }, type: g }, { endpoint: { url: "https://swf.{Region}.{PartitionResult#dnsSuffix}", properties: o, headers: o }, type: g }] }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,10 +1,68 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UntagResourceInputFilterSensitiveLog = void 0;
|
|
3
|
+
exports.ActivityTypeInfoFilterSensitiveLog = exports.ActivityTypeConfigurationFilterSensitiveLog = exports.ActivityTaskTimedOutEventAttributesFilterSensitiveLog = exports.ActivityTaskStatusFilterSensitiveLog = exports.ActivityTaskStartedEventAttributesFilterSensitiveLog = exports.ActivityTaskScheduledEventAttributesFilterSensitiveLog = exports.TaskListFilterSensitiveLog = exports.ActivityTaskFailedEventAttributesFilterSensitiveLog = exports.ActivityTaskCompletedEventAttributesFilterSensitiveLog = exports.ActivityTaskCancelRequestedEventAttributesFilterSensitiveLog = exports.ActivityTaskCanceledEventAttributesFilterSensitiveLog = exports.ActivityTaskFilterSensitiveLog = exports.WorkflowExecutionFilterSensitiveLog = exports.ActivityTypeFilterSensitiveLog = exports.WorkflowExecutionAlreadyStartedFault = exports.TooManyTagsFault = exports.TypeAlreadyExistsFault = exports.LimitExceededFault = exports.DomainAlreadyExistsFault = exports.ExecutionStatus = exports.DomainDeprecatedFault = exports.TypeDeprecatedFault = exports.DefaultUndefinedFault = exports.WorkflowExecutionTerminatedCause = exports.WorkflowExecutionCancelRequestedCause = exports.StartTimerFailedCause = exports.StartLambdaFunctionFailedCause = exports.StartChildWorkflowExecutionFailedCause = exports.SignalExternalWorkflowExecutionFailedCause = exports.ScheduleLambdaFunctionFailedCause = exports.ScheduleActivityTaskFailedCause = exports.RequestCancelExternalWorkflowExecutionFailedCause = exports.RequestCancelActivityTaskFailedCause = exports.RecordMarkerFailedCause = exports.LambdaFunctionTimeoutType = exports.FailWorkflowExecutionFailedCause = exports.EventType = exports.DecisionTaskTimeoutType = exports.DecisionType = exports.UnknownResourceFault = exports.OperationNotPermittedFault = exports.ContinueAsNewWorkflowExecutionFailedCause = exports.CompleteWorkflowExecutionFailedCause = exports.CloseStatus = exports.WorkflowExecutionTimeoutType = exports.ChildPolicy = exports.CancelWorkflowExecutionFailedCause = exports.CancelTimerFailedCause = exports.RegistrationStatus = exports.ActivityTaskTimeoutType = void 0;
|
|
4
|
+
exports.LambdaFunctionTimedOutEventAttributesFilterSensitiveLog = exports.LambdaFunctionStartedEventAttributesFilterSensitiveLog = exports.LambdaFunctionScheduledEventAttributesFilterSensitiveLog = exports.LambdaFunctionFailedEventAttributesFilterSensitiveLog = exports.LambdaFunctionCompletedEventAttributesFilterSensitiveLog = exports.FailWorkflowExecutionFailedEventAttributesFilterSensitiveLog = exports.ExternalWorkflowExecutionSignaledEventAttributesFilterSensitiveLog = exports.ExternalWorkflowExecutionCancelRequestedEventAttributesFilterSensitiveLog = exports.DecisionTaskTimedOutEventAttributesFilterSensitiveLog = exports.DecisionTaskStartedEventAttributesFilterSensitiveLog = exports.DecisionTaskScheduledEventAttributesFilterSensitiveLog = exports.DecisionTaskCompletedEventAttributesFilterSensitiveLog = exports.DecisionFilterSensitiveLog = exports.StartTimerDecisionAttributesFilterSensitiveLog = exports.StartChildWorkflowExecutionDecisionAttributesFilterSensitiveLog = exports.SignalExternalWorkflowExecutionDecisionAttributesFilterSensitiveLog = exports.ScheduleLambdaFunctionDecisionAttributesFilterSensitiveLog = exports.ScheduleActivityTaskDecisionAttributesFilterSensitiveLog = exports.RequestCancelExternalWorkflowExecutionDecisionAttributesFilterSensitiveLog = exports.RequestCancelActivityTaskDecisionAttributesFilterSensitiveLog = exports.RecordMarkerDecisionAttributesFilterSensitiveLog = exports.FailWorkflowExecutionDecisionAttributesFilterSensitiveLog = exports.CountPendingDecisionTasksInputFilterSensitiveLog = exports.PendingTaskCountFilterSensitiveLog = exports.CountPendingActivityTasksInputFilterSensitiveLog = exports.CountOpenWorkflowExecutionsInputFilterSensitiveLog = exports.WorkflowExecutionCountFilterSensitiveLog = exports.CountClosedWorkflowExecutionsInputFilterSensitiveLog = exports.WorkflowTypeFilterFilterSensitiveLog = exports.TagFilterFilterSensitiveLog = exports.WorkflowExecutionFilterFilterSensitiveLog = exports.ExecutionTimeFilterFilterSensitiveLog = exports.ContinueAsNewWorkflowExecutionFailedEventAttributesFilterSensitiveLog = exports.ContinueAsNewWorkflowExecutionDecisionAttributesFilterSensitiveLog = exports.CompleteWorkflowExecutionFailedEventAttributesFilterSensitiveLog = exports.CompleteWorkflowExecutionDecisionAttributesFilterSensitiveLog = exports.CloseStatusFilterFilterSensitiveLog = exports.ChildWorkflowExecutionTimedOutEventAttributesFilterSensitiveLog = exports.ChildWorkflowExecutionTerminatedEventAttributesFilterSensitiveLog = exports.ChildWorkflowExecutionStartedEventAttributesFilterSensitiveLog = exports.ChildWorkflowExecutionFailedEventAttributesFilterSensitiveLog = exports.ChildWorkflowExecutionCompletedEventAttributesFilterSensitiveLog = exports.ChildWorkflowExecutionCanceledEventAttributesFilterSensitiveLog = exports.WorkflowTypeFilterSensitiveLog = exports.CancelWorkflowExecutionFailedEventAttributesFilterSensitiveLog = exports.CancelWorkflowExecutionDecisionAttributesFilterSensitiveLog = exports.CancelTimerFailedEventAttributesFilterSensitiveLog = exports.CancelTimerDecisionAttributesFilterSensitiveLog = exports.ActivityTypeInfosFilterSensitiveLog = exports.ActivityTypeDetailFilterSensitiveLog = void 0;
|
|
5
|
+
exports.WorkflowExecutionInfosFilterSensitiveLog = exports.ListClosedWorkflowExecutionsInputFilterSensitiveLog = exports.ListActivityTypesInputFilterSensitiveLog = exports.HistoryFilterSensitiveLog = exports.GetWorkflowExecutionHistoryInputFilterSensitiveLog = exports.DomainInfosFilterSensitiveLog = exports.WorkflowTypeDetailFilterSensitiveLog = exports.WorkflowTypeInfoFilterSensitiveLog = exports.WorkflowTypeConfigurationFilterSensitiveLog = exports.DescribeWorkflowTypeInputFilterSensitiveLog = exports.WorkflowExecutionDetailFilterSensitiveLog = exports.WorkflowExecutionOpenCountsFilterSensitiveLog = exports.WorkflowExecutionInfoFilterSensitiveLog = exports.WorkflowExecutionConfigurationFilterSensitiveLog = exports.DescribeWorkflowExecutionInputFilterSensitiveLog = exports.DomainDetailFilterSensitiveLog = exports.DomainInfoFilterSensitiveLog = exports.DomainConfigurationFilterSensitiveLog = exports.DescribeDomainInputFilterSensitiveLog = exports.DescribeActivityTypeInputFilterSensitiveLog = exports.DeprecateWorkflowTypeInputFilterSensitiveLog = exports.DeprecateDomainInputFilterSensitiveLog = exports.DeprecateActivityTypeInputFilterSensitiveLog = exports.DecisionTaskFilterSensitiveLog = exports.HistoryEventFilterSensitiveLog = exports.WorkflowExecutionTimedOutEventAttributesFilterSensitiveLog = exports.WorkflowExecutionTerminatedEventAttributesFilterSensitiveLog = exports.WorkflowExecutionStartedEventAttributesFilterSensitiveLog = exports.WorkflowExecutionSignaledEventAttributesFilterSensitiveLog = exports.WorkflowExecutionFailedEventAttributesFilterSensitiveLog = exports.WorkflowExecutionContinuedAsNewEventAttributesFilterSensitiveLog = exports.WorkflowExecutionCompletedEventAttributesFilterSensitiveLog = exports.WorkflowExecutionCancelRequestedEventAttributesFilterSensitiveLog = exports.WorkflowExecutionCanceledEventAttributesFilterSensitiveLog = exports.TimerStartedEventAttributesFilterSensitiveLog = exports.TimerFiredEventAttributesFilterSensitiveLog = exports.TimerCanceledEventAttributesFilterSensitiveLog = exports.StartTimerFailedEventAttributesFilterSensitiveLog = exports.StartLambdaFunctionFailedEventAttributesFilterSensitiveLog = exports.StartChildWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog = exports.StartChildWorkflowExecutionFailedEventAttributesFilterSensitiveLog = exports.SignalExternalWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog = exports.SignalExternalWorkflowExecutionFailedEventAttributesFilterSensitiveLog = exports.ScheduleLambdaFunctionFailedEventAttributesFilterSensitiveLog = exports.ScheduleActivityTaskFailedEventAttributesFilterSensitiveLog = exports.RequestCancelExternalWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog = exports.RequestCancelExternalWorkflowExecutionFailedEventAttributesFilterSensitiveLog = exports.RequestCancelActivityTaskFailedEventAttributesFilterSensitiveLog = exports.RecordMarkerFailedEventAttributesFilterSensitiveLog = exports.MarkerRecordedEventAttributesFilterSensitiveLog = void 0;
|
|
6
|
+
exports.UntagResourceInputFilterSensitiveLog = exports.UndeprecateWorkflowTypeInputFilterSensitiveLog = exports.UndeprecateDomainInputFilterSensitiveLog = exports.UndeprecateActivityTypeInputFilterSensitiveLog = exports.TerminateWorkflowExecutionInputFilterSensitiveLog = exports.TagResourceInputFilterSensitiveLog = exports.StartWorkflowExecutionInputFilterSensitiveLog = exports.SignalWorkflowExecutionInputFilterSensitiveLog = exports.RunFilterSensitiveLog = exports.RespondDecisionTaskCompletedInputFilterSensitiveLog = exports.RespondActivityTaskFailedInputFilterSensitiveLog = exports.RespondActivityTaskCompletedInputFilterSensitiveLog = exports.RespondActivityTaskCanceledInputFilterSensitiveLog = exports.RequestCancelWorkflowExecutionInputFilterSensitiveLog = exports.RegisterWorkflowTypeInputFilterSensitiveLog = exports.RegisterDomainInputFilterSensitiveLog = exports.RegisterActivityTypeInputFilterSensitiveLog = exports.RecordActivityTaskHeartbeatInputFilterSensitiveLog = exports.PollForDecisionTaskInputFilterSensitiveLog = exports.PollForActivityTaskInputFilterSensitiveLog = exports.WorkflowTypeInfosFilterSensitiveLog = exports.ListWorkflowTypesInputFilterSensitiveLog = exports.ListTagsForResourceOutputFilterSensitiveLog = exports.ResourceTagFilterSensitiveLog = exports.ListTagsForResourceInputFilterSensitiveLog = exports.ListOpenWorkflowExecutionsInputFilterSensitiveLog = exports.ListDomainsInputFilterSensitiveLog = void 0;
|
|
7
7
|
const SWFServiceException_1 = require("./SWFServiceException");
|
|
8
|
+
var ActivityTaskTimeoutType;
|
|
9
|
+
(function (ActivityTaskTimeoutType) {
|
|
10
|
+
ActivityTaskTimeoutType["HEARTBEAT"] = "HEARTBEAT";
|
|
11
|
+
ActivityTaskTimeoutType["SCHEDULE_TO_CLOSE"] = "SCHEDULE_TO_CLOSE";
|
|
12
|
+
ActivityTaskTimeoutType["SCHEDULE_TO_START"] = "SCHEDULE_TO_START";
|
|
13
|
+
ActivityTaskTimeoutType["START_TO_CLOSE"] = "START_TO_CLOSE";
|
|
14
|
+
})(ActivityTaskTimeoutType = exports.ActivityTaskTimeoutType || (exports.ActivityTaskTimeoutType = {}));
|
|
15
|
+
var RegistrationStatus;
|
|
16
|
+
(function (RegistrationStatus) {
|
|
17
|
+
RegistrationStatus["DEPRECATED"] = "DEPRECATED";
|
|
18
|
+
RegistrationStatus["REGISTERED"] = "REGISTERED";
|
|
19
|
+
})(RegistrationStatus = exports.RegistrationStatus || (exports.RegistrationStatus = {}));
|
|
20
|
+
var CancelTimerFailedCause;
|
|
21
|
+
(function (CancelTimerFailedCause) {
|
|
22
|
+
CancelTimerFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
23
|
+
CancelTimerFailedCause["TIMER_ID_UNKNOWN"] = "TIMER_ID_UNKNOWN";
|
|
24
|
+
})(CancelTimerFailedCause = exports.CancelTimerFailedCause || (exports.CancelTimerFailedCause = {}));
|
|
25
|
+
var CancelWorkflowExecutionFailedCause;
|
|
26
|
+
(function (CancelWorkflowExecutionFailedCause) {
|
|
27
|
+
CancelWorkflowExecutionFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
28
|
+
CancelWorkflowExecutionFailedCause["UNHANDLED_DECISION"] = "UNHANDLED_DECISION";
|
|
29
|
+
})(CancelWorkflowExecutionFailedCause = exports.CancelWorkflowExecutionFailedCause || (exports.CancelWorkflowExecutionFailedCause = {}));
|
|
30
|
+
var ChildPolicy;
|
|
31
|
+
(function (ChildPolicy) {
|
|
32
|
+
ChildPolicy["ABANDON"] = "ABANDON";
|
|
33
|
+
ChildPolicy["REQUEST_CANCEL"] = "REQUEST_CANCEL";
|
|
34
|
+
ChildPolicy["TERMINATE"] = "TERMINATE";
|
|
35
|
+
})(ChildPolicy = exports.ChildPolicy || (exports.ChildPolicy = {}));
|
|
36
|
+
var WorkflowExecutionTimeoutType;
|
|
37
|
+
(function (WorkflowExecutionTimeoutType) {
|
|
38
|
+
WorkflowExecutionTimeoutType["START_TO_CLOSE"] = "START_TO_CLOSE";
|
|
39
|
+
})(WorkflowExecutionTimeoutType = exports.WorkflowExecutionTimeoutType || (exports.WorkflowExecutionTimeoutType = {}));
|
|
40
|
+
var CloseStatus;
|
|
41
|
+
(function (CloseStatus) {
|
|
42
|
+
CloseStatus["CANCELED"] = "CANCELED";
|
|
43
|
+
CloseStatus["COMPLETED"] = "COMPLETED";
|
|
44
|
+
CloseStatus["CONTINUED_AS_NEW"] = "CONTINUED_AS_NEW";
|
|
45
|
+
CloseStatus["FAILED"] = "FAILED";
|
|
46
|
+
CloseStatus["TERMINATED"] = "TERMINATED";
|
|
47
|
+
CloseStatus["TIMED_OUT"] = "TIMED_OUT";
|
|
48
|
+
})(CloseStatus = exports.CloseStatus || (exports.CloseStatus = {}));
|
|
49
|
+
var CompleteWorkflowExecutionFailedCause;
|
|
50
|
+
(function (CompleteWorkflowExecutionFailedCause) {
|
|
51
|
+
CompleteWorkflowExecutionFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
52
|
+
CompleteWorkflowExecutionFailedCause["UNHANDLED_DECISION"] = "UNHANDLED_DECISION";
|
|
53
|
+
})(CompleteWorkflowExecutionFailedCause = exports.CompleteWorkflowExecutionFailedCause || (exports.CompleteWorkflowExecutionFailedCause = {}));
|
|
54
|
+
var ContinueAsNewWorkflowExecutionFailedCause;
|
|
55
|
+
(function (ContinueAsNewWorkflowExecutionFailedCause) {
|
|
56
|
+
ContinueAsNewWorkflowExecutionFailedCause["CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED"] = "CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED";
|
|
57
|
+
ContinueAsNewWorkflowExecutionFailedCause["DEFAULT_CHILD_POLICY_UNDEFINED"] = "DEFAULT_CHILD_POLICY_UNDEFINED";
|
|
58
|
+
ContinueAsNewWorkflowExecutionFailedCause["DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED"] = "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED";
|
|
59
|
+
ContinueAsNewWorkflowExecutionFailedCause["DEFAULT_TASK_LIST_UNDEFINED"] = "DEFAULT_TASK_LIST_UNDEFINED";
|
|
60
|
+
ContinueAsNewWorkflowExecutionFailedCause["DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED"] = "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED";
|
|
61
|
+
ContinueAsNewWorkflowExecutionFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
62
|
+
ContinueAsNewWorkflowExecutionFailedCause["UNHANDLED_DECISION"] = "UNHANDLED_DECISION";
|
|
63
|
+
ContinueAsNewWorkflowExecutionFailedCause["WORKFLOW_TYPE_DEPRECATED"] = "WORKFLOW_TYPE_DEPRECATED";
|
|
64
|
+
ContinueAsNewWorkflowExecutionFailedCause["WORKFLOW_TYPE_DOES_NOT_EXIST"] = "WORKFLOW_TYPE_DOES_NOT_EXIST";
|
|
65
|
+
})(ContinueAsNewWorkflowExecutionFailedCause = exports.ContinueAsNewWorkflowExecutionFailedCause || (exports.ContinueAsNewWorkflowExecutionFailedCause = {}));
|
|
8
66
|
class OperationNotPermittedFault extends SWFServiceException_1.SWFServiceException {
|
|
9
67
|
constructor(opts) {
|
|
10
68
|
super({
|
|
@@ -31,6 +89,169 @@ class UnknownResourceFault extends SWFServiceException_1.SWFServiceException {
|
|
|
31
89
|
}
|
|
32
90
|
}
|
|
33
91
|
exports.UnknownResourceFault = UnknownResourceFault;
|
|
92
|
+
var DecisionType;
|
|
93
|
+
(function (DecisionType) {
|
|
94
|
+
DecisionType["CancelTimer"] = "CancelTimer";
|
|
95
|
+
DecisionType["CancelWorkflowExecution"] = "CancelWorkflowExecution";
|
|
96
|
+
DecisionType["CompleteWorkflowExecution"] = "CompleteWorkflowExecution";
|
|
97
|
+
DecisionType["ContinueAsNewWorkflowExecution"] = "ContinueAsNewWorkflowExecution";
|
|
98
|
+
DecisionType["FailWorkflowExecution"] = "FailWorkflowExecution";
|
|
99
|
+
DecisionType["RecordMarker"] = "RecordMarker";
|
|
100
|
+
DecisionType["RequestCancelActivityTask"] = "RequestCancelActivityTask";
|
|
101
|
+
DecisionType["RequestCancelExternalWorkflowExecution"] = "RequestCancelExternalWorkflowExecution";
|
|
102
|
+
DecisionType["ScheduleActivityTask"] = "ScheduleActivityTask";
|
|
103
|
+
DecisionType["ScheduleLambdaFunction"] = "ScheduleLambdaFunction";
|
|
104
|
+
DecisionType["SignalExternalWorkflowExecution"] = "SignalExternalWorkflowExecution";
|
|
105
|
+
DecisionType["StartChildWorkflowExecution"] = "StartChildWorkflowExecution";
|
|
106
|
+
DecisionType["StartTimer"] = "StartTimer";
|
|
107
|
+
})(DecisionType = exports.DecisionType || (exports.DecisionType = {}));
|
|
108
|
+
var DecisionTaskTimeoutType;
|
|
109
|
+
(function (DecisionTaskTimeoutType) {
|
|
110
|
+
DecisionTaskTimeoutType["START_TO_CLOSE"] = "START_TO_CLOSE";
|
|
111
|
+
})(DecisionTaskTimeoutType = exports.DecisionTaskTimeoutType || (exports.DecisionTaskTimeoutType = {}));
|
|
112
|
+
var EventType;
|
|
113
|
+
(function (EventType) {
|
|
114
|
+
EventType["ActivityTaskCancelRequested"] = "ActivityTaskCancelRequested";
|
|
115
|
+
EventType["ActivityTaskCanceled"] = "ActivityTaskCanceled";
|
|
116
|
+
EventType["ActivityTaskCompleted"] = "ActivityTaskCompleted";
|
|
117
|
+
EventType["ActivityTaskFailed"] = "ActivityTaskFailed";
|
|
118
|
+
EventType["ActivityTaskScheduled"] = "ActivityTaskScheduled";
|
|
119
|
+
EventType["ActivityTaskStarted"] = "ActivityTaskStarted";
|
|
120
|
+
EventType["ActivityTaskTimedOut"] = "ActivityTaskTimedOut";
|
|
121
|
+
EventType["CancelTimerFailed"] = "CancelTimerFailed";
|
|
122
|
+
EventType["CancelWorkflowExecutionFailed"] = "CancelWorkflowExecutionFailed";
|
|
123
|
+
EventType["ChildWorkflowExecutionCanceled"] = "ChildWorkflowExecutionCanceled";
|
|
124
|
+
EventType["ChildWorkflowExecutionCompleted"] = "ChildWorkflowExecutionCompleted";
|
|
125
|
+
EventType["ChildWorkflowExecutionFailed"] = "ChildWorkflowExecutionFailed";
|
|
126
|
+
EventType["ChildWorkflowExecutionStarted"] = "ChildWorkflowExecutionStarted";
|
|
127
|
+
EventType["ChildWorkflowExecutionTerminated"] = "ChildWorkflowExecutionTerminated";
|
|
128
|
+
EventType["ChildWorkflowExecutionTimedOut"] = "ChildWorkflowExecutionTimedOut";
|
|
129
|
+
EventType["CompleteWorkflowExecutionFailed"] = "CompleteWorkflowExecutionFailed";
|
|
130
|
+
EventType["ContinueAsNewWorkflowExecutionFailed"] = "ContinueAsNewWorkflowExecutionFailed";
|
|
131
|
+
EventType["DecisionTaskCompleted"] = "DecisionTaskCompleted";
|
|
132
|
+
EventType["DecisionTaskScheduled"] = "DecisionTaskScheduled";
|
|
133
|
+
EventType["DecisionTaskStarted"] = "DecisionTaskStarted";
|
|
134
|
+
EventType["DecisionTaskTimedOut"] = "DecisionTaskTimedOut";
|
|
135
|
+
EventType["ExternalWorkflowExecutionCancelRequested"] = "ExternalWorkflowExecutionCancelRequested";
|
|
136
|
+
EventType["ExternalWorkflowExecutionSignaled"] = "ExternalWorkflowExecutionSignaled";
|
|
137
|
+
EventType["FailWorkflowExecutionFailed"] = "FailWorkflowExecutionFailed";
|
|
138
|
+
EventType["LambdaFunctionCompleted"] = "LambdaFunctionCompleted";
|
|
139
|
+
EventType["LambdaFunctionFailed"] = "LambdaFunctionFailed";
|
|
140
|
+
EventType["LambdaFunctionScheduled"] = "LambdaFunctionScheduled";
|
|
141
|
+
EventType["LambdaFunctionStarted"] = "LambdaFunctionStarted";
|
|
142
|
+
EventType["LambdaFunctionTimedOut"] = "LambdaFunctionTimedOut";
|
|
143
|
+
EventType["MarkerRecorded"] = "MarkerRecorded";
|
|
144
|
+
EventType["RecordMarkerFailed"] = "RecordMarkerFailed";
|
|
145
|
+
EventType["RequestCancelActivityTaskFailed"] = "RequestCancelActivityTaskFailed";
|
|
146
|
+
EventType["RequestCancelExternalWorkflowExecutionFailed"] = "RequestCancelExternalWorkflowExecutionFailed";
|
|
147
|
+
EventType["RequestCancelExternalWorkflowExecutionInitiated"] = "RequestCancelExternalWorkflowExecutionInitiated";
|
|
148
|
+
EventType["ScheduleActivityTaskFailed"] = "ScheduleActivityTaskFailed";
|
|
149
|
+
EventType["ScheduleLambdaFunctionFailed"] = "ScheduleLambdaFunctionFailed";
|
|
150
|
+
EventType["SignalExternalWorkflowExecutionFailed"] = "SignalExternalWorkflowExecutionFailed";
|
|
151
|
+
EventType["SignalExternalWorkflowExecutionInitiated"] = "SignalExternalWorkflowExecutionInitiated";
|
|
152
|
+
EventType["StartChildWorkflowExecutionFailed"] = "StartChildWorkflowExecutionFailed";
|
|
153
|
+
EventType["StartChildWorkflowExecutionInitiated"] = "StartChildWorkflowExecutionInitiated";
|
|
154
|
+
EventType["StartLambdaFunctionFailed"] = "StartLambdaFunctionFailed";
|
|
155
|
+
EventType["StartTimerFailed"] = "StartTimerFailed";
|
|
156
|
+
EventType["TimerCanceled"] = "TimerCanceled";
|
|
157
|
+
EventType["TimerFired"] = "TimerFired";
|
|
158
|
+
EventType["TimerStarted"] = "TimerStarted";
|
|
159
|
+
EventType["WorkflowExecutionCancelRequested"] = "WorkflowExecutionCancelRequested";
|
|
160
|
+
EventType["WorkflowExecutionCanceled"] = "WorkflowExecutionCanceled";
|
|
161
|
+
EventType["WorkflowExecutionCompleted"] = "WorkflowExecutionCompleted";
|
|
162
|
+
EventType["WorkflowExecutionContinuedAsNew"] = "WorkflowExecutionContinuedAsNew";
|
|
163
|
+
EventType["WorkflowExecutionFailed"] = "WorkflowExecutionFailed";
|
|
164
|
+
EventType["WorkflowExecutionSignaled"] = "WorkflowExecutionSignaled";
|
|
165
|
+
EventType["WorkflowExecutionStarted"] = "WorkflowExecutionStarted";
|
|
166
|
+
EventType["WorkflowExecutionTerminated"] = "WorkflowExecutionTerminated";
|
|
167
|
+
EventType["WorkflowExecutionTimedOut"] = "WorkflowExecutionTimedOut";
|
|
168
|
+
})(EventType = exports.EventType || (exports.EventType = {}));
|
|
169
|
+
var FailWorkflowExecutionFailedCause;
|
|
170
|
+
(function (FailWorkflowExecutionFailedCause) {
|
|
171
|
+
FailWorkflowExecutionFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
172
|
+
FailWorkflowExecutionFailedCause["UNHANDLED_DECISION"] = "UNHANDLED_DECISION";
|
|
173
|
+
})(FailWorkflowExecutionFailedCause = exports.FailWorkflowExecutionFailedCause || (exports.FailWorkflowExecutionFailedCause = {}));
|
|
174
|
+
var LambdaFunctionTimeoutType;
|
|
175
|
+
(function (LambdaFunctionTimeoutType) {
|
|
176
|
+
LambdaFunctionTimeoutType["START_TO_CLOSE"] = "START_TO_CLOSE";
|
|
177
|
+
})(LambdaFunctionTimeoutType = exports.LambdaFunctionTimeoutType || (exports.LambdaFunctionTimeoutType = {}));
|
|
178
|
+
var RecordMarkerFailedCause;
|
|
179
|
+
(function (RecordMarkerFailedCause) {
|
|
180
|
+
RecordMarkerFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
181
|
+
})(RecordMarkerFailedCause = exports.RecordMarkerFailedCause || (exports.RecordMarkerFailedCause = {}));
|
|
182
|
+
var RequestCancelActivityTaskFailedCause;
|
|
183
|
+
(function (RequestCancelActivityTaskFailedCause) {
|
|
184
|
+
RequestCancelActivityTaskFailedCause["ACTIVITY_ID_UNKNOWN"] = "ACTIVITY_ID_UNKNOWN";
|
|
185
|
+
RequestCancelActivityTaskFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
186
|
+
})(RequestCancelActivityTaskFailedCause = exports.RequestCancelActivityTaskFailedCause || (exports.RequestCancelActivityTaskFailedCause = {}));
|
|
187
|
+
var RequestCancelExternalWorkflowExecutionFailedCause;
|
|
188
|
+
(function (RequestCancelExternalWorkflowExecutionFailedCause) {
|
|
189
|
+
RequestCancelExternalWorkflowExecutionFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
190
|
+
RequestCancelExternalWorkflowExecutionFailedCause["REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED"] = "REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED";
|
|
191
|
+
RequestCancelExternalWorkflowExecutionFailedCause["UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION"] = "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION";
|
|
192
|
+
})(RequestCancelExternalWorkflowExecutionFailedCause = exports.RequestCancelExternalWorkflowExecutionFailedCause || (exports.RequestCancelExternalWorkflowExecutionFailedCause = {}));
|
|
193
|
+
var ScheduleActivityTaskFailedCause;
|
|
194
|
+
(function (ScheduleActivityTaskFailedCause) {
|
|
195
|
+
ScheduleActivityTaskFailedCause["ACTIVITY_CREATION_RATE_EXCEEDED"] = "ACTIVITY_CREATION_RATE_EXCEEDED";
|
|
196
|
+
ScheduleActivityTaskFailedCause["ACTIVITY_ID_ALREADY_IN_USE"] = "ACTIVITY_ID_ALREADY_IN_USE";
|
|
197
|
+
ScheduleActivityTaskFailedCause["ACTIVITY_TYPE_DEPRECATED"] = "ACTIVITY_TYPE_DEPRECATED";
|
|
198
|
+
ScheduleActivityTaskFailedCause["ACTIVITY_TYPE_DOES_NOT_EXIST"] = "ACTIVITY_TYPE_DOES_NOT_EXIST";
|
|
199
|
+
ScheduleActivityTaskFailedCause["DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED"] = "DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED";
|
|
200
|
+
ScheduleActivityTaskFailedCause["DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED"] = "DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED";
|
|
201
|
+
ScheduleActivityTaskFailedCause["DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED"] = "DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED";
|
|
202
|
+
ScheduleActivityTaskFailedCause["DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED"] = "DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED";
|
|
203
|
+
ScheduleActivityTaskFailedCause["DEFAULT_TASK_LIST_UNDEFINED"] = "DEFAULT_TASK_LIST_UNDEFINED";
|
|
204
|
+
ScheduleActivityTaskFailedCause["OPEN_ACTIVITIES_LIMIT_EXCEEDED"] = "OPEN_ACTIVITIES_LIMIT_EXCEEDED";
|
|
205
|
+
ScheduleActivityTaskFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
206
|
+
})(ScheduleActivityTaskFailedCause = exports.ScheduleActivityTaskFailedCause || (exports.ScheduleActivityTaskFailedCause = {}));
|
|
207
|
+
var ScheduleLambdaFunctionFailedCause;
|
|
208
|
+
(function (ScheduleLambdaFunctionFailedCause) {
|
|
209
|
+
ScheduleLambdaFunctionFailedCause["ID_ALREADY_IN_USE"] = "ID_ALREADY_IN_USE";
|
|
210
|
+
ScheduleLambdaFunctionFailedCause["LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED"] = "LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED";
|
|
211
|
+
ScheduleLambdaFunctionFailedCause["LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION"] = "LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION";
|
|
212
|
+
ScheduleLambdaFunctionFailedCause["OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED"] = "OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED";
|
|
213
|
+
})(ScheduleLambdaFunctionFailedCause = exports.ScheduleLambdaFunctionFailedCause || (exports.ScheduleLambdaFunctionFailedCause = {}));
|
|
214
|
+
var SignalExternalWorkflowExecutionFailedCause;
|
|
215
|
+
(function (SignalExternalWorkflowExecutionFailedCause) {
|
|
216
|
+
SignalExternalWorkflowExecutionFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
217
|
+
SignalExternalWorkflowExecutionFailedCause["SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED"] = "SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED";
|
|
218
|
+
SignalExternalWorkflowExecutionFailedCause["UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION"] = "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION";
|
|
219
|
+
})(SignalExternalWorkflowExecutionFailedCause = exports.SignalExternalWorkflowExecutionFailedCause || (exports.SignalExternalWorkflowExecutionFailedCause = {}));
|
|
220
|
+
var StartChildWorkflowExecutionFailedCause;
|
|
221
|
+
(function (StartChildWorkflowExecutionFailedCause) {
|
|
222
|
+
StartChildWorkflowExecutionFailedCause["CHILD_CREATION_RATE_EXCEEDED"] = "CHILD_CREATION_RATE_EXCEEDED";
|
|
223
|
+
StartChildWorkflowExecutionFailedCause["DEFAULT_CHILD_POLICY_UNDEFINED"] = "DEFAULT_CHILD_POLICY_UNDEFINED";
|
|
224
|
+
StartChildWorkflowExecutionFailedCause["DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED"] = "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED";
|
|
225
|
+
StartChildWorkflowExecutionFailedCause["DEFAULT_TASK_LIST_UNDEFINED"] = "DEFAULT_TASK_LIST_UNDEFINED";
|
|
226
|
+
StartChildWorkflowExecutionFailedCause["DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED"] = "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED";
|
|
227
|
+
StartChildWorkflowExecutionFailedCause["OPEN_CHILDREN_LIMIT_EXCEEDED"] = "OPEN_CHILDREN_LIMIT_EXCEEDED";
|
|
228
|
+
StartChildWorkflowExecutionFailedCause["OPEN_WORKFLOWS_LIMIT_EXCEEDED"] = "OPEN_WORKFLOWS_LIMIT_EXCEEDED";
|
|
229
|
+
StartChildWorkflowExecutionFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
230
|
+
StartChildWorkflowExecutionFailedCause["WORKFLOW_ALREADY_RUNNING"] = "WORKFLOW_ALREADY_RUNNING";
|
|
231
|
+
StartChildWorkflowExecutionFailedCause["WORKFLOW_TYPE_DEPRECATED"] = "WORKFLOW_TYPE_DEPRECATED";
|
|
232
|
+
StartChildWorkflowExecutionFailedCause["WORKFLOW_TYPE_DOES_NOT_EXIST"] = "WORKFLOW_TYPE_DOES_NOT_EXIST";
|
|
233
|
+
})(StartChildWorkflowExecutionFailedCause = exports.StartChildWorkflowExecutionFailedCause || (exports.StartChildWorkflowExecutionFailedCause = {}));
|
|
234
|
+
var StartLambdaFunctionFailedCause;
|
|
235
|
+
(function (StartLambdaFunctionFailedCause) {
|
|
236
|
+
StartLambdaFunctionFailedCause["ASSUME_ROLE_FAILED"] = "ASSUME_ROLE_FAILED";
|
|
237
|
+
})(StartLambdaFunctionFailedCause = exports.StartLambdaFunctionFailedCause || (exports.StartLambdaFunctionFailedCause = {}));
|
|
238
|
+
var StartTimerFailedCause;
|
|
239
|
+
(function (StartTimerFailedCause) {
|
|
240
|
+
StartTimerFailedCause["OPEN_TIMERS_LIMIT_EXCEEDED"] = "OPEN_TIMERS_LIMIT_EXCEEDED";
|
|
241
|
+
StartTimerFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
242
|
+
StartTimerFailedCause["TIMER_CREATION_RATE_EXCEEDED"] = "TIMER_CREATION_RATE_EXCEEDED";
|
|
243
|
+
StartTimerFailedCause["TIMER_ID_ALREADY_IN_USE"] = "TIMER_ID_ALREADY_IN_USE";
|
|
244
|
+
})(StartTimerFailedCause = exports.StartTimerFailedCause || (exports.StartTimerFailedCause = {}));
|
|
245
|
+
var WorkflowExecutionCancelRequestedCause;
|
|
246
|
+
(function (WorkflowExecutionCancelRequestedCause) {
|
|
247
|
+
WorkflowExecutionCancelRequestedCause["CHILD_POLICY_APPLIED"] = "CHILD_POLICY_APPLIED";
|
|
248
|
+
})(WorkflowExecutionCancelRequestedCause = exports.WorkflowExecutionCancelRequestedCause || (exports.WorkflowExecutionCancelRequestedCause = {}));
|
|
249
|
+
var WorkflowExecutionTerminatedCause;
|
|
250
|
+
(function (WorkflowExecutionTerminatedCause) {
|
|
251
|
+
WorkflowExecutionTerminatedCause["CHILD_POLICY_APPLIED"] = "CHILD_POLICY_APPLIED";
|
|
252
|
+
WorkflowExecutionTerminatedCause["EVENT_LIMIT_EXCEEDED"] = "EVENT_LIMIT_EXCEEDED";
|
|
253
|
+
WorkflowExecutionTerminatedCause["OPERATOR_INITIATED"] = "OPERATOR_INITIATED";
|
|
254
|
+
})(WorkflowExecutionTerminatedCause = exports.WorkflowExecutionTerminatedCause || (exports.WorkflowExecutionTerminatedCause = {}));
|
|
34
255
|
class DefaultUndefinedFault extends SWFServiceException_1.SWFServiceException {
|
|
35
256
|
constructor(opts) {
|
|
36
257
|
super({
|
|
@@ -70,6 +291,11 @@ class DomainDeprecatedFault extends SWFServiceException_1.SWFServiceException {
|
|
|
70
291
|
}
|
|
71
292
|
}
|
|
72
293
|
exports.DomainDeprecatedFault = DomainDeprecatedFault;
|
|
294
|
+
var ExecutionStatus;
|
|
295
|
+
(function (ExecutionStatus) {
|
|
296
|
+
ExecutionStatus["CLOSED"] = "CLOSED";
|
|
297
|
+
ExecutionStatus["OPEN"] = "OPEN";
|
|
298
|
+
})(ExecutionStatus = exports.ExecutionStatus || (exports.ExecutionStatus = {}));
|
|
73
299
|
class DomainAlreadyExistsFault extends SWFServiceException_1.SWFServiceException {
|
|
74
300
|
constructor(opts) {
|
|
75
301
|
super({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const u = "fn", v = "argv", w = "ref";
|
|
2
|
+
const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = "getAttr", i = "stringEquals", j = { "required": true, "default": false, "type": "Boolean" }, k = { [w]: "Region" }, l = { [w]: "Endpoint" }, m = { [u]: "booleanEquals", [v]: [{ [w]: "UseFIPS" }, true] }, n = { [u]: "booleanEquals", [v]: [{ [w]: "UseDualStack" }, true] }, o = {}, p = { [u]: "booleanEquals", [v]: [true, { [u]: h, [v]: [{ [w]: d }, "supportsFIPS"] }] }, q = { [w]: d }, r = { [u]: "booleanEquals", [v]: [true, { [u]: h, [v]: [q, "supportsDualStack"] }] }, s = [m], t = [n];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: j, UseFIPS: j, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [u]: "aws.partition", [v]: [k], assign: d }], type: e, rules: [{ conditions: [{ [u]: "isSet", [v]: [l] }], type: e, rules: [{ conditions: s, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: t, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: l, properties: o, headers: o }, type: g }] }] }, { conditions: [m, n], type: e, rules: [{ conditions: [p, r], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://swf-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: o, headers: o }, type: g }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: s, type: e, rules: [{ conditions: [p], type: e, rules: [{ type: e, rules: [{ conditions: [{ [u]: i, [v]: ["aws-us-gov", { [u]: h, [v]: [q, "name"] }] }], endpoint: { url: "https://swf.{Region}.amazonaws.com", properties: o, headers: o }, type: g }, { endpoint: { url: "https://swf-fips.{Region}.{PartitionResult#dnsSuffix}", properties: o, headers: o }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: t, type: e, rules: [{ conditions: [r], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://swf.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: o, headers: o }, type: g }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { type: e, rules: [{ conditions: [{ [u]: i, [v]: [k, "us-gov-east-1"] }], endpoint: { url: "https://swf.us-gov-east-1.amazonaws.com", properties: o, headers: o }, type: g }, { conditions: [{ [u]: i, [v]: [k, "us-gov-west-1"] }], endpoint: { url: "https://swf.us-gov-west-1.amazonaws.com", properties: o, headers: o }, type: g }, { endpoint: { url: "https://swf.{Region}.{PartitionResult#dnsSuffix}", properties: o, headers: o }, type: g }] }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -1,4 +1,62 @@
|
|
|
1
1
|
import { SWFServiceException as __BaseException } from "./SWFServiceException";
|
|
2
|
+
export var ActivityTaskTimeoutType;
|
|
3
|
+
(function (ActivityTaskTimeoutType) {
|
|
4
|
+
ActivityTaskTimeoutType["HEARTBEAT"] = "HEARTBEAT";
|
|
5
|
+
ActivityTaskTimeoutType["SCHEDULE_TO_CLOSE"] = "SCHEDULE_TO_CLOSE";
|
|
6
|
+
ActivityTaskTimeoutType["SCHEDULE_TO_START"] = "SCHEDULE_TO_START";
|
|
7
|
+
ActivityTaskTimeoutType["START_TO_CLOSE"] = "START_TO_CLOSE";
|
|
8
|
+
})(ActivityTaskTimeoutType || (ActivityTaskTimeoutType = {}));
|
|
9
|
+
export var RegistrationStatus;
|
|
10
|
+
(function (RegistrationStatus) {
|
|
11
|
+
RegistrationStatus["DEPRECATED"] = "DEPRECATED";
|
|
12
|
+
RegistrationStatus["REGISTERED"] = "REGISTERED";
|
|
13
|
+
})(RegistrationStatus || (RegistrationStatus = {}));
|
|
14
|
+
export var CancelTimerFailedCause;
|
|
15
|
+
(function (CancelTimerFailedCause) {
|
|
16
|
+
CancelTimerFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
17
|
+
CancelTimerFailedCause["TIMER_ID_UNKNOWN"] = "TIMER_ID_UNKNOWN";
|
|
18
|
+
})(CancelTimerFailedCause || (CancelTimerFailedCause = {}));
|
|
19
|
+
export var CancelWorkflowExecutionFailedCause;
|
|
20
|
+
(function (CancelWorkflowExecutionFailedCause) {
|
|
21
|
+
CancelWorkflowExecutionFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
22
|
+
CancelWorkflowExecutionFailedCause["UNHANDLED_DECISION"] = "UNHANDLED_DECISION";
|
|
23
|
+
})(CancelWorkflowExecutionFailedCause || (CancelWorkflowExecutionFailedCause = {}));
|
|
24
|
+
export var ChildPolicy;
|
|
25
|
+
(function (ChildPolicy) {
|
|
26
|
+
ChildPolicy["ABANDON"] = "ABANDON";
|
|
27
|
+
ChildPolicy["REQUEST_CANCEL"] = "REQUEST_CANCEL";
|
|
28
|
+
ChildPolicy["TERMINATE"] = "TERMINATE";
|
|
29
|
+
})(ChildPolicy || (ChildPolicy = {}));
|
|
30
|
+
export var WorkflowExecutionTimeoutType;
|
|
31
|
+
(function (WorkflowExecutionTimeoutType) {
|
|
32
|
+
WorkflowExecutionTimeoutType["START_TO_CLOSE"] = "START_TO_CLOSE";
|
|
33
|
+
})(WorkflowExecutionTimeoutType || (WorkflowExecutionTimeoutType = {}));
|
|
34
|
+
export var CloseStatus;
|
|
35
|
+
(function (CloseStatus) {
|
|
36
|
+
CloseStatus["CANCELED"] = "CANCELED";
|
|
37
|
+
CloseStatus["COMPLETED"] = "COMPLETED";
|
|
38
|
+
CloseStatus["CONTINUED_AS_NEW"] = "CONTINUED_AS_NEW";
|
|
39
|
+
CloseStatus["FAILED"] = "FAILED";
|
|
40
|
+
CloseStatus["TERMINATED"] = "TERMINATED";
|
|
41
|
+
CloseStatus["TIMED_OUT"] = "TIMED_OUT";
|
|
42
|
+
})(CloseStatus || (CloseStatus = {}));
|
|
43
|
+
export var CompleteWorkflowExecutionFailedCause;
|
|
44
|
+
(function (CompleteWorkflowExecutionFailedCause) {
|
|
45
|
+
CompleteWorkflowExecutionFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
46
|
+
CompleteWorkflowExecutionFailedCause["UNHANDLED_DECISION"] = "UNHANDLED_DECISION";
|
|
47
|
+
})(CompleteWorkflowExecutionFailedCause || (CompleteWorkflowExecutionFailedCause = {}));
|
|
48
|
+
export var ContinueAsNewWorkflowExecutionFailedCause;
|
|
49
|
+
(function (ContinueAsNewWorkflowExecutionFailedCause) {
|
|
50
|
+
ContinueAsNewWorkflowExecutionFailedCause["CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED"] = "CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED";
|
|
51
|
+
ContinueAsNewWorkflowExecutionFailedCause["DEFAULT_CHILD_POLICY_UNDEFINED"] = "DEFAULT_CHILD_POLICY_UNDEFINED";
|
|
52
|
+
ContinueAsNewWorkflowExecutionFailedCause["DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED"] = "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED";
|
|
53
|
+
ContinueAsNewWorkflowExecutionFailedCause["DEFAULT_TASK_LIST_UNDEFINED"] = "DEFAULT_TASK_LIST_UNDEFINED";
|
|
54
|
+
ContinueAsNewWorkflowExecutionFailedCause["DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED"] = "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED";
|
|
55
|
+
ContinueAsNewWorkflowExecutionFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
56
|
+
ContinueAsNewWorkflowExecutionFailedCause["UNHANDLED_DECISION"] = "UNHANDLED_DECISION";
|
|
57
|
+
ContinueAsNewWorkflowExecutionFailedCause["WORKFLOW_TYPE_DEPRECATED"] = "WORKFLOW_TYPE_DEPRECATED";
|
|
58
|
+
ContinueAsNewWorkflowExecutionFailedCause["WORKFLOW_TYPE_DOES_NOT_EXIST"] = "WORKFLOW_TYPE_DOES_NOT_EXIST";
|
|
59
|
+
})(ContinueAsNewWorkflowExecutionFailedCause || (ContinueAsNewWorkflowExecutionFailedCause = {}));
|
|
2
60
|
export class OperationNotPermittedFault extends __BaseException {
|
|
3
61
|
constructor(opts) {
|
|
4
62
|
super({
|
|
@@ -23,6 +81,169 @@ export class UnknownResourceFault extends __BaseException {
|
|
|
23
81
|
Object.setPrototypeOf(this, UnknownResourceFault.prototype);
|
|
24
82
|
}
|
|
25
83
|
}
|
|
84
|
+
export var DecisionType;
|
|
85
|
+
(function (DecisionType) {
|
|
86
|
+
DecisionType["CancelTimer"] = "CancelTimer";
|
|
87
|
+
DecisionType["CancelWorkflowExecution"] = "CancelWorkflowExecution";
|
|
88
|
+
DecisionType["CompleteWorkflowExecution"] = "CompleteWorkflowExecution";
|
|
89
|
+
DecisionType["ContinueAsNewWorkflowExecution"] = "ContinueAsNewWorkflowExecution";
|
|
90
|
+
DecisionType["FailWorkflowExecution"] = "FailWorkflowExecution";
|
|
91
|
+
DecisionType["RecordMarker"] = "RecordMarker";
|
|
92
|
+
DecisionType["RequestCancelActivityTask"] = "RequestCancelActivityTask";
|
|
93
|
+
DecisionType["RequestCancelExternalWorkflowExecution"] = "RequestCancelExternalWorkflowExecution";
|
|
94
|
+
DecisionType["ScheduleActivityTask"] = "ScheduleActivityTask";
|
|
95
|
+
DecisionType["ScheduleLambdaFunction"] = "ScheduleLambdaFunction";
|
|
96
|
+
DecisionType["SignalExternalWorkflowExecution"] = "SignalExternalWorkflowExecution";
|
|
97
|
+
DecisionType["StartChildWorkflowExecution"] = "StartChildWorkflowExecution";
|
|
98
|
+
DecisionType["StartTimer"] = "StartTimer";
|
|
99
|
+
})(DecisionType || (DecisionType = {}));
|
|
100
|
+
export var DecisionTaskTimeoutType;
|
|
101
|
+
(function (DecisionTaskTimeoutType) {
|
|
102
|
+
DecisionTaskTimeoutType["START_TO_CLOSE"] = "START_TO_CLOSE";
|
|
103
|
+
})(DecisionTaskTimeoutType || (DecisionTaskTimeoutType = {}));
|
|
104
|
+
export var EventType;
|
|
105
|
+
(function (EventType) {
|
|
106
|
+
EventType["ActivityTaskCancelRequested"] = "ActivityTaskCancelRequested";
|
|
107
|
+
EventType["ActivityTaskCanceled"] = "ActivityTaskCanceled";
|
|
108
|
+
EventType["ActivityTaskCompleted"] = "ActivityTaskCompleted";
|
|
109
|
+
EventType["ActivityTaskFailed"] = "ActivityTaskFailed";
|
|
110
|
+
EventType["ActivityTaskScheduled"] = "ActivityTaskScheduled";
|
|
111
|
+
EventType["ActivityTaskStarted"] = "ActivityTaskStarted";
|
|
112
|
+
EventType["ActivityTaskTimedOut"] = "ActivityTaskTimedOut";
|
|
113
|
+
EventType["CancelTimerFailed"] = "CancelTimerFailed";
|
|
114
|
+
EventType["CancelWorkflowExecutionFailed"] = "CancelWorkflowExecutionFailed";
|
|
115
|
+
EventType["ChildWorkflowExecutionCanceled"] = "ChildWorkflowExecutionCanceled";
|
|
116
|
+
EventType["ChildWorkflowExecutionCompleted"] = "ChildWorkflowExecutionCompleted";
|
|
117
|
+
EventType["ChildWorkflowExecutionFailed"] = "ChildWorkflowExecutionFailed";
|
|
118
|
+
EventType["ChildWorkflowExecutionStarted"] = "ChildWorkflowExecutionStarted";
|
|
119
|
+
EventType["ChildWorkflowExecutionTerminated"] = "ChildWorkflowExecutionTerminated";
|
|
120
|
+
EventType["ChildWorkflowExecutionTimedOut"] = "ChildWorkflowExecutionTimedOut";
|
|
121
|
+
EventType["CompleteWorkflowExecutionFailed"] = "CompleteWorkflowExecutionFailed";
|
|
122
|
+
EventType["ContinueAsNewWorkflowExecutionFailed"] = "ContinueAsNewWorkflowExecutionFailed";
|
|
123
|
+
EventType["DecisionTaskCompleted"] = "DecisionTaskCompleted";
|
|
124
|
+
EventType["DecisionTaskScheduled"] = "DecisionTaskScheduled";
|
|
125
|
+
EventType["DecisionTaskStarted"] = "DecisionTaskStarted";
|
|
126
|
+
EventType["DecisionTaskTimedOut"] = "DecisionTaskTimedOut";
|
|
127
|
+
EventType["ExternalWorkflowExecutionCancelRequested"] = "ExternalWorkflowExecutionCancelRequested";
|
|
128
|
+
EventType["ExternalWorkflowExecutionSignaled"] = "ExternalWorkflowExecutionSignaled";
|
|
129
|
+
EventType["FailWorkflowExecutionFailed"] = "FailWorkflowExecutionFailed";
|
|
130
|
+
EventType["LambdaFunctionCompleted"] = "LambdaFunctionCompleted";
|
|
131
|
+
EventType["LambdaFunctionFailed"] = "LambdaFunctionFailed";
|
|
132
|
+
EventType["LambdaFunctionScheduled"] = "LambdaFunctionScheduled";
|
|
133
|
+
EventType["LambdaFunctionStarted"] = "LambdaFunctionStarted";
|
|
134
|
+
EventType["LambdaFunctionTimedOut"] = "LambdaFunctionTimedOut";
|
|
135
|
+
EventType["MarkerRecorded"] = "MarkerRecorded";
|
|
136
|
+
EventType["RecordMarkerFailed"] = "RecordMarkerFailed";
|
|
137
|
+
EventType["RequestCancelActivityTaskFailed"] = "RequestCancelActivityTaskFailed";
|
|
138
|
+
EventType["RequestCancelExternalWorkflowExecutionFailed"] = "RequestCancelExternalWorkflowExecutionFailed";
|
|
139
|
+
EventType["RequestCancelExternalWorkflowExecutionInitiated"] = "RequestCancelExternalWorkflowExecutionInitiated";
|
|
140
|
+
EventType["ScheduleActivityTaskFailed"] = "ScheduleActivityTaskFailed";
|
|
141
|
+
EventType["ScheduleLambdaFunctionFailed"] = "ScheduleLambdaFunctionFailed";
|
|
142
|
+
EventType["SignalExternalWorkflowExecutionFailed"] = "SignalExternalWorkflowExecutionFailed";
|
|
143
|
+
EventType["SignalExternalWorkflowExecutionInitiated"] = "SignalExternalWorkflowExecutionInitiated";
|
|
144
|
+
EventType["StartChildWorkflowExecutionFailed"] = "StartChildWorkflowExecutionFailed";
|
|
145
|
+
EventType["StartChildWorkflowExecutionInitiated"] = "StartChildWorkflowExecutionInitiated";
|
|
146
|
+
EventType["StartLambdaFunctionFailed"] = "StartLambdaFunctionFailed";
|
|
147
|
+
EventType["StartTimerFailed"] = "StartTimerFailed";
|
|
148
|
+
EventType["TimerCanceled"] = "TimerCanceled";
|
|
149
|
+
EventType["TimerFired"] = "TimerFired";
|
|
150
|
+
EventType["TimerStarted"] = "TimerStarted";
|
|
151
|
+
EventType["WorkflowExecutionCancelRequested"] = "WorkflowExecutionCancelRequested";
|
|
152
|
+
EventType["WorkflowExecutionCanceled"] = "WorkflowExecutionCanceled";
|
|
153
|
+
EventType["WorkflowExecutionCompleted"] = "WorkflowExecutionCompleted";
|
|
154
|
+
EventType["WorkflowExecutionContinuedAsNew"] = "WorkflowExecutionContinuedAsNew";
|
|
155
|
+
EventType["WorkflowExecutionFailed"] = "WorkflowExecutionFailed";
|
|
156
|
+
EventType["WorkflowExecutionSignaled"] = "WorkflowExecutionSignaled";
|
|
157
|
+
EventType["WorkflowExecutionStarted"] = "WorkflowExecutionStarted";
|
|
158
|
+
EventType["WorkflowExecutionTerminated"] = "WorkflowExecutionTerminated";
|
|
159
|
+
EventType["WorkflowExecutionTimedOut"] = "WorkflowExecutionTimedOut";
|
|
160
|
+
})(EventType || (EventType = {}));
|
|
161
|
+
export var FailWorkflowExecutionFailedCause;
|
|
162
|
+
(function (FailWorkflowExecutionFailedCause) {
|
|
163
|
+
FailWorkflowExecutionFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
164
|
+
FailWorkflowExecutionFailedCause["UNHANDLED_DECISION"] = "UNHANDLED_DECISION";
|
|
165
|
+
})(FailWorkflowExecutionFailedCause || (FailWorkflowExecutionFailedCause = {}));
|
|
166
|
+
export var LambdaFunctionTimeoutType;
|
|
167
|
+
(function (LambdaFunctionTimeoutType) {
|
|
168
|
+
LambdaFunctionTimeoutType["START_TO_CLOSE"] = "START_TO_CLOSE";
|
|
169
|
+
})(LambdaFunctionTimeoutType || (LambdaFunctionTimeoutType = {}));
|
|
170
|
+
export var RecordMarkerFailedCause;
|
|
171
|
+
(function (RecordMarkerFailedCause) {
|
|
172
|
+
RecordMarkerFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
173
|
+
})(RecordMarkerFailedCause || (RecordMarkerFailedCause = {}));
|
|
174
|
+
export var RequestCancelActivityTaskFailedCause;
|
|
175
|
+
(function (RequestCancelActivityTaskFailedCause) {
|
|
176
|
+
RequestCancelActivityTaskFailedCause["ACTIVITY_ID_UNKNOWN"] = "ACTIVITY_ID_UNKNOWN";
|
|
177
|
+
RequestCancelActivityTaskFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
178
|
+
})(RequestCancelActivityTaskFailedCause || (RequestCancelActivityTaskFailedCause = {}));
|
|
179
|
+
export var RequestCancelExternalWorkflowExecutionFailedCause;
|
|
180
|
+
(function (RequestCancelExternalWorkflowExecutionFailedCause) {
|
|
181
|
+
RequestCancelExternalWorkflowExecutionFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
182
|
+
RequestCancelExternalWorkflowExecutionFailedCause["REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED"] = "REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED";
|
|
183
|
+
RequestCancelExternalWorkflowExecutionFailedCause["UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION"] = "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION";
|
|
184
|
+
})(RequestCancelExternalWorkflowExecutionFailedCause || (RequestCancelExternalWorkflowExecutionFailedCause = {}));
|
|
185
|
+
export var ScheduleActivityTaskFailedCause;
|
|
186
|
+
(function (ScheduleActivityTaskFailedCause) {
|
|
187
|
+
ScheduleActivityTaskFailedCause["ACTIVITY_CREATION_RATE_EXCEEDED"] = "ACTIVITY_CREATION_RATE_EXCEEDED";
|
|
188
|
+
ScheduleActivityTaskFailedCause["ACTIVITY_ID_ALREADY_IN_USE"] = "ACTIVITY_ID_ALREADY_IN_USE";
|
|
189
|
+
ScheduleActivityTaskFailedCause["ACTIVITY_TYPE_DEPRECATED"] = "ACTIVITY_TYPE_DEPRECATED";
|
|
190
|
+
ScheduleActivityTaskFailedCause["ACTIVITY_TYPE_DOES_NOT_EXIST"] = "ACTIVITY_TYPE_DOES_NOT_EXIST";
|
|
191
|
+
ScheduleActivityTaskFailedCause["DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED"] = "DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED";
|
|
192
|
+
ScheduleActivityTaskFailedCause["DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED"] = "DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED";
|
|
193
|
+
ScheduleActivityTaskFailedCause["DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED"] = "DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED";
|
|
194
|
+
ScheduleActivityTaskFailedCause["DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED"] = "DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED";
|
|
195
|
+
ScheduleActivityTaskFailedCause["DEFAULT_TASK_LIST_UNDEFINED"] = "DEFAULT_TASK_LIST_UNDEFINED";
|
|
196
|
+
ScheduleActivityTaskFailedCause["OPEN_ACTIVITIES_LIMIT_EXCEEDED"] = "OPEN_ACTIVITIES_LIMIT_EXCEEDED";
|
|
197
|
+
ScheduleActivityTaskFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
198
|
+
})(ScheduleActivityTaskFailedCause || (ScheduleActivityTaskFailedCause = {}));
|
|
199
|
+
export var ScheduleLambdaFunctionFailedCause;
|
|
200
|
+
(function (ScheduleLambdaFunctionFailedCause) {
|
|
201
|
+
ScheduleLambdaFunctionFailedCause["ID_ALREADY_IN_USE"] = "ID_ALREADY_IN_USE";
|
|
202
|
+
ScheduleLambdaFunctionFailedCause["LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED"] = "LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED";
|
|
203
|
+
ScheduleLambdaFunctionFailedCause["LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION"] = "LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION";
|
|
204
|
+
ScheduleLambdaFunctionFailedCause["OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED"] = "OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED";
|
|
205
|
+
})(ScheduleLambdaFunctionFailedCause || (ScheduleLambdaFunctionFailedCause = {}));
|
|
206
|
+
export var SignalExternalWorkflowExecutionFailedCause;
|
|
207
|
+
(function (SignalExternalWorkflowExecutionFailedCause) {
|
|
208
|
+
SignalExternalWorkflowExecutionFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
209
|
+
SignalExternalWorkflowExecutionFailedCause["SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED"] = "SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED";
|
|
210
|
+
SignalExternalWorkflowExecutionFailedCause["UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION"] = "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION";
|
|
211
|
+
})(SignalExternalWorkflowExecutionFailedCause || (SignalExternalWorkflowExecutionFailedCause = {}));
|
|
212
|
+
export var StartChildWorkflowExecutionFailedCause;
|
|
213
|
+
(function (StartChildWorkflowExecutionFailedCause) {
|
|
214
|
+
StartChildWorkflowExecutionFailedCause["CHILD_CREATION_RATE_EXCEEDED"] = "CHILD_CREATION_RATE_EXCEEDED";
|
|
215
|
+
StartChildWorkflowExecutionFailedCause["DEFAULT_CHILD_POLICY_UNDEFINED"] = "DEFAULT_CHILD_POLICY_UNDEFINED";
|
|
216
|
+
StartChildWorkflowExecutionFailedCause["DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED"] = "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED";
|
|
217
|
+
StartChildWorkflowExecutionFailedCause["DEFAULT_TASK_LIST_UNDEFINED"] = "DEFAULT_TASK_LIST_UNDEFINED";
|
|
218
|
+
StartChildWorkflowExecutionFailedCause["DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED"] = "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED";
|
|
219
|
+
StartChildWorkflowExecutionFailedCause["OPEN_CHILDREN_LIMIT_EXCEEDED"] = "OPEN_CHILDREN_LIMIT_EXCEEDED";
|
|
220
|
+
StartChildWorkflowExecutionFailedCause["OPEN_WORKFLOWS_LIMIT_EXCEEDED"] = "OPEN_WORKFLOWS_LIMIT_EXCEEDED";
|
|
221
|
+
StartChildWorkflowExecutionFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
222
|
+
StartChildWorkflowExecutionFailedCause["WORKFLOW_ALREADY_RUNNING"] = "WORKFLOW_ALREADY_RUNNING";
|
|
223
|
+
StartChildWorkflowExecutionFailedCause["WORKFLOW_TYPE_DEPRECATED"] = "WORKFLOW_TYPE_DEPRECATED";
|
|
224
|
+
StartChildWorkflowExecutionFailedCause["WORKFLOW_TYPE_DOES_NOT_EXIST"] = "WORKFLOW_TYPE_DOES_NOT_EXIST";
|
|
225
|
+
})(StartChildWorkflowExecutionFailedCause || (StartChildWorkflowExecutionFailedCause = {}));
|
|
226
|
+
export var StartLambdaFunctionFailedCause;
|
|
227
|
+
(function (StartLambdaFunctionFailedCause) {
|
|
228
|
+
StartLambdaFunctionFailedCause["ASSUME_ROLE_FAILED"] = "ASSUME_ROLE_FAILED";
|
|
229
|
+
})(StartLambdaFunctionFailedCause || (StartLambdaFunctionFailedCause = {}));
|
|
230
|
+
export var StartTimerFailedCause;
|
|
231
|
+
(function (StartTimerFailedCause) {
|
|
232
|
+
StartTimerFailedCause["OPEN_TIMERS_LIMIT_EXCEEDED"] = "OPEN_TIMERS_LIMIT_EXCEEDED";
|
|
233
|
+
StartTimerFailedCause["OPERATION_NOT_PERMITTED"] = "OPERATION_NOT_PERMITTED";
|
|
234
|
+
StartTimerFailedCause["TIMER_CREATION_RATE_EXCEEDED"] = "TIMER_CREATION_RATE_EXCEEDED";
|
|
235
|
+
StartTimerFailedCause["TIMER_ID_ALREADY_IN_USE"] = "TIMER_ID_ALREADY_IN_USE";
|
|
236
|
+
})(StartTimerFailedCause || (StartTimerFailedCause = {}));
|
|
237
|
+
export var WorkflowExecutionCancelRequestedCause;
|
|
238
|
+
(function (WorkflowExecutionCancelRequestedCause) {
|
|
239
|
+
WorkflowExecutionCancelRequestedCause["CHILD_POLICY_APPLIED"] = "CHILD_POLICY_APPLIED";
|
|
240
|
+
})(WorkflowExecutionCancelRequestedCause || (WorkflowExecutionCancelRequestedCause = {}));
|
|
241
|
+
export var WorkflowExecutionTerminatedCause;
|
|
242
|
+
(function (WorkflowExecutionTerminatedCause) {
|
|
243
|
+
WorkflowExecutionTerminatedCause["CHILD_POLICY_APPLIED"] = "CHILD_POLICY_APPLIED";
|
|
244
|
+
WorkflowExecutionTerminatedCause["EVENT_LIMIT_EXCEEDED"] = "EVENT_LIMIT_EXCEEDED";
|
|
245
|
+
WorkflowExecutionTerminatedCause["OPERATOR_INITIATED"] = "OPERATOR_INITIATED";
|
|
246
|
+
})(WorkflowExecutionTerminatedCause || (WorkflowExecutionTerminatedCause = {}));
|
|
26
247
|
export class DefaultUndefinedFault extends __BaseException {
|
|
27
248
|
constructor(opts) {
|
|
28
249
|
super({
|
|
@@ -59,6 +280,11 @@ export class DomainDeprecatedFault extends __BaseException {
|
|
|
59
280
|
Object.setPrototypeOf(this, DomainDeprecatedFault.prototype);
|
|
60
281
|
}
|
|
61
282
|
}
|
|
283
|
+
export var ExecutionStatus;
|
|
284
|
+
(function (ExecutionStatus) {
|
|
285
|
+
ExecutionStatus["CLOSED"] = "CLOSED";
|
|
286
|
+
ExecutionStatus["OPEN"] = "OPEN";
|
|
287
|
+
})(ExecutionStatus || (ExecutionStatus = {}));
|
|
62
288
|
export class DomainAlreadyExistsFault extends __BaseException {
|
|
63
289
|
constructor(opts) {
|
|
64
290
|
super({
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|