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