@aws-sdk/client-sfn 3.33.0 → 3.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/cjs/package.json +38 -38
  3. package/dist/es/SFN.js +1 -19
  4. package/dist/es/SFN.js.map +1 -1
  5. package/dist/es/SFNClient.js +1 -24
  6. package/dist/es/SFNClient.js.map +1 -1
  7. package/dist/es/commands/CreateActivityCommand.js +2 -43
  8. package/dist/es/commands/CreateActivityCommand.js.map +1 -1
  9. package/dist/es/commands/CreateStateMachineCommand.js +2 -45
  10. package/dist/es/commands/CreateStateMachineCommand.js.map +1 -1
  11. package/dist/es/commands/DeleteActivityCommand.js +2 -27
  12. package/dist/es/commands/DeleteActivityCommand.js.map +1 -1
  13. package/dist/es/commands/DeleteStateMachineCommand.js +2 -33
  14. package/dist/es/commands/DeleteStateMachineCommand.js.map +1 -1
  15. package/dist/es/commands/DescribeActivityCommand.js +2 -30
  16. package/dist/es/commands/DescribeActivityCommand.js.map +1 -1
  17. package/dist/es/commands/DescribeExecutionCommand.js +2 -31
  18. package/dist/es/commands/DescribeExecutionCommand.js.map +1 -1
  19. package/dist/es/commands/DescribeStateMachineCommand.js +2 -30
  20. package/dist/es/commands/DescribeStateMachineCommand.js.map +1 -1
  21. package/dist/es/commands/DescribeStateMachineForExecutionCommand.js +2 -31
  22. package/dist/es/commands/DescribeStateMachineForExecutionCommand.js.map +1 -1
  23. package/dist/es/commands/GetActivityTaskCommand.js +2 -39
  24. package/dist/es/commands/GetActivityTaskCommand.js.map +1 -1
  25. package/dist/es/commands/GetExecutionHistoryCommand.js +2 -32
  26. package/dist/es/commands/GetExecutionHistoryCommand.js.map +1 -1
  27. package/dist/es/commands/ListActivitiesCommand.js +2 -32
  28. package/dist/es/commands/ListActivitiesCommand.js.map +1 -1
  29. package/dist/es/commands/ListExecutionsCommand.js +2 -34
  30. package/dist/es/commands/ListExecutionsCommand.js.map +1 -1
  31. package/dist/es/commands/ListStateMachinesCommand.js +2 -32
  32. package/dist/es/commands/ListStateMachinesCommand.js.map +1 -1
  33. package/dist/es/commands/ListTagsForResourceCommand.js +2 -28
  34. package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
  35. package/dist/es/commands/SendTaskFailureCommand.js +2 -28
  36. package/dist/es/commands/SendTaskFailureCommand.js.map +1 -1
  37. package/dist/es/commands/SendTaskHeartbeatCommand.js +2 -41
  38. package/dist/es/commands/SendTaskHeartbeatCommand.js.map +1 -1
  39. package/dist/es/commands/SendTaskSuccessCommand.js +2 -29
  40. package/dist/es/commands/SendTaskSuccessCommand.js.map +1 -1
  41. package/dist/es/commands/StartExecutionCommand.js +2 -35
  42. package/dist/es/commands/StartExecutionCommand.js.map +1 -1
  43. package/dist/es/commands/StartSyncExecutionCommand.js +2 -27
  44. package/dist/es/commands/StartSyncExecutionCommand.js.map +1 -1
  45. package/dist/es/commands/StopExecutionCommand.js +2 -28
  46. package/dist/es/commands/StopExecutionCommand.js.map +1 -1
  47. package/dist/es/commands/TagResourceCommand.js +2 -32
  48. package/dist/es/commands/TagResourceCommand.js.map +1 -1
  49. package/dist/es/commands/UntagResourceCommand.js +2 -27
  50. package/dist/es/commands/UntagResourceCommand.js.map +1 -1
  51. package/dist/es/commands/UpdateStateMachineCommand.js +2 -37
  52. package/dist/es/commands/UpdateStateMachineCommand.js.map +1 -1
  53. package/dist/es/endpoints.js +1 -1
  54. package/dist/es/endpoints.js.map +1 -1
  55. package/dist/es/models/models_0.js +0 -333
  56. package/dist/es/models/models_0.js.map +1 -1
  57. package/dist/es/package.json +38 -38
  58. package/dist/es/pagination/GetExecutionHistoryPaginator.js +16 -28
  59. package/dist/es/pagination/GetExecutionHistoryPaginator.js.map +1 -1
  60. package/dist/es/pagination/ListActivitiesPaginator.js +16 -28
  61. package/dist/es/pagination/ListActivitiesPaginator.js.map +1 -1
  62. package/dist/es/pagination/ListExecutionsPaginator.js +16 -28
  63. package/dist/es/pagination/ListExecutionsPaginator.js.map +1 -1
  64. package/dist/es/pagination/ListStateMachinesPaginator.js +16 -28
  65. package/dist/es/pagination/ListStateMachinesPaginator.js.map +1 -1
  66. package/dist/es/protocols/Aws_json1_0.js +484 -489
  67. package/dist/es/protocols/Aws_json1_0.js.map +1 -1
  68. package/dist/es/runtimeConfig.browser.js +0 -3
  69. package/dist/es/runtimeConfig.browser.js.map +1 -1
  70. package/dist/es/runtimeConfig.js +0 -3
  71. package/dist/es/runtimeConfig.js.map +1 -1
  72. package/dist/es/runtimeConfig.native.js +0 -3
  73. package/dist/es/runtimeConfig.native.js.map +1 -1
  74. package/dist/es/runtimeConfig.shared.js +0 -3
  75. package/dist/es/runtimeConfig.shared.js.map +1 -1
  76. package/package.json +38 -38
  77. package/tsconfig.es.json +0 -2
  78. package/tsconfig.json +4 -5
  79. package/tsconfig.types.json +8 -0
@@ -2,506 +2,290 @@ import { __assign } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
3
  export var ActivityDoesNotExist;
4
4
  (function (ActivityDoesNotExist) {
5
- /**
6
- * @internal
7
- */
8
5
  ActivityDoesNotExist.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
9
6
  })(ActivityDoesNotExist || (ActivityDoesNotExist = {}));
10
7
  export var ActivityFailedEventDetails;
11
8
  (function (ActivityFailedEventDetails) {
12
- /**
13
- * @internal
14
- */
15
9
  ActivityFailedEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.error && { error: SENSITIVE_STRING })), (obj.cause && { cause: SENSITIVE_STRING }))); };
16
10
  })(ActivityFailedEventDetails || (ActivityFailedEventDetails = {}));
17
11
  export var ActivityLimitExceeded;
18
12
  (function (ActivityLimitExceeded) {
19
- /**
20
- * @internal
21
- */
22
13
  ActivityLimitExceeded.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
23
14
  })(ActivityLimitExceeded || (ActivityLimitExceeded = {}));
24
15
  export var ActivityListItem;
25
16
  (function (ActivityListItem) {
26
- /**
27
- * @internal
28
- */
29
17
  ActivityListItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
30
18
  })(ActivityListItem || (ActivityListItem = {}));
31
19
  export var HistoryEventExecutionDataDetails;
32
20
  (function (HistoryEventExecutionDataDetails) {
33
- /**
34
- * @internal
35
- */
36
21
  HistoryEventExecutionDataDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
37
22
  })(HistoryEventExecutionDataDetails || (HistoryEventExecutionDataDetails = {}));
38
23
  export var ActivityScheduledEventDetails;
39
24
  (function (ActivityScheduledEventDetails) {
40
- /**
41
- * @internal
42
- */
43
25
  ActivityScheduledEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.input && { input: SENSITIVE_STRING }))); };
44
26
  })(ActivityScheduledEventDetails || (ActivityScheduledEventDetails = {}));
45
27
  export var ActivityScheduleFailedEventDetails;
46
28
  (function (ActivityScheduleFailedEventDetails) {
47
- /**
48
- * @internal
49
- */
50
29
  ActivityScheduleFailedEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.error && { error: SENSITIVE_STRING })), (obj.cause && { cause: SENSITIVE_STRING }))); };
51
30
  })(ActivityScheduleFailedEventDetails || (ActivityScheduleFailedEventDetails = {}));
52
31
  export var ActivityStartedEventDetails;
53
32
  (function (ActivityStartedEventDetails) {
54
- /**
55
- * @internal
56
- */
57
33
  ActivityStartedEventDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
58
34
  })(ActivityStartedEventDetails || (ActivityStartedEventDetails = {}));
59
35
  export var ActivitySucceededEventDetails;
60
36
  (function (ActivitySucceededEventDetails) {
61
- /**
62
- * @internal
63
- */
64
37
  ActivitySucceededEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.output && { output: SENSITIVE_STRING }))); };
65
38
  })(ActivitySucceededEventDetails || (ActivitySucceededEventDetails = {}));
66
39
  export var ActivityTimedOutEventDetails;
67
40
  (function (ActivityTimedOutEventDetails) {
68
- /**
69
- * @internal
70
- */
71
41
  ActivityTimedOutEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.error && { error: SENSITIVE_STRING })), (obj.cause && { cause: SENSITIVE_STRING }))); };
72
42
  })(ActivityTimedOutEventDetails || (ActivityTimedOutEventDetails = {}));
73
43
  export var ActivityWorkerLimitExceeded;
74
44
  (function (ActivityWorkerLimitExceeded) {
75
- /**
76
- * @internal
77
- */
78
45
  ActivityWorkerLimitExceeded.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
79
46
  })(ActivityWorkerLimitExceeded || (ActivityWorkerLimitExceeded = {}));
80
47
  export var Tag;
81
48
  (function (Tag) {
82
- /**
83
- * @internal
84
- */
85
49
  Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
86
50
  })(Tag || (Tag = {}));
87
51
  export var CreateActivityInput;
88
52
  (function (CreateActivityInput) {
89
- /**
90
- * @internal
91
- */
92
53
  CreateActivityInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
93
54
  })(CreateActivityInput || (CreateActivityInput = {}));
94
55
  export var CreateActivityOutput;
95
56
  (function (CreateActivityOutput) {
96
- /**
97
- * @internal
98
- */
99
57
  CreateActivityOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
100
58
  })(CreateActivityOutput || (CreateActivityOutput = {}));
101
59
  export var InvalidName;
102
60
  (function (InvalidName) {
103
- /**
104
- * @internal
105
- */
106
61
  InvalidName.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
107
62
  })(InvalidName || (InvalidName = {}));
108
63
  export var TooManyTags;
109
64
  (function (TooManyTags) {
110
- /**
111
- * @internal
112
- */
113
65
  TooManyTags.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
114
66
  })(TooManyTags || (TooManyTags = {}));
115
67
  export var CloudWatchLogsLogGroup;
116
68
  (function (CloudWatchLogsLogGroup) {
117
- /**
118
- * @internal
119
- */
120
69
  CloudWatchLogsLogGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
121
70
  })(CloudWatchLogsLogGroup || (CloudWatchLogsLogGroup = {}));
122
71
  export var LogDestination;
123
72
  (function (LogDestination) {
124
- /**
125
- * @internal
126
- */
127
73
  LogDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
128
74
  })(LogDestination || (LogDestination = {}));
129
75
  export var LoggingConfiguration;
130
76
  (function (LoggingConfiguration) {
131
- /**
132
- * @internal
133
- */
134
77
  LoggingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
135
78
  })(LoggingConfiguration || (LoggingConfiguration = {}));
136
79
  export var TracingConfiguration;
137
80
  (function (TracingConfiguration) {
138
- /**
139
- * @internal
140
- */
141
81
  TracingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
142
82
  })(TracingConfiguration || (TracingConfiguration = {}));
143
83
  export var CreateStateMachineInput;
144
84
  (function (CreateStateMachineInput) {
145
- /**
146
- * @internal
147
- */
148
85
  CreateStateMachineInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.definition && { definition: SENSITIVE_STRING }))); };
149
86
  })(CreateStateMachineInput || (CreateStateMachineInput = {}));
150
87
  export var CreateStateMachineOutput;
151
88
  (function (CreateStateMachineOutput) {
152
- /**
153
- * @internal
154
- */
155
89
  CreateStateMachineOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
156
90
  })(CreateStateMachineOutput || (CreateStateMachineOutput = {}));
157
91
  export var InvalidArn;
158
92
  (function (InvalidArn) {
159
- /**
160
- * @internal
161
- */
162
93
  InvalidArn.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
163
94
  })(InvalidArn || (InvalidArn = {}));
164
95
  export var InvalidDefinition;
165
96
  (function (InvalidDefinition) {
166
- /**
167
- * @internal
168
- */
169
97
  InvalidDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
170
98
  })(InvalidDefinition || (InvalidDefinition = {}));
171
99
  export var InvalidLoggingConfiguration;
172
100
  (function (InvalidLoggingConfiguration) {
173
- /**
174
- * @internal
175
- */
176
101
  InvalidLoggingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
177
102
  })(InvalidLoggingConfiguration || (InvalidLoggingConfiguration = {}));
178
103
  export var InvalidTracingConfiguration;
179
104
  (function (InvalidTracingConfiguration) {
180
- /**
181
- * @internal
182
- */
183
105
  InvalidTracingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
184
106
  })(InvalidTracingConfiguration || (InvalidTracingConfiguration = {}));
185
107
  export var StateMachineAlreadyExists;
186
108
  (function (StateMachineAlreadyExists) {
187
- /**
188
- * @internal
189
- */
190
109
  StateMachineAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
191
110
  })(StateMachineAlreadyExists || (StateMachineAlreadyExists = {}));
192
111
  export var StateMachineDeleting;
193
112
  (function (StateMachineDeleting) {
194
- /**
195
- * @internal
196
- */
197
113
  StateMachineDeleting.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
198
114
  })(StateMachineDeleting || (StateMachineDeleting = {}));
199
115
  export var StateMachineLimitExceeded;
200
116
  (function (StateMachineLimitExceeded) {
201
- /**
202
- * @internal
203
- */
204
117
  StateMachineLimitExceeded.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
205
118
  })(StateMachineLimitExceeded || (StateMachineLimitExceeded = {}));
206
119
  export var StateMachineTypeNotSupported;
207
120
  (function (StateMachineTypeNotSupported) {
208
- /**
209
- * @internal
210
- */
211
121
  StateMachineTypeNotSupported.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
212
122
  })(StateMachineTypeNotSupported || (StateMachineTypeNotSupported = {}));
213
123
  export var DeleteActivityInput;
214
124
  (function (DeleteActivityInput) {
215
- /**
216
- * @internal
217
- */
218
125
  DeleteActivityInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
219
126
  })(DeleteActivityInput || (DeleteActivityInput = {}));
220
127
  export var DeleteActivityOutput;
221
128
  (function (DeleteActivityOutput) {
222
- /**
223
- * @internal
224
- */
225
129
  DeleteActivityOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
226
130
  })(DeleteActivityOutput || (DeleteActivityOutput = {}));
227
131
  export var DeleteStateMachineInput;
228
132
  (function (DeleteStateMachineInput) {
229
- /**
230
- * @internal
231
- */
232
133
  DeleteStateMachineInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
233
134
  })(DeleteStateMachineInput || (DeleteStateMachineInput = {}));
234
135
  export var DeleteStateMachineOutput;
235
136
  (function (DeleteStateMachineOutput) {
236
- /**
237
- * @internal
238
- */
239
137
  DeleteStateMachineOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
240
138
  })(DeleteStateMachineOutput || (DeleteStateMachineOutput = {}));
241
139
  export var DescribeActivityInput;
242
140
  (function (DescribeActivityInput) {
243
- /**
244
- * @internal
245
- */
246
141
  DescribeActivityInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
247
142
  })(DescribeActivityInput || (DescribeActivityInput = {}));
248
143
  export var DescribeActivityOutput;
249
144
  (function (DescribeActivityOutput) {
250
- /**
251
- * @internal
252
- */
253
145
  DescribeActivityOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
254
146
  })(DescribeActivityOutput || (DescribeActivityOutput = {}));
255
147
  export var DescribeExecutionInput;
256
148
  (function (DescribeExecutionInput) {
257
- /**
258
- * @internal
259
- */
260
149
  DescribeExecutionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
261
150
  })(DescribeExecutionInput || (DescribeExecutionInput = {}));
262
151
  export var CloudWatchEventsExecutionDataDetails;
263
152
  (function (CloudWatchEventsExecutionDataDetails) {
264
- /**
265
- * @internal
266
- */
267
153
  CloudWatchEventsExecutionDataDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
268
154
  })(CloudWatchEventsExecutionDataDetails || (CloudWatchEventsExecutionDataDetails = {}));
269
155
  export var DescribeExecutionOutput;
270
156
  (function (DescribeExecutionOutput) {
271
- /**
272
- * @internal
273
- */
274
157
  DescribeExecutionOutput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.input && { input: SENSITIVE_STRING })), (obj.output && { output: SENSITIVE_STRING }))); };
275
158
  })(DescribeExecutionOutput || (DescribeExecutionOutput = {}));
276
159
  export var ExecutionDoesNotExist;
277
160
  (function (ExecutionDoesNotExist) {
278
- /**
279
- * @internal
280
- */
281
161
  ExecutionDoesNotExist.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
282
162
  })(ExecutionDoesNotExist || (ExecutionDoesNotExist = {}));
283
163
  export var DescribeStateMachineInput;
284
164
  (function (DescribeStateMachineInput) {
285
- /**
286
- * @internal
287
- */
288
165
  DescribeStateMachineInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
289
166
  })(DescribeStateMachineInput || (DescribeStateMachineInput = {}));
290
167
  export var DescribeStateMachineOutput;
291
168
  (function (DescribeStateMachineOutput) {
292
- /**
293
- * @internal
294
- */
295
169
  DescribeStateMachineOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.definition && { definition: SENSITIVE_STRING }))); };
296
170
  })(DescribeStateMachineOutput || (DescribeStateMachineOutput = {}));
297
171
  export var StateMachineDoesNotExist;
298
172
  (function (StateMachineDoesNotExist) {
299
- /**
300
- * @internal
301
- */
302
173
  StateMachineDoesNotExist.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
303
174
  })(StateMachineDoesNotExist || (StateMachineDoesNotExist = {}));
304
175
  export var DescribeStateMachineForExecutionInput;
305
176
  (function (DescribeStateMachineForExecutionInput) {
306
- /**
307
- * @internal
308
- */
309
177
  DescribeStateMachineForExecutionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
310
178
  })(DescribeStateMachineForExecutionInput || (DescribeStateMachineForExecutionInput = {}));
311
179
  export var DescribeStateMachineForExecutionOutput;
312
180
  (function (DescribeStateMachineForExecutionOutput) {
313
- /**
314
- * @internal
315
- */
316
181
  DescribeStateMachineForExecutionOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.definition && { definition: SENSITIVE_STRING }))); };
317
182
  })(DescribeStateMachineForExecutionOutput || (DescribeStateMachineForExecutionOutput = {}));
318
183
  export var GetActivityTaskInput;
319
184
  (function (GetActivityTaskInput) {
320
- /**
321
- * @internal
322
- */
323
185
  GetActivityTaskInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
324
186
  })(GetActivityTaskInput || (GetActivityTaskInput = {}));
325
187
  export var GetActivityTaskOutput;
326
188
  (function (GetActivityTaskOutput) {
327
- /**
328
- * @internal
329
- */
330
189
  GetActivityTaskOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.input && { input: SENSITIVE_STRING }))); };
331
190
  })(GetActivityTaskOutput || (GetActivityTaskOutput = {}));
332
191
  export var GetExecutionHistoryInput;
333
192
  (function (GetExecutionHistoryInput) {
334
- /**
335
- * @internal
336
- */
337
193
  GetExecutionHistoryInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
338
194
  })(GetExecutionHistoryInput || (GetExecutionHistoryInput = {}));
339
195
  export var ExecutionAbortedEventDetails;
340
196
  (function (ExecutionAbortedEventDetails) {
341
- /**
342
- * @internal
343
- */
344
197
  ExecutionAbortedEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.error && { error: SENSITIVE_STRING })), (obj.cause && { cause: SENSITIVE_STRING }))); };
345
198
  })(ExecutionAbortedEventDetails || (ExecutionAbortedEventDetails = {}));
346
199
  export var ExecutionFailedEventDetails;
347
200
  (function (ExecutionFailedEventDetails) {
348
- /**
349
- * @internal
350
- */
351
201
  ExecutionFailedEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.error && { error: SENSITIVE_STRING })), (obj.cause && { cause: SENSITIVE_STRING }))); };
352
202
  })(ExecutionFailedEventDetails || (ExecutionFailedEventDetails = {}));
353
203
  export var ExecutionStartedEventDetails;
354
204
  (function (ExecutionStartedEventDetails) {
355
- /**
356
- * @internal
357
- */
358
205
  ExecutionStartedEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.input && { input: SENSITIVE_STRING }))); };
359
206
  })(ExecutionStartedEventDetails || (ExecutionStartedEventDetails = {}));
360
207
  export var ExecutionSucceededEventDetails;
361
208
  (function (ExecutionSucceededEventDetails) {
362
- /**
363
- * @internal
364
- */
365
209
  ExecutionSucceededEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.output && { output: SENSITIVE_STRING }))); };
366
210
  })(ExecutionSucceededEventDetails || (ExecutionSucceededEventDetails = {}));
367
211
  export var ExecutionTimedOutEventDetails;
368
212
  (function (ExecutionTimedOutEventDetails) {
369
- /**
370
- * @internal
371
- */
372
213
  ExecutionTimedOutEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.error && { error: SENSITIVE_STRING })), (obj.cause && { cause: SENSITIVE_STRING }))); };
373
214
  })(ExecutionTimedOutEventDetails || (ExecutionTimedOutEventDetails = {}));
374
215
  export var LambdaFunctionFailedEventDetails;
375
216
  (function (LambdaFunctionFailedEventDetails) {
376
- /**
377
- * @internal
378
- */
379
217
  LambdaFunctionFailedEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.error && { error: SENSITIVE_STRING })), (obj.cause && { cause: SENSITIVE_STRING }))); };
380
218
  })(LambdaFunctionFailedEventDetails || (LambdaFunctionFailedEventDetails = {}));
381
219
  export var LambdaFunctionScheduledEventDetails;
382
220
  (function (LambdaFunctionScheduledEventDetails) {
383
- /**
384
- * @internal
385
- */
386
221
  LambdaFunctionScheduledEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.input && { input: SENSITIVE_STRING }))); };
387
222
  })(LambdaFunctionScheduledEventDetails || (LambdaFunctionScheduledEventDetails = {}));
388
223
  export var LambdaFunctionScheduleFailedEventDetails;
389
224
  (function (LambdaFunctionScheduleFailedEventDetails) {
390
- /**
391
- * @internal
392
- */
393
225
  LambdaFunctionScheduleFailedEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.error && { error: SENSITIVE_STRING })), (obj.cause && { cause: SENSITIVE_STRING }))); };
394
226
  })(LambdaFunctionScheduleFailedEventDetails || (LambdaFunctionScheduleFailedEventDetails = {}));
395
227
  export var LambdaFunctionStartFailedEventDetails;
396
228
  (function (LambdaFunctionStartFailedEventDetails) {
397
- /**
398
- * @internal
399
- */
400
229
  LambdaFunctionStartFailedEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.error && { error: SENSITIVE_STRING })), (obj.cause && { cause: SENSITIVE_STRING }))); };
401
230
  })(LambdaFunctionStartFailedEventDetails || (LambdaFunctionStartFailedEventDetails = {}));
402
231
  export var LambdaFunctionSucceededEventDetails;
403
232
  (function (LambdaFunctionSucceededEventDetails) {
404
- /**
405
- * @internal
406
- */
407
233
  LambdaFunctionSucceededEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.output && { output: SENSITIVE_STRING }))); };
408
234
  })(LambdaFunctionSucceededEventDetails || (LambdaFunctionSucceededEventDetails = {}));
409
235
  export var LambdaFunctionTimedOutEventDetails;
410
236
  (function (LambdaFunctionTimedOutEventDetails) {
411
- /**
412
- * @internal
413
- */
414
237
  LambdaFunctionTimedOutEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.error && { error: SENSITIVE_STRING })), (obj.cause && { cause: SENSITIVE_STRING }))); };
415
238
  })(LambdaFunctionTimedOutEventDetails || (LambdaFunctionTimedOutEventDetails = {}));
416
239
  export var MapIterationEventDetails;
417
240
  (function (MapIterationEventDetails) {
418
- /**
419
- * @internal
420
- */
421
241
  MapIterationEventDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
422
242
  })(MapIterationEventDetails || (MapIterationEventDetails = {}));
423
243
  export var MapStateStartedEventDetails;
424
244
  (function (MapStateStartedEventDetails) {
425
- /**
426
- * @internal
427
- */
428
245
  MapStateStartedEventDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
429
246
  })(MapStateStartedEventDetails || (MapStateStartedEventDetails = {}));
430
247
  export var StateEnteredEventDetails;
431
248
  (function (StateEnteredEventDetails) {
432
- /**
433
- * @internal
434
- */
435
249
  StateEnteredEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.input && { input: SENSITIVE_STRING }))); };
436
250
  })(StateEnteredEventDetails || (StateEnteredEventDetails = {}));
437
251
  export var StateExitedEventDetails;
438
252
  (function (StateExitedEventDetails) {
439
- /**
440
- * @internal
441
- */
442
253
  StateExitedEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.output && { output: SENSITIVE_STRING }))); };
443
254
  })(StateExitedEventDetails || (StateExitedEventDetails = {}));
444
255
  export var TaskFailedEventDetails;
445
256
  (function (TaskFailedEventDetails) {
446
- /**
447
- * @internal
448
- */
449
257
  TaskFailedEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.error && { error: SENSITIVE_STRING })), (obj.cause && { cause: SENSITIVE_STRING }))); };
450
258
  })(TaskFailedEventDetails || (TaskFailedEventDetails = {}));
451
259
  export var TaskScheduledEventDetails;
452
260
  (function (TaskScheduledEventDetails) {
453
- /**
454
- * @internal
455
- */
456
261
  TaskScheduledEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.parameters && { parameters: SENSITIVE_STRING }))); };
457
262
  })(TaskScheduledEventDetails || (TaskScheduledEventDetails = {}));
458
263
  export var TaskStartedEventDetails;
459
264
  (function (TaskStartedEventDetails) {
460
- /**
461
- * @internal
462
- */
463
265
  TaskStartedEventDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
464
266
  })(TaskStartedEventDetails || (TaskStartedEventDetails = {}));
465
267
  export var TaskStartFailedEventDetails;
466
268
  (function (TaskStartFailedEventDetails) {
467
- /**
468
- * @internal
469
- */
470
269
  TaskStartFailedEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.error && { error: SENSITIVE_STRING })), (obj.cause && { cause: SENSITIVE_STRING }))); };
471
270
  })(TaskStartFailedEventDetails || (TaskStartFailedEventDetails = {}));
472
271
  export var TaskSubmitFailedEventDetails;
473
272
  (function (TaskSubmitFailedEventDetails) {
474
- /**
475
- * @internal
476
- */
477
273
  TaskSubmitFailedEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.error && { error: SENSITIVE_STRING })), (obj.cause && { cause: SENSITIVE_STRING }))); };
478
274
  })(TaskSubmitFailedEventDetails || (TaskSubmitFailedEventDetails = {}));
479
275
  export var TaskSubmittedEventDetails;
480
276
  (function (TaskSubmittedEventDetails) {
481
- /**
482
- * @internal
483
- */
484
277
  TaskSubmittedEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.output && { output: SENSITIVE_STRING }))); };
485
278
  })(TaskSubmittedEventDetails || (TaskSubmittedEventDetails = {}));
486
279
  export var TaskSucceededEventDetails;
487
280
  (function (TaskSucceededEventDetails) {
488
- /**
489
- * @internal
490
- */
491
281
  TaskSucceededEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.output && { output: SENSITIVE_STRING }))); };
492
282
  })(TaskSucceededEventDetails || (TaskSucceededEventDetails = {}));
493
283
  export var TaskTimedOutEventDetails;
494
284
  (function (TaskTimedOutEventDetails) {
495
- /**
496
- * @internal
497
- */
498
285
  TaskTimedOutEventDetails.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.error && { error: SENSITIVE_STRING })), (obj.cause && { cause: SENSITIVE_STRING }))); };
499
286
  })(TaskTimedOutEventDetails || (TaskTimedOutEventDetails = {}));
500
287
  export var HistoryEvent;
501
288
  (function (HistoryEvent) {
502
- /**
503
- * @internal
504
- */
505
289
  HistoryEvent.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.activityFailedEventDetails && {
506
290
  activityFailedEventDetails: ActivityFailedEventDetails.filterSensitiveLog(obj.activityFailedEventDetails),
507
291
  })), (obj.activityScheduleFailedEventDetails && {
@@ -556,275 +340,158 @@ export var HistoryEvent;
556
340
  })(HistoryEvent || (HistoryEvent = {}));
557
341
  export var GetExecutionHistoryOutput;
558
342
  (function (GetExecutionHistoryOutput) {
559
- /**
560
- * @internal
561
- */
562
343
  GetExecutionHistoryOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.events && { events: obj.events.map(function (item) { return HistoryEvent.filterSensitiveLog(item); }) }))); };
563
344
  })(GetExecutionHistoryOutput || (GetExecutionHistoryOutput = {}));
564
345
  export var InvalidToken;
565
346
  (function (InvalidToken) {
566
- /**
567
- * @internal
568
- */
569
347
  InvalidToken.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
570
348
  })(InvalidToken || (InvalidToken = {}));
571
349
  export var ListActivitiesInput;
572
350
  (function (ListActivitiesInput) {
573
- /**
574
- * @internal
575
- */
576
351
  ListActivitiesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
577
352
  })(ListActivitiesInput || (ListActivitiesInput = {}));
578
353
  export var ListActivitiesOutput;
579
354
  (function (ListActivitiesOutput) {
580
- /**
581
- * @internal
582
- */
583
355
  ListActivitiesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
584
356
  })(ListActivitiesOutput || (ListActivitiesOutput = {}));
585
357
  export var ListExecutionsInput;
586
358
  (function (ListExecutionsInput) {
587
- /**
588
- * @internal
589
- */
590
359
  ListExecutionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
591
360
  })(ListExecutionsInput || (ListExecutionsInput = {}));
592
361
  export var ExecutionListItem;
593
362
  (function (ExecutionListItem) {
594
- /**
595
- * @internal
596
- */
597
363
  ExecutionListItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
598
364
  })(ExecutionListItem || (ExecutionListItem = {}));
599
365
  export var ListExecutionsOutput;
600
366
  (function (ListExecutionsOutput) {
601
- /**
602
- * @internal
603
- */
604
367
  ListExecutionsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
605
368
  })(ListExecutionsOutput || (ListExecutionsOutput = {}));
606
369
  export var ListStateMachinesInput;
607
370
  (function (ListStateMachinesInput) {
608
- /**
609
- * @internal
610
- */
611
371
  ListStateMachinesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
612
372
  })(ListStateMachinesInput || (ListStateMachinesInput = {}));
613
373
  export var StateMachineListItem;
614
374
  (function (StateMachineListItem) {
615
- /**
616
- * @internal
617
- */
618
375
  StateMachineListItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
619
376
  })(StateMachineListItem || (StateMachineListItem = {}));
620
377
  export var ListStateMachinesOutput;
621
378
  (function (ListStateMachinesOutput) {
622
- /**
623
- * @internal
624
- */
625
379
  ListStateMachinesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
626
380
  })(ListStateMachinesOutput || (ListStateMachinesOutput = {}));
627
381
  export var ListTagsForResourceInput;
628
382
  (function (ListTagsForResourceInput) {
629
- /**
630
- * @internal
631
- */
632
383
  ListTagsForResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
633
384
  })(ListTagsForResourceInput || (ListTagsForResourceInput = {}));
634
385
  export var ListTagsForResourceOutput;
635
386
  (function (ListTagsForResourceOutput) {
636
- /**
637
- * @internal
638
- */
639
387
  ListTagsForResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
640
388
  })(ListTagsForResourceOutput || (ListTagsForResourceOutput = {}));
641
389
  export var ResourceNotFound;
642
390
  (function (ResourceNotFound) {
643
- /**
644
- * @internal
645
- */
646
391
  ResourceNotFound.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
647
392
  })(ResourceNotFound || (ResourceNotFound = {}));
648
393
  export var SendTaskFailureInput;
649
394
  (function (SendTaskFailureInput) {
650
- /**
651
- * @internal
652
- */
653
395
  SendTaskFailureInput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.error && { error: SENSITIVE_STRING })), (obj.cause && { cause: SENSITIVE_STRING }))); };
654
396
  })(SendTaskFailureInput || (SendTaskFailureInput = {}));
655
397
  export var SendTaskFailureOutput;
656
398
  (function (SendTaskFailureOutput) {
657
- /**
658
- * @internal
659
- */
660
399
  SendTaskFailureOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
661
400
  })(SendTaskFailureOutput || (SendTaskFailureOutput = {}));
662
401
  export var TaskDoesNotExist;
663
402
  (function (TaskDoesNotExist) {
664
- /**
665
- * @internal
666
- */
667
403
  TaskDoesNotExist.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
668
404
  })(TaskDoesNotExist || (TaskDoesNotExist = {}));
669
405
  export var TaskTimedOut;
670
406
  (function (TaskTimedOut) {
671
- /**
672
- * @internal
673
- */
674
407
  TaskTimedOut.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
675
408
  })(TaskTimedOut || (TaskTimedOut = {}));
676
409
  export var SendTaskHeartbeatInput;
677
410
  (function (SendTaskHeartbeatInput) {
678
- /**
679
- * @internal
680
- */
681
411
  SendTaskHeartbeatInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
682
412
  })(SendTaskHeartbeatInput || (SendTaskHeartbeatInput = {}));
683
413
  export var SendTaskHeartbeatOutput;
684
414
  (function (SendTaskHeartbeatOutput) {
685
- /**
686
- * @internal
687
- */
688
415
  SendTaskHeartbeatOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
689
416
  })(SendTaskHeartbeatOutput || (SendTaskHeartbeatOutput = {}));
690
417
  export var InvalidOutput;
691
418
  (function (InvalidOutput) {
692
- /**
693
- * @internal
694
- */
695
419
  InvalidOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
696
420
  })(InvalidOutput || (InvalidOutput = {}));
697
421
  export var SendTaskSuccessInput;
698
422
  (function (SendTaskSuccessInput) {
699
- /**
700
- * @internal
701
- */
702
423
  SendTaskSuccessInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.output && { output: SENSITIVE_STRING }))); };
703
424
  })(SendTaskSuccessInput || (SendTaskSuccessInput = {}));
704
425
  export var SendTaskSuccessOutput;
705
426
  (function (SendTaskSuccessOutput) {
706
- /**
707
- * @internal
708
- */
709
427
  SendTaskSuccessOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
710
428
  })(SendTaskSuccessOutput || (SendTaskSuccessOutput = {}));
711
429
  export var ExecutionAlreadyExists;
712
430
  (function (ExecutionAlreadyExists) {
713
- /**
714
- * @internal
715
- */
716
431
  ExecutionAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
717
432
  })(ExecutionAlreadyExists || (ExecutionAlreadyExists = {}));
718
433
  export var ExecutionLimitExceeded;
719
434
  (function (ExecutionLimitExceeded) {
720
- /**
721
- * @internal
722
- */
723
435
  ExecutionLimitExceeded.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
724
436
  })(ExecutionLimitExceeded || (ExecutionLimitExceeded = {}));
725
437
  export var InvalidExecutionInput;
726
438
  (function (InvalidExecutionInput) {
727
- /**
728
- * @internal
729
- */
730
439
  InvalidExecutionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
731
440
  })(InvalidExecutionInput || (InvalidExecutionInput = {}));
732
441
  export var StartExecutionInput;
733
442
  (function (StartExecutionInput) {
734
- /**
735
- * @internal
736
- */
737
443
  StartExecutionInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.input && { input: SENSITIVE_STRING }))); };
738
444
  })(StartExecutionInput || (StartExecutionInput = {}));
739
445
  export var StartExecutionOutput;
740
446
  (function (StartExecutionOutput) {
741
- /**
742
- * @internal
743
- */
744
447
  StartExecutionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
745
448
  })(StartExecutionOutput || (StartExecutionOutput = {}));
746
449
  export var StartSyncExecutionInput;
747
450
  (function (StartSyncExecutionInput) {
748
- /**
749
- * @internal
750
- */
751
451
  StartSyncExecutionInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.input && { input: SENSITIVE_STRING }))); };
752
452
  })(StartSyncExecutionInput || (StartSyncExecutionInput = {}));
753
453
  export var BillingDetails;
754
454
  (function (BillingDetails) {
755
- /**
756
- * @internal
757
- */
758
455
  BillingDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
759
456
  })(BillingDetails || (BillingDetails = {}));
760
457
  export var StartSyncExecutionOutput;
761
458
  (function (StartSyncExecutionOutput) {
762
- /**
763
- * @internal
764
- */
765
459
  StartSyncExecutionOutput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.error && { error: SENSITIVE_STRING })), (obj.cause && { cause: SENSITIVE_STRING })), (obj.input && { input: SENSITIVE_STRING })), (obj.output && { output: SENSITIVE_STRING }))); };
766
460
  })(StartSyncExecutionOutput || (StartSyncExecutionOutput = {}));
767
461
  export var StopExecutionInput;
768
462
  (function (StopExecutionInput) {
769
- /**
770
- * @internal
771
- */
772
463
  StopExecutionInput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.error && { error: SENSITIVE_STRING })), (obj.cause && { cause: SENSITIVE_STRING }))); };
773
464
  })(StopExecutionInput || (StopExecutionInput = {}));
774
465
  export var StopExecutionOutput;
775
466
  (function (StopExecutionOutput) {
776
- /**
777
- * @internal
778
- */
779
467
  StopExecutionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
780
468
  })(StopExecutionOutput || (StopExecutionOutput = {}));
781
469
  export var TagResourceInput;
782
470
  (function (TagResourceInput) {
783
- /**
784
- * @internal
785
- */
786
471
  TagResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
787
472
  })(TagResourceInput || (TagResourceInput = {}));
788
473
  export var TagResourceOutput;
789
474
  (function (TagResourceOutput) {
790
- /**
791
- * @internal
792
- */
793
475
  TagResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
794
476
  })(TagResourceOutput || (TagResourceOutput = {}));
795
477
  export var UntagResourceInput;
796
478
  (function (UntagResourceInput) {
797
- /**
798
- * @internal
799
- */
800
479
  UntagResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
801
480
  })(UntagResourceInput || (UntagResourceInput = {}));
802
481
  export var UntagResourceOutput;
803
482
  (function (UntagResourceOutput) {
804
- /**
805
- * @internal
806
- */
807
483
  UntagResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
808
484
  })(UntagResourceOutput || (UntagResourceOutput = {}));
809
485
  export var MissingRequiredParameter;
810
486
  (function (MissingRequiredParameter) {
811
- /**
812
- * @internal
813
- */
814
487
  MissingRequiredParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
815
488
  })(MissingRequiredParameter || (MissingRequiredParameter = {}));
816
489
  export var UpdateStateMachineInput;
817
490
  (function (UpdateStateMachineInput) {
818
- /**
819
- * @internal
820
- */
821
491
  UpdateStateMachineInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.definition && { definition: SENSITIVE_STRING }))); };
822
492
  })(UpdateStateMachineInput || (UpdateStateMachineInput = {}));
823
493
  export var UpdateStateMachineOutput;
824
494
  (function (UpdateStateMachineOutput) {
825
- /**
826
- * @internal
827
- */
828
495
  UpdateStateMachineOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
829
496
  })(UpdateStateMachineOutput || (UpdateStateMachineOutput = {}));
830
497
  //# sourceMappingURL=models_0.js.map