{-# LANGUAGE DataKinds #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
module Network.Google.RuntimeConfig
(
runtimeConfigService
, cloudPlatformScope
, cloudruntimeConfigScope
, RuntimeConfigAPI
, module Network.Google.Resource.RuntimeConfig.Operations.Cancel
, module Network.Google.Resource.RuntimeConfig.Operations.Delete
, module Network.Google.Resource.RuntimeConfig.Operations.List
, 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.Resource.RuntimeConfig.Operations.Cancel
import Network.Google.Resource.RuntimeConfig.Operations.Delete
import Network.Google.Resource.RuntimeConfig.Operations.List
import Network.Google.RuntimeConfig.Types
type RuntimeConfigAPI =
OperationsListResource :<|> OperationsCancelResource
:<|> OperationsDeleteResource