{-# LANGUAGE DataKinds #-} {-# LANGUAGE DerivingStrategies #-} {-# LANGUAGE DuplicateRecordFields #-} {-# LANGUAGE ImportQualifiedPost #-} {-# LANGUAGE LambdaCase #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE PatternSynonyms #-} {-# LANGUAGE RecordWildCards #-} {-# LANGUAGE StrictData #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE NoImplicitPrelude #-} {-# OPTIONS_GHC -fno-warn-duplicate-exports #-} {-# OPTIONS_GHC -fno-warn-name-shadowing #-} {-# OPTIONS_GHC -fno-warn-unused-binds #-} {-# OPTIONS_GHC -fno-warn-unused-imports #-} {-# OPTIONS_GHC -fno-warn-unused-matches #-} -- | -- Module : Gogol.GroupsMigration.Types -- Copyright : (c) 2015-2025 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay -- Toni Cebrián -- Stability : auto-generated -- Portability : non-portable (GHC extensions) module Gogol.GroupsMigration.Types ( -- * Configuration groupsMigrationService, -- * OAuth Scopes Apps'Groups'Migration, -- * Types -- ** Xgafv Xgafv (..), -- ** Groups Groups (..), newGroups, ) where import Gogol.GroupsMigration.Internal.Product import Gogol.GroupsMigration.Internal.Sum import Gogol.Prelude qualified as Core -- | Default request referring to version @v1@ of the Groups Migration API. This contains the host and root path used as a starting point for constructing service requests. groupsMigrationService :: Core.ServiceConfig groupsMigrationService = Core.defaultService (Core.ServiceId "groupsmigration:v1") "groupsmigration.googleapis.com" -- | Upload messages to any Google group in your domain type Apps'Groups'Migration = "https://www.googleapis.com/auth/apps.groups.migration"