aws_sdk_s3/protocol_serde/shape_event_bridge_configuration.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2#[allow(clippy::needless_question_mark)]
3pub fn de_event_bridge_configuration(
4 decoder: &mut ::aws_smithy_xml::decode::ScopedDecoder,
5) -> ::std::result::Result<crate::types::EventBridgeConfiguration, ::aws_smithy_xml::decode::XmlDecodeError> {
6 #[allow(unused_mut)]
7 let mut builder = crate::types::EventBridgeConfiguration::builder();
8 let _ = decoder;
9 Ok(builder.build())
10}