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 [`AbortEnvironmentUpdate`](crate::operation::abort_environment_update::builders::AbortEnvironmentUpdateFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`environment_id(impl ::std::convert::Into<String>)`](crate::operation::abort_environment_update::builders::AbortEnvironmentUpdateFluentBuilder::environment_id) / [`set_environment_id(Option<String>)`](crate::operation::abort_environment_update::builders::AbortEnvironmentUpdateFluentBuilder::set_environment_id): <p>This specifies the ID of the environment with the in-progress update that you want to cancel.</p>
    ///   - [`environment_name(impl ::std::convert::Into<String>)`](crate::operation::abort_environment_update::builders::AbortEnvironmentUpdateFluentBuilder::environment_name) / [`set_environment_name(Option<String>)`](crate::operation::abort_environment_update::builders::AbortEnvironmentUpdateFluentBuilder::set_environment_name): <p>This specifies the name of the environment with the in-progress update that you want to cancel.</p>
    /// - On success, responds with [`AbortEnvironmentUpdateOutput`](crate::operation::abort_environment_update::AbortEnvironmentUpdateOutput)
    /// - On failure, responds with [`SdkError<AbortEnvironmentUpdateError>`](crate::operation::abort_environment_update::AbortEnvironmentUpdateError)
    pub fn abort_environment_update(&self) -> crate::operation::abort_environment_update::builders::AbortEnvironmentUpdateFluentBuilder {
        crate::operation::abort_environment_update::builders::AbortEnvironmentUpdateFluentBuilder::new(self.handle.clone())
    }
}