aws_sdk_qbusiness/client/
delete_chat_controls_configuration.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 [`DeleteChatControlsConfiguration`](crate::operation::delete_chat_controls_configuration::builders::DeleteChatControlsConfigurationFluentBuilder) operation.
4    ///
5    /// - The fluent builder is configurable:
6    ///   - [`application_id(impl Into<String>)`](crate::operation::delete_chat_controls_configuration::builders::DeleteChatControlsConfigurationFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::delete_chat_controls_configuration::builders::DeleteChatControlsConfigurationFluentBuilder::set_application_id):<br>required: **true**<br><p>The identifier of the application the chat controls have been configured for.</p><br>
7    /// - On success, responds with [`DeleteChatControlsConfigurationOutput`](crate::operation::delete_chat_controls_configuration::DeleteChatControlsConfigurationOutput)
8    /// - On failure, responds with [`SdkError<DeleteChatControlsConfigurationError>`](crate::operation::delete_chat_controls_configuration::DeleteChatControlsConfigurationError)
9    pub fn delete_chat_controls_configuration(
10        &self,
11    ) -> crate::operation::delete_chat_controls_configuration::builders::DeleteChatControlsConfigurationFluentBuilder {
12        crate::operation::delete_chat_controls_configuration::builders::DeleteChatControlsConfigurationFluentBuilder::new(self.handle.clone())
13    }
14}