Struct aws_sdk_proton::operation::delete_environment_account_connection::builders::DeleteEnvironmentAccountConnectionFluentBuilder
source · pub struct DeleteEnvironmentAccountConnectionFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteEnvironmentAccountConnection
.
In an environment account, delete an environment account connection.
After you delete an environment account connection that’s in use by an Proton environment, Proton can’t manage the environment infrastructure resources until a new environment account connection is accepted for the environment account and associated environment. You're responsible for cleaning up provisioned resources that remain without an environment connection.
For more information, see Environment account connections in the Proton User guide.
Implementations§
source§impl DeleteEnvironmentAccountConnectionFluentBuilder
impl DeleteEnvironmentAccountConnectionFluentBuilder
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeleteEnvironmentAccountConnection, AwsResponseRetryClassifier>, SdkError<DeleteEnvironmentAccountConnectionError>>
pub async fn customize( self ) -> Result<CustomizableOperation<DeleteEnvironmentAccountConnection, AwsResponseRetryClassifier>, SdkError<DeleteEnvironmentAccountConnectionError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DeleteEnvironmentAccountConnectionOutput, SdkError<DeleteEnvironmentAccountConnectionError>>
pub async fn send( self ) -> Result<DeleteEnvironmentAccountConnectionOutput, SdkError<DeleteEnvironmentAccountConnectionError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
Trait Implementations§
source§impl Clone for DeleteEnvironmentAccountConnectionFluentBuilder
impl Clone for DeleteEnvironmentAccountConnectionFluentBuilder
source§fn clone(&self) -> DeleteEnvironmentAccountConnectionFluentBuilder
fn clone(&self) -> DeleteEnvironmentAccountConnectionFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more