1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_workflow_type::WorkflowType;

pub use crate::types::_activity_type::ActivityType;

pub use crate::types::_child_policy::ChildPolicy;

pub use crate::types::_resource_tag::ResourceTag;

pub use crate::types::_task_list::TaskList;

pub use crate::types::_decision::Decision;

pub use crate::types::_schedule_lambda_function_decision_attributes::ScheduleLambdaFunctionDecisionAttributes;

pub use crate::types::_start_child_workflow_execution_decision_attributes::StartChildWorkflowExecutionDecisionAttributes;

pub use crate::types::_request_cancel_external_workflow_execution_decision_attributes::RequestCancelExternalWorkflowExecutionDecisionAttributes;

pub use crate::types::_signal_external_workflow_execution_decision_attributes::SignalExternalWorkflowExecutionDecisionAttributes;

pub use crate::types::_cancel_timer_decision_attributes::CancelTimerDecisionAttributes;

pub use crate::types::_start_timer_decision_attributes::StartTimerDecisionAttributes;

pub use crate::types::_record_marker_decision_attributes::RecordMarkerDecisionAttributes;

pub use crate::types::_continue_as_new_workflow_execution_decision_attributes::ContinueAsNewWorkflowExecutionDecisionAttributes;

pub use crate::types::_cancel_workflow_execution_decision_attributes::CancelWorkflowExecutionDecisionAttributes;

pub use crate::types::_fail_workflow_execution_decision_attributes::FailWorkflowExecutionDecisionAttributes;

pub use crate::types::_complete_workflow_execution_decision_attributes::CompleteWorkflowExecutionDecisionAttributes;

pub use crate::types::_request_cancel_activity_task_decision_attributes::RequestCancelActivityTaskDecisionAttributes;

pub use crate::types::_schedule_activity_task_decision_attributes::ScheduleActivityTaskDecisionAttributes;

pub use crate::types::_decision_type::DecisionType;

pub use crate::types::_history_event::HistoryEvent;

pub use crate::types::_start_lambda_function_failed_event_attributes::StartLambdaFunctionFailedEventAttributes;

pub use crate::types::_start_lambda_function_failed_cause::StartLambdaFunctionFailedCause;

pub use crate::types::_schedule_lambda_function_failed_event_attributes::ScheduleLambdaFunctionFailedEventAttributes;

pub use crate::types::_schedule_lambda_function_failed_cause::ScheduleLambdaFunctionFailedCause;

pub use crate::types::_lambda_function_timed_out_event_attributes::LambdaFunctionTimedOutEventAttributes;

pub use crate::types::_lambda_function_timeout_type::LambdaFunctionTimeoutType;

pub use crate::types::_lambda_function_failed_event_attributes::LambdaFunctionFailedEventAttributes;

pub use crate::types::_lambda_function_completed_event_attributes::LambdaFunctionCompletedEventAttributes;

pub use crate::types::_lambda_function_started_event_attributes::LambdaFunctionStartedEventAttributes;

pub use crate::types::_lambda_function_scheduled_event_attributes::LambdaFunctionScheduledEventAttributes;

pub use crate::types::_start_child_workflow_execution_failed_event_attributes::StartChildWorkflowExecutionFailedEventAttributes;

pub use crate::types::_start_child_workflow_execution_failed_cause::StartChildWorkflowExecutionFailedCause;

pub use crate::types::_cancel_timer_failed_event_attributes::CancelTimerFailedEventAttributes;

pub use crate::types::_cancel_timer_failed_cause::CancelTimerFailedCause;

pub use crate::types::_start_timer_failed_event_attributes::StartTimerFailedEventAttributes;

pub use crate::types::_start_timer_failed_cause::StartTimerFailedCause;

pub use crate::types::_request_cancel_activity_task_failed_event_attributes::RequestCancelActivityTaskFailedEventAttributes;

pub use crate::types::_request_cancel_activity_task_failed_cause::RequestCancelActivityTaskFailedCause;

pub use crate::types::_schedule_activity_task_failed_event_attributes::ScheduleActivityTaskFailedEventAttributes;

pub use crate::types::_schedule_activity_task_failed_cause::ScheduleActivityTaskFailedCause;

pub use crate::types::_request_cancel_external_workflow_execution_failed_event_attributes::RequestCancelExternalWorkflowExecutionFailedEventAttributes;

pub use crate::types::_request_cancel_external_workflow_execution_failed_cause::RequestCancelExternalWorkflowExecutionFailedCause;

pub use crate::types::_request_cancel_external_workflow_execution_initiated_event_attributes::RequestCancelExternalWorkflowExecutionInitiatedEventAttributes;

pub use crate::types::_external_workflow_execution_cancel_requested_event_attributes::ExternalWorkflowExecutionCancelRequestedEventAttributes;

pub use crate::types::_workflow_execution::WorkflowExecution;

pub use crate::types::_signal_external_workflow_execution_failed_event_attributes::SignalExternalWorkflowExecutionFailedEventAttributes;

pub use crate::types::_signal_external_workflow_execution_failed_cause::SignalExternalWorkflowExecutionFailedCause;

pub use crate::types::_external_workflow_execution_signaled_event_attributes::ExternalWorkflowExecutionSignaledEventAttributes;

pub use crate::types::_signal_external_workflow_execution_initiated_event_attributes::SignalExternalWorkflowExecutionInitiatedEventAttributes;

pub use crate::types::_child_workflow_execution_terminated_event_attributes::ChildWorkflowExecutionTerminatedEventAttributes;

pub use crate::types::_child_workflow_execution_canceled_event_attributes::ChildWorkflowExecutionCanceledEventAttributes;

pub use crate::types::_child_workflow_execution_timed_out_event_attributes::ChildWorkflowExecutionTimedOutEventAttributes;

pub use crate::types::_workflow_execution_timeout_type::WorkflowExecutionTimeoutType;

pub use crate::types::_child_workflow_execution_failed_event_attributes::ChildWorkflowExecutionFailedEventAttributes;

pub use crate::types::_child_workflow_execution_completed_event_attributes::ChildWorkflowExecutionCompletedEventAttributes;

pub use crate::types::_child_workflow_execution_started_event_attributes::ChildWorkflowExecutionStartedEventAttributes;

pub use crate::types::_start_child_workflow_execution_initiated_event_attributes::StartChildWorkflowExecutionInitiatedEventAttributes;

pub use crate::types::_timer_canceled_event_attributes::TimerCanceledEventAttributes;

pub use crate::types::_timer_fired_event_attributes::TimerFiredEventAttributes;

pub use crate::types::_timer_started_event_attributes::TimerStartedEventAttributes;

pub use crate::types::_record_marker_failed_event_attributes::RecordMarkerFailedEventAttributes;

pub use crate::types::_record_marker_failed_cause::RecordMarkerFailedCause;

pub use crate::types::_marker_recorded_event_attributes::MarkerRecordedEventAttributes;

pub use crate::types::_workflow_execution_signaled_event_attributes::WorkflowExecutionSignaledEventAttributes;

pub use crate::types::_activity_task_cancel_requested_event_attributes::ActivityTaskCancelRequestedEventAttributes;

pub use crate::types::_activity_task_canceled_event_attributes::ActivityTaskCanceledEventAttributes;

pub use crate::types::_activity_task_timed_out_event_attributes::ActivityTaskTimedOutEventAttributes;

pub use crate::types::_activity_task_timeout_type::ActivityTaskTimeoutType;

pub use crate::types::_activity_task_failed_event_attributes::ActivityTaskFailedEventAttributes;

pub use crate::types::_activity_task_completed_event_attributes::ActivityTaskCompletedEventAttributes;

pub use crate::types::_activity_task_started_event_attributes::ActivityTaskStartedEventAttributes;

pub use crate::types::_activity_task_scheduled_event_attributes::ActivityTaskScheduledEventAttributes;

pub use crate::types::_decision_task_timed_out_event_attributes::DecisionTaskTimedOutEventAttributes;

pub use crate::types::_decision_task_timeout_type::DecisionTaskTimeoutType;

pub use crate::types::_decision_task_completed_event_attributes::DecisionTaskCompletedEventAttributes;

pub use crate::types::_decision_task_started_event_attributes::DecisionTaskStartedEventAttributes;

pub use crate::types::_decision_task_scheduled_event_attributes::DecisionTaskScheduledEventAttributes;

pub use crate::types::_workflow_execution_cancel_requested_event_attributes::WorkflowExecutionCancelRequestedEventAttributes;

pub use crate::types::_workflow_execution_cancel_requested_cause::WorkflowExecutionCancelRequestedCause;

pub use crate::types::_workflow_execution_terminated_event_attributes::WorkflowExecutionTerminatedEventAttributes;

pub use crate::types::_workflow_execution_terminated_cause::WorkflowExecutionTerminatedCause;

pub use crate::types::_continue_as_new_workflow_execution_failed_event_attributes::ContinueAsNewWorkflowExecutionFailedEventAttributes;

pub use crate::types::_continue_as_new_workflow_execution_failed_cause::ContinueAsNewWorkflowExecutionFailedCause;

pub use crate::types::_workflow_execution_continued_as_new_event_attributes::WorkflowExecutionContinuedAsNewEventAttributes;

pub use crate::types::_cancel_workflow_execution_failed_event_attributes::CancelWorkflowExecutionFailedEventAttributes;

pub use crate::types::_cancel_workflow_execution_failed_cause::CancelWorkflowExecutionFailedCause;

pub use crate::types::_workflow_execution_canceled_event_attributes::WorkflowExecutionCanceledEventAttributes;

pub use crate::types::_workflow_execution_timed_out_event_attributes::WorkflowExecutionTimedOutEventAttributes;

pub use crate::types::_fail_workflow_execution_failed_event_attributes::FailWorkflowExecutionFailedEventAttributes;

pub use crate::types::_fail_workflow_execution_failed_cause::FailWorkflowExecutionFailedCause;

pub use crate::types::_workflow_execution_failed_event_attributes::WorkflowExecutionFailedEventAttributes;

pub use crate::types::_complete_workflow_execution_failed_event_attributes::CompleteWorkflowExecutionFailedEventAttributes;

pub use crate::types::_complete_workflow_execution_failed_cause::CompleteWorkflowExecutionFailedCause;

pub use crate::types::_workflow_execution_completed_event_attributes::WorkflowExecutionCompletedEventAttributes;

pub use crate::types::_workflow_execution_started_event_attributes::WorkflowExecutionStartedEventAttributes;

pub use crate::types::_event_type::EventType;

pub use crate::types::_workflow_type_info::WorkflowTypeInfo;

pub use crate::types::_registration_status::RegistrationStatus;

pub use crate::types::_workflow_execution_info::WorkflowExecutionInfo;

pub use crate::types::_close_status::CloseStatus;

pub use crate::types::_execution_status::ExecutionStatus;

pub use crate::types::_workflow_execution_filter::WorkflowExecutionFilter;

pub use crate::types::_tag_filter::TagFilter;

pub use crate::types::_workflow_type_filter::WorkflowTypeFilter;

pub use crate::types::_execution_time_filter::ExecutionTimeFilter;

pub use crate::types::_domain_info::DomainInfo;

pub use crate::types::_close_status_filter::CloseStatusFilter;

pub use crate::types::_activity_type_info::ActivityTypeInfo;

pub use crate::types::_workflow_type_configuration::WorkflowTypeConfiguration;

pub use crate::types::_workflow_execution_open_counts::WorkflowExecutionOpenCounts;

pub use crate::types::_workflow_execution_configuration::WorkflowExecutionConfiguration;

pub use crate::types::_domain_configuration::DomainConfiguration;

pub use crate::types::_activity_type_configuration::ActivityTypeConfiguration;

mod _activity_task_cancel_requested_event_attributes;

mod _activity_task_canceled_event_attributes;

mod _activity_task_completed_event_attributes;

mod _activity_task_failed_event_attributes;

mod _activity_task_scheduled_event_attributes;

mod _activity_task_started_event_attributes;

mod _activity_task_timed_out_event_attributes;

mod _activity_task_timeout_type;

mod _activity_type;

mod _activity_type_configuration;

mod _activity_type_info;

mod _cancel_timer_decision_attributes;

mod _cancel_timer_failed_cause;

mod _cancel_timer_failed_event_attributes;

mod _cancel_workflow_execution_decision_attributes;

mod _cancel_workflow_execution_failed_cause;

mod _cancel_workflow_execution_failed_event_attributes;

mod _child_policy;

mod _child_workflow_execution_canceled_event_attributes;

mod _child_workflow_execution_completed_event_attributes;

mod _child_workflow_execution_failed_event_attributes;

mod _child_workflow_execution_started_event_attributes;

mod _child_workflow_execution_terminated_event_attributes;

mod _child_workflow_execution_timed_out_event_attributes;

mod _close_status;

mod _close_status_filter;

mod _complete_workflow_execution_decision_attributes;

mod _complete_workflow_execution_failed_cause;

mod _complete_workflow_execution_failed_event_attributes;

mod _continue_as_new_workflow_execution_decision_attributes;

mod _continue_as_new_workflow_execution_failed_cause;

mod _continue_as_new_workflow_execution_failed_event_attributes;

mod _decision;

mod _decision_task_completed_event_attributes;

mod _decision_task_scheduled_event_attributes;

mod _decision_task_started_event_attributes;

mod _decision_task_timed_out_event_attributes;

mod _decision_task_timeout_type;

mod _decision_type;

mod _domain_configuration;

mod _domain_info;

mod _event_type;

mod _execution_status;

mod _execution_time_filter;

mod _external_workflow_execution_cancel_requested_event_attributes;

mod _external_workflow_execution_signaled_event_attributes;

mod _fail_workflow_execution_decision_attributes;

mod _fail_workflow_execution_failed_cause;

mod _fail_workflow_execution_failed_event_attributes;

mod _history_event;

mod _lambda_function_completed_event_attributes;

mod _lambda_function_failed_event_attributes;

mod _lambda_function_scheduled_event_attributes;

mod _lambda_function_started_event_attributes;

mod _lambda_function_timed_out_event_attributes;

mod _lambda_function_timeout_type;

mod _marker_recorded_event_attributes;

mod _record_marker_decision_attributes;

mod _record_marker_failed_cause;

mod _record_marker_failed_event_attributes;

mod _registration_status;

mod _request_cancel_activity_task_decision_attributes;

mod _request_cancel_activity_task_failed_cause;

mod _request_cancel_activity_task_failed_event_attributes;

mod _request_cancel_external_workflow_execution_decision_attributes;

mod _request_cancel_external_workflow_execution_failed_cause;

mod _request_cancel_external_workflow_execution_failed_event_attributes;

mod _request_cancel_external_workflow_execution_initiated_event_attributes;

mod _resource_tag;

mod _schedule_activity_task_decision_attributes;

mod _schedule_activity_task_failed_cause;

mod _schedule_activity_task_failed_event_attributes;

mod _schedule_lambda_function_decision_attributes;

mod _schedule_lambda_function_failed_cause;

mod _schedule_lambda_function_failed_event_attributes;

mod _signal_external_workflow_execution_decision_attributes;

mod _signal_external_workflow_execution_failed_cause;

mod _signal_external_workflow_execution_failed_event_attributes;

mod _signal_external_workflow_execution_initiated_event_attributes;

mod _start_child_workflow_execution_decision_attributes;

mod _start_child_workflow_execution_failed_cause;

mod _start_child_workflow_execution_failed_event_attributes;

mod _start_child_workflow_execution_initiated_event_attributes;

mod _start_lambda_function_failed_cause;

mod _start_lambda_function_failed_event_attributes;

mod _start_timer_decision_attributes;

mod _start_timer_failed_cause;

mod _start_timer_failed_event_attributes;

mod _tag_filter;

mod _task_list;

mod _timer_canceled_event_attributes;

mod _timer_fired_event_attributes;

mod _timer_started_event_attributes;

mod _workflow_execution;

mod _workflow_execution_cancel_requested_cause;

mod _workflow_execution_cancel_requested_event_attributes;

mod _workflow_execution_canceled_event_attributes;

mod _workflow_execution_completed_event_attributes;

mod _workflow_execution_configuration;

mod _workflow_execution_continued_as_new_event_attributes;

mod _workflow_execution_failed_event_attributes;

mod _workflow_execution_filter;

mod _workflow_execution_info;

mod _workflow_execution_open_counts;

mod _workflow_execution_signaled_event_attributes;

mod _workflow_execution_started_event_attributes;

mod _workflow_execution_terminated_cause;

mod _workflow_execution_terminated_event_attributes;

mod _workflow_execution_timed_out_event_attributes;

mod _workflow_execution_timeout_type;

mod _workflow_type;

mod _workflow_type_configuration;

mod _workflow_type_filter;

mod _workflow_type_info;

/// Builders
pub mod builders;

/// Error types that Amazon Simple Workflow Service can respond with.
pub mod error;