1
2
3
4
5
6
7
8
9
10
11
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub(crate) fn de_baidu_channel_response_payload(
    body: &[u8],
) -> std::result::Result<::std::option::Option<crate::types::BaiduChannelResponse>, crate::operation::update_baidu_channel::UpdateBaiduChannelError> {
    (!body.is_empty())
        .then(|| {
            crate::protocol_serde::shape_baidu_channel_response::de_baidu_channel_response_payload(body)
                .map_err(crate::operation::update_baidu_channel::UpdateBaiduChannelError::unhandled)
        })
        .transpose()
}