pub(crate) fn de_apns_voip_sandbox_channel_response_payload(
body: &[u8],
) -> std::result::Result<
::std::option::Option<crate::types::ApnsVoipSandboxChannelResponse>,
crate::operation::update_apns_voip_sandbox_channel::UpdateApnsVoipSandboxChannelError,
> {
(!body.is_empty())
.then(|| {
crate::protocol_serde::shape_apns_voip_sandbox_channel_response::de_apns_voip_sandbox_channel_response_payload(body)
.map_err(crate::operation::update_apns_voip_sandbox_channel::UpdateApnsVoipSandboxChannelError::unhandled)
})
.transpose()
}