DescribeCacheOutput
import type { DescribeCacheOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/storagegateway.ts";interface DescribeCacheOutput {
CacheAllocatedInBytes?: number | null;
CacheDirtyPercentage?: number | null;
CacheHitPercentage?: number | null;
CacheMissPercentage?: number | null;
CacheUsedPercentage?: number | null;
DiskIds?: string[] | null;
GatewayARN?: string | null;
}