{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.ReplicaPoolUpdater.Types
(
replicaPoolUpdaterService
, cloudPlatformReadOnlyScope
, cloudPlatformScope
, replicapoolScope
, replicapoolReadOnlyScope
, OperationWarningsItemDataItem
, operationWarningsItemDataItem
, owidiValue
, owidiKey
, RollingUpdate
, rollingUpdate
, ruStatus
, ruProgress
, ruInstanceGroupManager
, ruKind
, ruError
, ruInstanceTemplate
, ruUser
, ruSelfLink
, ruStatusMessage
, ruCreationTimestamp
, ruId
, ruPolicy
, ruActionType
, ruOldInstanceTemplate
, ruDescription
, ruInstanceGroup
, RollingUpdateError
, rollingUpdateError
, rueErrors
, OperationList
, operationList
, olNextPageToken
, olKind
, olItems
, olSelfLink
, olId
, InstanceUpdateList
, instanceUpdateList
, iulNextPageToken
, iulKind
, iulItems
, iulSelfLink
, RollingUpdateErrorErrorsItem
, rollingUpdateErrorErrorsItem
, rueeiLocation
, rueeiCode
, rueeiMessage
, Operation
, operation
, oTargetId
, oStatus
, oInsertTime
, oProgress
, oStartTime
, oKind
, oError
, oHTTPErrorMessage
, oZone
, oWarnings
, oHTTPErrorStatusCode
, oUser
, oSelfLink
, oName
, oStatusMessage
, oCreationTimestamp
, oEndTime
, oId
, oOperationType
, oRegion
, oTargetLink
, oClientOperationId
, InstanceUpdate
, instanceUpdate
, iuStatus
, iuError
, iuInstance
, InstanceUpdateError
, instanceUpdateError
, iueErrors
, RollingUpdatePolicy
, rollingUpdatePolicy
, rupMinInstanceUpdateTimeSec
, rupInstanceStartupTimeoutSec
, rupMaxNumFailedInstances
, rupAutoPauseAfterInstances
, rupMaxNumConcurrentInstances
, OperationError
, operationError
, oeErrors
, OperationErrorErrorsItem
, operationErrorErrorsItem
, oeeiLocation
, oeeiCode
, oeeiMessage
, InstanceUpdateErrorErrorsItem
, instanceUpdateErrorErrorsItem
, iueeiLocation
, iueeiCode
, iueeiMessage
, RollingUpdateList
, rollingUpdateList
, rulNextPageToken
, rulKind
, rulItems
, rulSelfLink
, OperationWarningsItem
, operationWarningsItem
, owiData
, owiCode
, owiMessage
) where
import Network.Google.Prelude
import Network.Google.ReplicaPoolUpdater.Types.Product
import Network.Google.ReplicaPoolUpdater.Types.Sum
replicaPoolUpdaterService :: ServiceConfig
replicaPoolUpdaterService
= defaultService
(ServiceId "replicapoolupdater:v1beta1")
"www.googleapis.com"
cloudPlatformReadOnlyScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform.read-only"]
cloudPlatformReadOnlyScope = Proxy;
cloudPlatformScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform"]
cloudPlatformScope = Proxy;
replicapoolScope :: Proxy '["https://www.googleapis.com/auth/replicapool"]
replicapoolScope = Proxy;
replicapoolReadOnlyScope :: Proxy '["https://www.googleapis.com/auth/replicapool.readonly"]
replicapoolReadOnlyScope = Proxy;