{-# LANGUAGE DataKinds #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
module Network.Google.DriveActivity
(
driveActivityService
, driveActivityReadOnlyScope
, driveActivityScope
, DriveActivityAPI
, module Network.Google.Resource.DriveActivity.Activity.Query
, Suggestion
, suggestion
, sSubtype
, Impersonation
, impersonation
, iImpersonatedUser
, Edit
, edit
, ActionDetail
, actionDetail
, adEdit
, adPermissionChange
, adRestore
, adReference
, adCreate
, adRename
, adComment
, adSettingsChange
, adDlpChange
, adDelete
, adMove
, PermissionRole (..)
, Group
, group'
, gEmail
, gTitle
, TimeRange
, timeRange
, trStartTime
, trEndTime
, RestrictionChangeNewRestriction (..)
, QueryDriveActivityRequest
, queryDriveActivityRequest
, qdarAncestorName
, qdarItemName
, qdarConsolidationStrategy
, qdarFilter
, qdarPageToken
, qdarPageSize
, DriveItemReference
, driveItemReference
, dirFolder
, dirName
, dirTitle
, dirFile
, KnownUser
, knownUser
, kuPersonName
, kuIsCurrentUser
, TargetReference
, targetReference
, trTeamDrive
, trDriveItem
, Copy
, copy
, cOriginalObject
, PermissionChange
, permissionChange
, pcAddedPermissions
, pcRemovedPermissions
, QueryDriveActivityResponse
, queryDriveActivityResponse
, qdarNextPageToken
, qdarActivities
, Post'
, post
, pSubtype
, Restore
, restore
, rType
, Domain
, domain
, dLegacyId
, dName
, Administrator
, administrator
, DataLeakPreventionChange
, dataLeakPreventionChange
, dlpcType
, Actor
, actor
, aImpersonation
, aSystem
, aAdministrator
, aUser
, aAnonymous
, Folder
, folder
, fType
, RestrictionChangeFeature (..)
, Action
, action
, aTimeRange
, aActor
, aTimestamp
, aTarget
, aDetail
, TeamDrive
, teamDrive
, tdRoot
, tdName
, tdTitle
, UnknownUser
, unknownUser
, Owner
, owner
, oDomain
, oTeamDrive
, oUser
, SystemEventType (..)
, ApplicationReference
, applicationReference
, arType
, DeleteType (..)
, ConsolidationStrategy
, consolidationStrategy
, csNone
, csLegacy
, User
, user
, uKnownUser
, uUnknownUser
, uDeletedUser
, DeletedUser
, deletedUser
, Create
, create
, cCopy
, cNew
, cUpload
, PostSubtype (..)
, New
, new
, AssignmentSubtype (..)
, TeamDriveReference
, teamDriveReference
, tdrName
, tdrTitle
, Xgafv (..)
, AnonymousUser
, anonymousUser
, Anyone
, anyone
, RestrictionChange
, restrictionChange
, rcFeature
, rcNewRestriction
, Legacy
, legacy
, FileComment
, fileComment
, fcParent
, fcLegacyDiscussionId
, fcLegacyCommentId
, fcLinkToDiscussion
, RestoreType (..)
, Rename
, rename
, rNewTitle
, rOldTitle
, SuggestionSubtype (..)
, Upload
, upload
, NoConsolidation
, noConsolidation
, Assignment
, assignment
, aSubtype
, SettingsChange
, settingsChange
, scRestrictionChanges
, Comment
, comment
, cSuggestion
, cPost
, cMentionedUsers
, cAssignment
, Permission
, permission
, pGroup
, pDomain
, pUser
, pRole
, pAnyone
, pAllowDiscovery
, DataLeakPreventionChangeType (..)
, File
, file
, FolderType (..)
, Delete'
, delete'
, dType
, Target
, target
, tTeamDrive
, tFileComment
, tDriveItem
, Move
, move
, mAddedParents
, mRemovedParents
, ApplicationReferenceType (..)
, DriveActivity
, driveActivity
, daTimeRange
, daActions
, daActors
, daTargets
, daPrimaryActionDetail
, daTimestamp
, DriveItem
, driveItem
, diFolder
, diOwner
, diMimeType
, diName
, diTitle
, diFile
, SystemEvent
, systemEvent
, seType
) where
import Network.Google.DriveActivity.Types
import Network.Google.Prelude
import Network.Google.Resource.DriveActivity.Activity.Query
type DriveActivityAPI = ActivityQueryResource