module Stratosphere.IoT.TopicRule.ElasticsearchActionProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ElasticsearchActionProperty :: Prelude.Type instance ToResourceProperties ElasticsearchActionProperty instance Prelude.Eq ElasticsearchActionProperty instance Prelude.Show ElasticsearchActionProperty instance JSON.ToJSON ElasticsearchActionProperty