1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DescribeVpcPeeringAuthorizations`](crate::operation::describe_vpc_peering_authorizations::builders::DescribeVpcPeeringAuthorizationsFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::describe_vpc_peering_authorizations::builders::DescribeVpcPeeringAuthorizationsFluentBuilder::send) it.
    /// - On success, responds with [`DescribeVpcPeeringAuthorizationsOutput`](crate::operation::describe_vpc_peering_authorizations::DescribeVpcPeeringAuthorizationsOutput) with field(s):
    ///   - [`vpc_peering_authorizations(Option<Vec::<VpcPeeringAuthorization>>)`](crate::operation::describe_vpc_peering_authorizations::DescribeVpcPeeringAuthorizationsOutput::vpc_peering_authorizations): <p>A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.</p>
    /// - On failure, responds with [`SdkError<DescribeVpcPeeringAuthorizationsError>`](crate::operation::describe_vpc_peering_authorizations::DescribeVpcPeeringAuthorizationsError)
    pub fn describe_vpc_peering_authorizations(
        &self,
    ) -> crate::operation::describe_vpc_peering_authorizations::builders::DescribeVpcPeeringAuthorizationsFluentBuilder {
        crate::operation::describe_vpc_peering_authorizations::builders::DescribeVpcPeeringAuthorizationsFluentBuilder::new(self.handle.clone())
    }
}