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 [`UnpeerVpc`](crate::operation::unpeer_vpc::builders::UnpeerVpcFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::unpeer_vpc::builders::UnpeerVpcFluentBuilder::send) it.
    /// - On success, responds with [`UnpeerVpcOutput`](crate::operation::unpeer_vpc::UnpeerVpcOutput) with field(s):
    ///   - [`operation(Option<Operation>)`](crate::operation::unpeer_vpc::UnpeerVpcOutput::operation): <p>An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.</p>
    /// - On failure, responds with [`SdkError<UnpeerVpcError>`](crate::operation::unpeer_vpc::UnpeerVpcError)
    pub fn unpeer_vpc(&self) -> crate::operation::unpeer_vpc::builders::UnpeerVpcFluentBuilder {
        crate::operation::unpeer_vpc::builders::UnpeerVpcFluentBuilder::new(self.handle.clone())
    }
}