// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteDataRetentionBot`](crate::operation::delete_data_retention_bot::builders::DeleteDataRetentionBotFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`network_id(impl Into<String>)`](crate::operation::delete_data_retention_bot::builders::DeleteDataRetentionBotFluentBuilder::network_id) / [`set_network_id(Option<String>)`](crate::operation::delete_data_retention_bot::builders::DeleteDataRetentionBotFluentBuilder::set_network_id):<br>required: **true**<br><p>The ID of the Wickr network from which the data retention bot will be deleted.</p><br>
/// - On success, responds with [`DeleteDataRetentionBotOutput`](crate::operation::delete_data_retention_bot::DeleteDataRetentionBotOutput) with field(s):
/// - [`message(Option<String>)`](crate::operation::delete_data_retention_bot::DeleteDataRetentionBotOutput::message): <p>A message indicating that the data retention bot and all associated data were successfully deleted.</p>
/// - On failure, responds with [`SdkError<DeleteDataRetentionBotError>`](crate::operation::delete_data_retention_bot::DeleteDataRetentionBotError)
pub fn delete_data_retention_bot(&self) -> crate::operation::delete_data_retention_bot::builders::DeleteDataRetentionBotFluentBuilder {
crate::operation::delete_data_retention_bot::builders::DeleteDataRetentionBotFluentBuilder::new(self.handle.clone())
}
}