Warm Storage Environment Status Response
data class WarmStorageEnvironmentStatusResponse(val currentCount: Int? = null, val maxCount: Int? = null, val state: String? = null)
An object that represents the status of warm storage on an environment.