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 [`DeleteEndpointConfig`](crate::operation::delete_endpoint_config::builders::DeleteEndpointConfigFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`endpoint_config_name(impl Into<String>)`](crate::operation::delete_endpoint_config::builders::DeleteEndpointConfigFluentBuilder::endpoint_config_name) / [`set_endpoint_config_name(Option<String>)`](crate::operation::delete_endpoint_config::builders::DeleteEndpointConfigFluentBuilder::set_endpoint_config_name):<br>required: **true**<br><p>The name of the endpoint configuration that you want to delete.</p><br>
    /// - On success, responds with [`DeleteEndpointConfigOutput`](crate::operation::delete_endpoint_config::DeleteEndpointConfigOutput)
    /// - On failure, responds with [`SdkError<DeleteEndpointConfigError>`](crate::operation::delete_endpoint_config::DeleteEndpointConfigError)
    pub fn delete_endpoint_config(&self) -> crate::operation::delete_endpoint_config::builders::DeleteEndpointConfigFluentBuilder {
        crate::operation::delete_endpoint_config::builders::DeleteEndpointConfigFluentBuilder::new(self.handle.clone())
    }
}