aws_sdk_chime/client/
delete_events_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 [`DeleteEventsConfiguration`](crate::operation::delete_events_configuration::builders::DeleteEventsConfigurationFluentBuilder) operation.
4    ///
5    /// - The fluent builder is configurable:
6    ///   - [`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>
7    ///   - [`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>
8    /// - On success, responds with [`DeleteEventsConfigurationOutput`](crate::operation::delete_events_configuration::DeleteEventsConfigurationOutput)
9    /// - On failure, responds with [`SdkError<DeleteEventsConfigurationError>`](crate::operation::delete_events_configuration::DeleteEventsConfigurationError)
10    pub fn delete_events_configuration(&self) -> crate::operation::delete_events_configuration::builders::DeleteEventsConfigurationFluentBuilder {
11        crate::operation::delete_events_configuration::builders::DeleteEventsConfigurationFluentBuilder::new(self.handle.clone())
12    }
13}