{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.Discovery.Types
(
discoveryService
, RestMethodResponse
, restMethodResponse
, rmrRef
, RestDescriptionParameters
, restDescriptionParameters
, rdpAddtional
, RestMethod
, restMethod
, rmSupportsMediaDownload
, rmParameterOrder
, rmMediaUpload
, rmHTTPMethod
, rmPath
, rmResponse
, rmSupportsMediaUpload
, rmScopes
, rmSupportsSubscription
, rmParameters
, rmId
, rmEtagRequired
, rmUseMediaDownloadService
, rmDescription
, rmRequest
, RestResource
, restResource
, rrResources
, rrMethods
, RestDescriptionAuthOAuth2Scopes
, restDescriptionAuthOAuth2Scopes
, rdaoasAddtional
, RestDescriptionMethods
, restDescriptionMethods
, rdmAddtional
, DirectoryListItemsItem
, directoryListItemsItem
, dliiDiscoveryLink
, dliiPreferred
, dliiKind
, dliiIcons
, dliiName
, dliiVersion
, dliiDocumentationLink
, dliiId
, dliiLabels
, dliiTitle
, dliiDescription
, dliiDiscoveryRestURL
, DirectoryListItemsItemIcons
, directoryListItemsItemIcons
, dliiiX16
, dliiiX32
, RestResourceResources
, restResourceResources
, rrrAddtional
, RestDescriptionAuthOAuth2
, restDescriptionAuthOAuth2
, rdaoaScopes
, RestDescriptionAuthOAuth2ScopesAdditional
, restDescriptionAuthOAuth2ScopesAdditional
, rdaoasaDescription
, RestMethodMediaUploadProtocolsSimple
, restMethodMediaUploadProtocolsSimple
, rmmupsPath
, rmmupsMultiPart
, RestDescriptionIcons
, restDescriptionIcons
, rdiX16
, rdiX32
, JSONSchemaVariant
, jsonSchemaVariant
, jsvDiscriminant
, jsvMap
, RestResourceMethods
, restResourceMethods
, rrmAddtional
, RestDescriptionAuth
, restDescriptionAuth
, rdaOAuth2
, RestDescription
, restDescription
, rdEtag
, rdSchemas
, rdServicePath
, rdBasePath
, rdKind
, rdExponentialBackoffDefault
, rdAuth
, rdIcons
, rdBaseURL
, rdProtocol
, rdOwnerName
, rdResources
, rdOwnerDomain
, rdBatchPath
, rdMethods
, rdName
, rdPackagePath
, rdFeatures
, rdVersionModule
, rdVersion
, rdParameters
, rdDocumentationLink
, rdRootURL
, rdId
, rdCanonicalName
, rdLabels
, rdDiscoveryVersion
, rdTitle
, rdRevision
, rdDescription
, JSONSchema
, jsonSchema
, jsAnnotations
, jsVariant
, jsLocation
, jsRef
, jsPattern
, jsMaximum
, jsDefault
, jsFormat
, jsItems
, jsMinimum
, jsRequired
, jsId
, jsAdditionalProperties
, jsType
, jsEnum
, jsRepeated
, jsReadOnly
, jsEnumDescriptions
, jsDescription
, jsProperties
, RestDescriptionSchemas
, restDescriptionSchemas
, rdsAddtional
, JSONSchemaVariantMapItem
, jsonSchemaVariantMapItem
, jsvmiRef
, jsvmiTypeValue
, RestDescriptionResources
, restDescriptionResources
, rdrAddtional
, RestMethodMediaUploadProtocols
, restMethodMediaUploadProtocols
, rmmupSimple
, rmmupResumable
, JSONSchemaAnnotations
, jsonSchemaAnnotations
, jsaRequired
, RestMethodParameters
, restMethodParameters
, rmpAddtional
, RestMethodMediaUpload
, restMethodMediaUpload
, rmmuProtocols
, rmmuAccept
, rmmuMaxSize
, JSONSchemaProperties
, jsonSchemaProperties
, jspAddtional
, RestMethodMediaUploadProtocolsResumable
, restMethodMediaUploadProtocolsResumable
, rmmuprPath
, rmmuprMultiPart
, DirectoryList
, directoryList
, dlKind
, dlItems
, dlDiscoveryVersion
, RestMethodRequest
, restMethodRequest
, rRef
, rParameterName
) where
import Network.Google.Discovery.Types.Product
import Network.Google.Discovery.Types.Sum
import Network.Google.Prelude
discoveryService :: ServiceConfig
discoveryService
= defaultService (ServiceId "discovery:v1")
"www.googleapis.com"