Skip to main content

aws_sdk_databasemigration/protocol_serde/
shape_update_subscriptions_to_event_bridge_input.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub fn ser_update_subscriptions_to_event_bridge_input_input(
3    object: &mut ::aws_smithy_json::serialize::JsonObjectWriter,
4    input: &crate::operation::update_subscriptions_to_event_bridge::UpdateSubscriptionsToEventBridgeInput,
5) -> ::std::result::Result<(), ::aws_smithy_types::error::operation::SerializationError> {
6    if let Some(var_1) = &input.force_move {
7        object.key("ForceMove").boolean(*var_1);
8    }
9    Ok(())
10}