@aws-sdk/client-sfn 3.131.0 → 3.142.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateActivityCommand.js +2 -2
- package/dist-cjs/commands/CreateStateMachineCommand.js +2 -2
- package/dist-cjs/commands/DeleteActivityCommand.js +2 -2
- package/dist-cjs/commands/DeleteStateMachineCommand.js +2 -2
- package/dist-cjs/commands/DescribeActivityCommand.js +2 -2
- package/dist-cjs/commands/DescribeExecutionCommand.js +2 -2
- package/dist-cjs/commands/DescribeStateMachineCommand.js +2 -2
- package/dist-cjs/commands/DescribeStateMachineForExecutionCommand.js +2 -2
- package/dist-cjs/commands/GetActivityTaskCommand.js +2 -2
- package/dist-cjs/commands/GetExecutionHistoryCommand.js +2 -2
- package/dist-cjs/commands/ListActivitiesCommand.js +2 -2
- package/dist-cjs/commands/ListExecutionsCommand.js +2 -2
- package/dist-cjs/commands/ListStateMachinesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/SendTaskFailureCommand.js +2 -2
- package/dist-cjs/commands/SendTaskHeartbeatCommand.js +2 -2
- package/dist-cjs/commands/SendTaskSuccessCommand.js +2 -2
- package/dist-cjs/commands/StartExecutionCommand.js +2 -2
- package/dist-cjs/commands/StartSyncExecutionCommand.js +2 -2
- package/dist-cjs/commands/StopExecutionCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateStateMachineCommand.js +2 -2
- package/dist-cjs/models/models_0.js +484 -658
- package/dist-cjs/protocols/Aws_json1_0.js +115 -193
- package/dist-es/commands/CreateActivityCommand.js +3 -3
- package/dist-es/commands/CreateStateMachineCommand.js +3 -3
- package/dist-es/commands/DeleteActivityCommand.js +3 -3
- package/dist-es/commands/DeleteStateMachineCommand.js +3 -3
- package/dist-es/commands/DescribeActivityCommand.js +3 -3
- package/dist-es/commands/DescribeExecutionCommand.js +3 -3
- package/dist-es/commands/DescribeStateMachineCommand.js +3 -3
- package/dist-es/commands/DescribeStateMachineForExecutionCommand.js +3 -3
- package/dist-es/commands/GetActivityTaskCommand.js +3 -3
- package/dist-es/commands/GetExecutionHistoryCommand.js +3 -3
- package/dist-es/commands/ListActivitiesCommand.js +3 -3
- package/dist-es/commands/ListExecutionsCommand.js +3 -3
- package/dist-es/commands/ListStateMachinesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/SendTaskFailureCommand.js +3 -3
- package/dist-es/commands/SendTaskHeartbeatCommand.js +3 -3
- package/dist-es/commands/SendTaskSuccessCommand.js +3 -3
- package/dist-es/commands/StartExecutionCommand.js +3 -3
- package/dist-es/commands/StartSyncExecutionCommand.js +3 -3
- package/dist-es/commands/StopExecutionCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateStateMachineCommand.js +3 -3
- package/dist-es/models/models_0.js +137 -398
- package/dist-es/protocols/Aws_json1_0.js +185 -194
- package/dist-types/models/models_0.d.ts +348 -522
- package/dist-types/ts3.4/models/models_0.d.ts +174 -348
- package/package.json +6 -6
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
3
|
+
exports.DescribeExecutionOutputFilterSensitiveLog = exports.CloudWatchEventsExecutionDataDetailsFilterSensitiveLog = exports.DescribeExecutionInputFilterSensitiveLog = exports.DescribeActivityOutputFilterSensitiveLog = exports.DescribeActivityInputFilterSensitiveLog = exports.DeleteStateMachineOutputFilterSensitiveLog = exports.DeleteStateMachineInputFilterSensitiveLog = exports.DeleteActivityOutputFilterSensitiveLog = exports.DeleteActivityInputFilterSensitiveLog = exports.CreateStateMachineOutputFilterSensitiveLog = exports.CreateStateMachineInputFilterSensitiveLog = exports.TracingConfigurationFilterSensitiveLog = exports.LoggingConfigurationFilterSensitiveLog = exports.LogDestinationFilterSensitiveLog = exports.CloudWatchLogsLogGroupFilterSensitiveLog = exports.CreateActivityOutputFilterSensitiveLog = exports.CreateActivityInputFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.ActivityTimedOutEventDetailsFilterSensitiveLog = exports.ActivitySucceededEventDetailsFilterSensitiveLog = exports.ActivityStartedEventDetailsFilterSensitiveLog = exports.ActivityScheduleFailedEventDetailsFilterSensitiveLog = exports.ActivityScheduledEventDetailsFilterSensitiveLog = exports.HistoryEventExecutionDataDetailsFilterSensitiveLog = exports.ActivityListItemFilterSensitiveLog = exports.ActivityFailedEventDetailsFilterSensitiveLog = exports.MissingRequiredParameter = exports.InvalidExecutionInput = exports.ExecutionLimitExceeded = exports.ExecutionAlreadyExists = exports.InvalidOutput = exports.TaskTimedOut = exports.TaskDoesNotExist = exports.ResourceNotFound = exports.InvalidToken = exports.StateMachineDoesNotExist = exports.ExecutionDoesNotExist = exports.StateMachineTypeNotSupported = exports.StateMachineLimitExceeded = exports.StateMachineDeleting = exports.StateMachineAlreadyExists = exports.InvalidTracingConfiguration = exports.InvalidLoggingConfiguration = exports.InvalidDefinition = exports.InvalidArn = exports.TooManyTags = exports.InvalidName = exports.ActivityWorkerLimitExceeded = exports.ActivityLimitExceeded = exports.ActivityDoesNotExist = void 0;
|
|
4
|
+
exports.StartExecutionOutputFilterSensitiveLog = exports.StartExecutionInputFilterSensitiveLog = exports.SendTaskSuccessOutputFilterSensitiveLog = exports.SendTaskSuccessInputFilterSensitiveLog = exports.SendTaskHeartbeatOutputFilterSensitiveLog = exports.SendTaskHeartbeatInputFilterSensitiveLog = exports.SendTaskFailureOutputFilterSensitiveLog = exports.SendTaskFailureInputFilterSensitiveLog = exports.ListTagsForResourceOutputFilterSensitiveLog = exports.ListTagsForResourceInputFilterSensitiveLog = exports.ListStateMachinesOutputFilterSensitiveLog = exports.StateMachineListItemFilterSensitiveLog = exports.ListStateMachinesInputFilterSensitiveLog = exports.ListExecutionsOutputFilterSensitiveLog = exports.ExecutionListItemFilterSensitiveLog = exports.ListExecutionsInputFilterSensitiveLog = exports.ListActivitiesOutputFilterSensitiveLog = exports.ListActivitiesInputFilterSensitiveLog = exports.GetExecutionHistoryOutputFilterSensitiveLog = exports.HistoryEventFilterSensitiveLog = exports.TaskTimedOutEventDetailsFilterSensitiveLog = exports.TaskSucceededEventDetailsFilterSensitiveLog = exports.TaskSubmittedEventDetailsFilterSensitiveLog = exports.TaskSubmitFailedEventDetailsFilterSensitiveLog = exports.TaskStartFailedEventDetailsFilterSensitiveLog = exports.TaskStartedEventDetailsFilterSensitiveLog = exports.TaskScheduledEventDetailsFilterSensitiveLog = exports.TaskFailedEventDetailsFilterSensitiveLog = exports.StateExitedEventDetailsFilterSensitiveLog = exports.StateEnteredEventDetailsFilterSensitiveLog = exports.MapStateStartedEventDetailsFilterSensitiveLog = exports.MapIterationEventDetailsFilterSensitiveLog = exports.LambdaFunctionTimedOutEventDetailsFilterSensitiveLog = exports.LambdaFunctionSucceededEventDetailsFilterSensitiveLog = exports.LambdaFunctionStartFailedEventDetailsFilterSensitiveLog = exports.LambdaFunctionScheduleFailedEventDetailsFilterSensitiveLog = exports.LambdaFunctionScheduledEventDetailsFilterSensitiveLog = exports.LambdaFunctionFailedEventDetailsFilterSensitiveLog = exports.ExecutionTimedOutEventDetailsFilterSensitiveLog = exports.ExecutionSucceededEventDetailsFilterSensitiveLog = exports.ExecutionStartedEventDetailsFilterSensitiveLog = exports.ExecutionFailedEventDetailsFilterSensitiveLog = exports.ExecutionAbortedEventDetailsFilterSensitiveLog = exports.GetExecutionHistoryInputFilterSensitiveLog = exports.GetActivityTaskOutputFilterSensitiveLog = exports.GetActivityTaskInputFilterSensitiveLog = exports.DescribeStateMachineForExecutionOutputFilterSensitiveLog = exports.DescribeStateMachineForExecutionInputFilterSensitiveLog = exports.DescribeStateMachineOutputFilterSensitiveLog = exports.DescribeStateMachineInputFilterSensitiveLog = void 0;
|
|
5
|
+
exports.UpdateStateMachineOutputFilterSensitiveLog = exports.UpdateStateMachineInputFilterSensitiveLog = exports.UntagResourceOutputFilterSensitiveLog = exports.UntagResourceInputFilterSensitiveLog = exports.TagResourceOutputFilterSensitiveLog = exports.TagResourceInputFilterSensitiveLog = exports.StopExecutionOutputFilterSensitiveLog = exports.StopExecutionInputFilterSensitiveLog = exports.StartSyncExecutionOutputFilterSensitiveLog = exports.BillingDetailsFilterSensitiveLog = exports.StartSyncExecutionInputFilterSensitiveLog = void 0;
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const SFNServiceException_1 = require("./SFNServiceException");
|
|
8
8
|
class ActivityDoesNotExist extends SFNServiceException_1.SFNServiceException {
|
|
@@ -18,14 +18,6 @@ class ActivityDoesNotExist extends SFNServiceException_1.SFNServiceException {
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
exports.ActivityDoesNotExist = ActivityDoesNotExist;
|
|
21
|
-
var ActivityFailedEventDetails;
|
|
22
|
-
(function (ActivityFailedEventDetails) {
|
|
23
|
-
ActivityFailedEventDetails.filterSensitiveLog = (obj) => ({
|
|
24
|
-
...obj,
|
|
25
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
26
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
27
|
-
});
|
|
28
|
-
})(ActivityFailedEventDetails = exports.ActivityFailedEventDetails || (exports.ActivityFailedEventDetails = {}));
|
|
29
21
|
class ActivityLimitExceeded extends SFNServiceException_1.SFNServiceException {
|
|
30
22
|
constructor(opts) {
|
|
31
23
|
super({
|
|
@@ -39,54 +31,6 @@ class ActivityLimitExceeded extends SFNServiceException_1.SFNServiceException {
|
|
|
39
31
|
}
|
|
40
32
|
}
|
|
41
33
|
exports.ActivityLimitExceeded = ActivityLimitExceeded;
|
|
42
|
-
var ActivityListItem;
|
|
43
|
-
(function (ActivityListItem) {
|
|
44
|
-
ActivityListItem.filterSensitiveLog = (obj) => ({
|
|
45
|
-
...obj,
|
|
46
|
-
});
|
|
47
|
-
})(ActivityListItem = exports.ActivityListItem || (exports.ActivityListItem = {}));
|
|
48
|
-
var HistoryEventExecutionDataDetails;
|
|
49
|
-
(function (HistoryEventExecutionDataDetails) {
|
|
50
|
-
HistoryEventExecutionDataDetails.filterSensitiveLog = (obj) => ({
|
|
51
|
-
...obj,
|
|
52
|
-
});
|
|
53
|
-
})(HistoryEventExecutionDataDetails = exports.HistoryEventExecutionDataDetails || (exports.HistoryEventExecutionDataDetails = {}));
|
|
54
|
-
var ActivityScheduledEventDetails;
|
|
55
|
-
(function (ActivityScheduledEventDetails) {
|
|
56
|
-
ActivityScheduledEventDetails.filterSensitiveLog = (obj) => ({
|
|
57
|
-
...obj,
|
|
58
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
59
|
-
});
|
|
60
|
-
})(ActivityScheduledEventDetails = exports.ActivityScheduledEventDetails || (exports.ActivityScheduledEventDetails = {}));
|
|
61
|
-
var ActivityScheduleFailedEventDetails;
|
|
62
|
-
(function (ActivityScheduleFailedEventDetails) {
|
|
63
|
-
ActivityScheduleFailedEventDetails.filterSensitiveLog = (obj) => ({
|
|
64
|
-
...obj,
|
|
65
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
66
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
67
|
-
});
|
|
68
|
-
})(ActivityScheduleFailedEventDetails = exports.ActivityScheduleFailedEventDetails || (exports.ActivityScheduleFailedEventDetails = {}));
|
|
69
|
-
var ActivityStartedEventDetails;
|
|
70
|
-
(function (ActivityStartedEventDetails) {
|
|
71
|
-
ActivityStartedEventDetails.filterSensitiveLog = (obj) => ({
|
|
72
|
-
...obj,
|
|
73
|
-
});
|
|
74
|
-
})(ActivityStartedEventDetails = exports.ActivityStartedEventDetails || (exports.ActivityStartedEventDetails = {}));
|
|
75
|
-
var ActivitySucceededEventDetails;
|
|
76
|
-
(function (ActivitySucceededEventDetails) {
|
|
77
|
-
ActivitySucceededEventDetails.filterSensitiveLog = (obj) => ({
|
|
78
|
-
...obj,
|
|
79
|
-
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
80
|
-
});
|
|
81
|
-
})(ActivitySucceededEventDetails = exports.ActivitySucceededEventDetails || (exports.ActivitySucceededEventDetails = {}));
|
|
82
|
-
var ActivityTimedOutEventDetails;
|
|
83
|
-
(function (ActivityTimedOutEventDetails) {
|
|
84
|
-
ActivityTimedOutEventDetails.filterSensitiveLog = (obj) => ({
|
|
85
|
-
...obj,
|
|
86
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
87
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
88
|
-
});
|
|
89
|
-
})(ActivityTimedOutEventDetails = exports.ActivityTimedOutEventDetails || (exports.ActivityTimedOutEventDetails = {}));
|
|
90
34
|
class ActivityWorkerLimitExceeded extends SFNServiceException_1.SFNServiceException {
|
|
91
35
|
constructor(opts) {
|
|
92
36
|
super({
|
|
@@ -100,24 +44,6 @@ class ActivityWorkerLimitExceeded extends SFNServiceException_1.SFNServiceExcept
|
|
|
100
44
|
}
|
|
101
45
|
}
|
|
102
46
|
exports.ActivityWorkerLimitExceeded = ActivityWorkerLimitExceeded;
|
|
103
|
-
var Tag;
|
|
104
|
-
(function (Tag) {
|
|
105
|
-
Tag.filterSensitiveLog = (obj) => ({
|
|
106
|
-
...obj,
|
|
107
|
-
});
|
|
108
|
-
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
109
|
-
var CreateActivityInput;
|
|
110
|
-
(function (CreateActivityInput) {
|
|
111
|
-
CreateActivityInput.filterSensitiveLog = (obj) => ({
|
|
112
|
-
...obj,
|
|
113
|
-
});
|
|
114
|
-
})(CreateActivityInput = exports.CreateActivityInput || (exports.CreateActivityInput = {}));
|
|
115
|
-
var CreateActivityOutput;
|
|
116
|
-
(function (CreateActivityOutput) {
|
|
117
|
-
CreateActivityOutput.filterSensitiveLog = (obj) => ({
|
|
118
|
-
...obj,
|
|
119
|
-
});
|
|
120
|
-
})(CreateActivityOutput = exports.CreateActivityOutput || (exports.CreateActivityOutput = {}));
|
|
121
47
|
class InvalidName extends SFNServiceException_1.SFNServiceException {
|
|
122
48
|
constructor(opts) {
|
|
123
49
|
super({
|
|
@@ -145,43 +71,6 @@ class TooManyTags extends SFNServiceException_1.SFNServiceException {
|
|
|
145
71
|
}
|
|
146
72
|
}
|
|
147
73
|
exports.TooManyTags = TooManyTags;
|
|
148
|
-
var CloudWatchLogsLogGroup;
|
|
149
|
-
(function (CloudWatchLogsLogGroup) {
|
|
150
|
-
CloudWatchLogsLogGroup.filterSensitiveLog = (obj) => ({
|
|
151
|
-
...obj,
|
|
152
|
-
});
|
|
153
|
-
})(CloudWatchLogsLogGroup = exports.CloudWatchLogsLogGroup || (exports.CloudWatchLogsLogGroup = {}));
|
|
154
|
-
var LogDestination;
|
|
155
|
-
(function (LogDestination) {
|
|
156
|
-
LogDestination.filterSensitiveLog = (obj) => ({
|
|
157
|
-
...obj,
|
|
158
|
-
});
|
|
159
|
-
})(LogDestination = exports.LogDestination || (exports.LogDestination = {}));
|
|
160
|
-
var LoggingConfiguration;
|
|
161
|
-
(function (LoggingConfiguration) {
|
|
162
|
-
LoggingConfiguration.filterSensitiveLog = (obj) => ({
|
|
163
|
-
...obj,
|
|
164
|
-
});
|
|
165
|
-
})(LoggingConfiguration = exports.LoggingConfiguration || (exports.LoggingConfiguration = {}));
|
|
166
|
-
var TracingConfiguration;
|
|
167
|
-
(function (TracingConfiguration) {
|
|
168
|
-
TracingConfiguration.filterSensitiveLog = (obj) => ({
|
|
169
|
-
...obj,
|
|
170
|
-
});
|
|
171
|
-
})(TracingConfiguration = exports.TracingConfiguration || (exports.TracingConfiguration = {}));
|
|
172
|
-
var CreateStateMachineInput;
|
|
173
|
-
(function (CreateStateMachineInput) {
|
|
174
|
-
CreateStateMachineInput.filterSensitiveLog = (obj) => ({
|
|
175
|
-
...obj,
|
|
176
|
-
...(obj.definition && { definition: smithy_client_1.SENSITIVE_STRING }),
|
|
177
|
-
});
|
|
178
|
-
})(CreateStateMachineInput = exports.CreateStateMachineInput || (exports.CreateStateMachineInput = {}));
|
|
179
|
-
var CreateStateMachineOutput;
|
|
180
|
-
(function (CreateStateMachineOutput) {
|
|
181
|
-
CreateStateMachineOutput.filterSensitiveLog = (obj) => ({
|
|
182
|
-
...obj,
|
|
183
|
-
});
|
|
184
|
-
})(CreateStateMachineOutput = exports.CreateStateMachineOutput || (exports.CreateStateMachineOutput = {}));
|
|
185
74
|
class InvalidArn extends SFNServiceException_1.SFNServiceException {
|
|
186
75
|
constructor(opts) {
|
|
187
76
|
super({
|
|
@@ -286,62 +175,6 @@ class StateMachineTypeNotSupported extends SFNServiceException_1.SFNServiceExcep
|
|
|
286
175
|
}
|
|
287
176
|
}
|
|
288
177
|
exports.StateMachineTypeNotSupported = StateMachineTypeNotSupported;
|
|
289
|
-
var DeleteActivityInput;
|
|
290
|
-
(function (DeleteActivityInput) {
|
|
291
|
-
DeleteActivityInput.filterSensitiveLog = (obj) => ({
|
|
292
|
-
...obj,
|
|
293
|
-
});
|
|
294
|
-
})(DeleteActivityInput = exports.DeleteActivityInput || (exports.DeleteActivityInput = {}));
|
|
295
|
-
var DeleteActivityOutput;
|
|
296
|
-
(function (DeleteActivityOutput) {
|
|
297
|
-
DeleteActivityOutput.filterSensitiveLog = (obj) => ({
|
|
298
|
-
...obj,
|
|
299
|
-
});
|
|
300
|
-
})(DeleteActivityOutput = exports.DeleteActivityOutput || (exports.DeleteActivityOutput = {}));
|
|
301
|
-
var DeleteStateMachineInput;
|
|
302
|
-
(function (DeleteStateMachineInput) {
|
|
303
|
-
DeleteStateMachineInput.filterSensitiveLog = (obj) => ({
|
|
304
|
-
...obj,
|
|
305
|
-
});
|
|
306
|
-
})(DeleteStateMachineInput = exports.DeleteStateMachineInput || (exports.DeleteStateMachineInput = {}));
|
|
307
|
-
var DeleteStateMachineOutput;
|
|
308
|
-
(function (DeleteStateMachineOutput) {
|
|
309
|
-
DeleteStateMachineOutput.filterSensitiveLog = (obj) => ({
|
|
310
|
-
...obj,
|
|
311
|
-
});
|
|
312
|
-
})(DeleteStateMachineOutput = exports.DeleteStateMachineOutput || (exports.DeleteStateMachineOutput = {}));
|
|
313
|
-
var DescribeActivityInput;
|
|
314
|
-
(function (DescribeActivityInput) {
|
|
315
|
-
DescribeActivityInput.filterSensitiveLog = (obj) => ({
|
|
316
|
-
...obj,
|
|
317
|
-
});
|
|
318
|
-
})(DescribeActivityInput = exports.DescribeActivityInput || (exports.DescribeActivityInput = {}));
|
|
319
|
-
var DescribeActivityOutput;
|
|
320
|
-
(function (DescribeActivityOutput) {
|
|
321
|
-
DescribeActivityOutput.filterSensitiveLog = (obj) => ({
|
|
322
|
-
...obj,
|
|
323
|
-
});
|
|
324
|
-
})(DescribeActivityOutput = exports.DescribeActivityOutput || (exports.DescribeActivityOutput = {}));
|
|
325
|
-
var DescribeExecutionInput;
|
|
326
|
-
(function (DescribeExecutionInput) {
|
|
327
|
-
DescribeExecutionInput.filterSensitiveLog = (obj) => ({
|
|
328
|
-
...obj,
|
|
329
|
-
});
|
|
330
|
-
})(DescribeExecutionInput = exports.DescribeExecutionInput || (exports.DescribeExecutionInput = {}));
|
|
331
|
-
var CloudWatchEventsExecutionDataDetails;
|
|
332
|
-
(function (CloudWatchEventsExecutionDataDetails) {
|
|
333
|
-
CloudWatchEventsExecutionDataDetails.filterSensitiveLog = (obj) => ({
|
|
334
|
-
...obj,
|
|
335
|
-
});
|
|
336
|
-
})(CloudWatchEventsExecutionDataDetails = exports.CloudWatchEventsExecutionDataDetails || (exports.CloudWatchEventsExecutionDataDetails = {}));
|
|
337
|
-
var DescribeExecutionOutput;
|
|
338
|
-
(function (DescribeExecutionOutput) {
|
|
339
|
-
DescribeExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
340
|
-
...obj,
|
|
341
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
342
|
-
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
343
|
-
});
|
|
344
|
-
})(DescribeExecutionOutput = exports.DescribeExecutionOutput || (exports.DescribeExecutionOutput = {}));
|
|
345
178
|
class ExecutionDoesNotExist extends SFNServiceException_1.SFNServiceException {
|
|
346
179
|
constructor(opts) {
|
|
347
180
|
super({
|
|
@@ -355,19 +188,6 @@ class ExecutionDoesNotExist extends SFNServiceException_1.SFNServiceException {
|
|
|
355
188
|
}
|
|
356
189
|
}
|
|
357
190
|
exports.ExecutionDoesNotExist = ExecutionDoesNotExist;
|
|
358
|
-
var DescribeStateMachineInput;
|
|
359
|
-
(function (DescribeStateMachineInput) {
|
|
360
|
-
DescribeStateMachineInput.filterSensitiveLog = (obj) => ({
|
|
361
|
-
...obj,
|
|
362
|
-
});
|
|
363
|
-
})(DescribeStateMachineInput = exports.DescribeStateMachineInput || (exports.DescribeStateMachineInput = {}));
|
|
364
|
-
var DescribeStateMachineOutput;
|
|
365
|
-
(function (DescribeStateMachineOutput) {
|
|
366
|
-
DescribeStateMachineOutput.filterSensitiveLog = (obj) => ({
|
|
367
|
-
...obj,
|
|
368
|
-
...(obj.definition && { definition: smithy_client_1.SENSITIVE_STRING }),
|
|
369
|
-
});
|
|
370
|
-
})(DescribeStateMachineOutput = exports.DescribeStateMachineOutput || (exports.DescribeStateMachineOutput = {}));
|
|
371
191
|
class StateMachineDoesNotExist extends SFNServiceException_1.SFNServiceException {
|
|
372
192
|
constructor(opts) {
|
|
373
193
|
super({
|
|
@@ -381,295 +201,6 @@ class StateMachineDoesNotExist extends SFNServiceException_1.SFNServiceException
|
|
|
381
201
|
}
|
|
382
202
|
}
|
|
383
203
|
exports.StateMachineDoesNotExist = StateMachineDoesNotExist;
|
|
384
|
-
var DescribeStateMachineForExecutionInput;
|
|
385
|
-
(function (DescribeStateMachineForExecutionInput) {
|
|
386
|
-
DescribeStateMachineForExecutionInput.filterSensitiveLog = (obj) => ({
|
|
387
|
-
...obj,
|
|
388
|
-
});
|
|
389
|
-
})(DescribeStateMachineForExecutionInput = exports.DescribeStateMachineForExecutionInput || (exports.DescribeStateMachineForExecutionInput = {}));
|
|
390
|
-
var DescribeStateMachineForExecutionOutput;
|
|
391
|
-
(function (DescribeStateMachineForExecutionOutput) {
|
|
392
|
-
DescribeStateMachineForExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
393
|
-
...obj,
|
|
394
|
-
...(obj.definition && { definition: smithy_client_1.SENSITIVE_STRING }),
|
|
395
|
-
});
|
|
396
|
-
})(DescribeStateMachineForExecutionOutput = exports.DescribeStateMachineForExecutionOutput || (exports.DescribeStateMachineForExecutionOutput = {}));
|
|
397
|
-
var GetActivityTaskInput;
|
|
398
|
-
(function (GetActivityTaskInput) {
|
|
399
|
-
GetActivityTaskInput.filterSensitiveLog = (obj) => ({
|
|
400
|
-
...obj,
|
|
401
|
-
});
|
|
402
|
-
})(GetActivityTaskInput = exports.GetActivityTaskInput || (exports.GetActivityTaskInput = {}));
|
|
403
|
-
var GetActivityTaskOutput;
|
|
404
|
-
(function (GetActivityTaskOutput) {
|
|
405
|
-
GetActivityTaskOutput.filterSensitiveLog = (obj) => ({
|
|
406
|
-
...obj,
|
|
407
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
408
|
-
});
|
|
409
|
-
})(GetActivityTaskOutput = exports.GetActivityTaskOutput || (exports.GetActivityTaskOutput = {}));
|
|
410
|
-
var GetExecutionHistoryInput;
|
|
411
|
-
(function (GetExecutionHistoryInput) {
|
|
412
|
-
GetExecutionHistoryInput.filterSensitiveLog = (obj) => ({
|
|
413
|
-
...obj,
|
|
414
|
-
});
|
|
415
|
-
})(GetExecutionHistoryInput = exports.GetExecutionHistoryInput || (exports.GetExecutionHistoryInput = {}));
|
|
416
|
-
var ExecutionAbortedEventDetails;
|
|
417
|
-
(function (ExecutionAbortedEventDetails) {
|
|
418
|
-
ExecutionAbortedEventDetails.filterSensitiveLog = (obj) => ({
|
|
419
|
-
...obj,
|
|
420
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
421
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
422
|
-
});
|
|
423
|
-
})(ExecutionAbortedEventDetails = exports.ExecutionAbortedEventDetails || (exports.ExecutionAbortedEventDetails = {}));
|
|
424
|
-
var ExecutionFailedEventDetails;
|
|
425
|
-
(function (ExecutionFailedEventDetails) {
|
|
426
|
-
ExecutionFailedEventDetails.filterSensitiveLog = (obj) => ({
|
|
427
|
-
...obj,
|
|
428
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
429
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
430
|
-
});
|
|
431
|
-
})(ExecutionFailedEventDetails = exports.ExecutionFailedEventDetails || (exports.ExecutionFailedEventDetails = {}));
|
|
432
|
-
var ExecutionStartedEventDetails;
|
|
433
|
-
(function (ExecutionStartedEventDetails) {
|
|
434
|
-
ExecutionStartedEventDetails.filterSensitiveLog = (obj) => ({
|
|
435
|
-
...obj,
|
|
436
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
437
|
-
});
|
|
438
|
-
})(ExecutionStartedEventDetails = exports.ExecutionStartedEventDetails || (exports.ExecutionStartedEventDetails = {}));
|
|
439
|
-
var ExecutionSucceededEventDetails;
|
|
440
|
-
(function (ExecutionSucceededEventDetails) {
|
|
441
|
-
ExecutionSucceededEventDetails.filterSensitiveLog = (obj) => ({
|
|
442
|
-
...obj,
|
|
443
|
-
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
444
|
-
});
|
|
445
|
-
})(ExecutionSucceededEventDetails = exports.ExecutionSucceededEventDetails || (exports.ExecutionSucceededEventDetails = {}));
|
|
446
|
-
var ExecutionTimedOutEventDetails;
|
|
447
|
-
(function (ExecutionTimedOutEventDetails) {
|
|
448
|
-
ExecutionTimedOutEventDetails.filterSensitiveLog = (obj) => ({
|
|
449
|
-
...obj,
|
|
450
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
451
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
452
|
-
});
|
|
453
|
-
})(ExecutionTimedOutEventDetails = exports.ExecutionTimedOutEventDetails || (exports.ExecutionTimedOutEventDetails = {}));
|
|
454
|
-
var LambdaFunctionFailedEventDetails;
|
|
455
|
-
(function (LambdaFunctionFailedEventDetails) {
|
|
456
|
-
LambdaFunctionFailedEventDetails.filterSensitiveLog = (obj) => ({
|
|
457
|
-
...obj,
|
|
458
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
459
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
460
|
-
});
|
|
461
|
-
})(LambdaFunctionFailedEventDetails = exports.LambdaFunctionFailedEventDetails || (exports.LambdaFunctionFailedEventDetails = {}));
|
|
462
|
-
var LambdaFunctionScheduledEventDetails;
|
|
463
|
-
(function (LambdaFunctionScheduledEventDetails) {
|
|
464
|
-
LambdaFunctionScheduledEventDetails.filterSensitiveLog = (obj) => ({
|
|
465
|
-
...obj,
|
|
466
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
467
|
-
});
|
|
468
|
-
})(LambdaFunctionScheduledEventDetails = exports.LambdaFunctionScheduledEventDetails || (exports.LambdaFunctionScheduledEventDetails = {}));
|
|
469
|
-
var LambdaFunctionScheduleFailedEventDetails;
|
|
470
|
-
(function (LambdaFunctionScheduleFailedEventDetails) {
|
|
471
|
-
LambdaFunctionScheduleFailedEventDetails.filterSensitiveLog = (obj) => ({
|
|
472
|
-
...obj,
|
|
473
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
474
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
475
|
-
});
|
|
476
|
-
})(LambdaFunctionScheduleFailedEventDetails = exports.LambdaFunctionScheduleFailedEventDetails || (exports.LambdaFunctionScheduleFailedEventDetails = {}));
|
|
477
|
-
var LambdaFunctionStartFailedEventDetails;
|
|
478
|
-
(function (LambdaFunctionStartFailedEventDetails) {
|
|
479
|
-
LambdaFunctionStartFailedEventDetails.filterSensitiveLog = (obj) => ({
|
|
480
|
-
...obj,
|
|
481
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
482
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
483
|
-
});
|
|
484
|
-
})(LambdaFunctionStartFailedEventDetails = exports.LambdaFunctionStartFailedEventDetails || (exports.LambdaFunctionStartFailedEventDetails = {}));
|
|
485
|
-
var LambdaFunctionSucceededEventDetails;
|
|
486
|
-
(function (LambdaFunctionSucceededEventDetails) {
|
|
487
|
-
LambdaFunctionSucceededEventDetails.filterSensitiveLog = (obj) => ({
|
|
488
|
-
...obj,
|
|
489
|
-
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
490
|
-
});
|
|
491
|
-
})(LambdaFunctionSucceededEventDetails = exports.LambdaFunctionSucceededEventDetails || (exports.LambdaFunctionSucceededEventDetails = {}));
|
|
492
|
-
var LambdaFunctionTimedOutEventDetails;
|
|
493
|
-
(function (LambdaFunctionTimedOutEventDetails) {
|
|
494
|
-
LambdaFunctionTimedOutEventDetails.filterSensitiveLog = (obj) => ({
|
|
495
|
-
...obj,
|
|
496
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
497
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
498
|
-
});
|
|
499
|
-
})(LambdaFunctionTimedOutEventDetails = exports.LambdaFunctionTimedOutEventDetails || (exports.LambdaFunctionTimedOutEventDetails = {}));
|
|
500
|
-
var MapIterationEventDetails;
|
|
501
|
-
(function (MapIterationEventDetails) {
|
|
502
|
-
MapIterationEventDetails.filterSensitiveLog = (obj) => ({
|
|
503
|
-
...obj,
|
|
504
|
-
});
|
|
505
|
-
})(MapIterationEventDetails = exports.MapIterationEventDetails || (exports.MapIterationEventDetails = {}));
|
|
506
|
-
var MapStateStartedEventDetails;
|
|
507
|
-
(function (MapStateStartedEventDetails) {
|
|
508
|
-
MapStateStartedEventDetails.filterSensitiveLog = (obj) => ({
|
|
509
|
-
...obj,
|
|
510
|
-
});
|
|
511
|
-
})(MapStateStartedEventDetails = exports.MapStateStartedEventDetails || (exports.MapStateStartedEventDetails = {}));
|
|
512
|
-
var StateEnteredEventDetails;
|
|
513
|
-
(function (StateEnteredEventDetails) {
|
|
514
|
-
StateEnteredEventDetails.filterSensitiveLog = (obj) => ({
|
|
515
|
-
...obj,
|
|
516
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
517
|
-
});
|
|
518
|
-
})(StateEnteredEventDetails = exports.StateEnteredEventDetails || (exports.StateEnteredEventDetails = {}));
|
|
519
|
-
var StateExitedEventDetails;
|
|
520
|
-
(function (StateExitedEventDetails) {
|
|
521
|
-
StateExitedEventDetails.filterSensitiveLog = (obj) => ({
|
|
522
|
-
...obj,
|
|
523
|
-
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
524
|
-
});
|
|
525
|
-
})(StateExitedEventDetails = exports.StateExitedEventDetails || (exports.StateExitedEventDetails = {}));
|
|
526
|
-
var TaskFailedEventDetails;
|
|
527
|
-
(function (TaskFailedEventDetails) {
|
|
528
|
-
TaskFailedEventDetails.filterSensitiveLog = (obj) => ({
|
|
529
|
-
...obj,
|
|
530
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
531
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
532
|
-
});
|
|
533
|
-
})(TaskFailedEventDetails = exports.TaskFailedEventDetails || (exports.TaskFailedEventDetails = {}));
|
|
534
|
-
var TaskScheduledEventDetails;
|
|
535
|
-
(function (TaskScheduledEventDetails) {
|
|
536
|
-
TaskScheduledEventDetails.filterSensitiveLog = (obj) => ({
|
|
537
|
-
...obj,
|
|
538
|
-
...(obj.parameters && { parameters: smithy_client_1.SENSITIVE_STRING }),
|
|
539
|
-
});
|
|
540
|
-
})(TaskScheduledEventDetails = exports.TaskScheduledEventDetails || (exports.TaskScheduledEventDetails = {}));
|
|
541
|
-
var TaskStartedEventDetails;
|
|
542
|
-
(function (TaskStartedEventDetails) {
|
|
543
|
-
TaskStartedEventDetails.filterSensitiveLog = (obj) => ({
|
|
544
|
-
...obj,
|
|
545
|
-
});
|
|
546
|
-
})(TaskStartedEventDetails = exports.TaskStartedEventDetails || (exports.TaskStartedEventDetails = {}));
|
|
547
|
-
var TaskStartFailedEventDetails;
|
|
548
|
-
(function (TaskStartFailedEventDetails) {
|
|
549
|
-
TaskStartFailedEventDetails.filterSensitiveLog = (obj) => ({
|
|
550
|
-
...obj,
|
|
551
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
552
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
553
|
-
});
|
|
554
|
-
})(TaskStartFailedEventDetails = exports.TaskStartFailedEventDetails || (exports.TaskStartFailedEventDetails = {}));
|
|
555
|
-
var TaskSubmitFailedEventDetails;
|
|
556
|
-
(function (TaskSubmitFailedEventDetails) {
|
|
557
|
-
TaskSubmitFailedEventDetails.filterSensitiveLog = (obj) => ({
|
|
558
|
-
...obj,
|
|
559
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
560
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
561
|
-
});
|
|
562
|
-
})(TaskSubmitFailedEventDetails = exports.TaskSubmitFailedEventDetails || (exports.TaskSubmitFailedEventDetails = {}));
|
|
563
|
-
var TaskSubmittedEventDetails;
|
|
564
|
-
(function (TaskSubmittedEventDetails) {
|
|
565
|
-
TaskSubmittedEventDetails.filterSensitiveLog = (obj) => ({
|
|
566
|
-
...obj,
|
|
567
|
-
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
568
|
-
});
|
|
569
|
-
})(TaskSubmittedEventDetails = exports.TaskSubmittedEventDetails || (exports.TaskSubmittedEventDetails = {}));
|
|
570
|
-
var TaskSucceededEventDetails;
|
|
571
|
-
(function (TaskSucceededEventDetails) {
|
|
572
|
-
TaskSucceededEventDetails.filterSensitiveLog = (obj) => ({
|
|
573
|
-
...obj,
|
|
574
|
-
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
575
|
-
});
|
|
576
|
-
})(TaskSucceededEventDetails = exports.TaskSucceededEventDetails || (exports.TaskSucceededEventDetails = {}));
|
|
577
|
-
var TaskTimedOutEventDetails;
|
|
578
|
-
(function (TaskTimedOutEventDetails) {
|
|
579
|
-
TaskTimedOutEventDetails.filterSensitiveLog = (obj) => ({
|
|
580
|
-
...obj,
|
|
581
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
582
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
583
|
-
});
|
|
584
|
-
})(TaskTimedOutEventDetails = exports.TaskTimedOutEventDetails || (exports.TaskTimedOutEventDetails = {}));
|
|
585
|
-
var HistoryEvent;
|
|
586
|
-
(function (HistoryEvent) {
|
|
587
|
-
HistoryEvent.filterSensitiveLog = (obj) => ({
|
|
588
|
-
...obj,
|
|
589
|
-
...(obj.activityFailedEventDetails && {
|
|
590
|
-
activityFailedEventDetails: ActivityFailedEventDetails.filterSensitiveLog(obj.activityFailedEventDetails),
|
|
591
|
-
}),
|
|
592
|
-
...(obj.activityScheduleFailedEventDetails && {
|
|
593
|
-
activityScheduleFailedEventDetails: ActivityScheduleFailedEventDetails.filterSensitiveLog(obj.activityScheduleFailedEventDetails),
|
|
594
|
-
}),
|
|
595
|
-
...(obj.activityScheduledEventDetails && {
|
|
596
|
-
activityScheduledEventDetails: ActivityScheduledEventDetails.filterSensitiveLog(obj.activityScheduledEventDetails),
|
|
597
|
-
}),
|
|
598
|
-
...(obj.activitySucceededEventDetails && {
|
|
599
|
-
activitySucceededEventDetails: ActivitySucceededEventDetails.filterSensitiveLog(obj.activitySucceededEventDetails),
|
|
600
|
-
}),
|
|
601
|
-
...(obj.activityTimedOutEventDetails && {
|
|
602
|
-
activityTimedOutEventDetails: ActivityTimedOutEventDetails.filterSensitiveLog(obj.activityTimedOutEventDetails),
|
|
603
|
-
}),
|
|
604
|
-
...(obj.taskFailedEventDetails && {
|
|
605
|
-
taskFailedEventDetails: TaskFailedEventDetails.filterSensitiveLog(obj.taskFailedEventDetails),
|
|
606
|
-
}),
|
|
607
|
-
...(obj.taskScheduledEventDetails && {
|
|
608
|
-
taskScheduledEventDetails: TaskScheduledEventDetails.filterSensitiveLog(obj.taskScheduledEventDetails),
|
|
609
|
-
}),
|
|
610
|
-
...(obj.taskStartFailedEventDetails && {
|
|
611
|
-
taskStartFailedEventDetails: TaskStartFailedEventDetails.filterSensitiveLog(obj.taskStartFailedEventDetails),
|
|
612
|
-
}),
|
|
613
|
-
...(obj.taskSubmitFailedEventDetails && {
|
|
614
|
-
taskSubmitFailedEventDetails: TaskSubmitFailedEventDetails.filterSensitiveLog(obj.taskSubmitFailedEventDetails),
|
|
615
|
-
}),
|
|
616
|
-
...(obj.taskSubmittedEventDetails && {
|
|
617
|
-
taskSubmittedEventDetails: TaskSubmittedEventDetails.filterSensitiveLog(obj.taskSubmittedEventDetails),
|
|
618
|
-
}),
|
|
619
|
-
...(obj.taskSucceededEventDetails && {
|
|
620
|
-
taskSucceededEventDetails: TaskSucceededEventDetails.filterSensitiveLog(obj.taskSucceededEventDetails),
|
|
621
|
-
}),
|
|
622
|
-
...(obj.taskTimedOutEventDetails && {
|
|
623
|
-
taskTimedOutEventDetails: TaskTimedOutEventDetails.filterSensitiveLog(obj.taskTimedOutEventDetails),
|
|
624
|
-
}),
|
|
625
|
-
...(obj.executionFailedEventDetails && {
|
|
626
|
-
executionFailedEventDetails: ExecutionFailedEventDetails.filterSensitiveLog(obj.executionFailedEventDetails),
|
|
627
|
-
}),
|
|
628
|
-
...(obj.executionStartedEventDetails && {
|
|
629
|
-
executionStartedEventDetails: ExecutionStartedEventDetails.filterSensitiveLog(obj.executionStartedEventDetails),
|
|
630
|
-
}),
|
|
631
|
-
...(obj.executionSucceededEventDetails && {
|
|
632
|
-
executionSucceededEventDetails: ExecutionSucceededEventDetails.filterSensitiveLog(obj.executionSucceededEventDetails),
|
|
633
|
-
}),
|
|
634
|
-
...(obj.executionAbortedEventDetails && {
|
|
635
|
-
executionAbortedEventDetails: ExecutionAbortedEventDetails.filterSensitiveLog(obj.executionAbortedEventDetails),
|
|
636
|
-
}),
|
|
637
|
-
...(obj.executionTimedOutEventDetails && {
|
|
638
|
-
executionTimedOutEventDetails: ExecutionTimedOutEventDetails.filterSensitiveLog(obj.executionTimedOutEventDetails),
|
|
639
|
-
}),
|
|
640
|
-
...(obj.lambdaFunctionFailedEventDetails && {
|
|
641
|
-
lambdaFunctionFailedEventDetails: LambdaFunctionFailedEventDetails.filterSensitiveLog(obj.lambdaFunctionFailedEventDetails),
|
|
642
|
-
}),
|
|
643
|
-
...(obj.lambdaFunctionScheduleFailedEventDetails && {
|
|
644
|
-
lambdaFunctionScheduleFailedEventDetails: LambdaFunctionScheduleFailedEventDetails.filterSensitiveLog(obj.lambdaFunctionScheduleFailedEventDetails),
|
|
645
|
-
}),
|
|
646
|
-
...(obj.lambdaFunctionScheduledEventDetails && {
|
|
647
|
-
lambdaFunctionScheduledEventDetails: LambdaFunctionScheduledEventDetails.filterSensitiveLog(obj.lambdaFunctionScheduledEventDetails),
|
|
648
|
-
}),
|
|
649
|
-
...(obj.lambdaFunctionStartFailedEventDetails && {
|
|
650
|
-
lambdaFunctionStartFailedEventDetails: LambdaFunctionStartFailedEventDetails.filterSensitiveLog(obj.lambdaFunctionStartFailedEventDetails),
|
|
651
|
-
}),
|
|
652
|
-
...(obj.lambdaFunctionSucceededEventDetails && {
|
|
653
|
-
lambdaFunctionSucceededEventDetails: LambdaFunctionSucceededEventDetails.filterSensitiveLog(obj.lambdaFunctionSucceededEventDetails),
|
|
654
|
-
}),
|
|
655
|
-
...(obj.lambdaFunctionTimedOutEventDetails && {
|
|
656
|
-
lambdaFunctionTimedOutEventDetails: LambdaFunctionTimedOutEventDetails.filterSensitiveLog(obj.lambdaFunctionTimedOutEventDetails),
|
|
657
|
-
}),
|
|
658
|
-
...(obj.stateEnteredEventDetails && {
|
|
659
|
-
stateEnteredEventDetails: StateEnteredEventDetails.filterSensitiveLog(obj.stateEnteredEventDetails),
|
|
660
|
-
}),
|
|
661
|
-
...(obj.stateExitedEventDetails && {
|
|
662
|
-
stateExitedEventDetails: StateExitedEventDetails.filterSensitiveLog(obj.stateExitedEventDetails),
|
|
663
|
-
}),
|
|
664
|
-
});
|
|
665
|
-
})(HistoryEvent = exports.HistoryEvent || (exports.HistoryEvent = {}));
|
|
666
|
-
var GetExecutionHistoryOutput;
|
|
667
|
-
(function (GetExecutionHistoryOutput) {
|
|
668
|
-
GetExecutionHistoryOutput.filterSensitiveLog = (obj) => ({
|
|
669
|
-
...obj,
|
|
670
|
-
...(obj.events && { events: obj.events.map((item) => HistoryEvent.filterSensitiveLog(item)) }),
|
|
671
|
-
});
|
|
672
|
-
})(GetExecutionHistoryOutput = exports.GetExecutionHistoryOutput || (exports.GetExecutionHistoryOutput = {}));
|
|
673
204
|
class InvalidToken extends SFNServiceException_1.SFNServiceException {
|
|
674
205
|
constructor(opts) {
|
|
675
206
|
super({
|
|
@@ -683,66 +214,6 @@ class InvalidToken extends SFNServiceException_1.SFNServiceException {
|
|
|
683
214
|
}
|
|
684
215
|
}
|
|
685
216
|
exports.InvalidToken = InvalidToken;
|
|
686
|
-
var ListActivitiesInput;
|
|
687
|
-
(function (ListActivitiesInput) {
|
|
688
|
-
ListActivitiesInput.filterSensitiveLog = (obj) => ({
|
|
689
|
-
...obj,
|
|
690
|
-
});
|
|
691
|
-
})(ListActivitiesInput = exports.ListActivitiesInput || (exports.ListActivitiesInput = {}));
|
|
692
|
-
var ListActivitiesOutput;
|
|
693
|
-
(function (ListActivitiesOutput) {
|
|
694
|
-
ListActivitiesOutput.filterSensitiveLog = (obj) => ({
|
|
695
|
-
...obj,
|
|
696
|
-
});
|
|
697
|
-
})(ListActivitiesOutput = exports.ListActivitiesOutput || (exports.ListActivitiesOutput = {}));
|
|
698
|
-
var ListExecutionsInput;
|
|
699
|
-
(function (ListExecutionsInput) {
|
|
700
|
-
ListExecutionsInput.filterSensitiveLog = (obj) => ({
|
|
701
|
-
...obj,
|
|
702
|
-
});
|
|
703
|
-
})(ListExecutionsInput = exports.ListExecutionsInput || (exports.ListExecutionsInput = {}));
|
|
704
|
-
var ExecutionListItem;
|
|
705
|
-
(function (ExecutionListItem) {
|
|
706
|
-
ExecutionListItem.filterSensitiveLog = (obj) => ({
|
|
707
|
-
...obj,
|
|
708
|
-
});
|
|
709
|
-
})(ExecutionListItem = exports.ExecutionListItem || (exports.ExecutionListItem = {}));
|
|
710
|
-
var ListExecutionsOutput;
|
|
711
|
-
(function (ListExecutionsOutput) {
|
|
712
|
-
ListExecutionsOutput.filterSensitiveLog = (obj) => ({
|
|
713
|
-
...obj,
|
|
714
|
-
});
|
|
715
|
-
})(ListExecutionsOutput = exports.ListExecutionsOutput || (exports.ListExecutionsOutput = {}));
|
|
716
|
-
var ListStateMachinesInput;
|
|
717
|
-
(function (ListStateMachinesInput) {
|
|
718
|
-
ListStateMachinesInput.filterSensitiveLog = (obj) => ({
|
|
719
|
-
...obj,
|
|
720
|
-
});
|
|
721
|
-
})(ListStateMachinesInput = exports.ListStateMachinesInput || (exports.ListStateMachinesInput = {}));
|
|
722
|
-
var StateMachineListItem;
|
|
723
|
-
(function (StateMachineListItem) {
|
|
724
|
-
StateMachineListItem.filterSensitiveLog = (obj) => ({
|
|
725
|
-
...obj,
|
|
726
|
-
});
|
|
727
|
-
})(StateMachineListItem = exports.StateMachineListItem || (exports.StateMachineListItem = {}));
|
|
728
|
-
var ListStateMachinesOutput;
|
|
729
|
-
(function (ListStateMachinesOutput) {
|
|
730
|
-
ListStateMachinesOutput.filterSensitiveLog = (obj) => ({
|
|
731
|
-
...obj,
|
|
732
|
-
});
|
|
733
|
-
})(ListStateMachinesOutput = exports.ListStateMachinesOutput || (exports.ListStateMachinesOutput = {}));
|
|
734
|
-
var ListTagsForResourceInput;
|
|
735
|
-
(function (ListTagsForResourceInput) {
|
|
736
|
-
ListTagsForResourceInput.filterSensitiveLog = (obj) => ({
|
|
737
|
-
...obj,
|
|
738
|
-
});
|
|
739
|
-
})(ListTagsForResourceInput = exports.ListTagsForResourceInput || (exports.ListTagsForResourceInput = {}));
|
|
740
|
-
var ListTagsForResourceOutput;
|
|
741
|
-
(function (ListTagsForResourceOutput) {
|
|
742
|
-
ListTagsForResourceOutput.filterSensitiveLog = (obj) => ({
|
|
743
|
-
...obj,
|
|
744
|
-
});
|
|
745
|
-
})(ListTagsForResourceOutput = exports.ListTagsForResourceOutput || (exports.ListTagsForResourceOutput = {}));
|
|
746
217
|
class ResourceNotFound extends SFNServiceException_1.SFNServiceException {
|
|
747
218
|
constructor(opts) {
|
|
748
219
|
super({
|
|
@@ -757,20 +228,6 @@ class ResourceNotFound extends SFNServiceException_1.SFNServiceException {
|
|
|
757
228
|
}
|
|
758
229
|
}
|
|
759
230
|
exports.ResourceNotFound = ResourceNotFound;
|
|
760
|
-
var SendTaskFailureInput;
|
|
761
|
-
(function (SendTaskFailureInput) {
|
|
762
|
-
SendTaskFailureInput.filterSensitiveLog = (obj) => ({
|
|
763
|
-
...obj,
|
|
764
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
765
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
766
|
-
});
|
|
767
|
-
})(SendTaskFailureInput = exports.SendTaskFailureInput || (exports.SendTaskFailureInput = {}));
|
|
768
|
-
var SendTaskFailureOutput;
|
|
769
|
-
(function (SendTaskFailureOutput) {
|
|
770
|
-
SendTaskFailureOutput.filterSensitiveLog = (obj) => ({
|
|
771
|
-
...obj,
|
|
772
|
-
});
|
|
773
|
-
})(SendTaskFailureOutput = exports.SendTaskFailureOutput || (exports.SendTaskFailureOutput = {}));
|
|
774
231
|
class TaskDoesNotExist extends SFNServiceException_1.SFNServiceException {
|
|
775
232
|
constructor(opts) {
|
|
776
233
|
super({
|
|
@@ -797,18 +254,6 @@ class TaskTimedOut extends SFNServiceException_1.SFNServiceException {
|
|
|
797
254
|
}
|
|
798
255
|
}
|
|
799
256
|
exports.TaskTimedOut = TaskTimedOut;
|
|
800
|
-
var SendTaskHeartbeatInput;
|
|
801
|
-
(function (SendTaskHeartbeatInput) {
|
|
802
|
-
SendTaskHeartbeatInput.filterSensitiveLog = (obj) => ({
|
|
803
|
-
...obj,
|
|
804
|
-
});
|
|
805
|
-
})(SendTaskHeartbeatInput = exports.SendTaskHeartbeatInput || (exports.SendTaskHeartbeatInput = {}));
|
|
806
|
-
var SendTaskHeartbeatOutput;
|
|
807
|
-
(function (SendTaskHeartbeatOutput) {
|
|
808
|
-
SendTaskHeartbeatOutput.filterSensitiveLog = (obj) => ({
|
|
809
|
-
...obj,
|
|
810
|
-
});
|
|
811
|
-
})(SendTaskHeartbeatOutput = exports.SendTaskHeartbeatOutput || (exports.SendTaskHeartbeatOutput = {}));
|
|
812
257
|
class InvalidOutput extends SFNServiceException_1.SFNServiceException {
|
|
813
258
|
constructor(opts) {
|
|
814
259
|
super({
|
|
@@ -822,19 +267,6 @@ class InvalidOutput extends SFNServiceException_1.SFNServiceException {
|
|
|
822
267
|
}
|
|
823
268
|
}
|
|
824
269
|
exports.InvalidOutput = InvalidOutput;
|
|
825
|
-
var SendTaskSuccessInput;
|
|
826
|
-
(function (SendTaskSuccessInput) {
|
|
827
|
-
SendTaskSuccessInput.filterSensitiveLog = (obj) => ({
|
|
828
|
-
...obj,
|
|
829
|
-
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
830
|
-
});
|
|
831
|
-
})(SendTaskSuccessInput = exports.SendTaskSuccessInput || (exports.SendTaskSuccessInput = {}));
|
|
832
|
-
var SendTaskSuccessOutput;
|
|
833
|
-
(function (SendTaskSuccessOutput) {
|
|
834
|
-
SendTaskSuccessOutput.filterSensitiveLog = (obj) => ({
|
|
835
|
-
...obj,
|
|
836
|
-
});
|
|
837
|
-
})(SendTaskSuccessOutput = exports.SendTaskSuccessOutput || (exports.SendTaskSuccessOutput = {}));
|
|
838
270
|
class ExecutionAlreadyExists extends SFNServiceException_1.SFNServiceException {
|
|
839
271
|
constructor(opts) {
|
|
840
272
|
super({
|
|
@@ -874,80 +306,6 @@ class InvalidExecutionInput extends SFNServiceException_1.SFNServiceException {
|
|
|
874
306
|
}
|
|
875
307
|
}
|
|
876
308
|
exports.InvalidExecutionInput = InvalidExecutionInput;
|
|
877
|
-
var StartExecutionInput;
|
|
878
|
-
(function (StartExecutionInput) {
|
|
879
|
-
StartExecutionInput.filterSensitiveLog = (obj) => ({
|
|
880
|
-
...obj,
|
|
881
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
882
|
-
});
|
|
883
|
-
})(StartExecutionInput = exports.StartExecutionInput || (exports.StartExecutionInput = {}));
|
|
884
|
-
var StartExecutionOutput;
|
|
885
|
-
(function (StartExecutionOutput) {
|
|
886
|
-
StartExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
887
|
-
...obj,
|
|
888
|
-
});
|
|
889
|
-
})(StartExecutionOutput = exports.StartExecutionOutput || (exports.StartExecutionOutput = {}));
|
|
890
|
-
var StartSyncExecutionInput;
|
|
891
|
-
(function (StartSyncExecutionInput) {
|
|
892
|
-
StartSyncExecutionInput.filterSensitiveLog = (obj) => ({
|
|
893
|
-
...obj,
|
|
894
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
895
|
-
});
|
|
896
|
-
})(StartSyncExecutionInput = exports.StartSyncExecutionInput || (exports.StartSyncExecutionInput = {}));
|
|
897
|
-
var BillingDetails;
|
|
898
|
-
(function (BillingDetails) {
|
|
899
|
-
BillingDetails.filterSensitiveLog = (obj) => ({
|
|
900
|
-
...obj,
|
|
901
|
-
});
|
|
902
|
-
})(BillingDetails = exports.BillingDetails || (exports.BillingDetails = {}));
|
|
903
|
-
var StartSyncExecutionOutput;
|
|
904
|
-
(function (StartSyncExecutionOutput) {
|
|
905
|
-
StartSyncExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
906
|
-
...obj,
|
|
907
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
908
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
909
|
-
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
910
|
-
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
911
|
-
});
|
|
912
|
-
})(StartSyncExecutionOutput = exports.StartSyncExecutionOutput || (exports.StartSyncExecutionOutput = {}));
|
|
913
|
-
var StopExecutionInput;
|
|
914
|
-
(function (StopExecutionInput) {
|
|
915
|
-
StopExecutionInput.filterSensitiveLog = (obj) => ({
|
|
916
|
-
...obj,
|
|
917
|
-
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
918
|
-
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
919
|
-
});
|
|
920
|
-
})(StopExecutionInput = exports.StopExecutionInput || (exports.StopExecutionInput = {}));
|
|
921
|
-
var StopExecutionOutput;
|
|
922
|
-
(function (StopExecutionOutput) {
|
|
923
|
-
StopExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
924
|
-
...obj,
|
|
925
|
-
});
|
|
926
|
-
})(StopExecutionOutput = exports.StopExecutionOutput || (exports.StopExecutionOutput = {}));
|
|
927
|
-
var TagResourceInput;
|
|
928
|
-
(function (TagResourceInput) {
|
|
929
|
-
TagResourceInput.filterSensitiveLog = (obj) => ({
|
|
930
|
-
...obj,
|
|
931
|
-
});
|
|
932
|
-
})(TagResourceInput = exports.TagResourceInput || (exports.TagResourceInput = {}));
|
|
933
|
-
var TagResourceOutput;
|
|
934
|
-
(function (TagResourceOutput) {
|
|
935
|
-
TagResourceOutput.filterSensitiveLog = (obj) => ({
|
|
936
|
-
...obj,
|
|
937
|
-
});
|
|
938
|
-
})(TagResourceOutput = exports.TagResourceOutput || (exports.TagResourceOutput = {}));
|
|
939
|
-
var UntagResourceInput;
|
|
940
|
-
(function (UntagResourceInput) {
|
|
941
|
-
UntagResourceInput.filterSensitiveLog = (obj) => ({
|
|
942
|
-
...obj,
|
|
943
|
-
});
|
|
944
|
-
})(UntagResourceInput = exports.UntagResourceInput || (exports.UntagResourceInput = {}));
|
|
945
|
-
var UntagResourceOutput;
|
|
946
|
-
(function (UntagResourceOutput) {
|
|
947
|
-
UntagResourceOutput.filterSensitiveLog = (obj) => ({
|
|
948
|
-
...obj,
|
|
949
|
-
});
|
|
950
|
-
})(UntagResourceOutput = exports.UntagResourceOutput || (exports.UntagResourceOutput = {}));
|
|
951
309
|
class MissingRequiredParameter extends SFNServiceException_1.SFNServiceException {
|
|
952
310
|
constructor(opts) {
|
|
953
311
|
super({
|
|
@@ -961,16 +319,484 @@ class MissingRequiredParameter extends SFNServiceException_1.SFNServiceException
|
|
|
961
319
|
}
|
|
962
320
|
}
|
|
963
321
|
exports.MissingRequiredParameter = MissingRequiredParameter;
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
})
|
|
322
|
+
const ActivityFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
323
|
+
...obj,
|
|
324
|
+
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
325
|
+
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
326
|
+
});
|
|
327
|
+
exports.ActivityFailedEventDetailsFilterSensitiveLog = ActivityFailedEventDetailsFilterSensitiveLog;
|
|
328
|
+
const ActivityListItemFilterSensitiveLog = (obj) => ({
|
|
329
|
+
...obj,
|
|
330
|
+
});
|
|
331
|
+
exports.ActivityListItemFilterSensitiveLog = ActivityListItemFilterSensitiveLog;
|
|
332
|
+
const HistoryEventExecutionDataDetailsFilterSensitiveLog = (obj) => ({
|
|
333
|
+
...obj,
|
|
334
|
+
});
|
|
335
|
+
exports.HistoryEventExecutionDataDetailsFilterSensitiveLog = HistoryEventExecutionDataDetailsFilterSensitiveLog;
|
|
336
|
+
const ActivityScheduledEventDetailsFilterSensitiveLog = (obj) => ({
|
|
337
|
+
...obj,
|
|
338
|
+
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
339
|
+
});
|
|
340
|
+
exports.ActivityScheduledEventDetailsFilterSensitiveLog = ActivityScheduledEventDetailsFilterSensitiveLog;
|
|
341
|
+
const ActivityScheduleFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
342
|
+
...obj,
|
|
343
|
+
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
344
|
+
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
345
|
+
});
|
|
346
|
+
exports.ActivityScheduleFailedEventDetailsFilterSensitiveLog = ActivityScheduleFailedEventDetailsFilterSensitiveLog;
|
|
347
|
+
const ActivityStartedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
348
|
+
...obj,
|
|
349
|
+
});
|
|
350
|
+
exports.ActivityStartedEventDetailsFilterSensitiveLog = ActivityStartedEventDetailsFilterSensitiveLog;
|
|
351
|
+
const ActivitySucceededEventDetailsFilterSensitiveLog = (obj) => ({
|
|
352
|
+
...obj,
|
|
353
|
+
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
354
|
+
});
|
|
355
|
+
exports.ActivitySucceededEventDetailsFilterSensitiveLog = ActivitySucceededEventDetailsFilterSensitiveLog;
|
|
356
|
+
const ActivityTimedOutEventDetailsFilterSensitiveLog = (obj) => ({
|
|
357
|
+
...obj,
|
|
358
|
+
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
359
|
+
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
360
|
+
});
|
|
361
|
+
exports.ActivityTimedOutEventDetailsFilterSensitiveLog = ActivityTimedOutEventDetailsFilterSensitiveLog;
|
|
362
|
+
const TagFilterSensitiveLog = (obj) => ({
|
|
363
|
+
...obj,
|
|
364
|
+
});
|
|
365
|
+
exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
|
|
366
|
+
const CreateActivityInputFilterSensitiveLog = (obj) => ({
|
|
367
|
+
...obj,
|
|
368
|
+
});
|
|
369
|
+
exports.CreateActivityInputFilterSensitiveLog = CreateActivityInputFilterSensitiveLog;
|
|
370
|
+
const CreateActivityOutputFilterSensitiveLog = (obj) => ({
|
|
371
|
+
...obj,
|
|
372
|
+
});
|
|
373
|
+
exports.CreateActivityOutputFilterSensitiveLog = CreateActivityOutputFilterSensitiveLog;
|
|
374
|
+
const CloudWatchLogsLogGroupFilterSensitiveLog = (obj) => ({
|
|
375
|
+
...obj,
|
|
376
|
+
});
|
|
377
|
+
exports.CloudWatchLogsLogGroupFilterSensitiveLog = CloudWatchLogsLogGroupFilterSensitiveLog;
|
|
378
|
+
const LogDestinationFilterSensitiveLog = (obj) => ({
|
|
379
|
+
...obj,
|
|
380
|
+
});
|
|
381
|
+
exports.LogDestinationFilterSensitiveLog = LogDestinationFilterSensitiveLog;
|
|
382
|
+
const LoggingConfigurationFilterSensitiveLog = (obj) => ({
|
|
383
|
+
...obj,
|
|
384
|
+
});
|
|
385
|
+
exports.LoggingConfigurationFilterSensitiveLog = LoggingConfigurationFilterSensitiveLog;
|
|
386
|
+
const TracingConfigurationFilterSensitiveLog = (obj) => ({
|
|
387
|
+
...obj,
|
|
388
|
+
});
|
|
389
|
+
exports.TracingConfigurationFilterSensitiveLog = TracingConfigurationFilterSensitiveLog;
|
|
390
|
+
const CreateStateMachineInputFilterSensitiveLog = (obj) => ({
|
|
391
|
+
...obj,
|
|
392
|
+
...(obj.definition && { definition: smithy_client_1.SENSITIVE_STRING }),
|
|
393
|
+
});
|
|
394
|
+
exports.CreateStateMachineInputFilterSensitiveLog = CreateStateMachineInputFilterSensitiveLog;
|
|
395
|
+
const CreateStateMachineOutputFilterSensitiveLog = (obj) => ({
|
|
396
|
+
...obj,
|
|
397
|
+
});
|
|
398
|
+
exports.CreateStateMachineOutputFilterSensitiveLog = CreateStateMachineOutputFilterSensitiveLog;
|
|
399
|
+
const DeleteActivityInputFilterSensitiveLog = (obj) => ({
|
|
400
|
+
...obj,
|
|
401
|
+
});
|
|
402
|
+
exports.DeleteActivityInputFilterSensitiveLog = DeleteActivityInputFilterSensitiveLog;
|
|
403
|
+
const DeleteActivityOutputFilterSensitiveLog = (obj) => ({
|
|
404
|
+
...obj,
|
|
405
|
+
});
|
|
406
|
+
exports.DeleteActivityOutputFilterSensitiveLog = DeleteActivityOutputFilterSensitiveLog;
|
|
407
|
+
const DeleteStateMachineInputFilterSensitiveLog = (obj) => ({
|
|
408
|
+
...obj,
|
|
409
|
+
});
|
|
410
|
+
exports.DeleteStateMachineInputFilterSensitiveLog = DeleteStateMachineInputFilterSensitiveLog;
|
|
411
|
+
const DeleteStateMachineOutputFilterSensitiveLog = (obj) => ({
|
|
412
|
+
...obj,
|
|
413
|
+
});
|
|
414
|
+
exports.DeleteStateMachineOutputFilterSensitiveLog = DeleteStateMachineOutputFilterSensitiveLog;
|
|
415
|
+
const DescribeActivityInputFilterSensitiveLog = (obj) => ({
|
|
416
|
+
...obj,
|
|
417
|
+
});
|
|
418
|
+
exports.DescribeActivityInputFilterSensitiveLog = DescribeActivityInputFilterSensitiveLog;
|
|
419
|
+
const DescribeActivityOutputFilterSensitiveLog = (obj) => ({
|
|
420
|
+
...obj,
|
|
421
|
+
});
|
|
422
|
+
exports.DescribeActivityOutputFilterSensitiveLog = DescribeActivityOutputFilterSensitiveLog;
|
|
423
|
+
const DescribeExecutionInputFilterSensitiveLog = (obj) => ({
|
|
424
|
+
...obj,
|
|
425
|
+
});
|
|
426
|
+
exports.DescribeExecutionInputFilterSensitiveLog = DescribeExecutionInputFilterSensitiveLog;
|
|
427
|
+
const CloudWatchEventsExecutionDataDetailsFilterSensitiveLog = (obj) => ({
|
|
428
|
+
...obj,
|
|
429
|
+
});
|
|
430
|
+
exports.CloudWatchEventsExecutionDataDetailsFilterSensitiveLog = CloudWatchEventsExecutionDataDetailsFilterSensitiveLog;
|
|
431
|
+
const DescribeExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
432
|
+
...obj,
|
|
433
|
+
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
434
|
+
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
435
|
+
});
|
|
436
|
+
exports.DescribeExecutionOutputFilterSensitiveLog = DescribeExecutionOutputFilterSensitiveLog;
|
|
437
|
+
const DescribeStateMachineInputFilterSensitiveLog = (obj) => ({
|
|
438
|
+
...obj,
|
|
439
|
+
});
|
|
440
|
+
exports.DescribeStateMachineInputFilterSensitiveLog = DescribeStateMachineInputFilterSensitiveLog;
|
|
441
|
+
const DescribeStateMachineOutputFilterSensitiveLog = (obj) => ({
|
|
442
|
+
...obj,
|
|
443
|
+
...(obj.definition && { definition: smithy_client_1.SENSITIVE_STRING }),
|
|
444
|
+
});
|
|
445
|
+
exports.DescribeStateMachineOutputFilterSensitiveLog = DescribeStateMachineOutputFilterSensitiveLog;
|
|
446
|
+
const DescribeStateMachineForExecutionInputFilterSensitiveLog = (obj) => ({
|
|
447
|
+
...obj,
|
|
448
|
+
});
|
|
449
|
+
exports.DescribeStateMachineForExecutionInputFilterSensitiveLog = DescribeStateMachineForExecutionInputFilterSensitiveLog;
|
|
450
|
+
const DescribeStateMachineForExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
451
|
+
...obj,
|
|
452
|
+
...(obj.definition && { definition: smithy_client_1.SENSITIVE_STRING }),
|
|
453
|
+
});
|
|
454
|
+
exports.DescribeStateMachineForExecutionOutputFilterSensitiveLog = DescribeStateMachineForExecutionOutputFilterSensitiveLog;
|
|
455
|
+
const GetActivityTaskInputFilterSensitiveLog = (obj) => ({
|
|
456
|
+
...obj,
|
|
457
|
+
});
|
|
458
|
+
exports.GetActivityTaskInputFilterSensitiveLog = GetActivityTaskInputFilterSensitiveLog;
|
|
459
|
+
const GetActivityTaskOutputFilterSensitiveLog = (obj) => ({
|
|
460
|
+
...obj,
|
|
461
|
+
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
462
|
+
});
|
|
463
|
+
exports.GetActivityTaskOutputFilterSensitiveLog = GetActivityTaskOutputFilterSensitiveLog;
|
|
464
|
+
const GetExecutionHistoryInputFilterSensitiveLog = (obj) => ({
|
|
465
|
+
...obj,
|
|
466
|
+
});
|
|
467
|
+
exports.GetExecutionHistoryInputFilterSensitiveLog = GetExecutionHistoryInputFilterSensitiveLog;
|
|
468
|
+
const ExecutionAbortedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
469
|
+
...obj,
|
|
470
|
+
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
471
|
+
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
472
|
+
});
|
|
473
|
+
exports.ExecutionAbortedEventDetailsFilterSensitiveLog = ExecutionAbortedEventDetailsFilterSensitiveLog;
|
|
474
|
+
const ExecutionFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
475
|
+
...obj,
|
|
476
|
+
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
477
|
+
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
478
|
+
});
|
|
479
|
+
exports.ExecutionFailedEventDetailsFilterSensitiveLog = ExecutionFailedEventDetailsFilterSensitiveLog;
|
|
480
|
+
const ExecutionStartedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
481
|
+
...obj,
|
|
482
|
+
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
483
|
+
});
|
|
484
|
+
exports.ExecutionStartedEventDetailsFilterSensitiveLog = ExecutionStartedEventDetailsFilterSensitiveLog;
|
|
485
|
+
const ExecutionSucceededEventDetailsFilterSensitiveLog = (obj) => ({
|
|
486
|
+
...obj,
|
|
487
|
+
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
488
|
+
});
|
|
489
|
+
exports.ExecutionSucceededEventDetailsFilterSensitiveLog = ExecutionSucceededEventDetailsFilterSensitiveLog;
|
|
490
|
+
const ExecutionTimedOutEventDetailsFilterSensitiveLog = (obj) => ({
|
|
491
|
+
...obj,
|
|
492
|
+
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
493
|
+
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
494
|
+
});
|
|
495
|
+
exports.ExecutionTimedOutEventDetailsFilterSensitiveLog = ExecutionTimedOutEventDetailsFilterSensitiveLog;
|
|
496
|
+
const LambdaFunctionFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
497
|
+
...obj,
|
|
498
|
+
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
499
|
+
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
500
|
+
});
|
|
501
|
+
exports.LambdaFunctionFailedEventDetailsFilterSensitiveLog = LambdaFunctionFailedEventDetailsFilterSensitiveLog;
|
|
502
|
+
const LambdaFunctionScheduledEventDetailsFilterSensitiveLog = (obj) => ({
|
|
503
|
+
...obj,
|
|
504
|
+
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
505
|
+
});
|
|
506
|
+
exports.LambdaFunctionScheduledEventDetailsFilterSensitiveLog = LambdaFunctionScheduledEventDetailsFilterSensitiveLog;
|
|
507
|
+
const LambdaFunctionScheduleFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
508
|
+
...obj,
|
|
509
|
+
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
510
|
+
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
511
|
+
});
|
|
512
|
+
exports.LambdaFunctionScheduleFailedEventDetailsFilterSensitiveLog = LambdaFunctionScheduleFailedEventDetailsFilterSensitiveLog;
|
|
513
|
+
const LambdaFunctionStartFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
514
|
+
...obj,
|
|
515
|
+
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
516
|
+
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
517
|
+
});
|
|
518
|
+
exports.LambdaFunctionStartFailedEventDetailsFilterSensitiveLog = LambdaFunctionStartFailedEventDetailsFilterSensitiveLog;
|
|
519
|
+
const LambdaFunctionSucceededEventDetailsFilterSensitiveLog = (obj) => ({
|
|
520
|
+
...obj,
|
|
521
|
+
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
522
|
+
});
|
|
523
|
+
exports.LambdaFunctionSucceededEventDetailsFilterSensitiveLog = LambdaFunctionSucceededEventDetailsFilterSensitiveLog;
|
|
524
|
+
const LambdaFunctionTimedOutEventDetailsFilterSensitiveLog = (obj) => ({
|
|
525
|
+
...obj,
|
|
526
|
+
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
527
|
+
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
528
|
+
});
|
|
529
|
+
exports.LambdaFunctionTimedOutEventDetailsFilterSensitiveLog = LambdaFunctionTimedOutEventDetailsFilterSensitiveLog;
|
|
530
|
+
const MapIterationEventDetailsFilterSensitiveLog = (obj) => ({
|
|
531
|
+
...obj,
|
|
532
|
+
});
|
|
533
|
+
exports.MapIterationEventDetailsFilterSensitiveLog = MapIterationEventDetailsFilterSensitiveLog;
|
|
534
|
+
const MapStateStartedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
535
|
+
...obj,
|
|
536
|
+
});
|
|
537
|
+
exports.MapStateStartedEventDetailsFilterSensitiveLog = MapStateStartedEventDetailsFilterSensitiveLog;
|
|
538
|
+
const StateEnteredEventDetailsFilterSensitiveLog = (obj) => ({
|
|
539
|
+
...obj,
|
|
540
|
+
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
541
|
+
});
|
|
542
|
+
exports.StateEnteredEventDetailsFilterSensitiveLog = StateEnteredEventDetailsFilterSensitiveLog;
|
|
543
|
+
const StateExitedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
544
|
+
...obj,
|
|
545
|
+
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
546
|
+
});
|
|
547
|
+
exports.StateExitedEventDetailsFilterSensitiveLog = StateExitedEventDetailsFilterSensitiveLog;
|
|
548
|
+
const TaskFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
549
|
+
...obj,
|
|
550
|
+
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
551
|
+
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
552
|
+
});
|
|
553
|
+
exports.TaskFailedEventDetailsFilterSensitiveLog = TaskFailedEventDetailsFilterSensitiveLog;
|
|
554
|
+
const TaskScheduledEventDetailsFilterSensitiveLog = (obj) => ({
|
|
555
|
+
...obj,
|
|
556
|
+
...(obj.parameters && { parameters: smithy_client_1.SENSITIVE_STRING }),
|
|
557
|
+
});
|
|
558
|
+
exports.TaskScheduledEventDetailsFilterSensitiveLog = TaskScheduledEventDetailsFilterSensitiveLog;
|
|
559
|
+
const TaskStartedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
560
|
+
...obj,
|
|
561
|
+
});
|
|
562
|
+
exports.TaskStartedEventDetailsFilterSensitiveLog = TaskStartedEventDetailsFilterSensitiveLog;
|
|
563
|
+
const TaskStartFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
564
|
+
...obj,
|
|
565
|
+
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
566
|
+
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
567
|
+
});
|
|
568
|
+
exports.TaskStartFailedEventDetailsFilterSensitiveLog = TaskStartFailedEventDetailsFilterSensitiveLog;
|
|
569
|
+
const TaskSubmitFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
570
|
+
...obj,
|
|
571
|
+
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
572
|
+
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
573
|
+
});
|
|
574
|
+
exports.TaskSubmitFailedEventDetailsFilterSensitiveLog = TaskSubmitFailedEventDetailsFilterSensitiveLog;
|
|
575
|
+
const TaskSubmittedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
576
|
+
...obj,
|
|
577
|
+
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
578
|
+
});
|
|
579
|
+
exports.TaskSubmittedEventDetailsFilterSensitiveLog = TaskSubmittedEventDetailsFilterSensitiveLog;
|
|
580
|
+
const TaskSucceededEventDetailsFilterSensitiveLog = (obj) => ({
|
|
581
|
+
...obj,
|
|
582
|
+
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
583
|
+
});
|
|
584
|
+
exports.TaskSucceededEventDetailsFilterSensitiveLog = TaskSucceededEventDetailsFilterSensitiveLog;
|
|
585
|
+
const TaskTimedOutEventDetailsFilterSensitiveLog = (obj) => ({
|
|
586
|
+
...obj,
|
|
587
|
+
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
588
|
+
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
589
|
+
});
|
|
590
|
+
exports.TaskTimedOutEventDetailsFilterSensitiveLog = TaskTimedOutEventDetailsFilterSensitiveLog;
|
|
591
|
+
const HistoryEventFilterSensitiveLog = (obj) => ({
|
|
592
|
+
...obj,
|
|
593
|
+
...(obj.activityFailedEventDetails && {
|
|
594
|
+
activityFailedEventDetails: (0, exports.ActivityFailedEventDetailsFilterSensitiveLog)(obj.activityFailedEventDetails),
|
|
595
|
+
}),
|
|
596
|
+
...(obj.activityScheduleFailedEventDetails && {
|
|
597
|
+
activityScheduleFailedEventDetails: (0, exports.ActivityScheduleFailedEventDetailsFilterSensitiveLog)(obj.activityScheduleFailedEventDetails),
|
|
598
|
+
}),
|
|
599
|
+
...(obj.activityScheduledEventDetails && {
|
|
600
|
+
activityScheduledEventDetails: (0, exports.ActivityScheduledEventDetailsFilterSensitiveLog)(obj.activityScheduledEventDetails),
|
|
601
|
+
}),
|
|
602
|
+
...(obj.activitySucceededEventDetails && {
|
|
603
|
+
activitySucceededEventDetails: (0, exports.ActivitySucceededEventDetailsFilterSensitiveLog)(obj.activitySucceededEventDetails),
|
|
604
|
+
}),
|
|
605
|
+
...(obj.activityTimedOutEventDetails && {
|
|
606
|
+
activityTimedOutEventDetails: (0, exports.ActivityTimedOutEventDetailsFilterSensitiveLog)(obj.activityTimedOutEventDetails),
|
|
607
|
+
}),
|
|
608
|
+
...(obj.taskFailedEventDetails && {
|
|
609
|
+
taskFailedEventDetails: (0, exports.TaskFailedEventDetailsFilterSensitiveLog)(obj.taskFailedEventDetails),
|
|
610
|
+
}),
|
|
611
|
+
...(obj.taskScheduledEventDetails && {
|
|
612
|
+
taskScheduledEventDetails: (0, exports.TaskScheduledEventDetailsFilterSensitiveLog)(obj.taskScheduledEventDetails),
|
|
613
|
+
}),
|
|
614
|
+
...(obj.taskStartFailedEventDetails && {
|
|
615
|
+
taskStartFailedEventDetails: (0, exports.TaskStartFailedEventDetailsFilterSensitiveLog)(obj.taskStartFailedEventDetails),
|
|
616
|
+
}),
|
|
617
|
+
...(obj.taskSubmitFailedEventDetails && {
|
|
618
|
+
taskSubmitFailedEventDetails: (0, exports.TaskSubmitFailedEventDetailsFilterSensitiveLog)(obj.taskSubmitFailedEventDetails),
|
|
619
|
+
}),
|
|
620
|
+
...(obj.taskSubmittedEventDetails && {
|
|
621
|
+
taskSubmittedEventDetails: (0, exports.TaskSubmittedEventDetailsFilterSensitiveLog)(obj.taskSubmittedEventDetails),
|
|
622
|
+
}),
|
|
623
|
+
...(obj.taskSucceededEventDetails && {
|
|
624
|
+
taskSucceededEventDetails: (0, exports.TaskSucceededEventDetailsFilterSensitiveLog)(obj.taskSucceededEventDetails),
|
|
625
|
+
}),
|
|
626
|
+
...(obj.taskTimedOutEventDetails && {
|
|
627
|
+
taskTimedOutEventDetails: (0, exports.TaskTimedOutEventDetailsFilterSensitiveLog)(obj.taskTimedOutEventDetails),
|
|
628
|
+
}),
|
|
629
|
+
...(obj.executionFailedEventDetails && {
|
|
630
|
+
executionFailedEventDetails: (0, exports.ExecutionFailedEventDetailsFilterSensitiveLog)(obj.executionFailedEventDetails),
|
|
631
|
+
}),
|
|
632
|
+
...(obj.executionStartedEventDetails && {
|
|
633
|
+
executionStartedEventDetails: (0, exports.ExecutionStartedEventDetailsFilterSensitiveLog)(obj.executionStartedEventDetails),
|
|
634
|
+
}),
|
|
635
|
+
...(obj.executionSucceededEventDetails && {
|
|
636
|
+
executionSucceededEventDetails: (0, exports.ExecutionSucceededEventDetailsFilterSensitiveLog)(obj.executionSucceededEventDetails),
|
|
637
|
+
}),
|
|
638
|
+
...(obj.executionAbortedEventDetails && {
|
|
639
|
+
executionAbortedEventDetails: (0, exports.ExecutionAbortedEventDetailsFilterSensitiveLog)(obj.executionAbortedEventDetails),
|
|
640
|
+
}),
|
|
641
|
+
...(obj.executionTimedOutEventDetails && {
|
|
642
|
+
executionTimedOutEventDetails: (0, exports.ExecutionTimedOutEventDetailsFilterSensitiveLog)(obj.executionTimedOutEventDetails),
|
|
643
|
+
}),
|
|
644
|
+
...(obj.lambdaFunctionFailedEventDetails && {
|
|
645
|
+
lambdaFunctionFailedEventDetails: (0, exports.LambdaFunctionFailedEventDetailsFilterSensitiveLog)(obj.lambdaFunctionFailedEventDetails),
|
|
646
|
+
}),
|
|
647
|
+
...(obj.lambdaFunctionScheduleFailedEventDetails && {
|
|
648
|
+
lambdaFunctionScheduleFailedEventDetails: (0, exports.LambdaFunctionScheduleFailedEventDetailsFilterSensitiveLog)(obj.lambdaFunctionScheduleFailedEventDetails),
|
|
649
|
+
}),
|
|
650
|
+
...(obj.lambdaFunctionScheduledEventDetails && {
|
|
651
|
+
lambdaFunctionScheduledEventDetails: (0, exports.LambdaFunctionScheduledEventDetailsFilterSensitiveLog)(obj.lambdaFunctionScheduledEventDetails),
|
|
652
|
+
}),
|
|
653
|
+
...(obj.lambdaFunctionStartFailedEventDetails && {
|
|
654
|
+
lambdaFunctionStartFailedEventDetails: (0, exports.LambdaFunctionStartFailedEventDetailsFilterSensitiveLog)(obj.lambdaFunctionStartFailedEventDetails),
|
|
655
|
+
}),
|
|
656
|
+
...(obj.lambdaFunctionSucceededEventDetails && {
|
|
657
|
+
lambdaFunctionSucceededEventDetails: (0, exports.LambdaFunctionSucceededEventDetailsFilterSensitiveLog)(obj.lambdaFunctionSucceededEventDetails),
|
|
658
|
+
}),
|
|
659
|
+
...(obj.lambdaFunctionTimedOutEventDetails && {
|
|
660
|
+
lambdaFunctionTimedOutEventDetails: (0, exports.LambdaFunctionTimedOutEventDetailsFilterSensitiveLog)(obj.lambdaFunctionTimedOutEventDetails),
|
|
661
|
+
}),
|
|
662
|
+
...(obj.stateEnteredEventDetails && {
|
|
663
|
+
stateEnteredEventDetails: (0, exports.StateEnteredEventDetailsFilterSensitiveLog)(obj.stateEnteredEventDetails),
|
|
664
|
+
}),
|
|
665
|
+
...(obj.stateExitedEventDetails && {
|
|
666
|
+
stateExitedEventDetails: (0, exports.StateExitedEventDetailsFilterSensitiveLog)(obj.stateExitedEventDetails),
|
|
667
|
+
}),
|
|
668
|
+
});
|
|
669
|
+
exports.HistoryEventFilterSensitiveLog = HistoryEventFilterSensitiveLog;
|
|
670
|
+
const GetExecutionHistoryOutputFilterSensitiveLog = (obj) => ({
|
|
671
|
+
...obj,
|
|
672
|
+
...(obj.events && { events: obj.events.map((item) => (0, exports.HistoryEventFilterSensitiveLog)(item)) }),
|
|
673
|
+
});
|
|
674
|
+
exports.GetExecutionHistoryOutputFilterSensitiveLog = GetExecutionHistoryOutputFilterSensitiveLog;
|
|
675
|
+
const ListActivitiesInputFilterSensitiveLog = (obj) => ({
|
|
676
|
+
...obj,
|
|
677
|
+
});
|
|
678
|
+
exports.ListActivitiesInputFilterSensitiveLog = ListActivitiesInputFilterSensitiveLog;
|
|
679
|
+
const ListActivitiesOutputFilterSensitiveLog = (obj) => ({
|
|
680
|
+
...obj,
|
|
681
|
+
});
|
|
682
|
+
exports.ListActivitiesOutputFilterSensitiveLog = ListActivitiesOutputFilterSensitiveLog;
|
|
683
|
+
const ListExecutionsInputFilterSensitiveLog = (obj) => ({
|
|
684
|
+
...obj,
|
|
685
|
+
});
|
|
686
|
+
exports.ListExecutionsInputFilterSensitiveLog = ListExecutionsInputFilterSensitiveLog;
|
|
687
|
+
const ExecutionListItemFilterSensitiveLog = (obj) => ({
|
|
688
|
+
...obj,
|
|
689
|
+
});
|
|
690
|
+
exports.ExecutionListItemFilterSensitiveLog = ExecutionListItemFilterSensitiveLog;
|
|
691
|
+
const ListExecutionsOutputFilterSensitiveLog = (obj) => ({
|
|
692
|
+
...obj,
|
|
693
|
+
});
|
|
694
|
+
exports.ListExecutionsOutputFilterSensitiveLog = ListExecutionsOutputFilterSensitiveLog;
|
|
695
|
+
const ListStateMachinesInputFilterSensitiveLog = (obj) => ({
|
|
696
|
+
...obj,
|
|
697
|
+
});
|
|
698
|
+
exports.ListStateMachinesInputFilterSensitiveLog = ListStateMachinesInputFilterSensitiveLog;
|
|
699
|
+
const StateMachineListItemFilterSensitiveLog = (obj) => ({
|
|
700
|
+
...obj,
|
|
701
|
+
});
|
|
702
|
+
exports.StateMachineListItemFilterSensitiveLog = StateMachineListItemFilterSensitiveLog;
|
|
703
|
+
const ListStateMachinesOutputFilterSensitiveLog = (obj) => ({
|
|
704
|
+
...obj,
|
|
705
|
+
});
|
|
706
|
+
exports.ListStateMachinesOutputFilterSensitiveLog = ListStateMachinesOutputFilterSensitiveLog;
|
|
707
|
+
const ListTagsForResourceInputFilterSensitiveLog = (obj) => ({
|
|
708
|
+
...obj,
|
|
709
|
+
});
|
|
710
|
+
exports.ListTagsForResourceInputFilterSensitiveLog = ListTagsForResourceInputFilterSensitiveLog;
|
|
711
|
+
const ListTagsForResourceOutputFilterSensitiveLog = (obj) => ({
|
|
712
|
+
...obj,
|
|
713
|
+
});
|
|
714
|
+
exports.ListTagsForResourceOutputFilterSensitiveLog = ListTagsForResourceOutputFilterSensitiveLog;
|
|
715
|
+
const SendTaskFailureInputFilterSensitiveLog = (obj) => ({
|
|
716
|
+
...obj,
|
|
717
|
+
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
718
|
+
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
719
|
+
});
|
|
720
|
+
exports.SendTaskFailureInputFilterSensitiveLog = SendTaskFailureInputFilterSensitiveLog;
|
|
721
|
+
const SendTaskFailureOutputFilterSensitiveLog = (obj) => ({
|
|
722
|
+
...obj,
|
|
723
|
+
});
|
|
724
|
+
exports.SendTaskFailureOutputFilterSensitiveLog = SendTaskFailureOutputFilterSensitiveLog;
|
|
725
|
+
const SendTaskHeartbeatInputFilterSensitiveLog = (obj) => ({
|
|
726
|
+
...obj,
|
|
727
|
+
});
|
|
728
|
+
exports.SendTaskHeartbeatInputFilterSensitiveLog = SendTaskHeartbeatInputFilterSensitiveLog;
|
|
729
|
+
const SendTaskHeartbeatOutputFilterSensitiveLog = (obj) => ({
|
|
730
|
+
...obj,
|
|
731
|
+
});
|
|
732
|
+
exports.SendTaskHeartbeatOutputFilterSensitiveLog = SendTaskHeartbeatOutputFilterSensitiveLog;
|
|
733
|
+
const SendTaskSuccessInputFilterSensitiveLog = (obj) => ({
|
|
734
|
+
...obj,
|
|
735
|
+
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
736
|
+
});
|
|
737
|
+
exports.SendTaskSuccessInputFilterSensitiveLog = SendTaskSuccessInputFilterSensitiveLog;
|
|
738
|
+
const SendTaskSuccessOutputFilterSensitiveLog = (obj) => ({
|
|
739
|
+
...obj,
|
|
740
|
+
});
|
|
741
|
+
exports.SendTaskSuccessOutputFilterSensitiveLog = SendTaskSuccessOutputFilterSensitiveLog;
|
|
742
|
+
const StartExecutionInputFilterSensitiveLog = (obj) => ({
|
|
743
|
+
...obj,
|
|
744
|
+
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
745
|
+
});
|
|
746
|
+
exports.StartExecutionInputFilterSensitiveLog = StartExecutionInputFilterSensitiveLog;
|
|
747
|
+
const StartExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
748
|
+
...obj,
|
|
749
|
+
});
|
|
750
|
+
exports.StartExecutionOutputFilterSensitiveLog = StartExecutionOutputFilterSensitiveLog;
|
|
751
|
+
const StartSyncExecutionInputFilterSensitiveLog = (obj) => ({
|
|
752
|
+
...obj,
|
|
753
|
+
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
754
|
+
});
|
|
755
|
+
exports.StartSyncExecutionInputFilterSensitiveLog = StartSyncExecutionInputFilterSensitiveLog;
|
|
756
|
+
const BillingDetailsFilterSensitiveLog = (obj) => ({
|
|
757
|
+
...obj,
|
|
758
|
+
});
|
|
759
|
+
exports.BillingDetailsFilterSensitiveLog = BillingDetailsFilterSensitiveLog;
|
|
760
|
+
const StartSyncExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
761
|
+
...obj,
|
|
762
|
+
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
763
|
+
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
764
|
+
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
765
|
+
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
766
|
+
});
|
|
767
|
+
exports.StartSyncExecutionOutputFilterSensitiveLog = StartSyncExecutionOutputFilterSensitiveLog;
|
|
768
|
+
const StopExecutionInputFilterSensitiveLog = (obj) => ({
|
|
769
|
+
...obj,
|
|
770
|
+
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
771
|
+
...(obj.cause && { cause: smithy_client_1.SENSITIVE_STRING }),
|
|
772
|
+
});
|
|
773
|
+
exports.StopExecutionInputFilterSensitiveLog = StopExecutionInputFilterSensitiveLog;
|
|
774
|
+
const StopExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
775
|
+
...obj,
|
|
776
|
+
});
|
|
777
|
+
exports.StopExecutionOutputFilterSensitiveLog = StopExecutionOutputFilterSensitiveLog;
|
|
778
|
+
const TagResourceInputFilterSensitiveLog = (obj) => ({
|
|
779
|
+
...obj,
|
|
780
|
+
});
|
|
781
|
+
exports.TagResourceInputFilterSensitiveLog = TagResourceInputFilterSensitiveLog;
|
|
782
|
+
const TagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
783
|
+
...obj,
|
|
784
|
+
});
|
|
785
|
+
exports.TagResourceOutputFilterSensitiveLog = TagResourceOutputFilterSensitiveLog;
|
|
786
|
+
const UntagResourceInputFilterSensitiveLog = (obj) => ({
|
|
787
|
+
...obj,
|
|
788
|
+
});
|
|
789
|
+
exports.UntagResourceInputFilterSensitiveLog = UntagResourceInputFilterSensitiveLog;
|
|
790
|
+
const UntagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
791
|
+
...obj,
|
|
792
|
+
});
|
|
793
|
+
exports.UntagResourceOutputFilterSensitiveLog = UntagResourceOutputFilterSensitiveLog;
|
|
794
|
+
const UpdateStateMachineInputFilterSensitiveLog = (obj) => ({
|
|
795
|
+
...obj,
|
|
796
|
+
...(obj.definition && { definition: smithy_client_1.SENSITIVE_STRING }),
|
|
797
|
+
});
|
|
798
|
+
exports.UpdateStateMachineInputFilterSensitiveLog = UpdateStateMachineInputFilterSensitiveLog;
|
|
799
|
+
const UpdateStateMachineOutputFilterSensitiveLog = (obj) => ({
|
|
800
|
+
...obj,
|
|
801
|
+
});
|
|
802
|
+
exports.UpdateStateMachineOutputFilterSensitiveLog = UpdateStateMachineOutputFilterSensitiveLog;
|