aws_sdk_athena/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 `BatchGetNamedQuery` operation.
5pub mod batch_get_named_query;
6
7/// Types for the `BatchGetPreparedStatement` operation.
8pub mod batch_get_prepared_statement;
9
10/// Types for the `BatchGetQueryExecution` operation.
11pub mod batch_get_query_execution;
12
13/// Types for the `CancelCapacityReservation` operation.
14pub mod cancel_capacity_reservation;
15
16/// Types for the `CreateCapacityReservation` operation.
17pub mod create_capacity_reservation;
18
19/// Types for the `CreateDataCatalog` operation.
20pub mod create_data_catalog;
21
22/// Types for the `CreateNamedQuery` operation.
23pub mod create_named_query;
24
25/// Types for the `CreateNotebook` operation.
26pub mod create_notebook;
27
28/// Types for the `CreatePreparedStatement` operation.
29pub mod create_prepared_statement;
30
31/// Types for the `CreatePresignedNotebookUrl` operation.
32pub mod create_presigned_notebook_url;
33
34/// Types for the `CreateWorkGroup` operation.
35pub mod create_work_group;
36
37/// Types for the `DeleteCapacityReservation` operation.
38pub mod delete_capacity_reservation;
39
40/// Types for the `DeleteDataCatalog` operation.
41pub mod delete_data_catalog;
42
43/// Types for the `DeleteNamedQuery` operation.
44pub mod delete_named_query;
45
46/// Types for the `DeleteNotebook` operation.
47pub mod delete_notebook;
48
49/// Types for the `DeletePreparedStatement` operation.
50pub mod delete_prepared_statement;
51
52/// Types for the `DeleteWorkGroup` operation.
53pub mod delete_work_group;
54
55/// Types for the `ExportNotebook` operation.
56pub mod export_notebook;
57
58/// Types for the `GetCalculationExecution` operation.
59pub mod get_calculation_execution;
60
61/// Types for the `GetCalculationExecutionCode` operation.
62pub mod get_calculation_execution_code;
63
64/// Types for the `GetCalculationExecutionStatus` operation.
65pub mod get_calculation_execution_status;
66
67/// Types for the `GetCapacityAssignmentConfiguration` operation.
68pub mod get_capacity_assignment_configuration;
69
70/// Types for the `GetCapacityReservation` operation.
71pub mod get_capacity_reservation;
72
73/// Types for the `GetDataCatalog` operation.
74pub mod get_data_catalog;
75
76/// Types for the `GetDatabase` operation.
77pub mod get_database;
78
79/// Types for the `GetNamedQuery` operation.
80pub mod get_named_query;
81
82/// Types for the `GetNotebookMetadata` operation.
83pub mod get_notebook_metadata;
84
85/// Types for the `GetPreparedStatement` operation.
86pub mod get_prepared_statement;
87
88/// Types for the `GetQueryExecution` operation.
89pub mod get_query_execution;
90
91/// Types for the `GetQueryResults` operation.
92pub mod get_query_results;
93
94/// Types for the `GetQueryRuntimeStatistics` operation.
95pub mod get_query_runtime_statistics;
96
97/// Types for the `GetResourceDashboard` operation.
98pub mod get_resource_dashboard;
99
100/// Types for the `GetSession` operation.
101pub mod get_session;
102
103/// Types for the `GetSessionEndpoint` operation.
104pub mod get_session_endpoint;
105
106/// Types for the `GetSessionStatus` operation.
107pub mod get_session_status;
108
109/// Types for the `GetTableMetadata` operation.
110pub mod get_table_metadata;
111
112/// Types for the `GetWorkGroup` operation.
113pub mod get_work_group;
114
115/// Types for the `ImportNotebook` operation.
116pub mod import_notebook;
117
118/// Types for the `ListApplicationDPUSizes` operation.
119pub mod list_application_dpu_sizes;
120
121/// Types for the `ListCalculationExecutions` operation.
122pub mod list_calculation_executions;
123
124/// Types for the `ListCapacityReservations` operation.
125pub mod list_capacity_reservations;
126
127/// Types for the `ListDataCatalogs` operation.
128pub mod list_data_catalogs;
129
130/// Types for the `ListDatabases` operation.
131pub mod list_databases;
132
133/// Types for the `ListEngineVersions` operation.
134pub mod list_engine_versions;
135
136/// Types for the `ListExecutors` operation.
137pub mod list_executors;
138
139/// Types for the `ListNamedQueries` operation.
140pub mod list_named_queries;
141
142/// Types for the `ListNotebookMetadata` operation.
143pub mod list_notebook_metadata;
144
145/// Types for the `ListNotebookSessions` operation.
146pub mod list_notebook_sessions;
147
148/// Types for the `ListPreparedStatements` operation.
149pub mod list_prepared_statements;
150
151/// Types for the `ListQueryExecutions` operation.
152pub mod list_query_executions;
153
154/// Types for the `ListSessions` operation.
155pub mod list_sessions;
156
157/// Types for the `ListTableMetadata` operation.
158pub mod list_table_metadata;
159
160/// Types for the `ListTagsForResource` operation.
161pub mod list_tags_for_resource;
162
163/// Types for the `ListWorkGroups` operation.
164pub mod list_work_groups;
165
166/// Types for the `PutCapacityAssignmentConfiguration` operation.
167pub mod put_capacity_assignment_configuration;
168
169/// Types for the `StartCalculationExecution` operation.
170pub mod start_calculation_execution;
171
172/// Types for the `StartQueryExecution` operation.
173pub mod start_query_execution;
174
175/// Types for the `StartSession` operation.
176pub mod start_session;
177
178/// Types for the `StopCalculationExecution` operation.
179pub mod stop_calculation_execution;
180
181/// Types for the `StopQueryExecution` operation.
182pub mod stop_query_execution;
183
184/// Types for the `TagResource` operation.
185pub mod tag_resource;
186
187/// Types for the `TerminateSession` operation.
188pub mod terminate_session;
189
190/// Types for the `UntagResource` operation.
191pub mod untag_resource;
192
193/// Types for the `UpdateCapacityReservation` operation.
194pub mod update_capacity_reservation;
195
196/// Types for the `UpdateDataCatalog` operation.
197pub mod update_data_catalog;
198
199/// Types for the `UpdateNamedQuery` operation.
200pub mod update_named_query;
201
202/// Types for the `UpdateNotebook` operation.
203pub mod update_notebook;
204
205/// Types for the `UpdateNotebookMetadata` operation.
206pub mod update_notebook_metadata;
207
208/// Types for the `UpdatePreparedStatement` operation.
209pub mod update_prepared_statement;
210
211/// Types for the `UpdateWorkGroup` operation.
212pub mod update_work_group;