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