aws-sdk-iotwireless 1.107.0

AWS SDK for AWS IoT Wireless
Documentation
1
2
3
4
5
6
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub(crate) fn de_geo_json_payload_payload(
    body: &[u8],
) -> std::result::Result<::std::option::Option<::aws_smithy_types::Blob>, crate::operation::get_resource_position::GetResourcePositionError> {
    (!body.is_empty()).then(|| Ok(::aws_smithy_types::Blob::new(body))).transpose()
}