pub struct DeleteLaunchConfiguration { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteLaunchConfiguration.
Deletes the specified launch configuration.
The launch configuration must not be attached to an Auto Scaling group. When this call completes, the launch configuration is no longer available for use.
Implementations§
source§impl DeleteLaunchConfiguration
impl DeleteLaunchConfiguration
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeleteLaunchConfiguration, AwsResponseRetryClassifier>, SdkError<DeleteLaunchConfigurationError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DeleteLaunchConfiguration, AwsResponseRetryClassifier>, SdkError<DeleteLaunchConfigurationError>>
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<DeleteLaunchConfigurationOutput, SdkError<DeleteLaunchConfigurationError>>
pub async fn send(
self
) -> Result<DeleteLaunchConfigurationOutput, SdkError<DeleteLaunchConfigurationError>>
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.
sourcepub fn launch_configuration_name(self, input: impl Into<String>) -> Self
pub fn launch_configuration_name(self, input: impl Into<String>) -> Self
The name of the launch configuration.
sourcepub fn set_launch_configuration_name(self, input: Option<String>) -> Self
pub fn set_launch_configuration_name(self, input: Option<String>) -> Self
The name of the launch configuration.
Trait Implementations§
source§impl Clone for DeleteLaunchConfiguration
impl Clone for DeleteLaunchConfiguration
source§fn clone(&self) -> DeleteLaunchConfiguration
fn clone(&self) -> DeleteLaunchConfiguration
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more