aws_sdk_devopsguru/client/update_service_integration.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`UpdateServiceIntegration`](crate::operation::update_service_integration::builders::UpdateServiceIntegrationFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`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>
7 /// - On success, responds with [`UpdateServiceIntegrationOutput`](crate::operation::update_service_integration::UpdateServiceIntegrationOutput)
8 /// - On failure, responds with [`SdkError<UpdateServiceIntegrationError>`](crate::operation::update_service_integration::UpdateServiceIntegrationError)
9 pub fn update_service_integration(&self) -> crate::operation::update_service_integration::builders::UpdateServiceIntegrationFluentBuilder {
10 crate::operation::update_service_integration::builders::UpdateServiceIntegrationFluentBuilder::new(self.handle.clone())
11 }
12}