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 [`DeleteVpcLink`](crate::operation::delete_vpc_link::builders::DeleteVpcLinkFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`vpc_link_id(impl Into<String>)`](crate::operation::delete_vpc_link::builders::DeleteVpcLinkFluentBuilder::vpc_link_id) / [`set_vpc_link_id(Option<String>)`](crate::operation::delete_vpc_link::builders::DeleteVpcLinkFluentBuilder::set_vpc_link_id):<br>required: **true**<br><p>The ID of the VPC link.</p><br>
    /// - On success, responds with [`DeleteVpcLinkOutput`](crate::operation::delete_vpc_link::DeleteVpcLinkOutput)
    /// - On failure, responds with [`SdkError<DeleteVpcLinkError>`](crate::operation::delete_vpc_link::DeleteVpcLinkError)
    pub fn delete_vpc_link(&self) -> crate::operation::delete_vpc_link::builders::DeleteVpcLinkFluentBuilder {
        crate::operation::delete_vpc_link::builders::DeleteVpcLinkFluentBuilder::new(self.handle.clone())
    }
}