// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteDomainEntry`](crate::operation::delete_domain_entry::builders::DeleteDomainEntryFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`domain_name(impl Into<String>)`](crate::operation::delete_domain_entry::builders::DeleteDomainEntryFluentBuilder::domain_name) / [`set_domain_name(Option<String>)`](crate::operation::delete_domain_entry::builders::DeleteDomainEntryFluentBuilder::set_domain_name):<br>required: **true**<br><p>The name of the domain entry to delete.</p><br>
/// - [`domain_entry(DomainEntry)`](crate::operation::delete_domain_entry::builders::DeleteDomainEntryFluentBuilder::domain_entry) / [`set_domain_entry(Option<DomainEntry>)`](crate::operation::delete_domain_entry::builders::DeleteDomainEntryFluentBuilder::set_domain_entry):<br>required: **true**<br><p>An array of key-value pairs containing information about your domain entries.</p><br>
/// - On success, responds with [`DeleteDomainEntryOutput`](crate::operation::delete_domain_entry::DeleteDomainEntryOutput) with field(s):
/// - [`operation(Option<Operation>)`](crate::operation::delete_domain_entry::DeleteDomainEntryOutput::operation): <p>An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.</p>
/// - On failure, responds with [`SdkError<DeleteDomainEntryError>`](crate::operation::delete_domain_entry::DeleteDomainEntryError)
pub fn delete_domain_entry(&self) -> crate::operation::delete_domain_entry::builders::DeleteDomainEntryFluentBuilder {
crate::operation::delete_domain_entry::builders::DeleteDomainEntryFluentBuilder::new(self.handle.clone())
}
}