module Stratosphere.EC2.SpotFleet.TotalLocalStorageGBRequestProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data TotalLocalStorageGBRequestProperty :: Prelude.Type instance ToResourceProperties TotalLocalStorageGBRequestProperty instance Prelude.Eq TotalLocalStorageGBRequestProperty instance Prelude.Show TotalLocalStorageGBRequestProperty instance JSON.ToJSON TotalLocalStorageGBRequestProperty