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