module Stratosphere.IoTAnalytics.Dataset.QueryActionProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data QueryActionProperty :: Prelude.Type instance ToResourceProperties QueryActionProperty instance Prelude.Eq QueryActionProperty instance Prelude.Show QueryActionProperty instance JSON.ToJSON QueryActionProperty