module Stratosphere.CodeDeploy.DeploymentConfig.ZonalConfigProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ZonalConfigProperty :: Prelude.Type instance ToResourceProperties ZonalConfigProperty instance Prelude.Eq ZonalConfigProperty instance Prelude.Show ZonalConfigProperty instance JSON.ToJSON ZonalConfigProperty