module Stratosphere.ECS.Service.ServiceConnectServiceProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ServiceConnectServiceProperty :: Prelude.Type instance ToResourceProperties ServiceConnectServiceProperty instance Prelude.Eq ServiceConnectServiceProperty instance Prelude.Show ServiceConnectServiceProperty instance JSON.ToJSON ServiceConnectServiceProperty