module Stratosphere.ApplicationAutoScaling.ScalableTarget.SuspendedStateProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data SuspendedStateProperty :: Prelude.Type instance ToResourceProperties SuspendedStateProperty instance Prelude.Eq SuspendedStateProperty instance Prelude.Show SuspendedStateProperty instance JSON.ToJSON SuspendedStateProperty