module Stratosphere.Greengrass.DeviceDefinitionVersion.DeviceProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data DeviceProperty :: Prelude.Type instance ToResourceProperties DeviceProperty instance Prelude.Eq DeviceProperty instance Prelude.Show DeviceProperty instance JSON.ToJSON DeviceProperty