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