aws-sdk-efs 1.86.0

AWS SDK for Amazon Elastic File System
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 [`DeleteMountTarget`](crate::operation::delete_mount_target::builders::DeleteMountTargetFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`mount_target_id(impl Into<String>)`](crate::operation::delete_mount_target::builders::DeleteMountTargetFluentBuilder::mount_target_id) / [`set_mount_target_id(Option<String>)`](crate::operation::delete_mount_target::builders::DeleteMountTargetFluentBuilder::set_mount_target_id):<br>required: **true**<br><p>The ID of the mount target to delete (String).</p><br>
    /// - On success, responds with [`DeleteMountTargetOutput`](crate::operation::delete_mount_target::DeleteMountTargetOutput)
    /// - On failure, responds with [`SdkError<DeleteMountTargetError>`](crate::operation::delete_mount_target::DeleteMountTargetError)
    pub fn delete_mount_target(&self) -> crate::operation::delete_mount_target::builders::DeleteMountTargetFluentBuilder {
        crate::operation::delete_mount_target::builders::DeleteMountTargetFluentBuilder::new(self.handle.clone())
    }
}