aws_sdk_emrserverless/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 `CancelJobRun` operation.
5pub mod cancel_job_run;
6
7/// Types for the `CreateApplication` operation.
8pub mod create_application;
9
10/// Types for the `DeleteApplication` operation.
11pub mod delete_application;
12
13/// Types for the `GetApplication` operation.
14pub mod get_application;
15
16/// Types for the `GetDashboardForJobRun` operation.
17pub mod get_dashboard_for_job_run;
18
19/// Types for the `GetJobRun` operation.
20pub mod get_job_run;
21
22/// Types for the `ListApplications` operation.
23pub mod list_applications;
24
25/// Types for the `ListJobRunAttempts` operation.
26pub mod list_job_run_attempts;
27
28/// Types for the `ListJobRuns` operation.
29pub mod list_job_runs;
30
31/// Types for the `ListTagsForResource` operation.
32pub mod list_tags_for_resource;
33
34/// Types for the `StartApplication` operation.
35pub mod start_application;
36
37/// Types for the `StartJobRun` operation.
38pub mod start_job_run;
39
40/// Types for the `StopApplication` operation.
41pub mod stop_application;
42
43/// Types for the `TagResource` operation.
44pub mod tag_resource;
45
46/// Types for the `UntagResource` operation.
47pub mod untag_resource;
48
49/// Types for the `UpdateApplication` operation.
50pub mod update_application;