- Navigation Guide
@aws-sdk/client-fsx
DeleteFileCacheCommandOutput Interface
The output of DeleteFileCacheCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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 |
Full Signature
export interface DeleteFileCacheCommandOutput extends DeleteFileCacheResponse, MetadataBearer