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