aws-sdk-lightsail 1.106.0

AWS SDK for Amazon Lightsail
Documentation
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 [`PeerVpc`](crate::operation::peer_vpc::builders::PeerVpcFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::peer_vpc::builders::PeerVpcFluentBuilder::send) it.
    /// - On success, responds with [`PeerVpcOutput`](crate::operation::peer_vpc::PeerVpcOutput) with field(s):
    ///   - [`operation(Option<Operation>)`](crate::operation::peer_vpc::PeerVpcOutput::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<PeerVpcError>`](crate::operation::peer_vpc::PeerVpcError)
    pub fn peer_vpc(&self) -> crate::operation::peer_vpc::builders::PeerVpcFluentBuilder {
        crate::operation::peer_vpc::builders::PeerVpcFluentBuilder::new(self.handle.clone())
    }
}