{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.Composer.Types
(
composerService
, cloudPlatformScope
, Status
, status
, sDetails
, sCode
, sMessage
, OperationSchema
, operationSchema
, osAddtional
, ListEnvironmentsResponse
, listEnvironmentsResponse
, lerNextPageToken
, lerEnvironments
, EnvironmentConfig
, environmentConfig
, ecNodeConfig
, ecNodeCount
, ecSoftwareConfig
, ecDagGcsPrefix
, ecGkeCluster
, ecAirflowURI
, ListOperationsResponse
, listOperationsResponse
, lorNextPageToken
, lorOperations
, NodeConfig
, nodeConfig
, ncDiskSizeGb
, ncLocation
, ncNetwork
, ncOAuthScopes
, ncServiceAccount
, ncSubnetwork
, ncMachineType
, ncTags
, Operation
, operation
, oDone
, oError
, oResponse
, oName
, oMetadata
, Empty
, empty
, OperationMetadataOperationType (..)
, SoftwareConfigEnvVariables
, softwareConfigEnvVariables
, scevAddtional
, Environment
, environment
, eState
, eConfig
, eUuid
, eUpdateTime
, eName
, eLabels
, eCreateTime
, SoftwareConfigAirflowConfigOverrides
, softwareConfigAirflowConfigOverrides
, scacoAddtional
, StatusDetailsItem
, statusDetailsItem
, sdiAddtional
, SoftwareConfigPypiPackages
, softwareConfigPypiPackages
, scppAddtional
, OperationMetadataState (..)
, EnvironmentState (..)
, Xgafv (..)
, SoftwareConfig
, softwareConfig
, scImageVersion
, scPythonVersion
, scPypiPackages
, scAirflowConfigOverrides
, scEnvVariables
, EnvironmentLabels
, environmentLabels
, elAddtional
, OperationMetadata
, operationMetadata
, omState
, omResourceUuid
, omResource
, omEndTime
, omOperationType
, omCreateTime
, OperationResponse
, operationResponse
, orAddtional
) where
import Network.Google.Composer.Types.Product
import Network.Google.Composer.Types.Sum
import Network.Google.Prelude
composerService :: ServiceConfig
composerService
= defaultService (ServiceId "composer:v1")
"composer.googleapis.com"
cloudPlatformScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform"]
cloudPlatformScope = Proxy;