module Stratosphere.GlobalAccelerator.EndpointGroup.EndpointConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data EndpointConfigurationProperty :: Prelude.Type instance ToResourceProperties EndpointConfigurationProperty instance Prelude.Eq EndpointConfigurationProperty instance Prelude.Show EndpointConfigurationProperty instance JSON.ToJSON EndpointConfigurationProperty