aws_sdk_cloudwatchlogs/
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 `AssociateKmsKey` operation.
5pub mod associate_kms_key;
6
7/// Types for the `CancelExportTask` operation.
8pub mod cancel_export_task;
9
10/// Types for the `CreateDelivery` operation.
11pub mod create_delivery;
12
13/// Types for the `CreateExportTask` operation.
14pub mod create_export_task;
15
16/// Types for the `CreateLogAnomalyDetector` operation.
17pub mod create_log_anomaly_detector;
18
19/// Types for the `CreateLogGroup` operation.
20pub mod create_log_group;
21
22/// Types for the `CreateLogStream` operation.
23pub mod create_log_stream;
24
25/// Types for the `DeleteAccountPolicy` operation.
26pub mod delete_account_policy;
27
28/// Types for the `DeleteDataProtectionPolicy` operation.
29pub mod delete_data_protection_policy;
30
31/// Types for the `DeleteDelivery` operation.
32pub mod delete_delivery;
33
34/// Types for the `DeleteDeliveryDestination` operation.
35pub mod delete_delivery_destination;
36
37/// Types for the `DeleteDeliveryDestinationPolicy` operation.
38pub mod delete_delivery_destination_policy;
39
40/// Types for the `DeleteDeliverySource` operation.
41pub mod delete_delivery_source;
42
43/// Types for the `DeleteDestination` operation.
44pub mod delete_destination;
45
46/// Types for the `DeleteIndexPolicy` operation.
47pub mod delete_index_policy;
48
49/// Types for the `DeleteIntegration` operation.
50pub mod delete_integration;
51
52/// Types for the `DeleteLogAnomalyDetector` operation.
53pub mod delete_log_anomaly_detector;
54
55/// Types for the `DeleteLogGroup` operation.
56pub mod delete_log_group;
57
58/// Types for the `DeleteLogStream` operation.
59pub mod delete_log_stream;
60
61/// Types for the `DeleteMetricFilter` operation.
62pub mod delete_metric_filter;
63
64/// Types for the `DeleteQueryDefinition` operation.
65pub mod delete_query_definition;
66
67/// Types for the `DeleteResourcePolicy` operation.
68pub mod delete_resource_policy;
69
70/// Types for the `DeleteRetentionPolicy` operation.
71pub mod delete_retention_policy;
72
73/// Types for the `DeleteSubscriptionFilter` operation.
74pub mod delete_subscription_filter;
75
76/// Types for the `DeleteTransformer` operation.
77pub mod delete_transformer;
78
79/// Types for the `DescribeAccountPolicies` operation.
80pub mod describe_account_policies;
81
82/// Types for the `DescribeConfigurationTemplates` operation.
83pub mod describe_configuration_templates;
84
85/// Types for the `DescribeDeliveries` operation.
86pub mod describe_deliveries;
87
88/// Types for the `DescribeDeliveryDestinations` operation.
89pub mod describe_delivery_destinations;
90
91/// Types for the `DescribeDeliverySources` operation.
92pub mod describe_delivery_sources;
93
94/// Types for the `DescribeDestinations` operation.
95pub mod describe_destinations;
96
97/// Types for the `DescribeExportTasks` operation.
98pub mod describe_export_tasks;
99
100/// Types for the `DescribeFieldIndexes` operation.
101pub mod describe_field_indexes;
102
103/// Types for the `DescribeIndexPolicies` operation.
104pub mod describe_index_policies;
105
106/// Types for the `DescribeLogGroups` operation.
107pub mod describe_log_groups;
108
109/// Types for the `DescribeLogStreams` operation.
110pub mod describe_log_streams;
111
112/// Types for the `DescribeMetricFilters` operation.
113pub mod describe_metric_filters;
114
115/// Types for the `DescribeQueries` operation.
116pub mod describe_queries;
117
118/// Types for the `DescribeQueryDefinitions` operation.
119pub mod describe_query_definitions;
120
121/// Types for the `DescribeResourcePolicies` operation.
122pub mod describe_resource_policies;
123
124/// Types for the `DescribeSubscriptionFilters` operation.
125pub mod describe_subscription_filters;
126
127/// Types for the `DisassociateKmsKey` operation.
128pub mod disassociate_kms_key;
129
130/// Types for the `FilterLogEvents` operation.
131pub mod filter_log_events;
132
133/// Types for the `GetDataProtectionPolicy` operation.
134pub mod get_data_protection_policy;
135
136/// Types for the `GetDelivery` operation.
137pub mod get_delivery;
138
139/// Types for the `GetDeliveryDestination` operation.
140pub mod get_delivery_destination;
141
142/// Types for the `GetDeliveryDestinationPolicy` operation.
143pub mod get_delivery_destination_policy;
144
145/// Types for the `GetDeliverySource` operation.
146pub mod get_delivery_source;
147
148/// Types for the `GetIntegration` operation.
149pub mod get_integration;
150
151/// Types for the `GetLogAnomalyDetector` operation.
152pub mod get_log_anomaly_detector;
153
154/// Types for the `GetLogEvents` operation.
155pub mod get_log_events;
156
157/// Types for the `GetLogGroupFields` operation.
158pub mod get_log_group_fields;
159
160/// Types for the `GetLogObject` operation.
161pub mod get_log_object;
162
163/// Types for the `GetLogRecord` operation.
164pub mod get_log_record;
165
166/// Types for the `GetQueryResults` operation.
167pub mod get_query_results;
168
169/// Types for the `GetTransformer` operation.
170pub mod get_transformer;
171
172/// Types for the `ListAnomalies` operation.
173pub mod list_anomalies;
174
175/// Types for the `ListIntegrations` operation.
176pub mod list_integrations;
177
178/// Types for the `ListLogAnomalyDetectors` operation.
179pub mod list_log_anomaly_detectors;
180
181/// Types for the `ListLogGroups` operation.
182pub mod list_log_groups;
183
184/// Types for the `ListLogGroupsForQuery` operation.
185pub mod list_log_groups_for_query;
186
187/// Types for the `ListTagsForResource` operation.
188pub mod list_tags_for_resource;
189
190/// Types for the `ListTagsLogGroup` operation.
191pub mod list_tags_log_group;
192
193/// Types for the `PutAccountPolicy` operation.
194pub mod put_account_policy;
195
196/// Types for the `PutDataProtectionPolicy` operation.
197pub mod put_data_protection_policy;
198
199/// Types for the `PutDeliveryDestination` operation.
200pub mod put_delivery_destination;
201
202/// Types for the `PutDeliveryDestinationPolicy` operation.
203pub mod put_delivery_destination_policy;
204
205/// Types for the `PutDeliverySource` operation.
206pub mod put_delivery_source;
207
208/// Types for the `PutDestination` operation.
209pub mod put_destination;
210
211/// Types for the `PutDestinationPolicy` operation.
212pub mod put_destination_policy;
213
214/// Types for the `PutIndexPolicy` operation.
215pub mod put_index_policy;
216
217/// Types for the `PutIntegration` operation.
218pub mod put_integration;
219
220/// Types for the `PutLogEvents` operation.
221pub mod put_log_events;
222
223/// Types for the `PutMetricFilter` operation.
224pub mod put_metric_filter;
225
226/// Types for the `PutQueryDefinition` operation.
227pub mod put_query_definition;
228
229/// Types for the `PutResourcePolicy` operation.
230pub mod put_resource_policy;
231
232/// Types for the `PutRetentionPolicy` operation.
233pub mod put_retention_policy;
234
235/// Types for the `PutSubscriptionFilter` operation.
236pub mod put_subscription_filter;
237
238/// Types for the `PutTransformer` operation.
239pub mod put_transformer;
240
241/// Types for the `StartLiveTail` operation.
242pub mod start_live_tail;
243
244/// Types for the `StartQuery` operation.
245pub mod start_query;
246
247/// Types for the `StopQuery` operation.
248pub mod stop_query;
249
250/// Types for the `TagLogGroup` operation.
251pub mod tag_log_group;
252
253/// Types for the `TagResource` operation.
254pub mod tag_resource;
255
256/// Types for the `TestMetricFilter` operation.
257pub mod test_metric_filter;
258
259/// Types for the `TestTransformer` operation.
260pub mod test_transformer;
261
262/// Types for the `UntagLogGroup` operation.
263pub mod untag_log_group;
264
265/// Types for the `UntagResource` operation.
266pub mod untag_resource;
267
268/// Types for the `UpdateAnomaly` operation.
269pub mod update_anomaly;
270
271/// Types for the `UpdateDeliveryConfiguration` operation.
272pub mod update_delivery_configuration;
273
274/// Types for the `UpdateLogAnomalyDetector` operation.
275pub mod update_log_anomaly_detector;