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 [`DeleteFileSystemPolicy`](crate::operation::delete_file_system_policy::builders::DeleteFileSystemPolicyFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`file_system_id(impl Into<String>)`](crate::operation::delete_file_system_policy::builders::DeleteFileSystemPolicyFluentBuilder::file_system_id) / [`set_file_system_id(Option<String>)`](crate::operation::delete_file_system_policy::builders::DeleteFileSystemPolicyFluentBuilder::set_file_system_id):<br>required: **true**<br><p>Specifies the EFS file system for which to delete the <code>FileSystemPolicy</code>.</p><br>
    /// - On success, responds with [`DeleteFileSystemPolicyOutput`](crate::operation::delete_file_system_policy::DeleteFileSystemPolicyOutput)
    /// - On failure, responds with [`SdkError<DeleteFileSystemPolicyError>`](crate::operation::delete_file_system_policy::DeleteFileSystemPolicyError)
    pub fn delete_file_system_policy(&self) -> crate::operation::delete_file_system_policy::builders::DeleteFileSystemPolicyFluentBuilder {
        crate::operation::delete_file_system_policy::builders::DeleteFileSystemPolicyFluentBuilder::new(self.handle.clone())
    }
}