1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteEventsConfiguration`](crate::operation::delete_events_configuration::builders::DeleteEventsConfigurationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`account_id(impl Into<String>)`](crate::operation::delete_events_configuration::builders::DeleteEventsConfigurationFluentBuilder::account_id) / [`set_account_id(Option<String>)`](crate::operation::delete_events_configuration::builders::DeleteEventsConfigurationFluentBuilder::set_account_id):<br>required: **true**<br><p>The Amazon Chime account ID.</p><br>
    ///   - [`bot_id(impl Into<String>)`](crate::operation::delete_events_configuration::builders::DeleteEventsConfigurationFluentBuilder::bot_id) / [`set_bot_id(Option<String>)`](crate::operation::delete_events_configuration::builders::DeleteEventsConfigurationFluentBuilder::set_bot_id):<br>required: **true**<br><p>The bot ID.</p><br>
    /// - On success, responds with [`DeleteEventsConfigurationOutput`](crate::operation::delete_events_configuration::DeleteEventsConfigurationOutput)
    /// - On failure, responds with [`SdkError<DeleteEventsConfigurationError>`](crate::operation::delete_events_configuration::DeleteEventsConfigurationError)
    pub fn delete_events_configuration(&self) -> crate::operation::delete_events_configuration::builders::DeleteEventsConfigurationFluentBuilder {
        crate::operation::delete_events_configuration::builders::DeleteEventsConfigurationFluentBuilder::new(self.handle.clone())
    }
}