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 [`DeleteDedicatedIpPool`](crate::operation::delete_dedicated_ip_pool::builders::DeleteDedicatedIpPoolFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`pool_name(impl Into<String>)`](crate::operation::delete_dedicated_ip_pool::builders::DeleteDedicatedIpPoolFluentBuilder::pool_name) / [`set_pool_name(Option<String>)`](crate::operation::delete_dedicated_ip_pool::builders::DeleteDedicatedIpPoolFluentBuilder::set_pool_name):<br>required: **true**<br><p>The name of the dedicated IP pool that you want to delete.</p><br>
    /// - On success, responds with [`DeleteDedicatedIpPoolOutput`](crate::operation::delete_dedicated_ip_pool::DeleteDedicatedIpPoolOutput)
    /// - On failure, responds with [`SdkError<DeleteDedicatedIpPoolError>`](crate::operation::delete_dedicated_ip_pool::DeleteDedicatedIpPoolError)
    pub fn delete_dedicated_ip_pool(&self) -> crate::operation::delete_dedicated_ip_pool::builders::DeleteDedicatedIpPoolFluentBuilder {
        crate::operation::delete_dedicated_ip_pool::builders::DeleteDedicatedIpPoolFluentBuilder::new(self.handle.clone())
    }
}