1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteChimeWebhookConfiguration`](crate::operation::delete_chime_webhook_configuration::builders::DeleteChimeWebhookConfigurationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`chat_configuration_arn(impl Into<String>)`](crate::operation::delete_chime_webhook_configuration::builders::DeleteChimeWebhookConfigurationFluentBuilder::chat_configuration_arn) / [`set_chat_configuration_arn(Option<String>)`](crate::operation::delete_chime_webhook_configuration::builders::DeleteChimeWebhookConfigurationFluentBuilder::set_chat_configuration_arn):<br>required: **true**<br>The ARN of the ChimeWebhookConfiguration to delete.<br>
    /// - On success, responds with [`DeleteChimeWebhookConfigurationOutput`](crate::operation::delete_chime_webhook_configuration::DeleteChimeWebhookConfigurationOutput)
    /// - On failure, responds with [`SdkError<DeleteChimeWebhookConfigurationError>`](crate::operation::delete_chime_webhook_configuration::DeleteChimeWebhookConfigurationError)
    pub fn delete_chime_webhook_configuration(
        &self,
    ) -> crate::operation::delete_chime_webhook_configuration::builders::DeleteChimeWebhookConfigurationFluentBuilder {
        crate::operation::delete_chime_webhook_configuration::builders::DeleteChimeWebhookConfigurationFluentBuilder::new(self.handle.clone())
    }
}