{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.RuntimeConfig.Types
(
runtimeConfigService
, cloudPlatformScope
, cloudruntimeConfigScope
, Status
, status
, sDetails
, sCode
, sMessage
, ListOperationsResponse
, listOperationsResponse
, lorNextPageToken
, lorOperations
, CancelOperationRequest
, cancelOperationRequest
, Operation
, operation
, oDone
, oError
, oResponse
, oName
, oMetadata
, Empty
, empty
, StatusDetailsItem
, statusDetailsItem
, sdiAddtional
, Xgafv (..)
, OperationMetadata
, operationMetadata
, omAddtional
, OperationResponse
, operationResponse
, orAddtional
) where
import Network.Google.Prelude
import Network.Google.RuntimeConfig.Types.Product
import Network.Google.RuntimeConfig.Types.Sum
runtimeConfigService :: ServiceConfig
runtimeConfigService
= defaultService (ServiceId "runtimeconfig:v1")
"runtimeconfig.googleapis.com"
cloudPlatformScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform"]
cloudPlatformScope = Proxy;
cloudruntimeConfigScope :: Proxy '["https://www.googleapis.com/auth/cloudruntimeconfig"]
cloudruntimeConfigScope = Proxy;