module Stratosphere.ASK.Skill.AuthenticationConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data AuthenticationConfigurationProperty :: Prelude.Type instance ToResourceProperties AuthenticationConfigurationProperty instance Prelude.Eq AuthenticationConfigurationProperty instance Prelude.Show AuthenticationConfigurationProperty instance JSON.ToJSON AuthenticationConfigurationProperty