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