1 1 | // Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
|
2 + | pub fn parse_http_error_metadata(
|
3 + | _response_status: u16,
|
4 + | response_headers: &::aws_smithy_runtime_api::http::Headers,
|
5 + | response_body: &[u8],
|
6 + | ) -> ::std::result::Result<::aws_smithy_types::error::metadata::Builder, ::aws_smithy_json::deserialize::error::DeserializeError> {
|
7 + | crate::json_errors::parse_error_metadata(response_body, response_headers)
|
8 + | }
|
9 + |
|
2 10 | pub(crate) fn type_erase_result<O, E>(
|
3 11 | result: ::std::result::Result<O, E>,
|
4 12 | ) -> ::std::result::Result<
|
5 13 | ::aws_smithy_runtime_api::client::interceptors::context::Output,
|
6 14 | ::aws_smithy_runtime_api::client::orchestrator::OrchestratorError<::aws_smithy_runtime_api::client::interceptors::context::Error>,
|
7 15 | >
|
8 16 | where
|
9 17 | O: ::std::fmt::Debug + ::std::marker::Send + ::std::marker::Sync + 'static,
|
10 18 | E: ::std::error::Error + std::fmt::Debug + ::std::marker::Send + ::std::marker::Sync + 'static,
|
11 19 | {
|
12 20 | result
|
13 21 | .map(|output| ::aws_smithy_runtime_api::client::interceptors::context::Output::erase(output))
|
14 22 | .map_err(|error| ::aws_smithy_runtime_api::client::interceptors::context::Error::erase(error))
|
15 23 | .map_err(::std::convert::Into::into)
|
16 24 | }
|
17 25 |
|
18 - | pub fn parse_http_error_metadata(
|
19 - | _response_status: u16,
|
20 - | response_headers: &::aws_smithy_runtime_api::http::Headers,
|
21 - | response_body: &[u8],
|
22 - | ) -> ::std::result::Result<::aws_smithy_types::error::metadata::Builder, ::aws_smithy_json::deserialize::error::DeserializeError> {
|
23 - | crate::json_errors::parse_error_metadata(response_body, response_headers)
|
24 - | }
|
25 - |
|
26 - | pub(crate) mod shape_associate_kms_key;
|
27 - |
|
28 - | pub(crate) mod shape_cancel_export_task;
|
29 - |
|
30 - | pub(crate) mod shape_create_delivery;
|
31 - |
|
32 - | pub(crate) mod shape_create_export_task;
|
33 - |
|
34 - | pub(crate) mod shape_create_log_anomaly_detector;
|
35 - |
|
36 - | pub(crate) mod shape_create_log_group;
|
37 - |
|
38 - | pub(crate) mod shape_create_log_stream;
|
39 - |
|
40 - | pub(crate) mod shape_delete_account_policy;
|
41 - |
|
42 - | pub(crate) mod shape_delete_data_protection_policy;
|
43 - |
|
44 - | pub(crate) mod shape_delete_delivery;
|
45 - |
|
46 - | pub(crate) mod shape_delete_delivery_destination;
|
47 - |
|
48 - | pub(crate) mod shape_delete_delivery_destination_policy;
|
49 - |
|
50 - | pub(crate) mod shape_delete_delivery_source;
|
51 - |
|
52 - | pub(crate) mod shape_delete_destination;
|
53 - |
|
54 - | pub(crate) mod shape_delete_index_policy;
|
55 - |
|
56 - | pub(crate) mod shape_delete_integration;
|
57 - |
|
58 - | pub(crate) mod shape_delete_log_anomaly_detector;
|
59 - |
|
60 - | pub(crate) mod shape_delete_log_group;
|
61 - |
|
62 - | pub(crate) mod shape_delete_log_stream;
|
63 - |
|
64 - | pub(crate) mod shape_delete_metric_filter;
|
65 - |
|
66 - | pub(crate) mod shape_delete_query_definition;
|
67 - |
|
68 - | pub(crate) mod shape_delete_resource_policy;
|
69 - |
|
70 - | pub(crate) mod shape_delete_retention_policy;
|
71 - |
|
72 - | pub(crate) mod shape_delete_subscription_filter;
|
73 - |
|
74 - | pub(crate) mod shape_delete_transformer;
|
75 - |
|
76 - | pub(crate) mod shape_describe_account_policies;
|
77 - |
|
78 - | pub(crate) mod shape_describe_configuration_templates;
|
79 - |
|
80 - | pub(crate) mod shape_describe_deliveries;
|
81 - |
|
82 - | pub(crate) mod shape_describe_delivery_destinations;
|
83 - |
|
84 - | pub(crate) mod shape_describe_delivery_sources;
|
85 - |
|
86 - | pub(crate) mod shape_describe_destinations;
|
87 - |
|
88 - | pub(crate) mod shape_describe_export_tasks;
|
89 - |
|
90 - | pub(crate) mod shape_describe_field_indexes;
|
91 - |
|
92 - | pub(crate) mod shape_describe_index_policies;
|
93 - |
|
94 - | pub(crate) mod shape_describe_log_groups;
|
95 - |
|
96 - | pub(crate) mod shape_describe_log_streams;
|
97 - |
|
98 - | pub(crate) mod shape_describe_metric_filters;
|
99 - |
|
100 - | pub(crate) mod shape_describe_queries;
|
101 - |
|
102 - | pub(crate) mod shape_describe_query_definitions;
|
103 - |
|
104 - | pub(crate) mod shape_describe_resource_policies;
|
105 - |
|
106 - | pub(crate) mod shape_describe_subscription_filters;
|
107 - |
|
108 - | pub(crate) mod shape_disassociate_kms_key;
|
109 - |
|
110 - | pub(crate) mod shape_filter_log_events;
|
111 - |
|
112 - | pub(crate) mod shape_get_data_protection_policy;
|
113 - |
|
114 - | pub(crate) mod shape_get_delivery;
|
115 - |
|
116 - | pub(crate) mod shape_get_delivery_destination;
|
117 - |
|
118 - | pub(crate) mod shape_get_delivery_destination_policy;
|
119 - |
|
120 - | pub(crate) mod shape_get_delivery_source;
|
121 - |
|
122 - | pub(crate) mod shape_get_integration;
|
123 - |
|
124 - | pub(crate) mod shape_get_log_anomaly_detector;
|
125 - |
|
126 - | pub(crate) mod shape_get_log_events;
|
127 - |
|
128 - | pub(crate) mod shape_get_log_group_fields;
|
129 - |
|
130 26 | pub(crate) mod shape_get_log_object;
|
131 27 |
|
132 - | pub(crate) mod shape_get_log_record;
|
133 - |
|
134 - | pub(crate) mod shape_get_query_results;
|
135 - |
|
136 - | pub(crate) mod shape_get_transformer;
|
137 - |
|
138 - | pub(crate) mod shape_list_anomalies;
|
139 - |
|
140 - | pub(crate) mod shape_list_integrations;
|
141 - |
|
142 - | pub(crate) mod shape_list_log_anomaly_detectors;
|
143 - |
|
144 - | pub(crate) mod shape_list_log_groups;
|
145 - |
|
146 - | pub(crate) mod shape_list_log_groups_for_query;
|
147 - |
|
148 - | pub(crate) mod shape_list_tags_for_resource;
|
149 - |
|
150 - | pub(crate) mod shape_list_tags_log_group;
|
151 - |
|
152 - | pub(crate) mod shape_put_account_policy;
|
153 - |
|
154 - | pub(crate) mod shape_put_data_protection_policy;
|
155 - |
|
156 - | pub(crate) mod shape_put_delivery_destination;
|
157 - |
|
158 - | pub(crate) mod shape_put_delivery_destination_policy;
|
159 - |
|
160 - | pub(crate) mod shape_put_delivery_source;
|
161 - |
|
162 - | pub(crate) mod shape_put_destination;
|
163 - |
|
164 - | pub(crate) mod shape_put_destination_policy;
|
165 - |
|
166 - | pub(crate) mod shape_put_index_policy;
|
167 - |
|
168 - | pub(crate) mod shape_put_integration;
|
169 - |
|
170 - | pub(crate) mod shape_put_log_events;
|
171 - |
|
172 - | pub(crate) mod shape_put_metric_filter;
|
173 - |
|
174 - | pub(crate) mod shape_put_query_definition;
|
175 - |
|
176 - | pub(crate) mod shape_put_resource_policy;
|
177 - |
|
178 - | pub(crate) mod shape_put_retention_policy;
|
179 - |
|
180 - | pub(crate) mod shape_put_subscription_filter;
|
181 - |
|
182 - | pub(crate) mod shape_put_transformer;
|
183 - |
|
184 28 | pub(crate) mod shape_start_live_tail;
|
185 29 |
|
186 - | pub(crate) mod shape_start_query;
|
187 - |
|
188 - | pub(crate) mod shape_stop_query;
|
189 - |
|
190 - | pub(crate) mod shape_tag_log_group;
|
191 - |
|
192 - | pub(crate) mod shape_tag_resource;
|
193 - |
|
194 - | pub(crate) mod shape_test_metric_filter;
|
195 - |
|
196 - | pub(crate) mod shape_test_transformer;
|
197 - |
|
198 - | pub(crate) mod shape_untag_log_group;
|
199 - |
|
200 - | pub(crate) mod shape_untag_resource;
|
201 - |
|
202 - | pub(crate) mod shape_update_anomaly;
|
203 - |
|
204 - | pub(crate) mod shape_update_delivery_configuration;
|
205 - |
|
206 - | pub(crate) mod shape_update_log_anomaly_detector;
|
207 - |
|
208 - | pub(crate) fn or_empty_doc(data: &[u8]) -> &[u8] {
|
209 - | if data.is_empty() {
|
210 - | b"{}"
|
211 - | } else {
|
212 - | data
|
213 - | }
|
214 - | }
|
215 - |
|
216 - | pub(crate) mod shape_access_denied_exception;
|
217 - |
|
218 - | pub(crate) mod shape_associate_kms_key_input;
|
219 - |
|
220 - | pub(crate) mod shape_cancel_export_task_input;
|
221 - |
|
222 - | pub(crate) mod shape_conflict_exception;
|
223 - |
|
224 - | pub(crate) mod shape_create_delivery_input;
|
225 - |
|
226 - | pub(crate) mod shape_create_export_task_input;
|
227 - |
|
228 - | pub(crate) mod shape_create_log_anomaly_detector_input;
|
229 - |
|
230 - | pub(crate) mod shape_create_log_group_input;
|
231 - |
|
232 - | pub(crate) mod shape_create_log_stream_input;
|
233 - |
|
234 - | pub(crate) mod shape_data_already_accepted_exception;
|
235 - |
|
236 - | pub(crate) mod shape_delete_account_policy_input;
|
237 - |
|
238 - | pub(crate) mod shape_delete_data_protection_policy_input;
|
239 - |
|
240 - | pub(crate) mod shape_delete_delivery_destination_input;
|
241 - |
|
242 - | pub(crate) mod shape_delete_delivery_destination_policy_input;
|
243 - |
|
244 - | pub(crate) mod shape_delete_delivery_input;
|
245 - |
|
246 - | pub(crate) mod shape_delete_delivery_source_input;
|
247 - |
|
248 - | pub(crate) mod shape_delete_destination_input;
|
249 - |
|
250 - | pub(crate) mod shape_delete_index_policy_input;
|
251 - |
|
252 - | pub(crate) mod shape_delete_integration_input;
|
253 - |
|
254 - | pub(crate) mod shape_delete_log_anomaly_detector_input;
|
255 - |
|
256 - | pub(crate) mod shape_delete_log_group_input;
|
257 - |
|
258 - | pub(crate) mod shape_delete_log_stream_input;
|
259 - |
|
260 - | pub(crate) mod shape_delete_metric_filter_input;
|
261 - |
|
262 - | pub(crate) mod shape_delete_query_definition_input;
|
263 - |
|
264 - | pub(crate) mod shape_delete_resource_policy_input;
|
265 - |
|
266 - | pub(crate) mod shape_delete_retention_policy_input;
|
267 - |
|
268 - | pub(crate) mod shape_delete_subscription_filter_input;
|
269 - |
|
270 - | pub(crate) mod shape_delete_transformer_input;
|
271 - |
|
272 - | pub(crate) mod shape_describe_account_policies_input;
|
273 - |
|
274 - | pub(crate) mod shape_describe_configuration_templates_input;
|
275 - |
|
276 - | pub(crate) mod shape_describe_deliveries_input;
|
277 - |
|
278 - | pub(crate) mod shape_describe_delivery_destinations_input;
|
279 - |
|
280 - | pub(crate) mod shape_describe_delivery_sources_input;
|
281 - |
|
282 - | pub(crate) mod shape_describe_destinations_input;
|
283 - |
|
284 - | pub(crate) mod shape_describe_export_tasks_input;
|
285 - |
|
286 - | pub(crate) mod shape_describe_field_indexes_input;
|
287 - |
|
288 - | pub(crate) mod shape_describe_index_policies_input;
|
289 - |
|
290 - | pub(crate) mod shape_describe_log_groups_input;
|
291 - |
|
292 - | pub(crate) mod shape_describe_log_streams_input;
|
293 - |
|
294 - | pub(crate) mod shape_describe_metric_filters_input;
|
295 - |
|
296 - | pub(crate) mod shape_describe_queries_input;
|
297 - |
|
298 - | pub(crate) mod shape_describe_query_definitions_input;
|
299 - |
|
300 - | pub(crate) mod shape_describe_resource_policies_input;
|
301 - |
|
302 - | pub(crate) mod shape_describe_subscription_filters_input;
|
303 - |
|
304 - | pub(crate) mod shape_disassociate_kms_key_input;
|
305 - |
|
306 - | pub(crate) mod shape_filter_log_events_input;
|
307 - |
|
308 - | pub(crate) mod shape_get_data_protection_policy_input;
|
309 - |
|
310 - | pub(crate) mod shape_get_delivery_destination_input;
|
311 - |
|
312 - | pub(crate) mod shape_get_delivery_destination_policy_input;
|
313 - |
|
314 - | pub(crate) mod shape_get_delivery_input;
|
315 - |
|
316 - | pub(crate) mod shape_get_delivery_source_input;
|
317 - |
|
318 - | pub(crate) mod shape_get_integration_input;
|
319 - |
|
320 - | pub(crate) mod shape_get_log_anomaly_detector_input;
|
321 - |
|
322 - | pub(crate) mod shape_get_log_events_input;
|
323 - |
|
324 - | pub(crate) mod shape_get_log_group_fields_input;
|
325 - |
|
326 - | pub(crate) mod shape_get_log_object_input;
|
327 - |
|
328 30 | pub(crate) mod shape_get_log_object_output;
|
329 31 |
|
330 - | pub(crate) mod shape_get_log_record_input;
|
331 - |
|
332 - | pub(crate) mod shape_get_query_results_input;
|
333 - |
|
334 - | pub(crate) mod shape_get_transformer_input;
|
335 - |
|
336 - | pub(crate) mod shape_internal_streaming_exception;
|
337 - |
|
338 - | pub(crate) mod shape_invalid_operation_exception;
|
339 - |
|
340 - | pub(crate) mod shape_invalid_parameter_exception;
|
341 - |
|
342 - | pub(crate) mod shape_invalid_sequence_token_exception;
|
343 - |
|
344 - | pub(crate) mod shape_limit_exceeded_exception;
|
345 - |
|
346 - | pub(crate) mod shape_list_anomalies_input;
|
347 - |
|
348 - | pub(crate) mod shape_list_integrations_input;
|
349 - |
|
350 - | pub(crate) mod shape_list_log_anomaly_detectors_input;
|
351 - |
|
352 - | pub(crate) mod shape_list_log_groups_for_query_input;
|
353 - |
|
354 - | pub(crate) mod shape_list_log_groups_input;
|
355 - |
|
356 - | pub(crate) mod shape_list_tags_for_resource_input;
|
357 - |
|
358 - | pub(crate) mod shape_list_tags_log_group_input;
|
359 - |
|
360 - | pub(crate) mod shape_malformed_query_exception;
|
361 - |
|
362 - | pub(crate) mod shape_operation_aborted_exception;
|
363 - |
|
364 - | pub(crate) mod shape_put_account_policy_input;
|
365 - |
|
366 - | pub(crate) mod shape_put_data_protection_policy_input;
|
367 - |
|
368 - | pub(crate) mod shape_put_delivery_destination_input;
|
369 - |
|
370 - | pub(crate) mod shape_put_delivery_destination_policy_input;
|
371 - |
|
372 - | pub(crate) mod shape_put_delivery_source_input;
|
373 - |
|
374 - | pub(crate) mod shape_put_destination_input;
|
375 - |
|
376 - | pub(crate) mod shape_put_destination_policy_input;
|
377 - |
|
378 - | pub(crate) mod shape_put_index_policy_input;
|
379 - |
|
380 - | pub(crate) mod shape_put_integration_input;
|
381 - |
|
382 - | pub(crate) mod shape_put_log_events_input;
|
383 - |
|
384 - | pub(crate) mod shape_put_metric_filter_input;
|
385 - |
|
386 - | pub(crate) mod shape_put_query_definition_input;
|
387 - |
|
388 - | pub(crate) mod shape_put_resource_policy_input;
|
389 - |
|
390 - | pub(crate) mod shape_put_retention_policy_input;
|
391 - |
|
392 - | pub(crate) mod shape_put_subscription_filter_input;
|
393 - |
|
394 - | pub(crate) mod shape_put_transformer_input;
|
395 - |
|
396 - | pub(crate) mod shape_resource_already_exists_exception;
|
397 - |
|
398 - | pub(crate) mod shape_resource_not_found_exception;
|
399 - |
|
400 - | pub(crate) mod shape_service_quota_exceeded_exception;
|
401 - |
|
402 - | pub(crate) mod shape_service_unavailable_exception;
|
403 - |
|
404 - | pub(crate) mod shape_session_streaming_exception;
|
405 - |
|
406 - | pub(crate) mod shape_session_timeout_exception;
|
407 - |
|
408 - | pub(crate) mod shape_start_live_tail_input;
|
409 - |
|
410 32 | pub(crate) mod shape_start_live_tail_output;
|
411 33 |
|
412 - | pub(crate) mod shape_start_query_input;
|
413 - |
|
414 - | pub(crate) mod shape_stop_query_input;
|
415 - |
|
416 - | pub(crate) mod shape_tag_log_group_input;
|
417 - |
|
418 - | pub(crate) mod shape_tag_resource_input;
|
419 - |
|
420 - | pub(crate) mod shape_test_metric_filter_input;
|
421 - |
|
422 - | pub(crate) mod shape_test_transformer_input;
|
423 - |
|
424 - | pub(crate) mod shape_throttling_exception;
|
425 - |
|
426 - | pub(crate) mod shape_too_many_tags_exception;
|
427 - |
|
428 - | pub(crate) mod shape_unrecognized_client_exception;
|
429 - |
|
430 - | pub(crate) mod shape_untag_log_group_input;
|
431 - |
|
432 - | pub(crate) mod shape_untag_resource_input;
|
433 - |
|
434 - | pub(crate) mod shape_update_anomaly_input;
|
435 - |
|
436 - | pub(crate) mod shape_update_delivery_configuration_input;
|
437 - |
|
438 - | pub(crate) mod shape_update_log_anomaly_detector_input;
|
439 - |
|
440 - | pub(crate) mod shape_validation_exception;
|
441 - |
|
442 34 | pub fn parse_event_stream_error_metadata(
|
443 35 | payload: &::bytes::Bytes,
|
444 36 | ) -> ::std::result::Result<::aws_smithy_types::error::metadata::Builder, ::aws_smithy_json::deserialize::error::DeserializeError> {
|
445 37 | crate::json_errors::parse_error_metadata(payload, &::aws_smithy_runtime_api::http::Headers::new())
|
446 38 | }
|
447 39 |
|
448 - | pub(crate) mod shape_account_policies;
|
449 - |
|
450 - | pub(crate) mod shape_account_policy;
|
451 - |
|
452 - | pub(crate) mod shape_anomalies;
|
453 - |
|
454 - | pub(crate) mod shape_anomaly_detectors;
|
455 - |
|
456 - | pub(crate) mod shape_configuration_templates;
|
457 - |
|
458 - | pub(crate) mod shape_deliveries;
|
459 - |
|
460 - | pub(crate) mod shape_delivery;
|
461 - |
|
462 - | pub(crate) mod shape_delivery_destination;
|
463 - |
|
464 - | pub(crate) mod shape_delivery_destination_configuration;
|
465 - |
|
466 - | pub(crate) mod shape_delivery_destinations;
|
467 - |
|
468 - | pub(crate) mod shape_delivery_source;
|
469 - |
|
470 - | pub(crate) mod shape_delivery_sources;
|
471 - |
|
472 - | pub(crate) mod shape_destination;
|
473 - |
|
474 - | pub(crate) mod shape_destinations;
|
475 - |
|
476 - | pub(crate) mod shape_entity;
|
477 - |
|
478 - | pub(crate) mod shape_export_tasks;
|
479 - |
|
480 - | pub(crate) mod shape_field_indexes;
|
481 - |
|
482 - | pub(crate) mod shape_filtered_log_events;
|
483 - |
|
484 - | pub(crate) mod shape_index_policies;
|
485 - |
|
486 - | pub(crate) mod shape_index_policy;
|
487 - |
|
488 - | pub(crate) mod shape_input_log_event;
|
489 - |
|
490 - | pub(crate) mod shape_integration_details;
|
491 - |
|
492 - | pub(crate) mod shape_integration_summaries;
|
493 - |
|
494 - | pub(crate) mod shape_log_group_arn_list;
|
495 - |
|
496 - | pub(crate) mod shape_log_group_field_list;
|
497 - |
|
498 - | pub(crate) mod shape_log_group_identifiers;
|
499 - |
|
500 - | pub(crate) mod shape_log_group_summaries;
|
501 - |
|
502 - | pub(crate) mod shape_log_groups;
|
503 - |
|
504 - | pub(crate) mod shape_log_record;
|
505 - |
|
506 - | pub(crate) mod shape_log_streams;
|
507 - |
|
508 - | pub(crate) mod shape_metric_filter_matches;
|
509 - |
|
510 - | pub(crate) mod shape_metric_filters;
|
511 - |
|
512 - | pub(crate) mod shape_metric_transformation;
|
513 - |
|
514 - | pub(crate) mod shape_output_log_events;
|
515 - |
|
516 - | pub(crate) mod shape_policy;
|
517 - |
|
518 - | pub(crate) mod shape_processor;
|
519 - |
|
520 - | pub(crate) mod shape_processors;
|
521 - |
|
522 - | pub(crate) mod shape_query_compile_error;
|
523 - |
|
524 - | pub(crate) mod shape_query_definition_list;
|
525 - |
|
526 - | pub(crate) mod shape_query_info_list;
|
527 - |
|
528 - | pub(crate) mod shape_query_results;
|
529 - |
|
530 - | pub(crate) mod shape_query_statistics;
|
531 - |
|
532 - | pub(crate) mod shape_rejected_entity_info;
|
533 - |
|
534 - | pub(crate) mod shape_rejected_log_events_info;
|
535 - |
|
536 - | pub(crate) mod shape_resource_config;
|
537 - |
|
538 - | pub(crate) mod shape_resource_policies;
|
539 - |
|
540 - | pub(crate) mod shape_resource_policy;
|
541 - |
|
542 - | pub(crate) mod shape_s3_delivery_configuration;
|
543 - |
|
544 - | pub(crate) mod shape_searched_log_streams;
|
545 - |
|
546 - | pub(crate) mod shape_subscription_filters;
|
547 - |
|
548 - | pub(crate) mod shape_suppression_period;
|
549 - |
|
550 - | pub(crate) mod shape_tags;
|
551 - |
|
552 - | pub(crate) mod shape_transformed_logs;
|
553 - |
|
554 - | pub(crate) mod shape_add_keys;
|
555 - |
|
556 - | pub(crate) mod shape_anomaly;
|
557 - |
|
558 - | pub(crate) mod shape_anomaly_detector;
|
559 - |
|
560 - | pub(crate) mod shape_configuration_template;
|
561 - |
|
562 - | pub(crate) mod shape_copy_value;
|
563 - |
|
564 - | pub(crate) mod shape_csv;
|
565 - |
|
566 - | pub(crate) mod shape_date_time_converter;
|
567 - |
|
568 - | pub(crate) mod shape_delete_keys;
|
569 - |
|
570 - | pub(crate) mod shape_export_task;
|
571 - |
|
572 - | pub(crate) mod shape_field_index;
|
40 + | pub(crate) fn or_empty_doc(data: &[u8]) -> &[u8] {
|
41 + | if data.is_empty() {
|
42 + | b"{}"
|
43 + | } else {
|
44 + | data
|
45 + | }
|
46 + | }
|
573 47 |
|
574 48 | pub(crate) mod shape_fields_data;
|
575 49 |
|
576 - | pub(crate) mod shape_filtered_log_event;
|
577 - |
|
578 - | pub(crate) mod shape_grok;
|
579 - |
|
580 - | pub(crate) mod shape_integration_summary;
|
581 - |
|
582 - | pub(crate) mod shape_list_to_map;
|
50 + | pub(crate) mod shape_internal_streaming_exception;
|
583 51 |
|
584 52 | pub(crate) mod shape_live_tail_session_start;
|
585 53 |
|
586 54 | pub(crate) mod shape_live_tail_session_update;
|
587 55 |
|
588 - | pub(crate) mod shape_log_group;
|
589 - |
|
590 - | pub(crate) mod shape_log_group_field;
|
591 - |
|
592 - | pub(crate) mod shape_log_group_summary;
|
593 - |
|
594 - | pub(crate) mod shape_log_stream;
|
595 - |
|
596 - | pub(crate) mod shape_lower_case_string;
|
597 - |
|
598 - | pub(crate) mod shape_metric_filter;
|
599 - |
|
600 - | pub(crate) mod shape_metric_filter_match_record;
|
601 - |
|
602 - | pub(crate) mod shape_move_keys;
|
603 - |
|
604 - | pub(crate) mod shape_open_search_integration_details;
|
605 - |
|
606 - | pub(crate) mod shape_open_search_resource_config;
|
607 - |
|
608 - | pub(crate) mod shape_output_log_event;
|
609 - |
|
610 - | pub(crate) mod shape_parse_cloudfront;
|
611 - |
|
612 - | pub(crate) mod shape_parse_json;
|
613 - |
|
614 - | pub(crate) mod shape_parse_key_value;
|
615 - |
|
616 - | pub(crate) mod shape_parse_postgres;
|
617 - |
|
618 - | pub(crate) mod shape_parse_route53;
|
619 - |
|
620 - | pub(crate) mod shape_parse_to_ocsf;
|
621 - |
|
622 - | pub(crate) mod shape_parse_vpc;
|
623 - |
|
624 - | pub(crate) mod shape_parse_waf;
|
625 - |
|
626 - | pub(crate) mod shape_query_compile_error_location;
|
627 - |
|
628 - | pub(crate) mod shape_query_definition;
|
629 - |
|
630 - | pub(crate) mod shape_query_info;
|
631 - |
|
632 - | pub(crate) mod shape_record_fields;
|
633 - |
|
634 - | pub(crate) mod shape_rename_keys;
|
635 - |
|
636 - | pub(crate) mod shape_resource_arns;
|
637 - |
|
638 - | pub(crate) mod shape_result_rows;
|
639 - |
|
640 - | pub(crate) mod shape_searched_log_stream;
|
641 - |
|
642 - | pub(crate) mod shape_split_string;
|
643 - |
|
644 - | pub(crate) mod shape_subscription_filter;
|
645 - |
|
646 - | pub(crate) mod shape_substitute_string;
|
647 - |
|
648 - | pub(crate) mod shape_transformed_log_record;
|
649 - |
|
650 - | pub(crate) mod shape_trim_string;
|
651 - |
|
652 - | pub(crate) mod shape_type_converter;
|
653 - |
|
654 - | pub(crate) mod shape_upper_case_string;
|
655 - |
|
656 - | pub(crate) mod shape_add_key_entry;
|
657 - |
|
658 - | pub(crate) mod shape_allowed_field_delimiters;
|
659 - |
|
660 - | pub(crate) mod shape_allowed_fields;
|
661 - |
|
662 - | pub(crate) mod shape_configuration_template_delivery_config_values;
|
663 - |
|
664 - | pub(crate) mod shape_copy_value_entry;
|
665 - |
|
666 - | pub(crate) mod shape_emit_system_fields;
|
667 - |
|
668 - | pub(crate) mod shape_export_task_execution_info;
|
669 - |
|
670 - | pub(crate) mod shape_export_task_status;
|
671 - |
|
672 - | pub(crate) mod shape_extracted_values;
|
673 - |
|
674 - | pub(crate) mod shape_histogram;
|
675 - |
|
676 - | pub(crate) mod shape_inherited_properties;
|
677 - |
|
678 - | pub(crate) mod shape_log_group_names;
|
679 - |
|
680 - | pub(crate) mod shape_log_samples;
|
681 - |
|
682 - | pub(crate) mod shape_metric_transformations;
|
683 - |
|
684 - | pub(crate) mod shape_move_key_entry;
|
685 - |
|
686 - | pub(crate) mod shape_open_search_application;
|
687 - |
|
688 - | pub(crate) mod shape_open_search_collection;
|
689 - |
|
690 - | pub(crate) mod shape_open_search_data_access_policy;
|
691 - |
|
692 - | pub(crate) mod shape_open_search_data_source;
|
693 - |
|
694 - | pub(crate) mod shape_open_search_encryption_policy;
|
695 - |
|
696 - | pub(crate) mod shape_open_search_lifecycle_policy;
|
697 - |
|
698 - | pub(crate) mod shape_open_search_network_policy;
|
699 - |
|
700 - | pub(crate) mod shape_open_search_workspace;
|
701 - |
|
702 - | pub(crate) mod shape_output_formats;
|
703 - |
|
704 - | pub(crate) mod shape_pattern_tokens;
|
705 - |
|
706 - | pub(crate) mod shape_rename_key_entry;
|
707 - |
|
708 - | pub(crate) mod shape_result_field;
|
709 - |
|
710 - | pub(crate) mod shape_split_string_entry;
|
711 - |
|
712 - | pub(crate) mod shape_substitute_string_entry;
|
713 - |
|
714 - | pub(crate) mod shape_type_converter_entry;
|
715 - |
|
716 - | pub(crate) mod shape_add_key_entries;
|
717 - |
|
718 - | pub(crate) mod shape_columns;
|
719 - |
|
720 - | pub(crate) mod shape_copy_value_entries;
|
56 + | pub(crate) mod shape_session_streaming_exception;
|
721 57 |
|
722 - | pub(crate) mod shape_delete_with_keys;
|
58 + | pub(crate) mod shape_session_timeout_exception;
|
723 59 |
|
724 60 | pub(crate) mod shape_input_log_stream_names;
|
725 61 |
|
726 62 | pub(crate) mod shape_live_tail_session_metadata;
|
727 63 |
|
728 64 | pub(crate) mod shape_live_tail_session_results;
|
729 65 |
|
730 - | pub(crate) mod shape_log_event;
|
731 - |
|
732 - | pub(crate) mod shape_lower_case_string_with_keys;
|
733 - |
|
734 - | pub(crate) mod shape_match_patterns;
|
735 - |
|
736 - | pub(crate) mod shape_move_key_entries;
|
737 - |
|
738 - | pub(crate) mod shape_open_search_resource_status;
|
739 - |
|
740 - | pub(crate) mod shape_pattern_token;
|
741 - |
|
742 - | pub(crate) mod shape_record_field;
|
743 - |
|
744 - | pub(crate) mod shape_rename_key_entries;
|
745 - |
|
746 - | pub(crate) mod shape_split_string_entries;
|
747 - |
|
748 66 | pub(crate) mod shape_start_live_tail_log_group_identifiers;
|
749 67 |
|
750 - | pub(crate) mod shape_substitute_string_entries;
|
751 - |
|
752 - | pub(crate) mod shape_trim_string_with_keys;
|
753 - |
|
754 - | pub(crate) mod shape_type_converter_entries;
|
755 - |
|
756 - | pub(crate) mod shape_upper_case_string_with_keys;
|
757 - |
|
758 - | pub(crate) mod shape_dimensions;
|
759 - |
|
760 - | pub(crate) mod shape_enumerations;
|
761 - |
|
762 68 | pub(crate) mod shape_live_tail_session_log_event;
|