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