module Stratosphere.AppSync.DataSource.HttpConfigProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data HttpConfigProperty :: Prelude.Type instance ToResourceProperties HttpConfigProperty instance Prelude.Eq HttpConfigProperty instance Prelude.Show HttpConfigProperty instance JSON.ToJSON HttpConfigProperty