{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.CloudScheduler.Types
(
cloudSchedulerService
, cloudPlatformScope
, Status
, status
, sDetails
, sCode
, sMessage
, PauseJobRequest
, pauseJobRequest
, ListLocationsResponse
, listLocationsResponse
, llrNextPageToken
, llrLocations
, ResumeJobRequest
, resumeJobRequest
, AppEngineHTTPTargetHeaders
, appEngineHTTPTargetHeaders
, aehttpthAddtional
, RetryConfig
, retryConfig
, rcMaxDoublings
, rcMaxRetryDuration
, rcMinBackoffDuration
, rcRetryCount
, rcMaxBackoffDuration
, Location
, location
, lName
, lMetadata
, lDisplayName
, lLabels
, lLocationId
, Empty
, empty
, PubsubTargetAttributes
, pubsubTargetAttributes
, ptaAddtional
, HTTPTargetHeaders
, hTTPTargetHeaders
, httpthAddtional
, PubsubMessage
, pubsubMessage
, pmData
, pmPublishTime
, pmAttributes
, pmMessageId
, JobState (..)
, StatusDetailsItem
, statusDetailsItem
, sdiAddtional
, AppEngineHTTPTarget
, appEngineHTTPTarget
, aehttptHTTPMethod
, aehttptRelativeURI
, aehttptBody
, aehttptHeaders
, aehttptAppEngineRouting
, HTTPTarget
, hTTPTarget
, httptHTTPMethod
, httptBody
, httptURI
, httptHeaders
, RunJobRequest
, runJobRequest
, Job
, job
, jStatus
, jState
, jLastAttemptTime
, jRetryConfig
, jSchedule
, jScheduleTime
, jAppEngineHTTPTarget
, jHTTPTarget
, jName
, jPubsubTarget
, jUserUpdateTime
, jTimeZone
, jDescription
, PubsubMessageAttributes
, pubsubMessageAttributes
, pmaAddtional
, PubsubTarget
, pubsubTarget
, ptData
, ptTopicName
, ptAttributes
, Xgafv (..)
, ListJobsResponse
, listJobsResponse
, ljrNextPageToken
, ljrJobs
, LocationLabels
, locationLabels
, llAddtional
, LocationMetadata
, locationMetadata
, lmAddtional
, AppEngineRouting
, appEngineRouting
, aerService
, aerVersion
, aerHost
, aerInstance
, HTTPTargetHTTPMethod (..)
, AppEngineHTTPTargetHTTPMethod (..)
) where
import Network.Google.CloudScheduler.Types.Product
import Network.Google.CloudScheduler.Types.Sum
import Network.Google.Prelude
cloudSchedulerService :: ServiceConfig
cloudSchedulerService
= defaultService (ServiceId "cloudscheduler:v1beta1")
"cloudscheduler.googleapis.com"
cloudPlatformScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform"]
cloudPlatformScope = Proxy;