stratosphere-ec2-1.0.0: gen/Stratosphere/EC2/Instance/StateProperty.hs-boot
module Stratosphere.EC2.Instance.StateProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data StateProperty :: Prelude.Type instance ToResourceProperties StateProperty instance Prelude.Eq StateProperty instance Prelude.Show StateProperty instance JSON.ToJSON StateProperty