aws-sdk-devopsagent 1.4.0

AWS SDK for AWS DevOps Agent Service
Documentation
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 [`DeletePrivateConnection`](crate::operation::delete_private_connection::builders::DeletePrivateConnectionFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`name(impl Into<String>)`](crate::operation::delete_private_connection::builders::DeletePrivateConnectionFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::delete_private_connection::builders::DeletePrivateConnectionFluentBuilder::set_name):<br>required: **true**<br>The name of the Private Connection.<br>
    /// - On success, responds with [`DeletePrivateConnectionOutput`](crate::operation::delete_private_connection::DeletePrivateConnectionOutput) with field(s):
    ///   - [`name(String)`](crate::operation::delete_private_connection::DeletePrivateConnectionOutput::name): The name of the Private Connection.
    ///   - [`status(PrivateConnectionStatus)`](crate::operation::delete_private_connection::DeletePrivateConnectionOutput::status): The status of the Private Connection.
    /// - On failure, responds with [`SdkError<DeletePrivateConnectionError>`](crate::operation::delete_private_connection::DeletePrivateConnectionError)
    pub fn delete_private_connection(&self) -> crate::operation::delete_private_connection::builders::DeletePrivateConnectionFluentBuilder {
        crate::operation::delete_private_connection::builders::DeletePrivateConnectionFluentBuilder::new(self.handle.clone())
    }
}