aws_sdk_chatbot/client/
delete_chime_webhook_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 [`DeleteChimeWebhookConfiguration`](crate::operation::delete_chime_webhook_configuration::builders::DeleteChimeWebhookConfigurationFluentBuilder) operation.
4    ///
5    /// - The fluent builder is configurable:
6    ///   - [`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><p>The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to delete.</p><br>
7    /// - On success, responds with [`DeleteChimeWebhookConfigurationOutput`](crate::operation::delete_chime_webhook_configuration::DeleteChimeWebhookConfigurationOutput)
8    /// - On failure, responds with [`SdkError<DeleteChimeWebhookConfigurationError>`](crate::operation::delete_chime_webhook_configuration::DeleteChimeWebhookConfigurationError)
9    pub fn delete_chime_webhook_configuration(
10        &self,
11    ) -> crate::operation::delete_chime_webhook_configuration::builders::DeleteChimeWebhookConfigurationFluentBuilder {
12        crate::operation::delete_chime_webhook_configuration::builders::DeleteChimeWebhookConfigurationFluentBuilder::new(self.handle.clone())
13    }
14}