aws_sdk_swf/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `CountClosedWorkflowExecutions` operation.
5pub mod count_closed_workflow_executions;
6
7/// Types for the `CountOpenWorkflowExecutions` operation.
8pub mod count_open_workflow_executions;
9
10/// Types for the `CountPendingActivityTasks` operation.
11pub mod count_pending_activity_tasks;
12
13/// Types for the `CountPendingDecisionTasks` operation.
14pub mod count_pending_decision_tasks;
15
16/// Types for the `DeleteActivityType` operation.
17pub mod delete_activity_type;
18
19/// Types for the `DeleteWorkflowType` operation.
20pub mod delete_workflow_type;
21
22/// Types for the `DeprecateActivityType` operation.
23pub mod deprecate_activity_type;
24
25/// Types for the `DeprecateDomain` operation.
26pub mod deprecate_domain;
27
28/// Types for the `DeprecateWorkflowType` operation.
29pub mod deprecate_workflow_type;
30
31/// Types for the `DescribeActivityType` operation.
32pub mod describe_activity_type;
33
34/// Types for the `DescribeDomain` operation.
35pub mod describe_domain;
36
37/// Types for the `DescribeWorkflowExecution` operation.
38pub mod describe_workflow_execution;
39
40/// Types for the `DescribeWorkflowType` operation.
41pub mod describe_workflow_type;
42
43/// Types for the `GetWorkflowExecutionHistory` operation.
44pub mod get_workflow_execution_history;
45
46/// Types for the `ListActivityTypes` operation.
47pub mod list_activity_types;
48
49/// Types for the `ListClosedWorkflowExecutions` operation.
50pub mod list_closed_workflow_executions;
51
52/// Types for the `ListDomains` operation.
53pub mod list_domains;
54
55/// Types for the `ListOpenWorkflowExecutions` operation.
56pub mod list_open_workflow_executions;
57
58/// Types for the `ListTagsForResource` operation.
59pub mod list_tags_for_resource;
60
61/// Types for the `ListWorkflowTypes` operation.
62pub mod list_workflow_types;
63
64/// Types for the `PollForActivityTask` operation.
65pub mod poll_for_activity_task;
66
67/// Types for the `PollForDecisionTask` operation.
68pub mod poll_for_decision_task;
69
70/// Types for the `RecordActivityTaskHeartbeat` operation.
71pub mod record_activity_task_heartbeat;
72
73/// Types for the `RegisterActivityType` operation.
74pub mod register_activity_type;
75
76/// Types for the `RegisterDomain` operation.
77pub mod register_domain;
78
79/// Types for the `RegisterWorkflowType` operation.
80pub mod register_workflow_type;
81
82/// Types for the `RequestCancelWorkflowExecution` operation.
83pub mod request_cancel_workflow_execution;
84
85/// Types for the `RespondActivityTaskCanceled` operation.
86pub mod respond_activity_task_canceled;
87
88/// Types for the `RespondActivityTaskCompleted` operation.
89pub mod respond_activity_task_completed;
90
91/// Types for the `RespondActivityTaskFailed` operation.
92pub mod respond_activity_task_failed;
93
94/// Types for the `RespondDecisionTaskCompleted` operation.
95pub mod respond_decision_task_completed;
96
97/// Types for the `SignalWorkflowExecution` operation.
98pub mod signal_workflow_execution;
99
100/// Types for the `StartWorkflowExecution` operation.
101pub mod start_workflow_execution;
102
103/// Types for the `TagResource` operation.
104pub mod tag_resource;
105
106/// Types for the `TerminateWorkflowExecution` operation.
107pub mod terminate_workflow_execution;
108
109/// Types for the `UndeprecateActivityType` operation.
110pub mod undeprecate_activity_type;
111
112/// Types for the `UndeprecateDomain` operation.
113pub mod undeprecate_domain;
114
115/// Types for the `UndeprecateWorkflowType` operation.
116pub mod undeprecate_workflow_type;
117
118/// Types for the `UntagResource` operation.
119pub mod untag_resource;