@aws-sdk/client-fsx

DeleteFileCacheCommandOutput Interface

The output of DeleteFileCacheCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
FileCacheId string | undefined

The ID of the cache that's being deleted.

Lifecycle FileCacheLifecycle | undefined

The cache lifecycle for the deletion request. If the DeleteFileCache operation is successful, this status is DELETING.

Full Signature

export interface DeleteFileCacheCommandOutput extends DeleteFileCacheResponse, MetadataBearer