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 [`DeleteEnvironmentAccountConnection`](crate::operation::delete_environment_account_connection::builders::DeleteEnvironmentAccountConnectionFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::delete_environment_account_connection::builders::DeleteEnvironmentAccountConnectionFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_environment_account_connection::builders::DeleteEnvironmentAccountConnectionFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the environment account connection to delete.</p><br>
    /// - On success, responds with [`DeleteEnvironmentAccountConnectionOutput`](crate::operation::delete_environment_account_connection::DeleteEnvironmentAccountConnectionOutput) with field(s):
    ///   - [`environment_account_connection(Option<EnvironmentAccountConnection>)`](crate::operation::delete_environment_account_connection::DeleteEnvironmentAccountConnectionOutput::environment_account_connection): <p>The detailed data of the environment account connection being deleted.</p>
    /// - On failure, responds with [`SdkError<DeleteEnvironmentAccountConnectionError>`](crate::operation::delete_environment_account_connection::DeleteEnvironmentAccountConnectionError)
    pub fn delete_environment_account_connection(
        &self,
    ) -> crate::operation::delete_environment_account_connection::builders::DeleteEnvironmentAccountConnectionFluentBuilder {
        crate::operation::delete_environment_account_connection::builders::DeleteEnvironmentAccountConnectionFluentBuilder::new(self.handle.clone())
    }
}