1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UpdateServiceSyncBlocker`](crate::operation::update_service_sync_blocker::builders::UpdateServiceSyncBlockerFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::update_service_sync_blocker::builders::UpdateServiceSyncBlockerFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::update_service_sync_blocker::builders::UpdateServiceSyncBlockerFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the service sync blocker.</p><br>
    ///   - [`resolved_reason(impl Into<String>)`](crate::operation::update_service_sync_blocker::builders::UpdateServiceSyncBlockerFluentBuilder::resolved_reason) / [`set_resolved_reason(Option<String>)`](crate::operation::update_service_sync_blocker::builders::UpdateServiceSyncBlockerFluentBuilder::set_resolved_reason):<br>required: **true**<br><p>The reason the service sync blocker was resolved.</p><br>
    /// - On success, responds with [`UpdateServiceSyncBlockerOutput`](crate::operation::update_service_sync_blocker::UpdateServiceSyncBlockerOutput) with field(s):
    ///   - [`service_name(String)`](crate::operation::update_service_sync_blocker::UpdateServiceSyncBlockerOutput::service_name): <p>The name of the service that you want to update the service sync blocker for.</p>
    ///   - [`service_instance_name(Option<String>)`](crate::operation::update_service_sync_blocker::UpdateServiceSyncBlockerOutput::service_instance_name): <p>The name of the service instance that you want to update the service sync blocker for.</p>
    ///   - [`service_sync_blocker(Option<SyncBlocker>)`](crate::operation::update_service_sync_blocker::UpdateServiceSyncBlockerOutput::service_sync_blocker): <p>The detailed data on the service sync blocker that was updated.</p>
    /// - On failure, responds with [`SdkError<UpdateServiceSyncBlockerError>`](crate::operation::update_service_sync_blocker::UpdateServiceSyncBlockerError)
    pub fn update_service_sync_blocker(&self) -> crate::operation::update_service_sync_blocker::builders::UpdateServiceSyncBlockerFluentBuilder {
        crate::operation::update_service_sync_blocker::builders::UpdateServiceSyncBlockerFluentBuilder::new(self.handle.clone())
    }
}