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