aws_sdk_mwaaserverless/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 `CreateWorkflow` operation.
5pub mod create_workflow;
6
7/// Types for the `DeleteWorkflow` operation.
8pub mod delete_workflow;
9
10/// Types for the `GetTaskInstance` operation.
11pub mod get_task_instance;
12
13/// Types for the `GetWorkflow` operation.
14pub mod get_workflow;
15
16/// Types for the `GetWorkflowRun` operation.
17pub mod get_workflow_run;
18
19/// Types for the `ListTagsForResource` operation.
20pub mod list_tags_for_resource;
21
22/// Types for the `ListTaskInstances` operation.
23pub mod list_task_instances;
24
25/// Types for the `ListWorkflowRuns` operation.
26pub mod list_workflow_runs;
27
28/// Types for the `ListWorkflowVersions` operation.
29pub mod list_workflow_versions;
30
31/// Types for the `ListWorkflows` operation.
32pub mod list_workflows;
33
34/// Types for the `StartWorkflowRun` operation.
35pub mod start_workflow_run;
36
37/// Types for the `StopWorkflowRun` operation.
38pub mod stop_workflow_run;
39
40/// Types for the `TagResource` operation.
41pub mod tag_resource;
42
43/// Types for the `UntagResource` operation.
44pub mod untag_resource;
45
46/// Types for the `UpdateWorkflow` operation.
47pub mod update_workflow;