module Stratosphere.Evidently.Launch.LaunchGroupObjectProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data LaunchGroupObjectProperty :: Prelude.Type instance ToResourceProperties LaunchGroupObjectProperty instance Prelude.Eq LaunchGroupObjectProperty instance Prelude.Show LaunchGroupObjectProperty instance JSON.ToJSON LaunchGroupObjectProperty