module Stratosphere.GameLift.Fleet.TargetConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data TargetConfigurationProperty :: Prelude.Type instance ToResourceProperties TargetConfigurationProperty instance Prelude.Eq TargetConfigurationProperty instance Prelude.Show TargetConfigurationProperty instance JSON.ToJSON TargetConfigurationProperty