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 [`DeleteEndpointGroup`](crate::operation::delete_endpoint_group::builders::DeleteEndpointGroupFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`endpoint_group_arn(impl Into<String>)`](crate::operation::delete_endpoint_group::builders::DeleteEndpointGroupFluentBuilder::endpoint_group_arn) / [`set_endpoint_group_arn(Option<String>)`](crate::operation::delete_endpoint_group::builders::DeleteEndpointGroupFluentBuilder::set_endpoint_group_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the endpoint group to delete.</p><br>
    /// - On success, responds with [`DeleteEndpointGroupOutput`](crate::operation::delete_endpoint_group::DeleteEndpointGroupOutput)
    /// - On failure, responds with [`SdkError<DeleteEndpointGroupError>`](crate::operation::delete_endpoint_group::DeleteEndpointGroupError)
    pub fn delete_endpoint_group(&self) -> crate::operation::delete_endpoint_group::builders::DeleteEndpointGroupFluentBuilder {
        crate::operation::delete_endpoint_group::builders::DeleteEndpointGroupFluentBuilder::new(self.handle.clone())
    }
}