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
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetLaunch`](crate::operation::get_launch::builders::GetLaunchFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`project(impl Into<String>)`](crate::operation::get_launch::builders::GetLaunchFluentBuilder::project) / [`set_project(Option<String>)`](crate::operation::get_launch::builders::GetLaunchFluentBuilder::set_project):<br>required: **true**<br><p>The name or ARN of the project that contains the launch.</p><br>
    ///   - [`launch(impl Into<String>)`](crate::operation::get_launch::builders::GetLaunchFluentBuilder::launch) / [`set_launch(Option<String>)`](crate::operation::get_launch::builders::GetLaunchFluentBuilder::set_launch):<br>required: **true**<br><p>The name of the launch that you want to see the details of.</p><br>
    /// - On success, responds with [`GetLaunchOutput`](crate::operation::get_launch::GetLaunchOutput) with field(s):
    ///   - [`launch(Option<Launch>)`](crate::operation::get_launch::GetLaunchOutput::launch): <p>A structure containing the configuration details of the launch.</p>
    /// - On failure, responds with [`SdkError<GetLaunchError>`](crate::operation::get_launch::GetLaunchError)
    #[deprecated(note = "AWS CloudWatch Evidently has been deprecated since 11/17/2025.", since = "11/17/2025")]
    pub fn get_launch(&self) -> crate::operation::get_launch::builders::GetLaunchFluentBuilder {
        crate::operation::get_launch::builders::GetLaunchFluentBuilder::new(self.handle.clone())
    }
}