{-# LANGUAGE DataKinds #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
module Network.Google.CloudProFiler
(
cloudProfilerService
, cloudPlatformScope
, monitoringScope
, monitoringWriteScope
, CloudProfilerAPI
, module Network.Google.Resource.CloudProFiler.Projects.ProFiles.Create
, module Network.Google.Resource.CloudProFiler.Projects.ProFiles.CreateOffline
, module Network.Google.Resource.CloudProFiler.Projects.ProFiles.Patch
, DeploymentLabels
, deploymentLabels
, dlAddtional
, ProFileProFileType (..)
, ProFile
, proFile
, pfProFileBytes
, pfName
, pfLabels
, pfProFileType
, pfDuration
, pfDeployment
, CreateProFileRequest
, createProFileRequest
, cpfrProFileType
, cpfrDeployment
, ProFileLabels
, proFileLabels
, pflAddtional
, Xgafv (..)
, Deployment
, deployment
, dLabels
, dProjectId
, dTarget
) where
import Network.Google.CloudProFiler.Types
import Network.Google.Prelude
import Network.Google.Resource.CloudProFiler.Projects.ProFiles.Create
import Network.Google.Resource.CloudProFiler.Projects.ProFiles.CreateOffline
import Network.Google.Resource.CloudProFiler.Projects.ProFiles.Patch
type CloudProfilerAPI =
ProjectsProFilesPatchResource :<|>
ProjectsProFilesCreateResource
:<|> ProjectsProFilesCreateOfflineResource