{-# LANGUAGE DataKinds #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
module Network.Google.CloudFunctions
(
cloudFunctionsService
, cloudPlatformScope
, CloudFunctionsAPI
, module Network.Google.Resource.CloudFunctions.Operations.Get
, module Network.Google.Resource.CloudFunctions.Operations.List
, module Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.Call
, module Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.Create
, module Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.Delete
, module Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.GenerateDownloadURL
, module Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.GenerateUploadURL
, module Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.Get
, module Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.GetIAMPolicy
, module Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.List
, module Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.Patch
, module Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.SetIAMPolicy
, module Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.TestIAMPermissions
, module Network.Google.Resource.CloudFunctions.Projects.Locations.List
, Status
, status
, sDetails
, sCode
, sMessage
, AuditConfig
, auditConfig
, acService
, acAuditLogConfigs
, OperationMetadataV1Type (..)
, OperationMetadataV1Beta2
, operationMetadataV1Beta2
, omvbVersionId
, omvbUpdateTime
, omvbType
, omvbTarget
, omvbRequest
, Expr
, expr
, eLocation
, eExpression
, eTitle
, eDescription
, ListLocationsResponse
, listLocationsResponse
, llrNextPageToken
, llrLocations
, ListOperationsResponse
, listOperationsResponse
, lorNextPageToken
, lorOperations
, GenerateUploadURLRequest
, generateUploadURLRequest
, Location
, location
, lName
, lMetadata
, lDisplayName
, lLabels
, lLocationId
, Operation
, operation
, oDone
, oError
, oResponse
, oName
, oMetadata
, GenerateDownloadURLRequest
, generateDownloadURLRequest
, gdurVersionId
, Retry
, retry
, GenerateUploadURLResponse
, generateUploadURLResponse
, guurUploadURL
, FailurePolicy
, failurePolicy
, fpRetry
, CallFunctionResponse
, callFunctionResponse
, cfrExecutionId
, cfrError
, cfrResult
, HTTPSTrigger
, httpsTrigger
, htURL
, StatusDetailsItem
, statusDetailsItem
, sdiAddtional
, CloudFunctionEnvironmentVariables
, cloudFunctionEnvironmentVariables
, cfevAddtional
, OperationMetadataV1Request
, operationMetadataV1Request
, omvrAddtional
, SetIAMPolicyRequest
, setIAMPolicyRequest
, siprUpdateMask
, siprPolicy
, EventTrigger
, eventTrigger
, etService
, etFailurePolicy
, etEventType
, etResource
, SourceRepository
, sourceRepository
, srURL
, srDeployedURL
, OperationMetadataV1
, operationMetadataV1
, omvVersionId
, omvUpdateTime
, omvType
, omvTarget
, omvRequest
, CloudFunctionStatus (..)
, OperationMetadataV1Beta2Type (..)
, GenerateDownloadURLResponse
, generateDownloadURLResponse
, gdurDownloadURL
, AuditLogConfigLogType (..)
, Xgafv (..)
, TestIAMPermissionsRequest
, testIAMPermissionsRequest
, tiprPermissions
, TestIAMPermissionsResponse
, testIAMPermissionsResponse
, tiamprPermissions
, Policy
, policy
, pAuditConfigs
, pEtag
, pVersion
, pBindings
, LocationLabels
, locationLabels
, llAddtional
, ListFunctionsResponse
, listFunctionsResponse
, lfrNextPageToken
, lfrFunctions
, LocationMetadata
, locationMetadata
, lmAddtional
, OperationMetadata
, operationMetadata
, omAddtional
, AuditLogConfig
, auditLogConfig
, alcLogType
, alcExemptedMembers
, CloudFunction
, cloudFunction
, cfRuntime
, cfStatus
, cfSourceArchiveURL
, cfVersionId
, cfSourceUploadURL
, cfEntryPoint
, cfHTTPSTrigger
, cfNetwork
, cfMaxInstances
, cfEventTrigger
, cfUpdateTime
, cfName
, cfSourceRepository
, cfAvailableMemoryMb
, cfLabels
, cfServiceAccountEmail
, cfEnvironmentVariables
, cfTimeout
, cfVPCConnector
, cfDescription
, OperationMetadataV1Beta2Request
, operationMetadataV1Beta2Request
, omvbrAddtional
, CloudFunctionLabels
, cloudFunctionLabels
, cflAddtional
, OperationResponse
, operationResponse
, orAddtional
, CallFunctionRequest
, callFunctionRequest
, cfrData
, Binding
, binding
, bMembers
, bRole
, bCondition
) where
import Network.Google.CloudFunctions.Types
import Network.Google.Prelude
import Network.Google.Resource.CloudFunctions.Operations.Get
import Network.Google.Resource.CloudFunctions.Operations.List
import Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.Call
import Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.Create
import Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.Delete
import Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.GenerateDownloadURL
import Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.GenerateUploadURL
import Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.Get
import Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.GetIAMPolicy
import Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.List
import Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.Patch
import Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.SetIAMPolicy
import Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.TestIAMPermissions
import Network.Google.Resource.CloudFunctions.Projects.Locations.List
type CloudFunctionsAPI =
OperationsListResource :<|> OperationsGetResource
:<|> ProjectsLocationsFunctionsListResource
:<|> ProjectsLocationsFunctionsCallResource
:<|>
ProjectsLocationsFunctionsGenerateUploadURLResource
:<|> ProjectsLocationsFunctionsGetIAMPolicyResource
:<|> ProjectsLocationsFunctionsPatchResource
:<|> ProjectsLocationsFunctionsGetResource
:<|> ProjectsLocationsFunctionsCreateResource
:<|>
ProjectsLocationsFunctionsGenerateDownloadURLResource
:<|> ProjectsLocationsFunctionsSetIAMPolicyResource
:<|>
ProjectsLocationsFunctionsTestIAMPermissionsResource
:<|> ProjectsLocationsFunctionsDeleteResource
:<|> ProjectsLocationsListResource