@aws-sdk/client-sfn 3.490.0 → 3.495.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/SFN.js +1 -83
- package/dist-cjs/SFNClient.js +1 -43
- package/dist-cjs/commands/CreateActivityCommand.js +1 -28
- package/dist-cjs/commands/CreateStateMachineAliasCommand.js +1 -29
- package/dist-cjs/commands/CreateStateMachineCommand.js +1 -29
- package/dist-cjs/commands/DeleteActivityCommand.js +1 -28
- package/dist-cjs/commands/DeleteStateMachineAliasCommand.js +1 -28
- package/dist-cjs/commands/DeleteStateMachineCommand.js +1 -28
- package/dist-cjs/commands/DeleteStateMachineVersionCommand.js +1 -28
- package/dist-cjs/commands/DescribeActivityCommand.js +1 -28
- package/dist-cjs/commands/DescribeExecutionCommand.js +1 -29
- package/dist-cjs/commands/DescribeMapRunCommand.js +1 -28
- package/dist-cjs/commands/DescribeStateMachineAliasCommand.js +1 -29
- package/dist-cjs/commands/DescribeStateMachineCommand.js +1 -29
- package/dist-cjs/commands/DescribeStateMachineForExecutionCommand.js +1 -29
- package/dist-cjs/commands/GetActivityTaskCommand.js +1 -29
- package/dist-cjs/commands/GetExecutionHistoryCommand.js +1 -29
- package/dist-cjs/commands/ListActivitiesCommand.js +1 -28
- package/dist-cjs/commands/ListExecutionsCommand.js +1 -28
- package/dist-cjs/commands/ListMapRunsCommand.js +1 -28
- package/dist-cjs/commands/ListStateMachineAliasesCommand.js +1 -28
- package/dist-cjs/commands/ListStateMachineVersionsCommand.js +1 -28
- package/dist-cjs/commands/ListStateMachinesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/PublishStateMachineVersionCommand.js +1 -29
- package/dist-cjs/commands/RedriveExecutionCommand.js +1 -28
- package/dist-cjs/commands/SendTaskFailureCommand.js +1 -29
- package/dist-cjs/commands/SendTaskHeartbeatCommand.js +1 -28
- package/dist-cjs/commands/SendTaskSuccessCommand.js +1 -29
- package/dist-cjs/commands/StartExecutionCommand.js +1 -29
- package/dist-cjs/commands/StartSyncExecutionCommand.js +1 -29
- package/dist-cjs/commands/StopExecutionCommand.js +1 -29
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/TestStateCommand.js +1 -29
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateMapRunCommand.js +1 -28
- package/dist-cjs/commands/UpdateStateMachineAliasCommand.js +1 -29
- package/dist-cjs/commands/UpdateStateMachineCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -39
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4364 -11
- package/dist-cjs/models/SFNServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -843
- package/dist-cjs/pagination/GetExecutionHistoryPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListActivitiesPaginator.js +1 -7
- package/dist-cjs/pagination/ListExecutionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMapRunsPaginator.js +1 -7
- package/dist-cjs/pagination/ListStateMachinesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -9
- package/dist-cjs/protocols/Aws_json1_0.js +1 -2453
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,843 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeStateMachineAliasOutputFilterSensitiveLog = exports.DescribeStateMachineOutputFilterSensitiveLog = exports.DescribeExecutionOutputFilterSensitiveLog = exports.CreateStateMachineAliasInputFilterSensitiveLog = exports.CreateStateMachineInputFilterSensitiveLog = exports.ActivityTimedOutEventDetailsFilterSensitiveLog = exports.ActivitySucceededEventDetailsFilterSensitiveLog = exports.ActivityScheduleFailedEventDetailsFilterSensitiveLog = exports.ActivityScheduledEventDetailsFilterSensitiveLog = exports.ActivityFailedEventDetailsFilterSensitiveLog = exports.MissingRequiredParameter = exports.TestExecutionStatus = exports.InspectionLevel = exports.SyncExecutionStatus = exports.InvalidExecutionInput = exports.ExecutionAlreadyExists = exports.InvalidOutput = exports.TaskTimedOut = exports.TaskDoesNotExist = exports.ExecutionNotRedrivable = exports.ExecutionLimitExceeded = exports.ExecutionRedriveFilter = exports.InvalidToken = exports.HistoryEventType = exports.StateMachineDoesNotExist = exports.StateMachineStatus = exports.MapRunStatus = exports.ExecutionDoesNotExist = exports.ExecutionStatus = exports.ExecutionRedriveStatus = exports.ServiceQuotaExceededException = exports.ResourceNotFound = exports.ValidationException = exports.ValidationExceptionReason = exports.StateMachineTypeNotSupported = exports.StateMachineLimitExceeded = exports.StateMachineDeleting = exports.StateMachineAlreadyExists = exports.InvalidTracingConfiguration = exports.InvalidLoggingConfiguration = exports.InvalidDefinition = exports.InvalidArn = exports.StateMachineType = exports.LogLevel = exports.ConflictException = exports.TooManyTags = exports.InvalidName = exports.ActivityWorkerLimitExceeded = exports.ActivityLimitExceeded = exports.ActivityDoesNotExist = void 0;
|
|
4
|
-
exports.UpdateStateMachineAliasInputFilterSensitiveLog = exports.UpdateStateMachineInputFilterSensitiveLog = exports.TestStateOutputFilterSensitiveLog = exports.InspectionDataFilterSensitiveLog = exports.TestStateInputFilterSensitiveLog = exports.StopExecutionInputFilterSensitiveLog = exports.StartSyncExecutionOutputFilterSensitiveLog = exports.StartSyncExecutionInputFilterSensitiveLog = exports.StartExecutionInputFilterSensitiveLog = exports.SendTaskSuccessInputFilterSensitiveLog = exports.SendTaskFailureInputFilterSensitiveLog = exports.PublishStateMachineVersionInputFilterSensitiveLog = exports.GetExecutionHistoryOutputFilterSensitiveLog = exports.HistoryEventFilterSensitiveLog = exports.TaskTimedOutEventDetailsFilterSensitiveLog = exports.TaskSucceededEventDetailsFilterSensitiveLog = exports.TaskSubmittedEventDetailsFilterSensitiveLog = exports.TaskSubmitFailedEventDetailsFilterSensitiveLog = exports.TaskStartFailedEventDetailsFilterSensitiveLog = exports.TaskScheduledEventDetailsFilterSensitiveLog = exports.TaskFailedEventDetailsFilterSensitiveLog = exports.StateExitedEventDetailsFilterSensitiveLog = exports.StateEnteredEventDetailsFilterSensitiveLog = exports.MapRunFailedEventDetailsFilterSensitiveLog = exports.LambdaFunctionTimedOutEventDetailsFilterSensitiveLog = exports.LambdaFunctionSucceededEventDetailsFilterSensitiveLog = exports.LambdaFunctionStartFailedEventDetailsFilterSensitiveLog = exports.LambdaFunctionScheduleFailedEventDetailsFilterSensitiveLog = exports.LambdaFunctionScheduledEventDetailsFilterSensitiveLog = exports.LambdaFunctionFailedEventDetailsFilterSensitiveLog = exports.ExecutionTimedOutEventDetailsFilterSensitiveLog = exports.ExecutionSucceededEventDetailsFilterSensitiveLog = exports.ExecutionStartedEventDetailsFilterSensitiveLog = exports.ExecutionFailedEventDetailsFilterSensitiveLog = exports.ExecutionAbortedEventDetailsFilterSensitiveLog = exports.GetActivityTaskOutputFilterSensitiveLog = exports.DescribeStateMachineForExecutionOutputFilterSensitiveLog = void 0;
|
|
5
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
|
-
const SFNServiceException_1 = require("./SFNServiceException");
|
|
7
|
-
class ActivityDoesNotExist extends SFNServiceException_1.SFNServiceException {
|
|
8
|
-
constructor(opts) {
|
|
9
|
-
super({
|
|
10
|
-
name: "ActivityDoesNotExist",
|
|
11
|
-
$fault: "client",
|
|
12
|
-
...opts,
|
|
13
|
-
});
|
|
14
|
-
this.name = "ActivityDoesNotExist";
|
|
15
|
-
this.$fault = "client";
|
|
16
|
-
Object.setPrototypeOf(this, ActivityDoesNotExist.prototype);
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
exports.ActivityDoesNotExist = ActivityDoesNotExist;
|
|
20
|
-
class ActivityLimitExceeded extends SFNServiceException_1.SFNServiceException {
|
|
21
|
-
constructor(opts) {
|
|
22
|
-
super({
|
|
23
|
-
name: "ActivityLimitExceeded",
|
|
24
|
-
$fault: "client",
|
|
25
|
-
...opts,
|
|
26
|
-
});
|
|
27
|
-
this.name = "ActivityLimitExceeded";
|
|
28
|
-
this.$fault = "client";
|
|
29
|
-
Object.setPrototypeOf(this, ActivityLimitExceeded.prototype);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
exports.ActivityLimitExceeded = ActivityLimitExceeded;
|
|
33
|
-
class ActivityWorkerLimitExceeded extends SFNServiceException_1.SFNServiceException {
|
|
34
|
-
constructor(opts) {
|
|
35
|
-
super({
|
|
36
|
-
name: "ActivityWorkerLimitExceeded",
|
|
37
|
-
$fault: "client",
|
|
38
|
-
...opts,
|
|
39
|
-
});
|
|
40
|
-
this.name = "ActivityWorkerLimitExceeded";
|
|
41
|
-
this.$fault = "client";
|
|
42
|
-
Object.setPrototypeOf(this, ActivityWorkerLimitExceeded.prototype);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
exports.ActivityWorkerLimitExceeded = ActivityWorkerLimitExceeded;
|
|
46
|
-
class InvalidName extends SFNServiceException_1.SFNServiceException {
|
|
47
|
-
constructor(opts) {
|
|
48
|
-
super({
|
|
49
|
-
name: "InvalidName",
|
|
50
|
-
$fault: "client",
|
|
51
|
-
...opts,
|
|
52
|
-
});
|
|
53
|
-
this.name = "InvalidName";
|
|
54
|
-
this.$fault = "client";
|
|
55
|
-
Object.setPrototypeOf(this, InvalidName.prototype);
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
exports.InvalidName = InvalidName;
|
|
59
|
-
class TooManyTags extends SFNServiceException_1.SFNServiceException {
|
|
60
|
-
constructor(opts) {
|
|
61
|
-
super({
|
|
62
|
-
name: "TooManyTags",
|
|
63
|
-
$fault: "client",
|
|
64
|
-
...opts,
|
|
65
|
-
});
|
|
66
|
-
this.name = "TooManyTags";
|
|
67
|
-
this.$fault = "client";
|
|
68
|
-
Object.setPrototypeOf(this, TooManyTags.prototype);
|
|
69
|
-
this.resourceName = opts.resourceName;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
exports.TooManyTags = TooManyTags;
|
|
73
|
-
class ConflictException extends SFNServiceException_1.SFNServiceException {
|
|
74
|
-
constructor(opts) {
|
|
75
|
-
super({
|
|
76
|
-
name: "ConflictException",
|
|
77
|
-
$fault: "client",
|
|
78
|
-
...opts,
|
|
79
|
-
});
|
|
80
|
-
this.name = "ConflictException";
|
|
81
|
-
this.$fault = "client";
|
|
82
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
exports.ConflictException = ConflictException;
|
|
86
|
-
exports.LogLevel = {
|
|
87
|
-
ALL: "ALL",
|
|
88
|
-
ERROR: "ERROR",
|
|
89
|
-
FATAL: "FATAL",
|
|
90
|
-
OFF: "OFF",
|
|
91
|
-
};
|
|
92
|
-
exports.StateMachineType = {
|
|
93
|
-
EXPRESS: "EXPRESS",
|
|
94
|
-
STANDARD: "STANDARD",
|
|
95
|
-
};
|
|
96
|
-
class InvalidArn extends SFNServiceException_1.SFNServiceException {
|
|
97
|
-
constructor(opts) {
|
|
98
|
-
super({
|
|
99
|
-
name: "InvalidArn",
|
|
100
|
-
$fault: "client",
|
|
101
|
-
...opts,
|
|
102
|
-
});
|
|
103
|
-
this.name = "InvalidArn";
|
|
104
|
-
this.$fault = "client";
|
|
105
|
-
Object.setPrototypeOf(this, InvalidArn.prototype);
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
exports.InvalidArn = InvalidArn;
|
|
109
|
-
class InvalidDefinition extends SFNServiceException_1.SFNServiceException {
|
|
110
|
-
constructor(opts) {
|
|
111
|
-
super({
|
|
112
|
-
name: "InvalidDefinition",
|
|
113
|
-
$fault: "client",
|
|
114
|
-
...opts,
|
|
115
|
-
});
|
|
116
|
-
this.name = "InvalidDefinition";
|
|
117
|
-
this.$fault = "client";
|
|
118
|
-
Object.setPrototypeOf(this, InvalidDefinition.prototype);
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
exports.InvalidDefinition = InvalidDefinition;
|
|
122
|
-
class InvalidLoggingConfiguration extends SFNServiceException_1.SFNServiceException {
|
|
123
|
-
constructor(opts) {
|
|
124
|
-
super({
|
|
125
|
-
name: "InvalidLoggingConfiguration",
|
|
126
|
-
$fault: "client",
|
|
127
|
-
...opts,
|
|
128
|
-
});
|
|
129
|
-
this.name = "InvalidLoggingConfiguration";
|
|
130
|
-
this.$fault = "client";
|
|
131
|
-
Object.setPrototypeOf(this, InvalidLoggingConfiguration.prototype);
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
exports.InvalidLoggingConfiguration = InvalidLoggingConfiguration;
|
|
135
|
-
class InvalidTracingConfiguration extends SFNServiceException_1.SFNServiceException {
|
|
136
|
-
constructor(opts) {
|
|
137
|
-
super({
|
|
138
|
-
name: "InvalidTracingConfiguration",
|
|
139
|
-
$fault: "client",
|
|
140
|
-
...opts,
|
|
141
|
-
});
|
|
142
|
-
this.name = "InvalidTracingConfiguration";
|
|
143
|
-
this.$fault = "client";
|
|
144
|
-
Object.setPrototypeOf(this, InvalidTracingConfiguration.prototype);
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
exports.InvalidTracingConfiguration = InvalidTracingConfiguration;
|
|
148
|
-
class StateMachineAlreadyExists extends SFNServiceException_1.SFNServiceException {
|
|
149
|
-
constructor(opts) {
|
|
150
|
-
super({
|
|
151
|
-
name: "StateMachineAlreadyExists",
|
|
152
|
-
$fault: "client",
|
|
153
|
-
...opts,
|
|
154
|
-
});
|
|
155
|
-
this.name = "StateMachineAlreadyExists";
|
|
156
|
-
this.$fault = "client";
|
|
157
|
-
Object.setPrototypeOf(this, StateMachineAlreadyExists.prototype);
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
exports.StateMachineAlreadyExists = StateMachineAlreadyExists;
|
|
161
|
-
class StateMachineDeleting extends SFNServiceException_1.SFNServiceException {
|
|
162
|
-
constructor(opts) {
|
|
163
|
-
super({
|
|
164
|
-
name: "StateMachineDeleting",
|
|
165
|
-
$fault: "client",
|
|
166
|
-
...opts,
|
|
167
|
-
});
|
|
168
|
-
this.name = "StateMachineDeleting";
|
|
169
|
-
this.$fault = "client";
|
|
170
|
-
Object.setPrototypeOf(this, StateMachineDeleting.prototype);
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
exports.StateMachineDeleting = StateMachineDeleting;
|
|
174
|
-
class StateMachineLimitExceeded extends SFNServiceException_1.SFNServiceException {
|
|
175
|
-
constructor(opts) {
|
|
176
|
-
super({
|
|
177
|
-
name: "StateMachineLimitExceeded",
|
|
178
|
-
$fault: "client",
|
|
179
|
-
...opts,
|
|
180
|
-
});
|
|
181
|
-
this.name = "StateMachineLimitExceeded";
|
|
182
|
-
this.$fault = "client";
|
|
183
|
-
Object.setPrototypeOf(this, StateMachineLimitExceeded.prototype);
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
exports.StateMachineLimitExceeded = StateMachineLimitExceeded;
|
|
187
|
-
class StateMachineTypeNotSupported extends SFNServiceException_1.SFNServiceException {
|
|
188
|
-
constructor(opts) {
|
|
189
|
-
super({
|
|
190
|
-
name: "StateMachineTypeNotSupported",
|
|
191
|
-
$fault: "client",
|
|
192
|
-
...opts,
|
|
193
|
-
});
|
|
194
|
-
this.name = "StateMachineTypeNotSupported";
|
|
195
|
-
this.$fault = "client";
|
|
196
|
-
Object.setPrototypeOf(this, StateMachineTypeNotSupported.prototype);
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
exports.StateMachineTypeNotSupported = StateMachineTypeNotSupported;
|
|
200
|
-
exports.ValidationExceptionReason = {
|
|
201
|
-
API_DOES_NOT_SUPPORT_LABELED_ARNS: "API_DOES_NOT_SUPPORT_LABELED_ARNS",
|
|
202
|
-
CANNOT_UPDATE_COMPLETED_MAP_RUN: "CANNOT_UPDATE_COMPLETED_MAP_RUN",
|
|
203
|
-
INVALID_ROUTING_CONFIGURATION: "INVALID_ROUTING_CONFIGURATION",
|
|
204
|
-
MISSING_REQUIRED_PARAMETER: "MISSING_REQUIRED_PARAMETER",
|
|
205
|
-
};
|
|
206
|
-
class ValidationException extends SFNServiceException_1.SFNServiceException {
|
|
207
|
-
constructor(opts) {
|
|
208
|
-
super({
|
|
209
|
-
name: "ValidationException",
|
|
210
|
-
$fault: "client",
|
|
211
|
-
...opts,
|
|
212
|
-
});
|
|
213
|
-
this.name = "ValidationException";
|
|
214
|
-
this.$fault = "client";
|
|
215
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
216
|
-
this.reason = opts.reason;
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
exports.ValidationException = ValidationException;
|
|
220
|
-
class ResourceNotFound extends SFNServiceException_1.SFNServiceException {
|
|
221
|
-
constructor(opts) {
|
|
222
|
-
super({
|
|
223
|
-
name: "ResourceNotFound",
|
|
224
|
-
$fault: "client",
|
|
225
|
-
...opts,
|
|
226
|
-
});
|
|
227
|
-
this.name = "ResourceNotFound";
|
|
228
|
-
this.$fault = "client";
|
|
229
|
-
Object.setPrototypeOf(this, ResourceNotFound.prototype);
|
|
230
|
-
this.resourceName = opts.resourceName;
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
exports.ResourceNotFound = ResourceNotFound;
|
|
234
|
-
class ServiceQuotaExceededException extends SFNServiceException_1.SFNServiceException {
|
|
235
|
-
constructor(opts) {
|
|
236
|
-
super({
|
|
237
|
-
name: "ServiceQuotaExceededException",
|
|
238
|
-
$fault: "client",
|
|
239
|
-
...opts,
|
|
240
|
-
});
|
|
241
|
-
this.name = "ServiceQuotaExceededException";
|
|
242
|
-
this.$fault = "client";
|
|
243
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
247
|
-
exports.ExecutionRedriveStatus = {
|
|
248
|
-
NOT_REDRIVABLE: "NOT_REDRIVABLE",
|
|
249
|
-
REDRIVABLE: "REDRIVABLE",
|
|
250
|
-
REDRIVABLE_BY_MAP_RUN: "REDRIVABLE_BY_MAP_RUN",
|
|
251
|
-
};
|
|
252
|
-
exports.ExecutionStatus = {
|
|
253
|
-
ABORTED: "ABORTED",
|
|
254
|
-
FAILED: "FAILED",
|
|
255
|
-
PENDING_REDRIVE: "PENDING_REDRIVE",
|
|
256
|
-
RUNNING: "RUNNING",
|
|
257
|
-
SUCCEEDED: "SUCCEEDED",
|
|
258
|
-
TIMED_OUT: "TIMED_OUT",
|
|
259
|
-
};
|
|
260
|
-
class ExecutionDoesNotExist extends SFNServiceException_1.SFNServiceException {
|
|
261
|
-
constructor(opts) {
|
|
262
|
-
super({
|
|
263
|
-
name: "ExecutionDoesNotExist",
|
|
264
|
-
$fault: "client",
|
|
265
|
-
...opts,
|
|
266
|
-
});
|
|
267
|
-
this.name = "ExecutionDoesNotExist";
|
|
268
|
-
this.$fault = "client";
|
|
269
|
-
Object.setPrototypeOf(this, ExecutionDoesNotExist.prototype);
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
exports.ExecutionDoesNotExist = ExecutionDoesNotExist;
|
|
273
|
-
exports.MapRunStatus = {
|
|
274
|
-
ABORTED: "ABORTED",
|
|
275
|
-
FAILED: "FAILED",
|
|
276
|
-
RUNNING: "RUNNING",
|
|
277
|
-
SUCCEEDED: "SUCCEEDED",
|
|
278
|
-
};
|
|
279
|
-
exports.StateMachineStatus = {
|
|
280
|
-
ACTIVE: "ACTIVE",
|
|
281
|
-
DELETING: "DELETING",
|
|
282
|
-
};
|
|
283
|
-
class StateMachineDoesNotExist extends SFNServiceException_1.SFNServiceException {
|
|
284
|
-
constructor(opts) {
|
|
285
|
-
super({
|
|
286
|
-
name: "StateMachineDoesNotExist",
|
|
287
|
-
$fault: "client",
|
|
288
|
-
...opts,
|
|
289
|
-
});
|
|
290
|
-
this.name = "StateMachineDoesNotExist";
|
|
291
|
-
this.$fault = "client";
|
|
292
|
-
Object.setPrototypeOf(this, StateMachineDoesNotExist.prototype);
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
exports.StateMachineDoesNotExist = StateMachineDoesNotExist;
|
|
296
|
-
exports.HistoryEventType = {
|
|
297
|
-
ActivityFailed: "ActivityFailed",
|
|
298
|
-
ActivityScheduleFailed: "ActivityScheduleFailed",
|
|
299
|
-
ActivityScheduled: "ActivityScheduled",
|
|
300
|
-
ActivityStarted: "ActivityStarted",
|
|
301
|
-
ActivitySucceeded: "ActivitySucceeded",
|
|
302
|
-
ActivityTimedOut: "ActivityTimedOut",
|
|
303
|
-
ChoiceStateEntered: "ChoiceStateEntered",
|
|
304
|
-
ChoiceStateExited: "ChoiceStateExited",
|
|
305
|
-
ExecutionAborted: "ExecutionAborted",
|
|
306
|
-
ExecutionFailed: "ExecutionFailed",
|
|
307
|
-
ExecutionRedriven: "ExecutionRedriven",
|
|
308
|
-
ExecutionStarted: "ExecutionStarted",
|
|
309
|
-
ExecutionSucceeded: "ExecutionSucceeded",
|
|
310
|
-
ExecutionTimedOut: "ExecutionTimedOut",
|
|
311
|
-
FailStateEntered: "FailStateEntered",
|
|
312
|
-
LambdaFunctionFailed: "LambdaFunctionFailed",
|
|
313
|
-
LambdaFunctionScheduleFailed: "LambdaFunctionScheduleFailed",
|
|
314
|
-
LambdaFunctionScheduled: "LambdaFunctionScheduled",
|
|
315
|
-
LambdaFunctionStartFailed: "LambdaFunctionStartFailed",
|
|
316
|
-
LambdaFunctionStarted: "LambdaFunctionStarted",
|
|
317
|
-
LambdaFunctionSucceeded: "LambdaFunctionSucceeded",
|
|
318
|
-
LambdaFunctionTimedOut: "LambdaFunctionTimedOut",
|
|
319
|
-
MapIterationAborted: "MapIterationAborted",
|
|
320
|
-
MapIterationFailed: "MapIterationFailed",
|
|
321
|
-
MapIterationStarted: "MapIterationStarted",
|
|
322
|
-
MapIterationSucceeded: "MapIterationSucceeded",
|
|
323
|
-
MapRunAborted: "MapRunAborted",
|
|
324
|
-
MapRunFailed: "MapRunFailed",
|
|
325
|
-
MapRunRedriven: "MapRunRedriven",
|
|
326
|
-
MapRunStarted: "MapRunStarted",
|
|
327
|
-
MapRunSucceeded: "MapRunSucceeded",
|
|
328
|
-
MapStateAborted: "MapStateAborted",
|
|
329
|
-
MapStateEntered: "MapStateEntered",
|
|
330
|
-
MapStateExited: "MapStateExited",
|
|
331
|
-
MapStateFailed: "MapStateFailed",
|
|
332
|
-
MapStateStarted: "MapStateStarted",
|
|
333
|
-
MapStateSucceeded: "MapStateSucceeded",
|
|
334
|
-
ParallelStateAborted: "ParallelStateAborted",
|
|
335
|
-
ParallelStateEntered: "ParallelStateEntered",
|
|
336
|
-
ParallelStateExited: "ParallelStateExited",
|
|
337
|
-
ParallelStateFailed: "ParallelStateFailed",
|
|
338
|
-
ParallelStateStarted: "ParallelStateStarted",
|
|
339
|
-
ParallelStateSucceeded: "ParallelStateSucceeded",
|
|
340
|
-
PassStateEntered: "PassStateEntered",
|
|
341
|
-
PassStateExited: "PassStateExited",
|
|
342
|
-
SucceedStateEntered: "SucceedStateEntered",
|
|
343
|
-
SucceedStateExited: "SucceedStateExited",
|
|
344
|
-
TaskFailed: "TaskFailed",
|
|
345
|
-
TaskScheduled: "TaskScheduled",
|
|
346
|
-
TaskStartFailed: "TaskStartFailed",
|
|
347
|
-
TaskStarted: "TaskStarted",
|
|
348
|
-
TaskStateAborted: "TaskStateAborted",
|
|
349
|
-
TaskStateEntered: "TaskStateEntered",
|
|
350
|
-
TaskStateExited: "TaskStateExited",
|
|
351
|
-
TaskSubmitFailed: "TaskSubmitFailed",
|
|
352
|
-
TaskSubmitted: "TaskSubmitted",
|
|
353
|
-
TaskSucceeded: "TaskSucceeded",
|
|
354
|
-
TaskTimedOut: "TaskTimedOut",
|
|
355
|
-
WaitStateAborted: "WaitStateAborted",
|
|
356
|
-
WaitStateEntered: "WaitStateEntered",
|
|
357
|
-
WaitStateExited: "WaitStateExited",
|
|
358
|
-
};
|
|
359
|
-
class InvalidToken extends SFNServiceException_1.SFNServiceException {
|
|
360
|
-
constructor(opts) {
|
|
361
|
-
super({
|
|
362
|
-
name: "InvalidToken",
|
|
363
|
-
$fault: "client",
|
|
364
|
-
...opts,
|
|
365
|
-
});
|
|
366
|
-
this.name = "InvalidToken";
|
|
367
|
-
this.$fault = "client";
|
|
368
|
-
Object.setPrototypeOf(this, InvalidToken.prototype);
|
|
369
|
-
}
|
|
370
|
-
}
|
|
371
|
-
exports.InvalidToken = InvalidToken;
|
|
372
|
-
exports.ExecutionRedriveFilter = {
|
|
373
|
-
NOT_REDRIVEN: "NOT_REDRIVEN",
|
|
374
|
-
REDRIVEN: "REDRIVEN",
|
|
375
|
-
};
|
|
376
|
-
class ExecutionLimitExceeded extends SFNServiceException_1.SFNServiceException {
|
|
377
|
-
constructor(opts) {
|
|
378
|
-
super({
|
|
379
|
-
name: "ExecutionLimitExceeded",
|
|
380
|
-
$fault: "client",
|
|
381
|
-
...opts,
|
|
382
|
-
});
|
|
383
|
-
this.name = "ExecutionLimitExceeded";
|
|
384
|
-
this.$fault = "client";
|
|
385
|
-
Object.setPrototypeOf(this, ExecutionLimitExceeded.prototype);
|
|
386
|
-
}
|
|
387
|
-
}
|
|
388
|
-
exports.ExecutionLimitExceeded = ExecutionLimitExceeded;
|
|
389
|
-
class ExecutionNotRedrivable extends SFNServiceException_1.SFNServiceException {
|
|
390
|
-
constructor(opts) {
|
|
391
|
-
super({
|
|
392
|
-
name: "ExecutionNotRedrivable",
|
|
393
|
-
$fault: "client",
|
|
394
|
-
...opts,
|
|
395
|
-
});
|
|
396
|
-
this.name = "ExecutionNotRedrivable";
|
|
397
|
-
this.$fault = "client";
|
|
398
|
-
Object.setPrototypeOf(this, ExecutionNotRedrivable.prototype);
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
exports.ExecutionNotRedrivable = ExecutionNotRedrivable;
|
|
402
|
-
class TaskDoesNotExist extends SFNServiceException_1.SFNServiceException {
|
|
403
|
-
constructor(opts) {
|
|
404
|
-
super({
|
|
405
|
-
name: "TaskDoesNotExist",
|
|
406
|
-
$fault: "client",
|
|
407
|
-
...opts,
|
|
408
|
-
});
|
|
409
|
-
this.name = "TaskDoesNotExist";
|
|
410
|
-
this.$fault = "client";
|
|
411
|
-
Object.setPrototypeOf(this, TaskDoesNotExist.prototype);
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
exports.TaskDoesNotExist = TaskDoesNotExist;
|
|
415
|
-
class TaskTimedOut extends SFNServiceException_1.SFNServiceException {
|
|
416
|
-
constructor(opts) {
|
|
417
|
-
super({
|
|
418
|
-
name: "TaskTimedOut",
|
|
419
|
-
$fault: "client",
|
|
420
|
-
...opts,
|
|
421
|
-
});
|
|
422
|
-
this.name = "TaskTimedOut";
|
|
423
|
-
this.$fault = "client";
|
|
424
|
-
Object.setPrototypeOf(this, TaskTimedOut.prototype);
|
|
425
|
-
}
|
|
426
|
-
}
|
|
427
|
-
exports.TaskTimedOut = TaskTimedOut;
|
|
428
|
-
class InvalidOutput extends SFNServiceException_1.SFNServiceException {
|
|
429
|
-
constructor(opts) {
|
|
430
|
-
super({
|
|
431
|
-
name: "InvalidOutput",
|
|
432
|
-
$fault: "client",
|
|
433
|
-
...opts,
|
|
434
|
-
});
|
|
435
|
-
this.name = "InvalidOutput";
|
|
436
|
-
this.$fault = "client";
|
|
437
|
-
Object.setPrototypeOf(this, InvalidOutput.prototype);
|
|
438
|
-
}
|
|
439
|
-
}
|
|
440
|
-
exports.InvalidOutput = InvalidOutput;
|
|
441
|
-
class ExecutionAlreadyExists extends SFNServiceException_1.SFNServiceException {
|
|
442
|
-
constructor(opts) {
|
|
443
|
-
super({
|
|
444
|
-
name: "ExecutionAlreadyExists",
|
|
445
|
-
$fault: "client",
|
|
446
|
-
...opts,
|
|
447
|
-
});
|
|
448
|
-
this.name = "ExecutionAlreadyExists";
|
|
449
|
-
this.$fault = "client";
|
|
450
|
-
Object.setPrototypeOf(this, ExecutionAlreadyExists.prototype);
|
|
451
|
-
}
|
|
452
|
-
}
|
|
453
|
-
exports.ExecutionAlreadyExists = ExecutionAlreadyExists;
|
|
454
|
-
class InvalidExecutionInput extends SFNServiceException_1.SFNServiceException {
|
|
455
|
-
constructor(opts) {
|
|
456
|
-
super({
|
|
457
|
-
name: "InvalidExecutionInput",
|
|
458
|
-
$fault: "client",
|
|
459
|
-
...opts,
|
|
460
|
-
});
|
|
461
|
-
this.name = "InvalidExecutionInput";
|
|
462
|
-
this.$fault = "client";
|
|
463
|
-
Object.setPrototypeOf(this, InvalidExecutionInput.prototype);
|
|
464
|
-
}
|
|
465
|
-
}
|
|
466
|
-
exports.InvalidExecutionInput = InvalidExecutionInput;
|
|
467
|
-
exports.SyncExecutionStatus = {
|
|
468
|
-
FAILED: "FAILED",
|
|
469
|
-
SUCCEEDED: "SUCCEEDED",
|
|
470
|
-
TIMED_OUT: "TIMED_OUT",
|
|
471
|
-
};
|
|
472
|
-
exports.InspectionLevel = {
|
|
473
|
-
DEBUG: "DEBUG",
|
|
474
|
-
INFO: "INFO",
|
|
475
|
-
TRACE: "TRACE",
|
|
476
|
-
};
|
|
477
|
-
exports.TestExecutionStatus = {
|
|
478
|
-
CAUGHT_ERROR: "CAUGHT_ERROR",
|
|
479
|
-
FAILED: "FAILED",
|
|
480
|
-
RETRIABLE: "RETRIABLE",
|
|
481
|
-
SUCCEEDED: "SUCCEEDED",
|
|
482
|
-
};
|
|
483
|
-
class MissingRequiredParameter extends SFNServiceException_1.SFNServiceException {
|
|
484
|
-
constructor(opts) {
|
|
485
|
-
super({
|
|
486
|
-
name: "MissingRequiredParameter",
|
|
487
|
-
$fault: "client",
|
|
488
|
-
...opts,
|
|
489
|
-
});
|
|
490
|
-
this.name = "MissingRequiredParameter";
|
|
491
|
-
this.$fault = "client";
|
|
492
|
-
Object.setPrototypeOf(this, MissingRequiredParameter.prototype);
|
|
493
|
-
}
|
|
494
|
-
}
|
|
495
|
-
exports.MissingRequiredParameter = MissingRequiredParameter;
|
|
496
|
-
const ActivityFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
497
|
-
...obj,
|
|
498
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
499
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
500
|
-
});
|
|
501
|
-
exports.ActivityFailedEventDetailsFilterSensitiveLog = ActivityFailedEventDetailsFilterSensitiveLog;
|
|
502
|
-
const ActivityScheduledEventDetailsFilterSensitiveLog = (obj) => ({
|
|
503
|
-
...obj,
|
|
504
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
505
|
-
});
|
|
506
|
-
exports.ActivityScheduledEventDetailsFilterSensitiveLog = ActivityScheduledEventDetailsFilterSensitiveLog;
|
|
507
|
-
const ActivityScheduleFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
508
|
-
...obj,
|
|
509
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
510
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
511
|
-
});
|
|
512
|
-
exports.ActivityScheduleFailedEventDetailsFilterSensitiveLog = ActivityScheduleFailedEventDetailsFilterSensitiveLog;
|
|
513
|
-
const ActivitySucceededEventDetailsFilterSensitiveLog = (obj) => ({
|
|
514
|
-
...obj,
|
|
515
|
-
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
516
|
-
});
|
|
517
|
-
exports.ActivitySucceededEventDetailsFilterSensitiveLog = ActivitySucceededEventDetailsFilterSensitiveLog;
|
|
518
|
-
const ActivityTimedOutEventDetailsFilterSensitiveLog = (obj) => ({
|
|
519
|
-
...obj,
|
|
520
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
521
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
522
|
-
});
|
|
523
|
-
exports.ActivityTimedOutEventDetailsFilterSensitiveLog = ActivityTimedOutEventDetailsFilterSensitiveLog;
|
|
524
|
-
const CreateStateMachineInputFilterSensitiveLog = (obj) => ({
|
|
525
|
-
...obj,
|
|
526
|
-
...(obj.definition && { definition: smithy_client_1.SENSITIVE_STRING }),
|
|
527
|
-
...(obj.versionDescription && { versionDescription: smithy_client_1.SENSITIVE_STRING }),
|
|
528
|
-
});
|
|
529
|
-
exports.CreateStateMachineInputFilterSensitiveLog = CreateStateMachineInputFilterSensitiveLog;
|
|
530
|
-
const CreateStateMachineAliasInputFilterSensitiveLog = (obj) => ({
|
|
531
|
-
...obj,
|
|
532
|
-
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
533
|
-
});
|
|
534
|
-
exports.CreateStateMachineAliasInputFilterSensitiveLog = CreateStateMachineAliasInputFilterSensitiveLog;
|
|
535
|
-
const DescribeExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
536
|
-
...obj,
|
|
537
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
538
|
-
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
539
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
540
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
541
|
-
...(obj.redriveStatusReason && { redriveStatusReason: smithy_client_1.SENSITIVE_STRING }),
|
|
542
|
-
});
|
|
543
|
-
exports.DescribeExecutionOutputFilterSensitiveLog = DescribeExecutionOutputFilterSensitiveLog;
|
|
544
|
-
const DescribeStateMachineOutputFilterSensitiveLog = (obj) => ({
|
|
545
|
-
...obj,
|
|
546
|
-
...(obj.definition && { definition: smithy_client_1.SENSITIVE_STRING }),
|
|
547
|
-
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
548
|
-
});
|
|
549
|
-
exports.DescribeStateMachineOutputFilterSensitiveLog = DescribeStateMachineOutputFilterSensitiveLog;
|
|
550
|
-
const DescribeStateMachineAliasOutputFilterSensitiveLog = (obj) => ({
|
|
551
|
-
...obj,
|
|
552
|
-
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
553
|
-
});
|
|
554
|
-
exports.DescribeStateMachineAliasOutputFilterSensitiveLog = DescribeStateMachineAliasOutputFilterSensitiveLog;
|
|
555
|
-
const DescribeStateMachineForExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
556
|
-
...obj,
|
|
557
|
-
...(obj.definition && { definition: smithy_client_1.SENSITIVE_STRING }),
|
|
558
|
-
});
|
|
559
|
-
exports.DescribeStateMachineForExecutionOutputFilterSensitiveLog = DescribeStateMachineForExecutionOutputFilterSensitiveLog;
|
|
560
|
-
const GetActivityTaskOutputFilterSensitiveLog = (obj) => ({
|
|
561
|
-
...obj,
|
|
562
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
563
|
-
});
|
|
564
|
-
exports.GetActivityTaskOutputFilterSensitiveLog = GetActivityTaskOutputFilterSensitiveLog;
|
|
565
|
-
const ExecutionAbortedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
566
|
-
...obj,
|
|
567
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
568
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
569
|
-
});
|
|
570
|
-
exports.ExecutionAbortedEventDetailsFilterSensitiveLog = ExecutionAbortedEventDetailsFilterSensitiveLog;
|
|
571
|
-
const ExecutionFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
572
|
-
...obj,
|
|
573
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
574
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
575
|
-
});
|
|
576
|
-
exports.ExecutionFailedEventDetailsFilterSensitiveLog = ExecutionFailedEventDetailsFilterSensitiveLog;
|
|
577
|
-
const ExecutionStartedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
578
|
-
...obj,
|
|
579
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
580
|
-
});
|
|
581
|
-
exports.ExecutionStartedEventDetailsFilterSensitiveLog = ExecutionStartedEventDetailsFilterSensitiveLog;
|
|
582
|
-
const ExecutionSucceededEventDetailsFilterSensitiveLog = (obj) => ({
|
|
583
|
-
...obj,
|
|
584
|
-
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
585
|
-
});
|
|
586
|
-
exports.ExecutionSucceededEventDetailsFilterSensitiveLog = ExecutionSucceededEventDetailsFilterSensitiveLog;
|
|
587
|
-
const ExecutionTimedOutEventDetailsFilterSensitiveLog = (obj) => ({
|
|
588
|
-
...obj,
|
|
589
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
590
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
591
|
-
});
|
|
592
|
-
exports.ExecutionTimedOutEventDetailsFilterSensitiveLog = ExecutionTimedOutEventDetailsFilterSensitiveLog;
|
|
593
|
-
const LambdaFunctionFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
594
|
-
...obj,
|
|
595
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
596
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
597
|
-
});
|
|
598
|
-
exports.LambdaFunctionFailedEventDetailsFilterSensitiveLog = LambdaFunctionFailedEventDetailsFilterSensitiveLog;
|
|
599
|
-
const LambdaFunctionScheduledEventDetailsFilterSensitiveLog = (obj) => ({
|
|
600
|
-
...obj,
|
|
601
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
602
|
-
});
|
|
603
|
-
exports.LambdaFunctionScheduledEventDetailsFilterSensitiveLog = LambdaFunctionScheduledEventDetailsFilterSensitiveLog;
|
|
604
|
-
const LambdaFunctionScheduleFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
605
|
-
...obj,
|
|
606
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
607
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
608
|
-
});
|
|
609
|
-
exports.LambdaFunctionScheduleFailedEventDetailsFilterSensitiveLog = LambdaFunctionScheduleFailedEventDetailsFilterSensitiveLog;
|
|
610
|
-
const LambdaFunctionStartFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
611
|
-
...obj,
|
|
612
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
613
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
614
|
-
});
|
|
615
|
-
exports.LambdaFunctionStartFailedEventDetailsFilterSensitiveLog = LambdaFunctionStartFailedEventDetailsFilterSensitiveLog;
|
|
616
|
-
const LambdaFunctionSucceededEventDetailsFilterSensitiveLog = (obj) => ({
|
|
617
|
-
...obj,
|
|
618
|
-
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
619
|
-
});
|
|
620
|
-
exports.LambdaFunctionSucceededEventDetailsFilterSensitiveLog = LambdaFunctionSucceededEventDetailsFilterSensitiveLog;
|
|
621
|
-
const LambdaFunctionTimedOutEventDetailsFilterSensitiveLog = (obj) => ({
|
|
622
|
-
...obj,
|
|
623
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
624
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
625
|
-
});
|
|
626
|
-
exports.LambdaFunctionTimedOutEventDetailsFilterSensitiveLog = LambdaFunctionTimedOutEventDetailsFilterSensitiveLog;
|
|
627
|
-
const MapRunFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
628
|
-
...obj,
|
|
629
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
630
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
631
|
-
});
|
|
632
|
-
exports.MapRunFailedEventDetailsFilterSensitiveLog = MapRunFailedEventDetailsFilterSensitiveLog;
|
|
633
|
-
const StateEnteredEventDetailsFilterSensitiveLog = (obj) => ({
|
|
634
|
-
...obj,
|
|
635
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
636
|
-
});
|
|
637
|
-
exports.StateEnteredEventDetailsFilterSensitiveLog = StateEnteredEventDetailsFilterSensitiveLog;
|
|
638
|
-
const StateExitedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
639
|
-
...obj,
|
|
640
|
-
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
641
|
-
});
|
|
642
|
-
exports.StateExitedEventDetailsFilterSensitiveLog = StateExitedEventDetailsFilterSensitiveLog;
|
|
643
|
-
const TaskFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
644
|
-
...obj,
|
|
645
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
646
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
647
|
-
});
|
|
648
|
-
exports.TaskFailedEventDetailsFilterSensitiveLog = TaskFailedEventDetailsFilterSensitiveLog;
|
|
649
|
-
const TaskScheduledEventDetailsFilterSensitiveLog = (obj) => ({
|
|
650
|
-
...obj,
|
|
651
|
-
...(obj.parameters && { parameters: smithy_client_1.SENSITIVE_STRING }),
|
|
652
|
-
});
|
|
653
|
-
exports.TaskScheduledEventDetailsFilterSensitiveLog = TaskScheduledEventDetailsFilterSensitiveLog;
|
|
654
|
-
const TaskStartFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
655
|
-
...obj,
|
|
656
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
657
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
658
|
-
});
|
|
659
|
-
exports.TaskStartFailedEventDetailsFilterSensitiveLog = TaskStartFailedEventDetailsFilterSensitiveLog;
|
|
660
|
-
const TaskSubmitFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
661
|
-
...obj,
|
|
662
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
663
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
664
|
-
});
|
|
665
|
-
exports.TaskSubmitFailedEventDetailsFilterSensitiveLog = TaskSubmitFailedEventDetailsFilterSensitiveLog;
|
|
666
|
-
const TaskSubmittedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
667
|
-
...obj,
|
|
668
|
-
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
669
|
-
});
|
|
670
|
-
exports.TaskSubmittedEventDetailsFilterSensitiveLog = TaskSubmittedEventDetailsFilterSensitiveLog;
|
|
671
|
-
const TaskSucceededEventDetailsFilterSensitiveLog = (obj) => ({
|
|
672
|
-
...obj,
|
|
673
|
-
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
674
|
-
});
|
|
675
|
-
exports.TaskSucceededEventDetailsFilterSensitiveLog = TaskSucceededEventDetailsFilterSensitiveLog;
|
|
676
|
-
const TaskTimedOutEventDetailsFilterSensitiveLog = (obj) => ({
|
|
677
|
-
...obj,
|
|
678
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
679
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
680
|
-
});
|
|
681
|
-
exports.TaskTimedOutEventDetailsFilterSensitiveLog = TaskTimedOutEventDetailsFilterSensitiveLog;
|
|
682
|
-
const HistoryEventFilterSensitiveLog = (obj) => ({
|
|
683
|
-
...obj,
|
|
684
|
-
...(obj.activityFailedEventDetails && {
|
|
685
|
-
activityFailedEventDetails: (0, exports.ActivityFailedEventDetailsFilterSensitiveLog)(obj.activityFailedEventDetails),
|
|
686
|
-
}),
|
|
687
|
-
...(obj.activityScheduleFailedEventDetails && {
|
|
688
|
-
activityScheduleFailedEventDetails: (0, exports.ActivityScheduleFailedEventDetailsFilterSensitiveLog)(obj.activityScheduleFailedEventDetails),
|
|
689
|
-
}),
|
|
690
|
-
...(obj.activityScheduledEventDetails && {
|
|
691
|
-
activityScheduledEventDetails: (0, exports.ActivityScheduledEventDetailsFilterSensitiveLog)(obj.activityScheduledEventDetails),
|
|
692
|
-
}),
|
|
693
|
-
...(obj.activitySucceededEventDetails && {
|
|
694
|
-
activitySucceededEventDetails: (0, exports.ActivitySucceededEventDetailsFilterSensitiveLog)(obj.activitySucceededEventDetails),
|
|
695
|
-
}),
|
|
696
|
-
...(obj.activityTimedOutEventDetails && {
|
|
697
|
-
activityTimedOutEventDetails: (0, exports.ActivityTimedOutEventDetailsFilterSensitiveLog)(obj.activityTimedOutEventDetails),
|
|
698
|
-
}),
|
|
699
|
-
...(obj.taskFailedEventDetails && {
|
|
700
|
-
taskFailedEventDetails: (0, exports.TaskFailedEventDetailsFilterSensitiveLog)(obj.taskFailedEventDetails),
|
|
701
|
-
}),
|
|
702
|
-
...(obj.taskScheduledEventDetails && {
|
|
703
|
-
taskScheduledEventDetails: (0, exports.TaskScheduledEventDetailsFilterSensitiveLog)(obj.taskScheduledEventDetails),
|
|
704
|
-
}),
|
|
705
|
-
...(obj.taskStartFailedEventDetails && {
|
|
706
|
-
taskStartFailedEventDetails: (0, exports.TaskStartFailedEventDetailsFilterSensitiveLog)(obj.taskStartFailedEventDetails),
|
|
707
|
-
}),
|
|
708
|
-
...(obj.taskSubmitFailedEventDetails && {
|
|
709
|
-
taskSubmitFailedEventDetails: (0, exports.TaskSubmitFailedEventDetailsFilterSensitiveLog)(obj.taskSubmitFailedEventDetails),
|
|
710
|
-
}),
|
|
711
|
-
...(obj.taskSubmittedEventDetails && {
|
|
712
|
-
taskSubmittedEventDetails: (0, exports.TaskSubmittedEventDetailsFilterSensitiveLog)(obj.taskSubmittedEventDetails),
|
|
713
|
-
}),
|
|
714
|
-
...(obj.taskSucceededEventDetails && {
|
|
715
|
-
taskSucceededEventDetails: (0, exports.TaskSucceededEventDetailsFilterSensitiveLog)(obj.taskSucceededEventDetails),
|
|
716
|
-
}),
|
|
717
|
-
...(obj.taskTimedOutEventDetails && {
|
|
718
|
-
taskTimedOutEventDetails: (0, exports.TaskTimedOutEventDetailsFilterSensitiveLog)(obj.taskTimedOutEventDetails),
|
|
719
|
-
}),
|
|
720
|
-
...(obj.executionFailedEventDetails && {
|
|
721
|
-
executionFailedEventDetails: (0, exports.ExecutionFailedEventDetailsFilterSensitiveLog)(obj.executionFailedEventDetails),
|
|
722
|
-
}),
|
|
723
|
-
...(obj.executionStartedEventDetails && {
|
|
724
|
-
executionStartedEventDetails: (0, exports.ExecutionStartedEventDetailsFilterSensitiveLog)(obj.executionStartedEventDetails),
|
|
725
|
-
}),
|
|
726
|
-
...(obj.executionSucceededEventDetails && {
|
|
727
|
-
executionSucceededEventDetails: (0, exports.ExecutionSucceededEventDetailsFilterSensitiveLog)(obj.executionSucceededEventDetails),
|
|
728
|
-
}),
|
|
729
|
-
...(obj.executionAbortedEventDetails && {
|
|
730
|
-
executionAbortedEventDetails: (0, exports.ExecutionAbortedEventDetailsFilterSensitiveLog)(obj.executionAbortedEventDetails),
|
|
731
|
-
}),
|
|
732
|
-
...(obj.executionTimedOutEventDetails && {
|
|
733
|
-
executionTimedOutEventDetails: (0, exports.ExecutionTimedOutEventDetailsFilterSensitiveLog)(obj.executionTimedOutEventDetails),
|
|
734
|
-
}),
|
|
735
|
-
...(obj.lambdaFunctionFailedEventDetails && {
|
|
736
|
-
lambdaFunctionFailedEventDetails: (0, exports.LambdaFunctionFailedEventDetailsFilterSensitiveLog)(obj.lambdaFunctionFailedEventDetails),
|
|
737
|
-
}),
|
|
738
|
-
...(obj.lambdaFunctionScheduleFailedEventDetails && {
|
|
739
|
-
lambdaFunctionScheduleFailedEventDetails: (0, exports.LambdaFunctionScheduleFailedEventDetailsFilterSensitiveLog)(obj.lambdaFunctionScheduleFailedEventDetails),
|
|
740
|
-
}),
|
|
741
|
-
...(obj.lambdaFunctionScheduledEventDetails && {
|
|
742
|
-
lambdaFunctionScheduledEventDetails: (0, exports.LambdaFunctionScheduledEventDetailsFilterSensitiveLog)(obj.lambdaFunctionScheduledEventDetails),
|
|
743
|
-
}),
|
|
744
|
-
...(obj.lambdaFunctionStartFailedEventDetails && {
|
|
745
|
-
lambdaFunctionStartFailedEventDetails: (0, exports.LambdaFunctionStartFailedEventDetailsFilterSensitiveLog)(obj.lambdaFunctionStartFailedEventDetails),
|
|
746
|
-
}),
|
|
747
|
-
...(obj.lambdaFunctionSucceededEventDetails && {
|
|
748
|
-
lambdaFunctionSucceededEventDetails: (0, exports.LambdaFunctionSucceededEventDetailsFilterSensitiveLog)(obj.lambdaFunctionSucceededEventDetails),
|
|
749
|
-
}),
|
|
750
|
-
...(obj.lambdaFunctionTimedOutEventDetails && {
|
|
751
|
-
lambdaFunctionTimedOutEventDetails: (0, exports.LambdaFunctionTimedOutEventDetailsFilterSensitiveLog)(obj.lambdaFunctionTimedOutEventDetails),
|
|
752
|
-
}),
|
|
753
|
-
...(obj.stateEnteredEventDetails && {
|
|
754
|
-
stateEnteredEventDetails: (0, exports.StateEnteredEventDetailsFilterSensitiveLog)(obj.stateEnteredEventDetails),
|
|
755
|
-
}),
|
|
756
|
-
...(obj.stateExitedEventDetails && {
|
|
757
|
-
stateExitedEventDetails: (0, exports.StateExitedEventDetailsFilterSensitiveLog)(obj.stateExitedEventDetails),
|
|
758
|
-
}),
|
|
759
|
-
...(obj.mapRunFailedEventDetails && {
|
|
760
|
-
mapRunFailedEventDetails: (0, exports.MapRunFailedEventDetailsFilterSensitiveLog)(obj.mapRunFailedEventDetails),
|
|
761
|
-
}),
|
|
762
|
-
});
|
|
763
|
-
exports.HistoryEventFilterSensitiveLog = HistoryEventFilterSensitiveLog;
|
|
764
|
-
const GetExecutionHistoryOutputFilterSensitiveLog = (obj) => ({
|
|
765
|
-
...obj,
|
|
766
|
-
...(obj.events && { events: obj.events.map((item) => (0, exports.HistoryEventFilterSensitiveLog)(item)) }),
|
|
767
|
-
});
|
|
768
|
-
exports.GetExecutionHistoryOutputFilterSensitiveLog = GetExecutionHistoryOutputFilterSensitiveLog;
|
|
769
|
-
const PublishStateMachineVersionInputFilterSensitiveLog = (obj) => ({
|
|
770
|
-
...obj,
|
|
771
|
-
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
772
|
-
});
|
|
773
|
-
exports.PublishStateMachineVersionInputFilterSensitiveLog = PublishStateMachineVersionInputFilterSensitiveLog;
|
|
774
|
-
const SendTaskFailureInputFilterSensitiveLog = (obj) => ({
|
|
775
|
-
...obj,
|
|
776
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
777
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
778
|
-
});
|
|
779
|
-
exports.SendTaskFailureInputFilterSensitiveLog = SendTaskFailureInputFilterSensitiveLog;
|
|
780
|
-
const SendTaskSuccessInputFilterSensitiveLog = (obj) => ({
|
|
781
|
-
...obj,
|
|
782
|
-
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
783
|
-
});
|
|
784
|
-
exports.SendTaskSuccessInputFilterSensitiveLog = SendTaskSuccessInputFilterSensitiveLog;
|
|
785
|
-
const StartExecutionInputFilterSensitiveLog = (obj) => ({
|
|
786
|
-
...obj,
|
|
787
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
788
|
-
});
|
|
789
|
-
exports.StartExecutionInputFilterSensitiveLog = StartExecutionInputFilterSensitiveLog;
|
|
790
|
-
const StartSyncExecutionInputFilterSensitiveLog = (obj) => ({
|
|
791
|
-
...obj,
|
|
792
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
793
|
-
});
|
|
794
|
-
exports.StartSyncExecutionInputFilterSensitiveLog = StartSyncExecutionInputFilterSensitiveLog;
|
|
795
|
-
const StartSyncExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
796
|
-
...obj,
|
|
797
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
798
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
799
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
800
|
-
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
801
|
-
});
|
|
802
|
-
exports.StartSyncExecutionOutputFilterSensitiveLog = StartSyncExecutionOutputFilterSensitiveLog;
|
|
803
|
-
const StopExecutionInputFilterSensitiveLog = (obj) => ({
|
|
804
|
-
...obj,
|
|
805
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
806
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
807
|
-
});
|
|
808
|
-
exports.StopExecutionInputFilterSensitiveLog = StopExecutionInputFilterSensitiveLog;
|
|
809
|
-
const TestStateInputFilterSensitiveLog = (obj) => ({
|
|
810
|
-
...obj,
|
|
811
|
-
...(obj.definition && { definition: smithy_client_1.SENSITIVE_STRING }),
|
|
812
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
813
|
-
});
|
|
814
|
-
exports.TestStateInputFilterSensitiveLog = TestStateInputFilterSensitiveLog;
|
|
815
|
-
const InspectionDataFilterSensitiveLog = (obj) => ({
|
|
816
|
-
...obj,
|
|
817
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
818
|
-
...(obj.afterInputPath && { afterInputPath: smithy_client_1.SENSITIVE_STRING }),
|
|
819
|
-
...(obj.afterParameters && { afterParameters: smithy_client_1.SENSITIVE_STRING }),
|
|
820
|
-
...(obj.result && { result: smithy_client_1.SENSITIVE_STRING }),
|
|
821
|
-
...(obj.afterResultSelector && { afterResultSelector: smithy_client_1.SENSITIVE_STRING }),
|
|
822
|
-
...(obj.afterResultPath && { afterResultPath: smithy_client_1.SENSITIVE_STRING }),
|
|
823
|
-
});
|
|
824
|
-
exports.InspectionDataFilterSensitiveLog = InspectionDataFilterSensitiveLog;
|
|
825
|
-
const TestStateOutputFilterSensitiveLog = (obj) => ({
|
|
826
|
-
...obj,
|
|
827
|
-
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
828
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
829
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
830
|
-
...(obj.inspectionData && { inspectionData: smithy_client_1.SENSITIVE_STRING }),
|
|
831
|
-
});
|
|
832
|
-
exports.TestStateOutputFilterSensitiveLog = TestStateOutputFilterSensitiveLog;
|
|
833
|
-
const UpdateStateMachineInputFilterSensitiveLog = (obj) => ({
|
|
834
|
-
...obj,
|
|
835
|
-
...(obj.definition && { definition: smithy_client_1.SENSITIVE_STRING }),
|
|
836
|
-
...(obj.versionDescription && { versionDescription: smithy_client_1.SENSITIVE_STRING }),
|
|
837
|
-
});
|
|
838
|
-
exports.UpdateStateMachineInputFilterSensitiveLog = UpdateStateMachineInputFilterSensitiveLog;
|
|
839
|
-
const UpdateStateMachineAliasInputFilterSensitiveLog = (obj) => ({
|
|
840
|
-
...obj,
|
|
841
|
-
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
842
|
-
});
|
|
843
|
-
exports.UpdateStateMachineAliasInputFilterSensitiveLog = UpdateStateMachineAliasInputFilterSensitiveLog;
|
|
1
|
+
module.exports = require("../index.js");
|