{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.Redis.Types
(
redisService
, cloudPlatformScope
, InstanceLabels
, instanceLabels
, ilAddtional
, Status
, status
, sDetails
, sCode
, sMessage
, ListLocationsResponse
, listLocationsResponse
, llrNextPageToken
, llrLocations
, ListOperationsResponse
, listOperationsResponse
, lorNextPageToken
, lorOperations
, Location
, location
, lName
, lMetadata
, lDisplayName
, lLabels
, lLocationId
, GoogleCloudRedisV1ZoneMetadata
, googleCloudRedisV1ZoneMetadata
, Operation
, operation
, oDone
, oError
, oResponse
, oName
, oMetadata
, Empty
, empty
, InstanceTier (..)
, StatusDetailsItem
, statusDetailsItem
, sdiAddtional
, GoogleCloudRedisV1LocationMetadata
, googleCloudRedisV1LocationMetadata
, gcrvlmAvailableZones
, GoogleCloudRedisV1OperationMetadata
, googleCloudRedisV1OperationMetadata
, gcrvomAPIVersion
, gcrvomEndTime
, gcrvomStatusDetail
, gcrvomVerb
, gcrvomCancelRequested
, gcrvomTarget
, gcrvomCreateTime
, InstanceRedisConfigs
, instanceRedisConfigs
, ircAddtional
, GoogleCloudRedisV1LocationMetadataAvailableZones
, googleCloudRedisV1LocationMetadataAvailableZones
, gcrvlmazAddtional
, Xgafv (..)
, LocationLabels
, locationLabels
, llAddtional
, LocationMetadata
, locationMetadata
, lmAddtional
, OperationMetadata
, operationMetadata
, omAddtional
, ListInstancesResponse
, listInstancesResponse
, lirNextPageToken
, lirUnreachable
, lirInstances
, InstanceState (..)
, OperationResponse
, operationResponse
, orAddtional
, Instance
, instance'
, iState
, iAuthorizedNetwork
, iMemorySizeGb
, iName
, iStatusMessage
, iAlternativeLocationId
, iReservedIPRange
, iTier
, iDisplayName
, iLabels
, iLocationId
, iHost
, iRedisConfigs
, iRedisVersion
, iCreateTime
, iPort
, iCurrentLocationId
) where
import Network.Google.Prelude
import Network.Google.Redis.Types.Product
import Network.Google.Redis.Types.Sum
redisService :: ServiceConfig
redisService
= defaultService (ServiceId "redis:v1")
"redis.googleapis.com"
cloudPlatformScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform"]
cloudPlatformScope = Proxy;