1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DescribeHostedConnections`](crate::operation::describe_hosted_connections::builders::DescribeHostedConnectionsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`connection_id(impl Into<String>)`](crate::operation::describe_hosted_connections::builders::DescribeHostedConnectionsFluentBuilder::connection_id) / [`set_connection_id(Option<String>)`](crate::operation::describe_hosted_connections::builders::DescribeHostedConnectionsFluentBuilder::set_connection_id):<br>required: **true**<br><p>The ID of the interconnect or LAG.</p><br>
    /// - On success, responds with [`DescribeHostedConnectionsOutput`](crate::operation::describe_hosted_connections::DescribeHostedConnectionsOutput) with field(s):
    ///   - [`connections(Option<Vec::<Connection>>)`](crate::operation::describe_hosted_connections::DescribeHostedConnectionsOutput::connections): <p>The connections.</p>
    /// - On failure, responds with [`SdkError<DescribeHostedConnectionsError>`](crate::operation::describe_hosted_connections::DescribeHostedConnectionsError)
    pub fn describe_hosted_connections(&self) -> crate::operation::describe_hosted_connections::builders::DescribeHostedConnectionsFluentBuilder {
        crate::operation::describe_hosted_connections::builders::DescribeHostedConnectionsFluentBuilder::new(self.handle.clone())
    }
}