aws-sdk-mgn 1.102.0

AWS SDK for Application Migration 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 [`DeleteVcenterClient`](crate::operation::delete_vcenter_client::builders::DeleteVcenterClientFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`vcenter_client_id(impl Into<String>)`](crate::operation::delete_vcenter_client::builders::DeleteVcenterClientFluentBuilder::vcenter_client_id) / [`set_vcenter_client_id(Option<String>)`](crate::operation::delete_vcenter_client::builders::DeleteVcenterClientFluentBuilder::set_vcenter_client_id):<br>required: **true**<br><p>ID of resource to be deleted.</p><br>
    /// - On success, responds with [`DeleteVcenterClientOutput`](crate::operation::delete_vcenter_client::DeleteVcenterClientOutput)
    /// - On failure, responds with [`SdkError<DeleteVcenterClientError>`](crate::operation::delete_vcenter_client::DeleteVcenterClientError)
    pub fn delete_vcenter_client(&self) -> crate::operation::delete_vcenter_client::builders::DeleteVcenterClientFluentBuilder {
        crate::operation::delete_vcenter_client::builders::DeleteVcenterClientFluentBuilder::new(self.handle.clone())
    }
}