module Stratosphere.ImageBuilder.ImageRecipe.InstanceBlockDeviceMappingProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data InstanceBlockDeviceMappingProperty :: Prelude.Type instance ToResourceProperties InstanceBlockDeviceMappingProperty instance Prelude.Eq InstanceBlockDeviceMappingProperty instance Prelude.Show InstanceBlockDeviceMappingProperty instance JSON.ToJSON InstanceBlockDeviceMappingProperty