{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.CloudShell.Types
(
cloudShellService
, cloudPlatformScope
, Status
, status
, sDetails
, sCode
, sMessage
, ListOperationsResponse
, listOperationsResponse
, lorNextPageToken
, lorOperations
, CancelOperationRequest
, cancelOperationRequest
, Operation
, operation
, oDone
, oError
, oResponse
, oName
, oMetadata
, Empty
, empty
, Environment
, environment
, eState
, ePublicKeys
, eSSHUsername
, eName
, eId
, eSSHHost
, eDockerImage
, eSSHPort
, StatusDetailsItem
, statusDetailsItem
, sdiAddtional
, PublicKey
, publicKey
, pkFormat
, pkKey
, pkName
, StartEnvironmentMetadataState (..)
, EnvironmentState (..)
, Xgafv (..)
, PublicKeyFormat (..)
, StartEnvironmentMetadata
, startEnvironmentMetadata
, semState
, OperationMetadata
, operationMetadata
, omAddtional
, StartEnvironmentResponse
, startEnvironmentResponse
, serEnvironment
, OperationResponse
, operationResponse
, orAddtional
) where
import Network.Google.CloudShell.Types.Product
import Network.Google.CloudShell.Types.Sum
import Network.Google.Prelude
cloudShellService :: ServiceConfig
cloudShellService
= defaultService (ServiceId "cloudshell:v1")
"cloudshell.googleapis.com"
cloudPlatformScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform"]
cloudPlatformScope = Proxy;