module Stratosphere.VerifiedPermissions.IdentitySource.OpenIdConnectTokenSelectionProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data OpenIdConnectTokenSelectionProperty :: Prelude.Type instance ToResourceProperties OpenIdConnectTokenSelectionProperty instance Prelude.Eq OpenIdConnectTokenSelectionProperty instance Prelude.Show OpenIdConnectTokenSelectionProperty instance JSON.ToJSON OpenIdConnectTokenSelectionProperty