1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UpdateServiceIntegration`](crate::operation::update_service_integration::builders::UpdateServiceIntegrationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`service_integration(UpdateServiceIntegrationConfig)`](crate::operation::update_service_integration::builders::UpdateServiceIntegrationFluentBuilder::service_integration) / [`set_service_integration(Option<UpdateServiceIntegrationConfig>)`](crate::operation::update_service_integration::builders::UpdateServiceIntegrationFluentBuilder::set_service_integration):<br>required: **true**<br><p>An <code>IntegratedServiceConfig</code> object used to specify the integrated service you want to update, and whether you want to update it to enabled or disabled.</p><br>
    /// - On success, responds with [`UpdateServiceIntegrationOutput`](crate::operation::update_service_integration::UpdateServiceIntegrationOutput)
    /// - On failure, responds with [`SdkError<UpdateServiceIntegrationError>`](crate::operation::update_service_integration::UpdateServiceIntegrationError)
    pub fn update_service_integration(&self) -> crate::operation::update_service_integration::builders::UpdateServiceIntegrationFluentBuilder {
        crate::operation::update_service_integration::builders::UpdateServiceIntegrationFluentBuilder::new(self.handle.clone())
    }
}