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 [`DeleteIngressPoint`](crate::operation::delete_ingress_point::builders::DeleteIngressPointFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`ingress_point_id(impl Into<String>)`](crate::operation::delete_ingress_point::builders::DeleteIngressPointFluentBuilder::ingress_point_id) / [`set_ingress_point_id(Option<String>)`](crate::operation::delete_ingress_point::builders::DeleteIngressPointFluentBuilder::set_ingress_point_id):<br>required: **true**<br><p>The identifier of the ingress endpoint resource that you want to delete.</p><br>
    /// - On success, responds with [`DeleteIngressPointOutput`](crate::operation::delete_ingress_point::DeleteIngressPointOutput)
    /// - On failure, responds with [`SdkError<DeleteIngressPointError>`](crate::operation::delete_ingress_point::DeleteIngressPointError)
    pub fn delete_ingress_point(&self) -> crate::operation::delete_ingress_point::builders::DeleteIngressPointFluentBuilder {
        crate::operation::delete_ingress_point::builders::DeleteIngressPointFluentBuilder::new(self.handle.clone())
    }
}