// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteTransitGatewayPrefixListReference`](crate::operation::delete_transit_gateway_prefix_list_reference::builders::DeleteTransitGatewayPrefixListReferenceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`transit_gateway_route_table_id(impl Into<String>)`](crate::operation::delete_transit_gateway_prefix_list_reference::builders::DeleteTransitGatewayPrefixListReferenceFluentBuilder::transit_gateway_route_table_id) / [`set_transit_gateway_route_table_id(Option<String>)`](crate::operation::delete_transit_gateway_prefix_list_reference::builders::DeleteTransitGatewayPrefixListReferenceFluentBuilder::set_transit_gateway_route_table_id):<br>required: **true**<br><p>The ID of the route table.</p><br>
/// - [`prefix_list_id(impl Into<String>)`](crate::operation::delete_transit_gateway_prefix_list_reference::builders::DeleteTransitGatewayPrefixListReferenceFluentBuilder::prefix_list_id) / [`set_prefix_list_id(Option<String>)`](crate::operation::delete_transit_gateway_prefix_list_reference::builders::DeleteTransitGatewayPrefixListReferenceFluentBuilder::set_prefix_list_id):<br>required: **true**<br><p>The ID of the prefix list.</p><br>
/// - [`dry_run(bool)`](crate::operation::delete_transit_gateway_prefix_list_reference::builders::DeleteTransitGatewayPrefixListReferenceFluentBuilder::dry_run) / [`set_dry_run(Option<bool>)`](crate::operation::delete_transit_gateway_prefix_list_reference::builders::DeleteTransitGatewayPrefixListReferenceFluentBuilder::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 [`DeleteTransitGatewayPrefixListReferenceOutput`](crate::operation::delete_transit_gateway_prefix_list_reference::DeleteTransitGatewayPrefixListReferenceOutput) with field(s):
/// - [`transit_gateway_prefix_list_reference(Option<TransitGatewayPrefixListReference>)`](crate::operation::delete_transit_gateway_prefix_list_reference::DeleteTransitGatewayPrefixListReferenceOutput::transit_gateway_prefix_list_reference): <p>Information about the deleted prefix list reference.</p>
/// - On failure, responds with [`SdkError<DeleteTransitGatewayPrefixListReferenceError>`](crate::operation::delete_transit_gateway_prefix_list_reference::DeleteTransitGatewayPrefixListReferenceError)
pub fn delete_transit_gateway_prefix_list_reference(
&self,
) -> crate::operation::delete_transit_gateway_prefix_list_reference::builders::DeleteTransitGatewayPrefixListReferenceFluentBuilder {
crate::operation::delete_transit_gateway_prefix_list_reference::builders::DeleteTransitGatewayPrefixListReferenceFluentBuilder::new(
self.handle.clone(),
)
}
}