module Stratosphere.CodeBuild.Project.ProjectFileSystemLocationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ProjectFileSystemLocationProperty :: Prelude.Type instance ToResourceProperties ProjectFileSystemLocationProperty instance Prelude.Eq ProjectFileSystemLocationProperty instance Prelude.Show ProjectFileSystemLocationProperty instance JSON.ToJSON ProjectFileSystemLocationProperty