module Stratosphere.SSO.Application.SignInOptionsProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data SignInOptionsProperty :: Prelude.Type instance ToResourceProperties SignInOptionsProperty instance Prelude.Eq SignInOptionsProperty instance Prelude.Show SignInOptionsProperty instance JSON.ToJSON SignInOptionsProperty