aws-sdk-opsworks 0.27.0

AWS SDK for AWS OpsWorks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeregisterElasticIp`](crate::operation::deregister_elastic_ip::builders::DeregisterElasticIpFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`elastic_ip(impl Into<String>)`](crate::operation::deregister_elastic_ip::builders::DeregisterElasticIpFluentBuilder::elastic_ip) / [`set_elastic_ip(Option<String>)`](crate::operation::deregister_elastic_ip::builders::DeregisterElasticIpFluentBuilder::set_elastic_ip): <p>The Elastic IP address.</p>
    /// - On success, responds with [`DeregisterElasticIpOutput`](crate::operation::deregister_elastic_ip::DeregisterElasticIpOutput)
    /// - On failure, responds with [`SdkError<DeregisterElasticIpError>`](crate::operation::deregister_elastic_ip::DeregisterElasticIpError)
    pub fn deregister_elastic_ip(
        &self,
    ) -> crate::operation::deregister_elastic_ip::builders::DeregisterElasticIpFluentBuilder {
        crate::operation::deregister_elastic_ip::builders::DeregisterElasticIpFluentBuilder::new(
            self.handle.clone(),
        )
    }
}