module Stratosphere.EC2.Instance.HibernationOptionsProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data HibernationOptionsProperty :: Prelude.Type instance ToResourceProperties HibernationOptionsProperty instance Prelude.Eq HibernationOptionsProperty instance Prelude.Show HibernationOptionsProperty instance JSON.ToJSON HibernationOptionsProperty