aws-sdk-evidently 1.95.0

AWS SDK for Amazon CloudWatch Evidently
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteExperiment`](crate::operation::delete_experiment::builders::DeleteExperimentFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`project(impl Into<String>)`](crate::operation::delete_experiment::builders::DeleteExperimentFluentBuilder::project) / [`set_project(Option<String>)`](crate::operation::delete_experiment::builders::DeleteExperimentFluentBuilder::set_project):<br>required: **true**<br><p>The name or ARN of the project that contains the experiment to delete.</p><br>
    ///   - [`experiment(impl Into<String>)`](crate::operation::delete_experiment::builders::DeleteExperimentFluentBuilder::experiment) / [`set_experiment(Option<String>)`](crate::operation::delete_experiment::builders::DeleteExperimentFluentBuilder::set_experiment):<br>required: **true**<br><p>The name of the experiment to delete.</p><br>
    /// - On success, responds with [`DeleteExperimentOutput`](crate::operation::delete_experiment::DeleteExperimentOutput)
    /// - On failure, responds with [`SdkError<DeleteExperimentError>`](crate::operation::delete_experiment::DeleteExperimentError)
    #[deprecated(note = "AWS CloudWatch Evidently has been deprecated since 11/17/2025.", since = "11/17/2025")]
    pub fn delete_experiment(&self) -> crate::operation::delete_experiment::builders::DeleteExperimentFluentBuilder {
        crate::operation::delete_experiment::builders::DeleteExperimentFluentBuilder::new(self.handle.clone())
    }
}