// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteVpc`](crate::operation::delete_vpc::builders::DeleteVpcFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`vpc_id(impl Into<String>)`](crate::operation::delete_vpc::builders::DeleteVpcFluentBuilder::vpc_id) / [`set_vpc_id(Option<String>)`](crate::operation::delete_vpc::builders::DeleteVpcFluentBuilder::set_vpc_id):<br>required: **true**<br><p>The ID of the VPC.</p><br>
/// - [`dry_run(bool)`](crate::operation::delete_vpc::builders::DeleteVpcFluentBuilder::dry_run) / [`set_dry_run(Option<bool>)`](crate::operation::delete_vpc::builders::DeleteVpcFluentBuilder::set_dry_run):<br>required: **false**<br><p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p><br>
/// - On success, responds with [`DeleteVpcOutput`](crate::operation::delete_vpc::DeleteVpcOutput)
/// - On failure, responds with [`SdkError<DeleteVpcError>`](crate::operation::delete_vpc::DeleteVpcError)
pub fn delete_vpc(&self) -> crate::operation::delete_vpc::builders::DeleteVpcFluentBuilder {
crate::operation::delete_vpc::builders::DeleteVpcFluentBuilder::new(self.handle.clone())
}
}