aws-sdk-batch 1.119.0

AWS SDK for AWS Batch
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteServiceEnvironment`](crate::operation::delete_service_environment::builders::DeleteServiceEnvironmentFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`service_environment(impl Into<String>)`](crate::operation::delete_service_environment::builders::DeleteServiceEnvironmentFluentBuilder::service_environment) / [`set_service_environment(Option<String>)`](crate::operation::delete_service_environment::builders::DeleteServiceEnvironmentFluentBuilder::set_service_environment):<br>required: **true**<br><p>The name or ARN of the service environment to delete.</p><br>
    /// - On success, responds with [`DeleteServiceEnvironmentOutput`](crate::operation::delete_service_environment::DeleteServiceEnvironmentOutput)
    /// - On failure, responds with [`SdkError<DeleteServiceEnvironmentError>`](crate::operation::delete_service_environment::DeleteServiceEnvironmentError)
    pub fn delete_service_environment(&self) -> crate::operation::delete_service_environment::builders::DeleteServiceEnvironmentFluentBuilder {
        crate::operation::delete_service_environment::builders::DeleteServiceEnvironmentFluentBuilder::new(self.handle.clone())
    }
}