{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.ResourceManager.Types
(
resourceManagerService
, cloudPlatformReadOnlyScope
, cloudPlatformScope
, ListFoldersResponse
, listFoldersResponse
, lfrNextPageToken
, lfrFolders
, Status
, status
, sDetails
, sCode
, sMessage
, FolderLifecycleState (..)
, AuditConfig
, auditConfig
, acService
, acAuditLogConfigs
, Expr
, expr
, eLocation
, eExpression
, eTitle
, eDescription
, GetIAMPolicyRequest
, getIAMPolicyRequest
, SearchFoldersRequest
, searchFoldersRequest
, sfrQuery
, sfrPageToken
, sfrPageSize
, UndeleteFolderRequest
, undeleteFolderRequest
, Operation
, operation
, oDone
, oError
, oResponse
, oName
, oMetadata
, FolderOperationErrorErrorMessageId (..)
, SearchFoldersResponse
, searchFoldersResponse
, sfrNextPageToken
, sfrFolders
, ProjectCreationStatus
, projectCreationStatus
, pcsGettable
, pcsReady
, pcsCreateTime
, StatusDetailsItem
, statusDetailsItem
, sdiAddtional
, FolderOperationError
, folderOperationError
, foeErrorMessageId
, Folder
, folder
, fParent
, fName
, fDisplayName
, fLifecycleState
, fCreateTime
, FolderOperationOperationType (..)
, SetIAMPolicyRequest
, setIAMPolicyRequest
, siprUpdateMask
, siprPolicy
, AuditLogConfigLogType (..)
, Xgafv (..)
, TestIAMPermissionsRequest
, testIAMPermissionsRequest
, tiprPermissions
, TestIAMPermissionsResponse
, testIAMPermissionsResponse
, tiamprPermissions
, Policy
, policy
, pAuditConfigs
, pEtag
, pVersion
, pBindings
, OperationMetadata
, operationMetadata
, omAddtional
, FolderOperation
, folderOperation
, foDestinationParent
, foDisplayName
, foOperationType
, foSourceParent
, AuditLogConfig
, auditLogConfig
, alcLogType
, alcExemptedMembers
, OperationResponse
, operationResponse
, orAddtional
, MoveFolderRequest
, moveFolderRequest
, mfrDestinationParent
, Binding
, binding
, bMembers
, bRole
, bCondition
) where
import Network.Google.Prelude
import Network.Google.ResourceManager.Types.Product
import Network.Google.ResourceManager.Types.Sum
resourceManagerService :: ServiceConfig
resourceManagerService
= defaultService
(ServiceId "cloudresourcemanager:v2")
"cloudresourcemanager.googleapis.com"
cloudPlatformReadOnlyScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform.read-only"]
cloudPlatformReadOnlyScope = Proxy;
cloudPlatformScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform"]
cloudPlatformScope = Proxy;