aws-sdk-iotdataplane 1.99.0

AWS SDK for AWS IoT Data Plane
Documentation
1
2
3
4
5
6
7
8
9
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub(crate) fn delete_thing_shadow_output_output_correct_errors(
    mut builder: crate::operation::delete_thing_shadow::builders::DeleteThingShadowOutputBuilder,
) -> crate::operation::delete_thing_shadow::builders::DeleteThingShadowOutputBuilder {
    if builder.payload.is_none() {
        builder.payload = Some(::aws_smithy_types::Blob::new(""))
    }
    builder
}