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 [`DeleteContact`](crate::operation::delete_contact::builders::DeleteContactFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`contact_arn(impl Into<String>)`](crate::operation::delete_contact::builders::DeleteContactFluentBuilder::contact_arn) / [`set_contact_arn(Option<String>)`](crate::operation::delete_contact::builders::DeleteContactFluentBuilder::set_contact_arn):<br>required: **true**<br><p>The ARN of the contact to delete.</p><br>
    /// - On success, responds with [`DeleteContactOutput`](crate::operation::delete_contact::DeleteContactOutput)
    /// - On failure, responds with [`SdkError<DeleteContactError>`](crate::operation::delete_contact::DeleteContactError)
    #[deprecated(note = "Alexa For Business is no longer supported")]
    pub fn delete_contact(&self) -> crate::operation::delete_contact::builders::DeleteContactFluentBuilder {
        crate::operation::delete_contact::builders::DeleteContactFluentBuilder::new(self.handle.clone())
    }
}