module Stratosphere.Rekognition.StreamProcessor.NotificationChannelProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data NotificationChannelProperty :: Prelude.Type instance ToResourceProperties NotificationChannelProperty instance Prelude.Eq NotificationChannelProperty instance Prelude.Show NotificationChannelProperty instance JSON.ToJSON NotificationChannelProperty