aws_sdk_emr/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 `AddInstanceFleet` operation.
5pub mod add_instance_fleet;
6
7/// Types for the `AddInstanceGroups` operation.
8pub mod add_instance_groups;
9
10/// Types for the `AddJobFlowSteps` operation.
11pub mod add_job_flow_steps;
12
13/// Types for the `AddTags` operation.
14pub mod add_tags;
15
16/// Types for the `CancelSteps` operation.
17pub mod cancel_steps;
18
19/// Types for the `CreatePersistentAppUI` operation.
20pub mod create_persistent_app_ui;
21
22/// Types for the `CreateSecurityConfiguration` operation.
23pub mod create_security_configuration;
24
25/// Types for the `CreateStudio` operation.
26pub mod create_studio;
27
28/// Types for the `CreateStudioSessionMapping` operation.
29pub mod create_studio_session_mapping;
30
31/// Types for the `DeleteSecurityConfiguration` operation.
32pub mod delete_security_configuration;
33
34/// Types for the `DeleteStudio` operation.
35pub mod delete_studio;
36
37/// Types for the `DeleteStudioSessionMapping` operation.
38pub mod delete_studio_session_mapping;
39
40/// Types for the `DescribeCluster` operation.
41pub mod describe_cluster;
42
43/// Types for the `DescribeJobFlows` operation.
44pub mod describe_job_flows;
45
46/// Types for the `DescribeNotebookExecution` operation.
47pub mod describe_notebook_execution;
48
49/// Types for the `DescribePersistentAppUI` operation.
50pub mod describe_persistent_app_ui;
51
52/// Types for the `DescribeReleaseLabel` operation.
53pub mod describe_release_label;
54
55/// Types for the `DescribeSecurityConfiguration` operation.
56pub mod describe_security_configuration;
57
58/// Types for the `DescribeStep` operation.
59pub mod describe_step;
60
61/// Types for the `DescribeStudio` operation.
62pub mod describe_studio;
63
64/// Types for the `GetAutoTerminationPolicy` operation.
65pub mod get_auto_termination_policy;
66
67/// Types for the `GetBlockPublicAccessConfiguration` operation.
68pub mod get_block_public_access_configuration;
69
70/// Types for the `GetClusterSessionCredentials` operation.
71pub mod get_cluster_session_credentials;
72
73/// Types for the `GetManagedScalingPolicy` operation.
74pub mod get_managed_scaling_policy;
75
76/// Types for the `GetOnClusterAppUIPresignedURL` operation.
77pub mod get_on_cluster_app_ui_presigned_url;
78
79/// Types for the `GetPersistentAppUIPresignedURL` operation.
80pub mod get_persistent_app_ui_presigned_url;
81
82/// Types for the `GetStudioSessionMapping` operation.
83pub mod get_studio_session_mapping;
84
85/// Types for the `ListBootstrapActions` operation.
86pub mod list_bootstrap_actions;
87
88/// Types for the `ListClusters` operation.
89pub mod list_clusters;
90
91/// Types for the `ListInstanceFleets` operation.
92pub mod list_instance_fleets;
93
94/// Types for the `ListInstanceGroups` operation.
95pub mod list_instance_groups;
96
97/// Types for the `ListInstances` operation.
98pub mod list_instances;
99
100/// Types for the `ListNotebookExecutions` operation.
101pub mod list_notebook_executions;
102
103/// Types for the `ListReleaseLabels` operation.
104pub mod list_release_labels;
105
106/// Types for the `ListSecurityConfigurations` operation.
107pub mod list_security_configurations;
108
109/// Types for the `ListSteps` operation.
110pub mod list_steps;
111
112/// Types for the `ListStudioSessionMappings` operation.
113pub mod list_studio_session_mappings;
114
115/// Types for the `ListStudios` operation.
116pub mod list_studios;
117
118/// Types for the `ListSupportedInstanceTypes` operation.
119pub mod list_supported_instance_types;
120
121/// Types for the `ModifyCluster` operation.
122pub mod modify_cluster;
123
124/// Types for the `ModifyInstanceFleet` operation.
125pub mod modify_instance_fleet;
126
127/// Types for the `ModifyInstanceGroups` operation.
128pub mod modify_instance_groups;
129
130/// Types for the `PutAutoScalingPolicy` operation.
131pub mod put_auto_scaling_policy;
132
133/// Types for the `PutAutoTerminationPolicy` operation.
134pub mod put_auto_termination_policy;
135
136/// Types for the `PutBlockPublicAccessConfiguration` operation.
137pub mod put_block_public_access_configuration;
138
139/// Types for the `PutManagedScalingPolicy` operation.
140pub mod put_managed_scaling_policy;
141
142/// Types for the `RemoveAutoScalingPolicy` operation.
143pub mod remove_auto_scaling_policy;
144
145/// Types for the `RemoveAutoTerminationPolicy` operation.
146pub mod remove_auto_termination_policy;
147
148/// Types for the `RemoveManagedScalingPolicy` operation.
149pub mod remove_managed_scaling_policy;
150
151/// Types for the `RemoveTags` operation.
152pub mod remove_tags;
153
154/// Types for the `RunJobFlow` operation.
155pub mod run_job_flow;
156
157/// Types for the `SetKeepJobFlowAliveWhenNoSteps` operation.
158pub mod set_keep_job_flow_alive_when_no_steps;
159
160/// Types for the `SetTerminationProtection` operation.
161pub mod set_termination_protection;
162
163/// Types for the `SetUnhealthyNodeReplacement` operation.
164pub mod set_unhealthy_node_replacement;
165
166/// Types for the `SetVisibleToAllUsers` operation.
167pub mod set_visible_to_all_users;
168
169/// Types for the `StartNotebookExecution` operation.
170pub mod start_notebook_execution;
171
172/// Types for the `StopNotebookExecution` operation.
173pub mod stop_notebook_execution;
174
175/// Types for the `TerminateJobFlows` operation.
176pub mod terminate_job_flows;
177
178/// Types for the `UpdateStudio` operation.
179pub mod update_studio;
180
181/// Types for the `UpdateStudioSessionMapping` operation.
182pub mod update_studio_session_mapping;