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 [`DeleteContactEvaluation`](crate::operation::delete_contact_evaluation::builders::DeleteContactEvaluationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`instance_id(impl Into<String>)`](crate::operation::delete_contact_evaluation::builders::DeleteContactEvaluationFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::delete_contact_evaluation::builders::DeleteContactEvaluationFluentBuilder::set_instance_id):<br>required: **true**<br><p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p><br>
    ///   - [`evaluation_id(impl Into<String>)`](crate::operation::delete_contact_evaluation::builders::DeleteContactEvaluationFluentBuilder::evaluation_id) / [`set_evaluation_id(Option<String>)`](crate::operation::delete_contact_evaluation::builders::DeleteContactEvaluationFluentBuilder::set_evaluation_id):<br>required: **true**<br><p>A unique identifier for the contact evaluation.</p><br>
    /// - On success, responds with [`DeleteContactEvaluationOutput`](crate::operation::delete_contact_evaluation::DeleteContactEvaluationOutput)
    /// - On failure, responds with [`SdkError<DeleteContactEvaluationError>`](crate::operation::delete_contact_evaluation::DeleteContactEvaluationError)
    pub fn delete_contact_evaluation(&self) -> crate::operation::delete_contact_evaluation::builders::DeleteContactEvaluationFluentBuilder {
        crate::operation::delete_contact_evaluation::builders::DeleteContactEvaluationFluentBuilder::new(self.handle.clone())
    }
}