// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteNetworkFirewallTransitGatewayAttachment`](crate::operation::delete_network_firewall_transit_gateway_attachment::builders::DeleteNetworkFirewallTransitGatewayAttachmentFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`transit_gateway_attachment_id(impl Into<String>)`](crate::operation::delete_network_firewall_transit_gateway_attachment::builders::DeleteNetworkFirewallTransitGatewayAttachmentFluentBuilder::transit_gateway_attachment_id) / [`set_transit_gateway_attachment_id(Option<String>)`](crate::operation::delete_network_firewall_transit_gateway_attachment::builders::DeleteNetworkFirewallTransitGatewayAttachmentFluentBuilder::set_transit_gateway_attachment_id):<br>required: **true**<br><p>Required. The unique identifier of the transit gateway attachment to delete.</p><br>
/// - On success, responds with [`DeleteNetworkFirewallTransitGatewayAttachmentOutput`](crate::operation::delete_network_firewall_transit_gateway_attachment::DeleteNetworkFirewallTransitGatewayAttachmentOutput) with field(s):
/// - [`transit_gateway_attachment_id(String)`](crate::operation::delete_network_firewall_transit_gateway_attachment::DeleteNetworkFirewallTransitGatewayAttachmentOutput::transit_gateway_attachment_id): <p>The ID of the transit gateway attachment that was deleted.</p>
/// - [`transit_gateway_attachment_status(TransitGatewayAttachmentStatus)`](crate::operation::delete_network_firewall_transit_gateway_attachment::DeleteNetworkFirewallTransitGatewayAttachmentOutput::transit_gateway_attachment_status): <p>The current status of the transit gateway attachment deletion process.</p> <p>Valid values are:</p> <ul> <li> <p><code>CREATING</code> - The attachment is being created</p></li> <li> <p><code>DELETING</code> - The attachment is being deleted</p></li> <li> <p><code>DELETED</code> - The attachment has been deleted</p></li> <li> <p><code>FAILED</code> - The attachment creation has failed and cannot be recovered</p></li> <li> <p><code>ERROR</code> - The attachment is in an error state that might be recoverable</p></li> <li> <p><code>READY</code> - The attachment is active and processing traffic</p></li> <li> <p><code>PENDING_ACCEPTANCE</code> - The attachment is waiting to be accepted</p></li> <li> <p><code>REJECTING</code> - The attachment is in the process of being rejected</p></li> <li> <p><code>REJECTED</code> - The attachment has been rejected</p></li> </ul>
/// - On failure, responds with [`SdkError<DeleteNetworkFirewallTransitGatewayAttachmentError>`](crate::operation::delete_network_firewall_transit_gateway_attachment::DeleteNetworkFirewallTransitGatewayAttachmentError)
pub fn delete_network_firewall_transit_gateway_attachment(
&self,
) -> crate::operation::delete_network_firewall_transit_gateway_attachment::builders::DeleteNetworkFirewallTransitGatewayAttachmentFluentBuilder
{
crate::operation::delete_network_firewall_transit_gateway_attachment::builders::DeleteNetworkFirewallTransitGatewayAttachmentFluentBuilder::new(self.handle.clone())
}
}