module Stratosphere.ApiGateway.Deployment.CanarySettingProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data CanarySettingProperty :: Prelude.Type instance ToResourceProperties CanarySettingProperty instance Prelude.Eq CanarySettingProperty instance Prelude.Show CanarySettingProperty instance JSON.ToJSON CanarySettingProperty