// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`SynchronizeGatewayTargets`](crate::operation::synchronize_gateway_targets::builders::SynchronizeGatewayTargetsFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`gateway_identifier(impl Into<String>)`](crate::operation::synchronize_gateway_targets::builders::SynchronizeGatewayTargetsFluentBuilder::gateway_identifier) / [`set_gateway_identifier(Option<String>)`](crate::operation::synchronize_gateway_targets::builders::SynchronizeGatewayTargetsFluentBuilder::set_gateway_identifier):<br>required: **true**<br><p>The gateway Identifier.</p><br>
/// - [`target_id_list(impl Into<String>)`](crate::operation::synchronize_gateway_targets::builders::SynchronizeGatewayTargetsFluentBuilder::target_id_list) / [`set_target_id_list(Option<Vec::<String>>)`](crate::operation::synchronize_gateway_targets::builders::SynchronizeGatewayTargetsFluentBuilder::set_target_id_list):<br>required: **true**<br><p>The target ID list.</p><br>
/// - On success, responds with [`SynchronizeGatewayTargetsOutput`](crate::operation::synchronize_gateway_targets::SynchronizeGatewayTargetsOutput) with field(s):
/// - [`targets(Option<Vec::<GatewayTarget>>)`](crate::operation::synchronize_gateway_targets::SynchronizeGatewayTargetsOutput::targets): <p>The gateway targets for synchronization.</p>
/// - On failure, responds with [`SdkError<SynchronizeGatewayTargetsError>`](crate::operation::synchronize_gateway_targets::SynchronizeGatewayTargetsError)
pub fn synchronize_gateway_targets(&self) -> crate::operation::synchronize_gateway_targets::builders::SynchronizeGatewayTargetsFluentBuilder {
crate::operation::synchronize_gateway_targets::builders::SynchronizeGatewayTargetsFluentBuilder::new(self.handle.clone())
}
}