module Stratosphere.Pipes.Pipe.PlacementConstraintProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data PlacementConstraintProperty :: Prelude.Type instance ToResourceProperties PlacementConstraintProperty instance Prelude.Eq PlacementConstraintProperty instance Prelude.Show PlacementConstraintProperty instance JSON.ToJSON PlacementConstraintProperty