aws-sdk-devopsagent 1.3.0

AWS SDK for AWS DevOps Agent Service
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 [`ListPrivateConnections`](crate::operation::list_private_connections::builders::ListPrivateConnectionsFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::list_private_connections::builders::ListPrivateConnectionsFluentBuilder::send) it.
    /// - On success, responds with [`ListPrivateConnectionsOutput`](crate::operation::list_private_connections::ListPrivateConnectionsOutput) with field(s):
    ///   - [`private_connections(Vec::<PrivateConnectionSummary>)`](crate::operation::list_private_connections::ListPrivateConnectionsOutput::private_connections): The list of Private Connections.
    /// - On failure, responds with [`SdkError<ListPrivateConnectionsError>`](crate::operation::list_private_connections::ListPrivateConnectionsError)
    pub fn list_private_connections(&self) -> crate::operation::list_private_connections::builders::ListPrivateConnectionsFluentBuilder {
        crate::operation::list_private_connections::builders::ListPrivateConnectionsFluentBuilder::new(self.handle.clone())
    }
}