aws_sdk_lightsail/client/unpeer_vpc.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`UnpeerVpc`](crate::operation::unpeer_vpc::builders::UnpeerVpcFluentBuilder) operation.
4 ///
5 /// - The fluent builder takes no input, just [`send`](crate::operation::unpeer_vpc::builders::UnpeerVpcFluentBuilder::send) it.
6 /// - On success, responds with [`UnpeerVpcOutput`](crate::operation::unpeer_vpc::UnpeerVpcOutput) with field(s):
7 /// - [`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>
8 /// - On failure, responds with [`SdkError<UnpeerVpcError>`](crate::operation::unpeer_vpc::UnpeerVpcError)
9 pub fn unpeer_vpc(&self) -> crate::operation::unpeer_vpc::builders::UnpeerVpcFluentBuilder {
10 crate::operation::unpeer_vpc::builders::UnpeerVpcFluentBuilder::new(self.handle.clone())
11 }
12}