aws_sdk_cloudtrail/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 `AddTags` operation.
5pub mod add_tags;
6
7/// Types for the `CancelQuery` operation.
8pub mod cancel_query;
9
10/// Types for the `CreateChannel` operation.
11pub mod create_channel;
12
13/// Types for the `CreateDashboard` operation.
14pub mod create_dashboard;
15
16/// Types for the `CreateEventDataStore` operation.
17pub mod create_event_data_store;
18
19/// Types for the `CreateTrail` operation.
20pub mod create_trail;
21
22/// Types for the `DeleteChannel` operation.
23pub mod delete_channel;
24
25/// Types for the `DeleteDashboard` operation.
26pub mod delete_dashboard;
27
28/// Types for the `DeleteEventDataStore` operation.
29pub mod delete_event_data_store;
30
31/// Types for the `DeleteResourcePolicy` operation.
32pub mod delete_resource_policy;
33
34/// Types for the `DeleteTrail` operation.
35pub mod delete_trail;
36
37/// Types for the `DeregisterOrganizationDelegatedAdmin` operation.
38pub mod deregister_organization_delegated_admin;
39
40/// Types for the `DescribeQuery` operation.
41pub mod describe_query;
42
43/// Types for the `DescribeTrails` operation.
44pub mod describe_trails;
45
46/// Types for the `DisableFederation` operation.
47pub mod disable_federation;
48
49/// Types for the `EnableFederation` operation.
50pub mod enable_federation;
51
52/// Types for the `GenerateQuery` operation.
53pub mod generate_query;
54
55/// Types for the `GetChannel` operation.
56pub mod get_channel;
57
58/// Types for the `GetDashboard` operation.
59pub mod get_dashboard;
60
61/// Types for the `GetEventConfiguration` operation.
62pub mod get_event_configuration;
63
64/// Types for the `GetEventDataStore` operation.
65pub mod get_event_data_store;
66
67/// Types for the `GetEventSelectors` operation.
68pub mod get_event_selectors;
69
70/// Types for the `GetImport` operation.
71pub mod get_import;
72
73/// Types for the `GetInsightSelectors` operation.
74pub mod get_insight_selectors;
75
76/// Types for the `GetQueryResults` operation.
77pub mod get_query_results;
78
79/// Types for the `GetResourcePolicy` operation.
80pub mod get_resource_policy;
81
82/// Types for the `GetTrail` operation.
83pub mod get_trail;
84
85/// Types for the `GetTrailStatus` operation.
86pub mod get_trail_status;
87
88/// Types for the `ListChannels` operation.
89pub mod list_channels;
90
91/// Types for the `ListDashboards` operation.
92pub mod list_dashboards;
93
94/// Types for the `ListEventDataStores` operation.
95pub mod list_event_data_stores;
96
97/// Types for the `ListImportFailures` operation.
98pub mod list_import_failures;
99
100/// Types for the `ListImports` operation.
101pub mod list_imports;
102
103/// Types for the `ListInsightsData` operation.
104pub mod list_insights_data;
105
106/// Types for the `ListInsightsMetricData` operation.
107pub mod list_insights_metric_data;
108
109/// Types for the `ListPublicKeys` operation.
110pub mod list_public_keys;
111
112/// Types for the `ListQueries` operation.
113pub mod list_queries;
114
115/// Types for the `ListTags` operation.
116pub mod list_tags;
117
118/// Types for the `ListTrails` operation.
119pub mod list_trails;
120
121/// Types for the `LookupEvents` operation.
122pub mod lookup_events;
123
124/// Types for the `PutEventConfiguration` operation.
125pub mod put_event_configuration;
126
127/// Types for the `PutEventSelectors` operation.
128pub mod put_event_selectors;
129
130/// Types for the `PutInsightSelectors` operation.
131pub mod put_insight_selectors;
132
133/// Types for the `PutResourcePolicy` operation.
134pub mod put_resource_policy;
135
136/// Types for the `RegisterOrganizationDelegatedAdmin` operation.
137pub mod register_organization_delegated_admin;
138
139/// Types for the `RemoveTags` operation.
140pub mod remove_tags;
141
142/// Types for the `RestoreEventDataStore` operation.
143pub mod restore_event_data_store;
144
145/// Types for the `SearchSampleQueries` operation.
146pub mod search_sample_queries;
147
148/// Types for the `StartDashboardRefresh` operation.
149pub mod start_dashboard_refresh;
150
151/// Types for the `StartEventDataStoreIngestion` operation.
152pub mod start_event_data_store_ingestion;
153
154/// Types for the `StartImport` operation.
155pub mod start_import;
156
157/// Types for the `StartLogging` operation.
158pub mod start_logging;
159
160/// Types for the `StartQuery` operation.
161pub mod start_query;
162
163/// Types for the `StopEventDataStoreIngestion` operation.
164pub mod stop_event_data_store_ingestion;
165
166/// Types for the `StopImport` operation.
167pub mod stop_import;
168
169/// Types for the `StopLogging` operation.
170pub mod stop_logging;
171
172/// Types for the `UpdateChannel` operation.
173pub mod update_channel;
174
175/// Types for the `UpdateDashboard` operation.
176pub mod update_dashboard;
177
178/// Types for the `UpdateEventDataStore` operation.
179pub mod update_event_data_store;
180
181/// Types for the `UpdateTrail` operation.
182pub mod update_trail;