module Stratosphere.DataZone.Connection.OAuth2PropertiesProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data OAuth2PropertiesProperty :: Prelude.Type instance ToResourceProperties OAuth2PropertiesProperty instance Prelude.Eq OAuth2PropertiesProperty instance Prelude.Show OAuth2PropertiesProperty instance JSON.ToJSON OAuth2PropertiesProperty