module Stratosphere.GreengrassV2.ComponentVersion.LambdaVolumeMountProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data LambdaVolumeMountProperty :: Prelude.Type instance ToResourceProperties LambdaVolumeMountProperty instance Prelude.Eq LambdaVolumeMountProperty instance Prelude.Show LambdaVolumeMountProperty instance JSON.ToJSON LambdaVolumeMountProperty