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