Struct aws_sdk_storagegateway::client::fluent_builders::DisassociateFileSystem [−][src]
pub struct DisassociateFileSystem<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to DisassociateFileSystem
.
Disassociates an Amazon FSx file system from the specified gateway. After the disassociation process finishes, the gateway can no longer access the Amazon FSx file system. This operation is only supported in the FSx File Gateway type.
Implementations
impl<C, M, R> DisassociateFileSystem<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DisassociateFileSystem<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DisassociateFileSystemOutput, SdkError<DisassociateFileSystemError>> where
R::Policy: SmithyRetryPolicy<DisassociateFileSystemInputOperationOutputAlias, DisassociateFileSystemOutput, DisassociateFileSystemError, DisassociateFileSystemInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DisassociateFileSystemOutput, SdkError<DisassociateFileSystemError>> where
R::Policy: SmithyRetryPolicy<DisassociateFileSystemInputOperationOutputAlias, DisassociateFileSystemOutput, DisassociateFileSystemError, DisassociateFileSystemInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The Amazon Resource Name (ARN) of the file system association to be deleted.
The Amazon Resource Name (ARN) of the file system association to be deleted.
If this value is set to true, the operation disassociates an Amazon FSx file
system immediately. It ends all data uploads to the file system, and the file system
association enters the FORCE_DELETING
status. If this value is set to false,
the Amazon FSx file system does not disassociate until all data is uploaded.
If this value is set to true, the operation disassociates an Amazon FSx file
system immediately. It ends all data uploads to the file system, and the file system
association enters the FORCE_DELETING
status. If this value is set to false,
the Amazon FSx file system does not disassociate until all data is uploaded.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for DisassociateFileSystem<C, M, R>
impl<C, M, R> Send for DisassociateFileSystem<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DisassociateFileSystem<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DisassociateFileSystem<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for DisassociateFileSystem<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more