module Stratosphere.Bedrock.KnowledgeBase.VectorKnowledgeBaseConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data VectorKnowledgeBaseConfigurationProperty :: Prelude.Type instance ToResourceProperties VectorKnowledgeBaseConfigurationProperty instance Prelude.Eq VectorKnowledgeBaseConfigurationProperty instance Prelude.Show VectorKnowledgeBaseConfigurationProperty instance JSON.ToJSON VectorKnowledgeBaseConfigurationProperty