packages feed

gogol-cloudasset 0.5.0 → 1.0.0

raw patch · 16 files changed

+4027/−2350 lines, 16 filesdep −basedep ~gogol-coresetup-changed

Dependencies removed: base

Dependency ranges changed: gogol-core

Files

README.md view
@@ -8,7 +8,7 @@  ## Version -`0.5.0`+`1.0.0`   ## Description
Setup.hs view
@@ -1,2 +1,3 @@-import           Distribution.Simple+import Distribution.Simple+ main = defaultMain
+ gen/Gogol/CloudAsset.hs view
@@ -0,0 +1,290 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.CloudAsset+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- The Cloud Asset API manages the history and inventory of Google Cloud resources.+--+-- /See:/ <https://cloud.google.com/asset-inventory/docs/quickstart Cloud Asset API Reference>+module Gogol.CloudAsset+  ( -- * Configuration+    cloudAssetService,++    -- * OAuth Scopes+    CloudPlatform'FullControl,++    -- * Resources++    -- ** cloudasset.exportAssets+    CloudAssetExportAssetsResource,+    CloudAssetExportAssets (..),+    newCloudAssetExportAssets,++    -- ** cloudasset.operations.get+    CloudAssetOperationsGetResource,+    CloudAssetOperationsGet (..),+    newCloudAssetOperationsGet,++    -- * Types++    -- ** Xgafv+    Xgafv (..),++    -- ** AnalyzeIamPolicyLongrunningMetadata+    AnalyzeIamPolicyLongrunningMetadata (..),+    newAnalyzeIamPolicyLongrunningMetadata,++    -- ** AnalyzeIamPolicyLongrunningResponse+    AnalyzeIamPolicyLongrunningResponse (..),+    newAnalyzeIamPolicyLongrunningResponse,++    -- ** AuditConfig+    AuditConfig (..),+    newAuditConfig,++    -- ** AuditLogConfig+    AuditLogConfig (..),+    newAuditLogConfig,++    -- ** AuditLogConfig_LogType+    AuditLogConfig_LogType (..),++    -- ** Binding+    Binding (..),+    newBinding,++    -- ** Expr+    Expr (..),+    newExpr,++    -- ** GoogleCloudAssetV1p7beta1Asset+    GoogleCloudAssetV1p7beta1Asset (..),+    newGoogleCloudAssetV1p7beta1Asset,++    -- ** GoogleCloudAssetV1p7beta1BigQueryDestination+    GoogleCloudAssetV1p7beta1BigQueryDestination (..),+    newGoogleCloudAssetV1p7beta1BigQueryDestination,++    -- ** GoogleCloudAssetV1p7beta1ExportAssetsRequest+    GoogleCloudAssetV1p7beta1ExportAssetsRequest (..),+    newGoogleCloudAssetV1p7beta1ExportAssetsRequest,++    -- ** GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType+    GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType (..),++    -- ** GoogleCloudAssetV1p7beta1GcsDestination+    GoogleCloudAssetV1p7beta1GcsDestination (..),+    newGoogleCloudAssetV1p7beta1GcsDestination,++    -- ** GoogleCloudAssetV1p7beta1OutputConfig+    GoogleCloudAssetV1p7beta1OutputConfig (..),+    newGoogleCloudAssetV1p7beta1OutputConfig,++    -- ** GoogleCloudAssetV1p7beta1PartitionSpec+    GoogleCloudAssetV1p7beta1PartitionSpec (..),+    newGoogleCloudAssetV1p7beta1PartitionSpec,++    -- ** GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey+    GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey (..),++    -- ** GoogleCloudAssetV1p7beta1RelatedAsset+    GoogleCloudAssetV1p7beta1RelatedAsset (..),+    newGoogleCloudAssetV1p7beta1RelatedAsset,++    -- ** GoogleCloudAssetV1p7beta1RelatedAssets+    GoogleCloudAssetV1p7beta1RelatedAssets (..),+    newGoogleCloudAssetV1p7beta1RelatedAssets,++    -- ** GoogleCloudAssetV1p7beta1RelationshipAttributes+    GoogleCloudAssetV1p7beta1RelationshipAttributes (..),+    newGoogleCloudAssetV1p7beta1RelationshipAttributes,++    -- ** GoogleCloudAssetV1p7beta1Resource+    GoogleCloudAssetV1p7beta1Resource (..),+    newGoogleCloudAssetV1p7beta1Resource,++    -- ** GoogleCloudAssetV1p7beta1Resource_Data+    GoogleCloudAssetV1p7beta1Resource_Data (..),+    newGoogleCloudAssetV1p7beta1Resource_Data,++    -- ** GoogleCloudOrgpolicyV1BooleanPolicy+    GoogleCloudOrgpolicyV1BooleanPolicy (..),+    newGoogleCloudOrgpolicyV1BooleanPolicy,++    -- ** GoogleCloudOrgpolicyV1ListPolicy+    GoogleCloudOrgpolicyV1ListPolicy (..),+    newGoogleCloudOrgpolicyV1ListPolicy,++    -- ** GoogleCloudOrgpolicyV1ListPolicy_AllValues+    GoogleCloudOrgpolicyV1ListPolicy_AllValues (..),++    -- ** GoogleCloudOrgpolicyV1Policy+    GoogleCloudOrgpolicyV1Policy (..),+    newGoogleCloudOrgpolicyV1Policy,++    -- ** GoogleCloudOrgpolicyV1RestoreDefault+    GoogleCloudOrgpolicyV1RestoreDefault (..),+    newGoogleCloudOrgpolicyV1RestoreDefault,++    -- ** GoogleIdentityAccesscontextmanagerV1AccessLevel+    GoogleIdentityAccesscontextmanagerV1AccessLevel (..),+    newGoogleIdentityAccesscontextmanagerV1AccessLevel,++    -- ** GoogleIdentityAccesscontextmanagerV1AccessPolicy+    GoogleIdentityAccesscontextmanagerV1AccessPolicy (..),+    newGoogleIdentityAccesscontextmanagerV1AccessPolicy,++    -- ** GoogleIdentityAccesscontextmanagerV1ApiOperation+    GoogleIdentityAccesscontextmanagerV1ApiOperation (..),+    newGoogleIdentityAccesscontextmanagerV1ApiOperation,++    -- ** GoogleIdentityAccesscontextmanagerV1BasicLevel+    GoogleIdentityAccesscontextmanagerV1BasicLevel (..),+    newGoogleIdentityAccesscontextmanagerV1BasicLevel,++    -- ** GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction+    GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction (..),++    -- ** GoogleIdentityAccesscontextmanagerV1Condition+    GoogleIdentityAccesscontextmanagerV1Condition (..),+    newGoogleIdentityAccesscontextmanagerV1Condition,++    -- ** GoogleIdentityAccesscontextmanagerV1CustomLevel+    GoogleIdentityAccesscontextmanagerV1CustomLevel (..),+    newGoogleIdentityAccesscontextmanagerV1CustomLevel,++    -- ** GoogleIdentityAccesscontextmanagerV1DevicePolicy+    GoogleIdentityAccesscontextmanagerV1DevicePolicy (..),+    newGoogleIdentityAccesscontextmanagerV1DevicePolicy,++    -- ** GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem+    GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem (..),++    -- ** GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem+    GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem (..),++    -- ** GoogleIdentityAccesscontextmanagerV1EgressFrom+    GoogleIdentityAccesscontextmanagerV1EgressFrom (..),+    newGoogleIdentityAccesscontextmanagerV1EgressFrom,++    -- ** GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType+    GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType (..),++    -- ** GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction+    GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction (..),++    -- ** GoogleIdentityAccesscontextmanagerV1EgressPolicy+    GoogleIdentityAccesscontextmanagerV1EgressPolicy (..),+    newGoogleIdentityAccesscontextmanagerV1EgressPolicy,++    -- ** GoogleIdentityAccesscontextmanagerV1EgressSource+    GoogleIdentityAccesscontextmanagerV1EgressSource (..),+    newGoogleIdentityAccesscontextmanagerV1EgressSource,++    -- ** GoogleIdentityAccesscontextmanagerV1EgressTo+    GoogleIdentityAccesscontextmanagerV1EgressTo (..),+    newGoogleIdentityAccesscontextmanagerV1EgressTo,++    -- ** GoogleIdentityAccesscontextmanagerV1IngressFrom+    GoogleIdentityAccesscontextmanagerV1IngressFrom (..),+    newGoogleIdentityAccesscontextmanagerV1IngressFrom,++    -- ** GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType+    GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType (..),++    -- ** GoogleIdentityAccesscontextmanagerV1IngressPolicy+    GoogleIdentityAccesscontextmanagerV1IngressPolicy (..),+    newGoogleIdentityAccesscontextmanagerV1IngressPolicy,++    -- ** GoogleIdentityAccesscontextmanagerV1IngressSource+    GoogleIdentityAccesscontextmanagerV1IngressSource (..),+    newGoogleIdentityAccesscontextmanagerV1IngressSource,++    -- ** GoogleIdentityAccesscontextmanagerV1IngressTo+    GoogleIdentityAccesscontextmanagerV1IngressTo (..),+    newGoogleIdentityAccesscontextmanagerV1IngressTo,++    -- ** GoogleIdentityAccesscontextmanagerV1MethodSelector+    GoogleIdentityAccesscontextmanagerV1MethodSelector (..),+    newGoogleIdentityAccesscontextmanagerV1MethodSelector,++    -- ** GoogleIdentityAccesscontextmanagerV1OsConstraint+    GoogleIdentityAccesscontextmanagerV1OsConstraint (..),+    newGoogleIdentityAccesscontextmanagerV1OsConstraint,++    -- ** GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType+    GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType (..),++    -- ** GoogleIdentityAccesscontextmanagerV1ServicePerimeter+    GoogleIdentityAccesscontextmanagerV1ServicePerimeter (..),+    newGoogleIdentityAccesscontextmanagerV1ServicePerimeter,++    -- ** GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType+    GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType (..),++    -- ** GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig+    GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig (..),+    newGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig,++    -- ** GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices+    GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices (..),+    newGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices,++    -- ** GoogleIdentityAccesscontextmanagerV1VpcNetworkSource+    GoogleIdentityAccesscontextmanagerV1VpcNetworkSource (..),+    newGoogleIdentityAccesscontextmanagerV1VpcNetworkSource,++    -- ** GoogleIdentityAccesscontextmanagerV1VpcSubNetwork+    GoogleIdentityAccesscontextmanagerV1VpcSubNetwork (..),+    newGoogleIdentityAccesscontextmanagerV1VpcSubNetwork,++    -- ** Operation+    Operation (..),+    newOperation,++    -- ** Operation_Metadata+    Operation_Metadata (..),+    newOperation_Metadata,++    -- ** Operation_Response+    Operation_Response (..),+    newOperation_Response,++    -- ** Policy+    Policy (..),+    newPolicy,++    -- ** Status+    Status (..),+    newStatus,++    -- ** Status_DetailsItem+    Status_DetailsItem (..),+    newStatus_DetailsItem,+  )+where++import Gogol.CloudAsset.ExportAssets+import Gogol.CloudAsset.Operations.Get+import Gogol.CloudAsset.Types
+ gen/Gogol/CloudAsset/ExportAssets.hs view
@@ -0,0 +1,116 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.CloudAsset.ExportAssets+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Exports assets with time and resource types to a given Cloud Storage location\/BigQuery table. For Cloud Storage location destinations, the output format is newline-delimited JSON. Each line represents a google.cloud.asset.v1p7beta1.Asset in the JSON format; for BigQuery table destinations, the output table stores the fields in asset proto as columns. This API implements the google.longrunning.Operation API , which allows you to keep track of the export. We recommend intervals of at least 2 seconds with exponential retry to poll the export operation result. For regular-size resource parent, the export operation usually finishes within 5 minutes.+--+-- /See:/ <https://cloud.google.com/asset-inventory/docs/quickstart Cloud Asset API Reference> for @cloudasset.exportAssets@.+module Gogol.CloudAsset.ExportAssets+  ( -- * Resource+    CloudAssetExportAssetsResource,++    -- ** Constructing a Request+    CloudAssetExportAssets (..),+    newCloudAssetExportAssets,+  )+where++import Gogol.CloudAsset.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @cloudasset.exportAssets@ method which the+-- 'CloudAssetExportAssets' request conforms to.+type CloudAssetExportAssetsResource =+  "v1p7beta1"+    Core.:> Core.CaptureMode "parent" "exportAssets" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              GoogleCloudAssetV1p7beta1ExportAssetsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Exports assets with time and resource types to a given Cloud Storage location\/BigQuery table. For Cloud Storage location destinations, the output format is newline-delimited JSON. Each line represents a google.cloud.asset.v1p7beta1.Asset in the JSON format; for BigQuery table destinations, the output table stores the fields in asset proto as columns. This API implements the google.longrunning.Operation API , which allows you to keep track of the export. We recommend intervals of at least 2 seconds with exponential retry to poll the export operation result. For regular-size resource parent, the export operation usually finishes within 5 minutes.+--+-- /See:/ 'newCloudAssetExportAssets' smart constructor.+data CloudAssetExportAssets = CloudAssetExportAssets+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The relative name of the root asset. This can only be an organization number (such as \"organizations\/123\"), a project ID (such as \"projects\/my-project-id\"), or a project number (such as \"projects\/12345\"), or a folder number (such as \"folders\/123\").+    parent :: Core.Text,+    -- | Multipart request metadata.+    payload :: GoogleCloudAssetV1p7beta1ExportAssetsRequest,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CloudAssetExportAssets' with the minimum fields required to make a request.+newCloudAssetExportAssets ::+  -- |  Required. The relative name of the root asset. This can only be an organization number (such as \"organizations\/123\"), a project ID (such as \"projects\/my-project-id\"), or a project number (such as \"projects\/12345\"), or a folder number (such as \"folders\/123\"). See 'parent'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  GoogleCloudAssetV1p7beta1ExportAssetsRequest ->+  CloudAssetExportAssets+newCloudAssetExportAssets parent payload =+  CloudAssetExportAssets+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      parent = parent,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest CloudAssetExportAssets where+  type Rs CloudAssetExportAssets = Operation+  type Scopes CloudAssetExportAssets = '[CloudPlatform'FullControl]+  requestClient CloudAssetExportAssets {..} =+    go+      parent+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      cloudAssetService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy CloudAssetExportAssetsResource)+          Core.mempty
+ gen/Gogol/CloudAsset/Internal/Product.hs view
@@ -0,0 +1,2573 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.CloudAsset.Internal.Product+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+module Gogol.CloudAsset.Internal.Product+  ( -- * AnalyzeIamPolicyLongrunningMetadata+    AnalyzeIamPolicyLongrunningMetadata (..),+    newAnalyzeIamPolicyLongrunningMetadata,++    -- * AnalyzeIamPolicyLongrunningResponse+    AnalyzeIamPolicyLongrunningResponse (..),+    newAnalyzeIamPolicyLongrunningResponse,++    -- * AuditConfig+    AuditConfig (..),+    newAuditConfig,++    -- * AuditLogConfig+    AuditLogConfig (..),+    newAuditLogConfig,++    -- * Binding+    Binding (..),+    newBinding,++    -- * Expr+    Expr (..),+    newExpr,++    -- * GoogleCloudAssetV1p7beta1Asset+    GoogleCloudAssetV1p7beta1Asset (..),+    newGoogleCloudAssetV1p7beta1Asset,++    -- * GoogleCloudAssetV1p7beta1BigQueryDestination+    GoogleCloudAssetV1p7beta1BigQueryDestination (..),+    newGoogleCloudAssetV1p7beta1BigQueryDestination,++    -- * GoogleCloudAssetV1p7beta1ExportAssetsRequest+    GoogleCloudAssetV1p7beta1ExportAssetsRequest (..),+    newGoogleCloudAssetV1p7beta1ExportAssetsRequest,++    -- * GoogleCloudAssetV1p7beta1GcsDestination+    GoogleCloudAssetV1p7beta1GcsDestination (..),+    newGoogleCloudAssetV1p7beta1GcsDestination,++    -- * GoogleCloudAssetV1p7beta1OutputConfig+    GoogleCloudAssetV1p7beta1OutputConfig (..),+    newGoogleCloudAssetV1p7beta1OutputConfig,++    -- * GoogleCloudAssetV1p7beta1PartitionSpec+    GoogleCloudAssetV1p7beta1PartitionSpec (..),+    newGoogleCloudAssetV1p7beta1PartitionSpec,++    -- * GoogleCloudAssetV1p7beta1RelatedAsset+    GoogleCloudAssetV1p7beta1RelatedAsset (..),+    newGoogleCloudAssetV1p7beta1RelatedAsset,++    -- * GoogleCloudAssetV1p7beta1RelatedAssets+    GoogleCloudAssetV1p7beta1RelatedAssets (..),+    newGoogleCloudAssetV1p7beta1RelatedAssets,++    -- * GoogleCloudAssetV1p7beta1RelationshipAttributes+    GoogleCloudAssetV1p7beta1RelationshipAttributes (..),+    newGoogleCloudAssetV1p7beta1RelationshipAttributes,++    -- * GoogleCloudAssetV1p7beta1Resource+    GoogleCloudAssetV1p7beta1Resource (..),+    newGoogleCloudAssetV1p7beta1Resource,++    -- * GoogleCloudAssetV1p7beta1Resource_Data+    GoogleCloudAssetV1p7beta1Resource_Data (..),+    newGoogleCloudAssetV1p7beta1Resource_Data,++    -- * GoogleCloudOrgpolicyV1BooleanPolicy+    GoogleCloudOrgpolicyV1BooleanPolicy (..),+    newGoogleCloudOrgpolicyV1BooleanPolicy,++    -- * GoogleCloudOrgpolicyV1ListPolicy+    GoogleCloudOrgpolicyV1ListPolicy (..),+    newGoogleCloudOrgpolicyV1ListPolicy,++    -- * GoogleCloudOrgpolicyV1Policy+    GoogleCloudOrgpolicyV1Policy (..),+    newGoogleCloudOrgpolicyV1Policy,++    -- * GoogleCloudOrgpolicyV1RestoreDefault+    GoogleCloudOrgpolicyV1RestoreDefault (..),+    newGoogleCloudOrgpolicyV1RestoreDefault,++    -- * GoogleIdentityAccesscontextmanagerV1AccessLevel+    GoogleIdentityAccesscontextmanagerV1AccessLevel (..),+    newGoogleIdentityAccesscontextmanagerV1AccessLevel,++    -- * GoogleIdentityAccesscontextmanagerV1AccessPolicy+    GoogleIdentityAccesscontextmanagerV1AccessPolicy (..),+    newGoogleIdentityAccesscontextmanagerV1AccessPolicy,++    -- * GoogleIdentityAccesscontextmanagerV1ApiOperation+    GoogleIdentityAccesscontextmanagerV1ApiOperation (..),+    newGoogleIdentityAccesscontextmanagerV1ApiOperation,++    -- * GoogleIdentityAccesscontextmanagerV1BasicLevel+    GoogleIdentityAccesscontextmanagerV1BasicLevel (..),+    newGoogleIdentityAccesscontextmanagerV1BasicLevel,++    -- * GoogleIdentityAccesscontextmanagerV1Condition+    GoogleIdentityAccesscontextmanagerV1Condition (..),+    newGoogleIdentityAccesscontextmanagerV1Condition,++    -- * GoogleIdentityAccesscontextmanagerV1CustomLevel+    GoogleIdentityAccesscontextmanagerV1CustomLevel (..),+    newGoogleIdentityAccesscontextmanagerV1CustomLevel,++    -- * GoogleIdentityAccesscontextmanagerV1DevicePolicy+    GoogleIdentityAccesscontextmanagerV1DevicePolicy (..),+    newGoogleIdentityAccesscontextmanagerV1DevicePolicy,++    -- * GoogleIdentityAccesscontextmanagerV1EgressFrom+    GoogleIdentityAccesscontextmanagerV1EgressFrom (..),+    newGoogleIdentityAccesscontextmanagerV1EgressFrom,++    -- * GoogleIdentityAccesscontextmanagerV1EgressPolicy+    GoogleIdentityAccesscontextmanagerV1EgressPolicy (..),+    newGoogleIdentityAccesscontextmanagerV1EgressPolicy,++    -- * GoogleIdentityAccesscontextmanagerV1EgressSource+    GoogleIdentityAccesscontextmanagerV1EgressSource (..),+    newGoogleIdentityAccesscontextmanagerV1EgressSource,++    -- * GoogleIdentityAccesscontextmanagerV1EgressTo+    GoogleIdentityAccesscontextmanagerV1EgressTo (..),+    newGoogleIdentityAccesscontextmanagerV1EgressTo,++    -- * GoogleIdentityAccesscontextmanagerV1IngressFrom+    GoogleIdentityAccesscontextmanagerV1IngressFrom (..),+    newGoogleIdentityAccesscontextmanagerV1IngressFrom,++    -- * GoogleIdentityAccesscontextmanagerV1IngressPolicy+    GoogleIdentityAccesscontextmanagerV1IngressPolicy (..),+    newGoogleIdentityAccesscontextmanagerV1IngressPolicy,++    -- * GoogleIdentityAccesscontextmanagerV1IngressSource+    GoogleIdentityAccesscontextmanagerV1IngressSource (..),+    newGoogleIdentityAccesscontextmanagerV1IngressSource,++    -- * GoogleIdentityAccesscontextmanagerV1IngressTo+    GoogleIdentityAccesscontextmanagerV1IngressTo (..),+    newGoogleIdentityAccesscontextmanagerV1IngressTo,++    -- * GoogleIdentityAccesscontextmanagerV1MethodSelector+    GoogleIdentityAccesscontextmanagerV1MethodSelector (..),+    newGoogleIdentityAccesscontextmanagerV1MethodSelector,++    -- * GoogleIdentityAccesscontextmanagerV1OsConstraint+    GoogleIdentityAccesscontextmanagerV1OsConstraint (..),+    newGoogleIdentityAccesscontextmanagerV1OsConstraint,++    -- * GoogleIdentityAccesscontextmanagerV1ServicePerimeter+    GoogleIdentityAccesscontextmanagerV1ServicePerimeter (..),+    newGoogleIdentityAccesscontextmanagerV1ServicePerimeter,++    -- * GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig+    GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig (..),+    newGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig,++    -- * GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices+    GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices (..),+    newGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices,++    -- * GoogleIdentityAccesscontextmanagerV1VpcNetworkSource+    GoogleIdentityAccesscontextmanagerV1VpcNetworkSource (..),+    newGoogleIdentityAccesscontextmanagerV1VpcNetworkSource,++    -- * GoogleIdentityAccesscontextmanagerV1VpcSubNetwork+    GoogleIdentityAccesscontextmanagerV1VpcSubNetwork (..),+    newGoogleIdentityAccesscontextmanagerV1VpcSubNetwork,++    -- * Operation+    Operation (..),+    newOperation,++    -- * Operation_Metadata+    Operation_Metadata (..),+    newOperation_Metadata,++    -- * Operation_Response+    Operation_Response (..),+    newOperation_Response,++    -- * Policy+    Policy (..),+    newPolicy,++    -- * Status+    Status (..),+    newStatus,++    -- * Status_DetailsItem+    Status_DetailsItem (..),+    newStatus_DetailsItem,+  )+where++import Gogol.CloudAsset.Internal.Sum+import Gogol.Prelude qualified as Core++-- | Represents the metadata of the longrunning operation for the AnalyzeIamPolicyLongrunning RPC.+--+-- /See:/ 'newAnalyzeIamPolicyLongrunningMetadata' smart constructor.+newtype AnalyzeIamPolicyLongrunningMetadata = AnalyzeIamPolicyLongrunningMetadata+  { -- | Output only. The time the operation was created.+    createTime :: (Core.Maybe Core.DateTime)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AnalyzeIamPolicyLongrunningMetadata' with the minimum fields required to make a request.+newAnalyzeIamPolicyLongrunningMetadata ::+  AnalyzeIamPolicyLongrunningMetadata+newAnalyzeIamPolicyLongrunningMetadata =+  AnalyzeIamPolicyLongrunningMetadata {createTime = Core.Nothing}++instance Core.FromJSON AnalyzeIamPolicyLongrunningMetadata where+  parseJSON =+    Core.withObject+      "AnalyzeIamPolicyLongrunningMetadata"+      ( \o ->+          AnalyzeIamPolicyLongrunningMetadata+            Core.<$> (o Core..:? "createTime")+      )++instance Core.ToJSON AnalyzeIamPolicyLongrunningMetadata where+  toJSON AnalyzeIamPolicyLongrunningMetadata {..} =+    Core.object+      (Core.catMaybes [("createTime" Core..=) Core.<$> createTime])++-- | A response message for AssetService.AnalyzeIamPolicyLongrunning.+--+-- /See:/ 'newAnalyzeIamPolicyLongrunningResponse' smart constructor.+data AnalyzeIamPolicyLongrunningResponse = AnalyzeIamPolicyLongrunningResponse+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AnalyzeIamPolicyLongrunningResponse' with the minimum fields required to make a request.+newAnalyzeIamPolicyLongrunningResponse ::+  AnalyzeIamPolicyLongrunningResponse+newAnalyzeIamPolicyLongrunningResponse =+  AnalyzeIamPolicyLongrunningResponse++instance Core.FromJSON AnalyzeIamPolicyLongrunningResponse where+  parseJSON =+    Core.withObject+      "AnalyzeIamPolicyLongrunningResponse"+      (\o -> Core.pure AnalyzeIamPolicyLongrunningResponse)++instance Core.ToJSON AnalyzeIamPolicyLongrunningResponse where+  toJSON = Core.const Core.emptyObject++-- | Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both @allServices@ and a specific service, the union of the two AuditConfigs is used for that service: the log/types specified in each AuditConfig are enabled, and the exempted/members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit/configs\": [ { \"service\": \"allServices\", \"audit/log/configs\": [ { \"log/type\": \"DATA/READ\", \"exempted/members\": [ \"user:jose\@example.com\" ] }, { \"log/type\": \"DATA/WRITE\" }, { \"log/type\": \"ADMIN/READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit/log/configs\": [ { \"log/type\": \"DATA/READ\" }, { \"log/type\": \"DATA/WRITE\", \"exempted/members\": [ \"user:aliya\@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA/READ, DATA/WRITE and+-- ADMIN/READ logging. It also exempts @jose\@example.com@ from DATA/READ logging, and @aliya\@example.com@ from DATA/WRITE logging.+--+-- /See:/ 'newAuditConfig' smart constructor.+data AuditConfig = AuditConfig+  { -- | The configuration for logging of each type of permission.+    auditLogConfigs :: (Core.Maybe [AuditLogConfig]),+    -- | Specifies a service that will be enabled for audit logging. For example, @storage.googleapis.com@, @cloudsql.googleapis.com@. @allServices@ is a special value that covers all services.+    service :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AuditConfig' with the minimum fields required to make a request.+newAuditConfig ::+  AuditConfig+newAuditConfig =+  AuditConfig+    { auditLogConfigs = Core.Nothing,+      service = Core.Nothing+    }++instance Core.FromJSON AuditConfig where+  parseJSON =+    Core.withObject+      "AuditConfig"+      ( \o ->+          AuditConfig+            Core.<$> (o Core..:? "auditLogConfigs")+            Core.<*> (o Core..:? "service")+      )++instance Core.ToJSON AuditConfig where+  toJSON AuditConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("auditLogConfigs" Core..=) Core.<$> auditLogConfigs,+            ("service" Core..=) Core.<$> service+          ]+      )++-- | Provides the configuration for logging a type of permissions. Example: { \"audit/log/configs\": [ { \"log/type\": \"DATA/READ\", \"exempted/members\": [ \"user:jose\@example.com\" ] }, { \"log/type\": \"DATA/WRITE\" } ] } This enables \'DATA/READ\' and \'DATA/WRITE\' logging, while exempting jose\@example.com from DATA/READ logging.+--+-- /See:/ 'newAuditLogConfig' smart constructor.+data AuditLogConfig = AuditLogConfig+  { -- | Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.+    exemptedMembers :: (Core.Maybe [Core.Text]),+    -- | The log type that this config enables.+    logType :: (Core.Maybe AuditLogConfig_LogType)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AuditLogConfig' with the minimum fields required to make a request.+newAuditLogConfig ::+  AuditLogConfig+newAuditLogConfig =+  AuditLogConfig+    { exemptedMembers = Core.Nothing,+      logType = Core.Nothing+    }++instance Core.FromJSON AuditLogConfig where+  parseJSON =+    Core.withObject+      "AuditLogConfig"+      ( \o ->+          AuditLogConfig+            Core.<$> (o Core..:? "exemptedMembers")+            Core.<*> (o Core..:? "logType")+      )++instance Core.ToJSON AuditLogConfig where+  toJSON AuditLogConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("exemptedMembers" Core..=) Core.<$> exemptedMembers,+            ("logType" Core..=) Core.<$> logType+          ]+      )++-- | Associates @members@, or principals, with a @role@.+--+-- /See:/ 'newBinding' smart constructor.+data Binding = Binding+  { -- | The condition that is associated with this binding. If the condition evaluates to @true@, then this binding applies to the current request. If the condition evaluates to @false@, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the <https://cloud.google.com/iam/help/conditions/resource-policies IAM documentation>.+    condition :: (Core.Maybe Expr),+    -- | Specifies the principals requesting access for a Google Cloud resource. @members@ can have the following values: * @allUsers@: A special identifier that represents anyone who is on the internet; with or without a Google account. * @allAuthenticatedUsers@: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * @user:{emailid}@: An email address that represents a specific Google account. For example, @alice\@example.com@ . * @serviceAccount:{emailid}@: An email address that represents a Google service account. For example, @my-other-app\@appspot.gserviceaccount.com@. * @serviceAccount:{projectid}.svc.id.goog[{namespace}\/{kubernetes-sa}]@: An identifier for a <https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts Kubernetes service account>. For example, @my-project.svc.id.goog[my-namespace\/my-kubernetes-sa]@. *+    -- @group:{emailid}@: An email address that represents a Google group. For example, @admins\@example.com@. * @domain:{domain}@: The G Suite domain (primary) that represents all the users of that domain. For example, @google.com@ or @example.com@. * @principal:\/\/iam.googleapis.com\/locations\/global\/workforcePools\/{pool_id}\/subject\/{subject_attribute_value}@: A single identity in a workforce identity pool. * @principalSet:\/\/iam.googleapis.com\/locations\/global\/workforcePools\/{pool_id}\/group\/{group_id}@: All workforce identities in a group. * @principalSet:\/\/iam.googleapis.com\/locations\/global\/workforcePools\/{pool_id}\/attribute.{attribute_name}\/{attribute_value}@: All workforce identities with a specific attribute value. * @principalSet:\/\/iam.googleapis.com\/locations\/global\/workforcePools\/{pool_id}\/*@: All identities in a workforce identity pool. *+    -- @principal:\/\/iam.googleapis.com\/projects\/{project_number}\/locations\/global\/workloadIdentityPools\/{pool_id}\/subject\/{subject_attribute_value}@: A single identity in a workload identity pool. * @principalSet:\/\/iam.googleapis.com\/projects\/{project_number}\/locations\/global\/workloadIdentityPools\/{pool_id}\/group\/{group_id}@: A workload identity pool group. * @principalSet:\/\/iam.googleapis.com\/projects\/{project_number}\/locations\/global\/workloadIdentityPools\/{pool_id}\/attribute.{attribute_name}\/{attribute_value}@: All identities in a workload identity pool with a certain attribute. * @principalSet:\/\/iam.googleapis.com\/projects\/{project_number}\/locations\/global\/workloadIdentityPools\/{pool_id}\/*@: All identities in a workload identity pool. * @deleted:user:{emailid}?uid={uniqueid}@: An email address (plus unique identifier) representing a user that has been recently deleted. For example, @alice\@example.com?uid=123456789012345678901@. If the user is recovered, this value reverts+    -- to @user:{emailid}@ and the recovered user retains the role in the binding. * @deleted:serviceAccount:{emailid}?uid={uniqueid}@: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, @my-other-app\@appspot.gserviceaccount.com?uid=123456789012345678901@. If the service account is undeleted, this value reverts to @serviceAccount:{emailid}@ and the undeleted service account retains the role in the binding. * @deleted:group:{emailid}?uid={uniqueid}@: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, @admins\@example.com?uid=123456789012345678901@. If the group is recovered, this value reverts to @group:{emailid}@ and the recovered group retains the role in the binding. * @deleted:principal:\/\/iam.googleapis.com\/locations\/global\/workforcePools\/{pool_id}\/subject\/{subject_attribute_value}@: Deleted single identity in a workforce identity pool. For example,+    -- @deleted:principal:\/\/iam.googleapis.com\/locations\/global\/workforcePools\/my-pool-id\/subject\/my-subject-attribute-value@.+    members :: (Core.Maybe [Core.Text]),+    -- | Role that is assigned to the list of @members@, or principals. For example, @roles\/viewer@, @roles\/editor@, or @roles\/owner@. For an overview of the IAM roles and permissions, see the <https://cloud.google.com/iam/docs/roles-overview IAM documentation>. For a list of the available pre-defined roles, see <https://cloud.google.com/iam/docs/understanding-roles here>.+    role' :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Binding' with the minimum fields required to make a request.+newBinding ::+  Binding+newBinding =+  Binding+    { condition = Core.Nothing,+      members = Core.Nothing,+      role' = Core.Nothing+    }++instance Core.FromJSON Binding where+  parseJSON =+    Core.withObject+      "Binding"+      ( \o ->+          Binding+            Core.<$> (o Core..:? "condition")+            Core.<*> (o Core..:? "members")+            Core.<*> (o Core..:? "role")+      )++instance Core.ToJSON Binding where+  toJSON Binding {..} =+    Core.object+      ( Core.catMaybes+          [ ("condition" Core..=) Core.<$> condition,+            ("members" Core..=) Core.<$> members,+            ("role" Core..=) Core.<$> role'+          ]+      )++-- | Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https:\/\/github.com\/google\/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() \< 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != \'private\' && document.type != \'internal\'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"\'New message received at \' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are+-- determined by the service that evaluates it. See the service documentation for additional information.+--+-- /See:/ 'newExpr' smart constructor.+data Expr = Expr+  { -- | Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.+    description :: (Core.Maybe Core.Text),+    -- | Textual representation of an expression in Common Expression Language syntax.+    expression :: (Core.Maybe Core.Text),+    -- | Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.+    location :: (Core.Maybe Core.Text),+    -- | Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.+    title :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Expr' with the minimum fields required to make a request.+newExpr ::+  Expr+newExpr =+  Expr+    { description = Core.Nothing,+      expression = Core.Nothing,+      location = Core.Nothing,+      title = Core.Nothing+    }++instance Core.FromJSON Expr where+  parseJSON =+    Core.withObject+      "Expr"+      ( \o ->+          Expr+            Core.<$> (o Core..:? "description")+            Core.<*> (o Core..:? "expression")+            Core.<*> (o Core..:? "location")+            Core.<*> (o Core..:? "title")+      )++instance Core.ToJSON Expr where+  toJSON Expr {..} =+    Core.object+      ( Core.catMaybes+          [ ("description" Core..=) Core.<$> description,+            ("expression" Core..=) Core.<$> expression,+            ("location" Core..=) Core.<$> location,+            ("title" Core..=) Core.<$> title+          ]+      )++-- | An asset in Google Cloud. An asset can be any resource in the Google Cloud <https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy resource hierarchy>, a resource outside the Google Cloud resource hierarchy (such as Google Kubernetes Engine clusters and objects), or a policy (e.g. IAM policy). See <https://cloud.google.com/asset-inventory/docs/supported-asset-types Supported asset types> for more information.+--+-- /See:/ 'newGoogleCloudAssetV1p7beta1Asset' smart constructor.+data GoogleCloudAssetV1p7beta1Asset = GoogleCloudAssetV1p7beta1Asset+  { -- | Please also refer to the <https://cloud.google.com/access-context-manager/docs/overview#access-levels access level user guide>.+    accessLevel :: (Core.Maybe GoogleIdentityAccesscontextmanagerV1AccessLevel),+    -- | Please also refer to the <https://cloud.google.com/access-context-manager/docs/overview#access-policies access policy user guide>.+    accessPolicy :: (Core.Maybe GoogleIdentityAccesscontextmanagerV1AccessPolicy),+    -- | The ancestry path of an asset in Google Cloud <https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy resource hierarchy>, represented as a list of relative resource names. An ancestry path starts with the closest ancestor in the hierarchy and ends at root. If the asset is a project, folder, or organization, the ancestry path starts from the asset itself. Example: @[\"projects\/123456789\", \"folders\/5432\", \"organizations\/1234\"]@+    ancestors :: (Core.Maybe [Core.Text]),+    -- | The type of the asset. Example: @compute.googleapis.com\/Disk@ See <https://cloud.google.com/asset-inventory/docs/supported-asset-types Supported asset types> for more information.+    assetType :: (Core.Maybe Core.Text),+    -- | A representation of the IAM policy set on a Google Cloud resource. There can be a maximum of one IAM policy set on any given resource. In addition, IAM policies inherit their granted access scope from any policies set on parent resources in the resource hierarchy. Therefore, the effectively policy is the union of both the policy set on this resource and each policy set on all of the resource\'s ancestry resource levels in the hierarchy. See <https://cloud.google.com/iam/help/allow-policies/inheritance this topic> for more information.+    iamPolicy :: (Core.Maybe Policy),+    -- | The full name of the asset. Example: @\/\/compute.googleapis.com\/projects\/my_project_123\/zones\/zone1\/instances\/instance1@ See <https://cloud.google.com/apis/design/resource_names#full_resource_name Resource names> for more information.+    name :: (Core.Maybe Core.Text),+    -- | A representation of an <https://cloud.google.com/resource-manager/docs/organization-policy/overview#organization_policy organization policy>. There can be more than one organization policy with different constraints set on a given resource.+    orgPolicy :: (Core.Maybe [GoogleCloudOrgpolicyV1Policy]),+    -- | The related assets of the asset of one relationship type. One asset only represents one type of relationship.+    relatedAssets :: (Core.Maybe GoogleCloudAssetV1p7beta1RelatedAssets),+    -- | A representation of the resource.+    resource :: (Core.Maybe GoogleCloudAssetV1p7beta1Resource),+    -- | Please also refer to the <https://cloud.google.com/vpc-service-controls/docs/overview service perimeter user guide>.+    servicePerimeter :: (Core.Maybe GoogleIdentityAccesscontextmanagerV1ServicePerimeter),+    -- | The last update timestamp of an asset. update_time is updated when create\/update\/delete operation is performed.+    updateTime :: (Core.Maybe Core.DateTime)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleCloudAssetV1p7beta1Asset' with the minimum fields required to make a request.+newGoogleCloudAssetV1p7beta1Asset ::+  GoogleCloudAssetV1p7beta1Asset+newGoogleCloudAssetV1p7beta1Asset =+  GoogleCloudAssetV1p7beta1Asset+    { accessLevel = Core.Nothing,+      accessPolicy = Core.Nothing,+      ancestors = Core.Nothing,+      assetType = Core.Nothing,+      iamPolicy = Core.Nothing,+      name = Core.Nothing,+      orgPolicy = Core.Nothing,+      relatedAssets = Core.Nothing,+      resource = Core.Nothing,+      servicePerimeter = Core.Nothing,+      updateTime = Core.Nothing+    }++instance Core.FromJSON GoogleCloudAssetV1p7beta1Asset where+  parseJSON =+    Core.withObject+      "GoogleCloudAssetV1p7beta1Asset"+      ( \o ->+          GoogleCloudAssetV1p7beta1Asset+            Core.<$> (o Core..:? "accessLevel")+            Core.<*> (o Core..:? "accessPolicy")+            Core.<*> (o Core..:? "ancestors")+            Core.<*> (o Core..:? "assetType")+            Core.<*> (o Core..:? "iamPolicy")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "orgPolicy")+            Core.<*> (o Core..:? "relatedAssets")+            Core.<*> (o Core..:? "resource")+            Core.<*> (o Core..:? "servicePerimeter")+            Core.<*> (o Core..:? "updateTime")+      )++instance Core.ToJSON GoogleCloudAssetV1p7beta1Asset where+  toJSON GoogleCloudAssetV1p7beta1Asset {..} =+    Core.object+      ( Core.catMaybes+          [ ("accessLevel" Core..=) Core.<$> accessLevel,+            ("accessPolicy" Core..=) Core.<$> accessPolicy,+            ("ancestors" Core..=) Core.<$> ancestors,+            ("assetType" Core..=) Core.<$> assetType,+            ("iamPolicy" Core..=) Core.<$> iamPolicy,+            ("name" Core..=) Core.<$> name,+            ("orgPolicy" Core..=) Core.<$> orgPolicy,+            ("relatedAssets" Core..=) Core.<$> relatedAssets,+            ("resource" Core..=) Core.<$> resource,+            ("servicePerimeter" Core..=) Core.<$> servicePerimeter,+            ("updateTime" Core..=) Core.<$> updateTime+          ]+      )++-- | A BigQuery destination for exporting assets to.+--+-- /See:/ 'newGoogleCloudAssetV1p7beta1BigQueryDestination' smart constructor.+data GoogleCloudAssetV1p7beta1BigQueryDestination = GoogleCloudAssetV1p7beta1BigQueryDestination+  { -- | Required. The BigQuery dataset in format \"projects\/projectId\/datasets\/datasetId\", to which the snapshot result should be exported. If this dataset does not exist, the export call returns an INVALID_ARGUMENT error.+    dataset :: (Core.Maybe Core.Text),+    -- | If the destination table already exists and this flag is @TRUE@, the table will be overwritten by the contents of assets snapshot. If the flag is @FALSE@ or unset and the destination table already exists, the export call returns an INVALID_ARGUMEMT error.+    force :: (Core.Maybe Core.Bool),+    -- | [partition/spec] determines whether to export to partitioned table(s) and how to partition the data. If [partition/spec] is unset or [partition/spec.partition/key] is unset or @PARTITION_KEY_UNSPECIFIED@, the snapshot results will be exported to non-partitioned table(s). [force] will decide whether to overwrite existing table(s). If [partition_spec] is specified. First, the snapshot results will be written to partitioned table(s) with two additional timestamp columns, readTime and requestTime, one of which will be the partition key. Secondly, in the case when any destination table already exists, it will first try to update existing table\'s schema as necessary by appending additional columns. Then, if [force] is @TRUE@, the corresponding partition will be overwritten by the snapshot results (data in different partitions will remain intact); if [force] is unset or @FALSE@, it will append the data. An error will be returned if the schema update or data appension fails.+    partitionSpec :: (Core.Maybe GoogleCloudAssetV1p7beta1PartitionSpec),+    -- | If this flag is @TRUE@, the snapshot results will be written to one or multiple tables, each of which contains results of one asset type. The [force] and [partition/spec] fields will apply to each of them. Field [table] will be concatenated with \"/\" and the asset type names (see https:\/\/cloud.google.com\/asset-inventory\/docs\/supported-asset-types for supported asset types) to construct per-asset-type table names, in which all non-alphanumeric characters like \".\" and \"\/\" will be substituted by \"/\". Example: if field [table] is \"mytable\" and snapshot results contain \"storage.googleapis.com\/Bucket\" assets, the corresponding table name will be \"mytable/storage/googleapis/com/Bucket\". If any of these tables does not exist, a new table with the concatenated name will be created. When [content/type] in the ExportAssetsRequest is @RESOURCE@, the schema of each table will include RECORD-type columns mapped to the nested fields in the Asset.resource.data field of that asset type (up to the 15 nested+    -- level BigQuery supports (https:\/\/cloud.google.com\/bigquery\/docs\/nested-repeated#limitations)). The fields in >15 nested levels will be stored in JSON format string as a child column of its parent RECORD column. If error occurs when exporting to any table, the whole export call will return an error but the export results that already succeed will persist. Example: if exporting to table/type/A succeeds when exporting to table/type/B fails during one export call, the results in table/type/A will persist and there will not be partial results persisting in a table.+    separateTablesPerAssetType :: (Core.Maybe Core.Bool),+    -- | Required. The BigQuery table to which the snapshot result should be written. If this table does not exist, a new table with the given name will be created.+    table :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleCloudAssetV1p7beta1BigQueryDestination' with the minimum fields required to make a request.+newGoogleCloudAssetV1p7beta1BigQueryDestination ::+  GoogleCloudAssetV1p7beta1BigQueryDestination+newGoogleCloudAssetV1p7beta1BigQueryDestination =+  GoogleCloudAssetV1p7beta1BigQueryDestination+    { dataset =+        Core.Nothing,+      force = Core.Nothing,+      partitionSpec = Core.Nothing,+      separateTablesPerAssetType = Core.Nothing,+      table = Core.Nothing+    }++instance Core.FromJSON GoogleCloudAssetV1p7beta1BigQueryDestination where+  parseJSON =+    Core.withObject+      "GoogleCloudAssetV1p7beta1BigQueryDestination"+      ( \o ->+          GoogleCloudAssetV1p7beta1BigQueryDestination+            Core.<$> (o Core..:? "dataset")+            Core.<*> (o Core..:? "force")+            Core.<*> (o Core..:? "partitionSpec")+            Core.<*> (o Core..:? "separateTablesPerAssetType")+            Core.<*> (o Core..:? "table")+      )++instance Core.ToJSON GoogleCloudAssetV1p7beta1BigQueryDestination where+  toJSON GoogleCloudAssetV1p7beta1BigQueryDestination {..} =+    Core.object+      ( Core.catMaybes+          [ ("dataset" Core..=) Core.<$> dataset,+            ("force" Core..=) Core.<$> force,+            ("partitionSpec" Core..=) Core.<$> partitionSpec,+            ("separateTablesPerAssetType" Core..=)+              Core.<$> separateTablesPerAssetType,+            ("table" Core..=) Core.<$> table+          ]+      )++-- | Export asset request.+--+-- /See:/ 'newGoogleCloudAssetV1p7beta1ExportAssetsRequest' smart constructor.+data GoogleCloudAssetV1p7beta1ExportAssetsRequest = GoogleCloudAssetV1p7beta1ExportAssetsRequest+  { -- | A list of asset types to take a snapshot for. For example: \"compute.googleapis.com\/Disk\". Regular expressions are also supported. For example: * \"compute.googleapis.com./\" snapshots resources whose asset type starts with \"compute.googleapis.com\". / \"./Instance\" snapshots resources whose asset type ends with \"Instance\". / \"./Instance./\" snapshots resources whose asset type contains \"Instance\". See <https://github.com/google/re2/wiki/Syntax RE2> for all supported regular expression syntax. If the regular expression does not match any supported asset type, an INVALID_ARGUMENT error will be returned. If specified, only matching assets will be returned, otherwise, it will snapshot all asset types. See <https://cloud.google.com/asset-inventory/docs/overview Introduction to Cloud Asset Inventory> for all supported asset types.+    assetTypes :: (Core.Maybe [Core.Text]),+    -- | Asset content type. If not specified, no content but the asset name will be returned.+    contentType ::+      ( Core.Maybe+          GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType+      ),+    -- | Required. Output configuration indicating where the results will be output to.+    outputConfig :: (Core.Maybe GoogleCloudAssetV1p7beta1OutputConfig),+    -- | Timestamp to take an asset snapshot. This can only be set to a timestamp between the current time and the current time minus 35 days (inclusive). If not specified, the current time will be used. Due to delays in resource data collection and indexing, there is a volatile window during which running the same query may get different results.+    readTime :: (Core.Maybe Core.DateTime),+    -- | A list of relationship types to export, for example: @INSTANCE_TO_INSTANCEGROUP@. This field should only be specified if content/type=RELATIONSHIP. If specified, it will snapshot [asset/types]\' specified relationships, or give errors if any relationship/types\' supported types are not in [asset/types]. If not specified, it will snapshot all [asset/types]\' supported relationships. An unspecified [asset/types] field means all supported asset_types. See <https://cloud.google.com/asset-inventory/docs/overview Introduction to Cloud Asset Inventory> for all supported asset types and relationship types.+    relationshipTypes :: (Core.Maybe [Core.Text])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleCloudAssetV1p7beta1ExportAssetsRequest' with the minimum fields required to make a request.+newGoogleCloudAssetV1p7beta1ExportAssetsRequest ::+  GoogleCloudAssetV1p7beta1ExportAssetsRequest+newGoogleCloudAssetV1p7beta1ExportAssetsRequest =+  GoogleCloudAssetV1p7beta1ExportAssetsRequest+    { assetTypes =+        Core.Nothing,+      contentType = Core.Nothing,+      outputConfig = Core.Nothing,+      readTime = Core.Nothing,+      relationshipTypes = Core.Nothing+    }++instance Core.FromJSON GoogleCloudAssetV1p7beta1ExportAssetsRequest where+  parseJSON =+    Core.withObject+      "GoogleCloudAssetV1p7beta1ExportAssetsRequest"+      ( \o ->+          GoogleCloudAssetV1p7beta1ExportAssetsRequest+            Core.<$> (o Core..:? "assetTypes")+            Core.<*> (o Core..:? "contentType")+            Core.<*> (o Core..:? "outputConfig")+            Core.<*> (o Core..:? "readTime")+            Core.<*> (o Core..:? "relationshipTypes")+      )++instance Core.ToJSON GoogleCloudAssetV1p7beta1ExportAssetsRequest where+  toJSON GoogleCloudAssetV1p7beta1ExportAssetsRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("assetTypes" Core..=) Core.<$> assetTypes,+            ("contentType" Core..=) Core.<$> contentType,+            ("outputConfig" Core..=) Core.<$> outputConfig,+            ("readTime" Core..=) Core.<$> readTime,+            ("relationshipTypes" Core..=) Core.<$> relationshipTypes+          ]+      )++-- | A Cloud Storage location.+--+-- /See:/ 'newGoogleCloudAssetV1p7beta1GcsDestination' smart constructor.+data GoogleCloudAssetV1p7beta1GcsDestination = GoogleCloudAssetV1p7beta1GcsDestination+  { -- | The URI of the Cloud Storage object. It\'s the same URI that is used by gsutil. Example: \"gs:\/\/bucket/name\/object/name\". See <https://cloud.google.com/storage/docs/viewing-editing-metadata Viewing and Editing Object Metadata> for more information.+    uri :: (Core.Maybe Core.Text),+    -- | The URI prefix of all generated Cloud Storage objects. Example: \"gs:\/\/bucket/name\/object/name/prefix\". Each object URI is in format: \"gs:\/\/bucket/name\/object/name/prefix\/{ASSET/TYPE}\/{SHARD/NUMBER} and only contains assets for that type. starts from 0. Example: \"gs:\/\/bucket/name\/object/name/prefix\/compute.googleapis.com\/Disk\/0\" is the first shard of output objects containing all compute.googleapis.com\/Disk assets. An INVALID/ARGUMENT error will be returned if file with the same name \"gs:\/\/bucket/name\/object/name_prefix\" already exists.+    uriPrefix :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleCloudAssetV1p7beta1GcsDestination' with the minimum fields required to make a request.+newGoogleCloudAssetV1p7beta1GcsDestination ::+  GoogleCloudAssetV1p7beta1GcsDestination+newGoogleCloudAssetV1p7beta1GcsDestination =+  GoogleCloudAssetV1p7beta1GcsDestination+    { uri = Core.Nothing,+      uriPrefix = Core.Nothing+    }++instance Core.FromJSON GoogleCloudAssetV1p7beta1GcsDestination where+  parseJSON =+    Core.withObject+      "GoogleCloudAssetV1p7beta1GcsDestination"+      ( \o ->+          GoogleCloudAssetV1p7beta1GcsDestination+            Core.<$> (o Core..:? "uri")+            Core.<*> (o Core..:? "uriPrefix")+      )++instance Core.ToJSON GoogleCloudAssetV1p7beta1GcsDestination where+  toJSON GoogleCloudAssetV1p7beta1GcsDestination {..} =+    Core.object+      ( Core.catMaybes+          [ ("uri" Core..=) Core.<$> uri,+            ("uriPrefix" Core..=) Core.<$> uriPrefix+          ]+      )++-- | Output configuration for export assets destination.+--+-- /See:/ 'newGoogleCloudAssetV1p7beta1OutputConfig' smart constructor.+data GoogleCloudAssetV1p7beta1OutputConfig = GoogleCloudAssetV1p7beta1OutputConfig+  { -- | Destination on BigQuery. The output table stores the fields in asset proto as columns in BigQuery.+    bigqueryDestination :: (Core.Maybe GoogleCloudAssetV1p7beta1BigQueryDestination),+    -- | Destination on Cloud Storage.+    gcsDestination :: (Core.Maybe GoogleCloudAssetV1p7beta1GcsDestination)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleCloudAssetV1p7beta1OutputConfig' with the minimum fields required to make a request.+newGoogleCloudAssetV1p7beta1OutputConfig ::+  GoogleCloudAssetV1p7beta1OutputConfig+newGoogleCloudAssetV1p7beta1OutputConfig =+  GoogleCloudAssetV1p7beta1OutputConfig+    { bigqueryDestination =+        Core.Nothing,+      gcsDestination = Core.Nothing+    }++instance Core.FromJSON GoogleCloudAssetV1p7beta1OutputConfig where+  parseJSON =+    Core.withObject+      "GoogleCloudAssetV1p7beta1OutputConfig"+      ( \o ->+          GoogleCloudAssetV1p7beta1OutputConfig+            Core.<$> (o Core..:? "bigqueryDestination")+            Core.<*> (o Core..:? "gcsDestination")+      )++instance Core.ToJSON GoogleCloudAssetV1p7beta1OutputConfig where+  toJSON GoogleCloudAssetV1p7beta1OutputConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("bigqueryDestination" Core..=) Core.<$> bigqueryDestination,+            ("gcsDestination" Core..=) Core.<$> gcsDestination+          ]+      )++-- | Specifications of BigQuery partitioned table as export destination.+--+-- /See:/ 'newGoogleCloudAssetV1p7beta1PartitionSpec' smart constructor.+newtype GoogleCloudAssetV1p7beta1PartitionSpec = GoogleCloudAssetV1p7beta1PartitionSpec+  { -- | The partition key for BigQuery partitioned table.+    partitionKey :: (Core.Maybe GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleCloudAssetV1p7beta1PartitionSpec' with the minimum fields required to make a request.+newGoogleCloudAssetV1p7beta1PartitionSpec ::+  GoogleCloudAssetV1p7beta1PartitionSpec+newGoogleCloudAssetV1p7beta1PartitionSpec =+  GoogleCloudAssetV1p7beta1PartitionSpec+    { partitionKey =+        Core.Nothing+    }++instance Core.FromJSON GoogleCloudAssetV1p7beta1PartitionSpec where+  parseJSON =+    Core.withObject+      "GoogleCloudAssetV1p7beta1PartitionSpec"+      ( \o ->+          GoogleCloudAssetV1p7beta1PartitionSpec+            Core.<$> (o Core..:? "partitionKey")+      )++instance Core.ToJSON GoogleCloudAssetV1p7beta1PartitionSpec where+  toJSON GoogleCloudAssetV1p7beta1PartitionSpec {..} =+    Core.object+      (Core.catMaybes [("partitionKey" Core..=) Core.<$> partitionKey])++-- | An asset identify in Google Cloud which contains its name, type and ancestors. An asset can be any resource in the Google Cloud <https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy resource hierarchy>, a resource outside the Google Cloud resource hierarchy (such as Google Kubernetes Engine clusters and objects), or a policy (e.g. IAM policy). See <https://cloud.google.com/asset-inventory/docs/supported-asset-types Supported asset types> for more information.+--+-- /See:/ 'newGoogleCloudAssetV1p7beta1RelatedAsset' smart constructor.+data GoogleCloudAssetV1p7beta1RelatedAsset = GoogleCloudAssetV1p7beta1RelatedAsset+  { -- | The ancestors of an asset in Google Cloud <https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy resource hierarchy>, represented as a list of relative resource names. An ancestry path starts with the closest ancestor in the hierarchy and ends at root. Example: @[\"projects\/123456789\", \"folders\/5432\", \"organizations\/1234\"]@+    ancestors :: (Core.Maybe [Core.Text]),+    -- | The full name of the asset. Example: @\/\/compute.googleapis.com\/projects\/my_project_123\/zones\/zone1\/instances\/instance1@ See <https://cloud.google.com/apis/design/resource_names#full_resource_name Resource names> for more information.+    asset :: (Core.Maybe Core.Text),+    -- | The type of the asset. Example: @compute.googleapis.com\/Disk@ See <https://cloud.google.com/asset-inventory/docs/supported-asset-types Supported asset types> for more information.+    assetType :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleCloudAssetV1p7beta1RelatedAsset' with the minimum fields required to make a request.+newGoogleCloudAssetV1p7beta1RelatedAsset ::+  GoogleCloudAssetV1p7beta1RelatedAsset+newGoogleCloudAssetV1p7beta1RelatedAsset =+  GoogleCloudAssetV1p7beta1RelatedAsset+    { ancestors = Core.Nothing,+      asset = Core.Nothing,+      assetType = Core.Nothing+    }++instance Core.FromJSON GoogleCloudAssetV1p7beta1RelatedAsset where+  parseJSON =+    Core.withObject+      "GoogleCloudAssetV1p7beta1RelatedAsset"+      ( \o ->+          GoogleCloudAssetV1p7beta1RelatedAsset+            Core.<$> (o Core..:? "ancestors")+            Core.<*> (o Core..:? "asset")+            Core.<*> (o Core..:? "assetType")+      )++instance Core.ToJSON GoogleCloudAssetV1p7beta1RelatedAsset where+  toJSON GoogleCloudAssetV1p7beta1RelatedAsset {..} =+    Core.object+      ( Core.catMaybes+          [ ("ancestors" Core..=) Core.<$> ancestors,+            ("asset" Core..=) Core.<$> asset,+            ("assetType" Core..=) Core.<$> assetType+          ]+      )++-- | The detailed related assets with the @relationship_type@.+--+-- /See:/ 'newGoogleCloudAssetV1p7beta1RelatedAssets' smart constructor.+data GoogleCloudAssetV1p7beta1RelatedAssets = GoogleCloudAssetV1p7beta1RelatedAssets+  { -- | The peer resources of the relationship.+    assets :: (Core.Maybe [GoogleCloudAssetV1p7beta1RelatedAsset]),+    -- | The detailed relation attributes.+    relationshipAttributes :: (Core.Maybe GoogleCloudAssetV1p7beta1RelationshipAttributes)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleCloudAssetV1p7beta1RelatedAssets' with the minimum fields required to make a request.+newGoogleCloudAssetV1p7beta1RelatedAssets ::+  GoogleCloudAssetV1p7beta1RelatedAssets+newGoogleCloudAssetV1p7beta1RelatedAssets =+  GoogleCloudAssetV1p7beta1RelatedAssets+    { assets = Core.Nothing,+      relationshipAttributes = Core.Nothing+    }++instance Core.FromJSON GoogleCloudAssetV1p7beta1RelatedAssets where+  parseJSON =+    Core.withObject+      "GoogleCloudAssetV1p7beta1RelatedAssets"+      ( \o ->+          GoogleCloudAssetV1p7beta1RelatedAssets+            Core.<$> (o Core..:? "assets")+            Core.<*> (o Core..:? "relationshipAttributes")+      )++instance Core.ToJSON GoogleCloudAssetV1p7beta1RelatedAssets where+  toJSON GoogleCloudAssetV1p7beta1RelatedAssets {..} =+    Core.object+      ( Core.catMaybes+          [ ("assets" Core..=) Core.<$> assets,+            ("relationshipAttributes" Core..=)+              Core.<$> relationshipAttributes+          ]+      )++-- | The relationship attributes which include @type@, @source_resource_type@, @target_resource_type@ and @action@.+--+-- /See:/ 'newGoogleCloudAssetV1p7beta1RelationshipAttributes' smart constructor.+data GoogleCloudAssetV1p7beta1RelationshipAttributes = GoogleCloudAssetV1p7beta1RelationshipAttributes+  { -- | The detail of the relationship, e.g. @contains@, @attaches@+    action :: (Core.Maybe Core.Text),+    -- | The source asset type. Example: @compute.googleapis.com\/Instance@+    sourceResourceType :: (Core.Maybe Core.Text),+    -- | The target asset type. Example: @compute.googleapis.com\/Disk@+    targetResourceType :: (Core.Maybe Core.Text),+    -- | The unique identifier of the relationship type. Example: @INSTANCE_TO_INSTANCEGROUP@+    type' :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleCloudAssetV1p7beta1RelationshipAttributes' with the minimum fields required to make a request.+newGoogleCloudAssetV1p7beta1RelationshipAttributes ::+  GoogleCloudAssetV1p7beta1RelationshipAttributes+newGoogleCloudAssetV1p7beta1RelationshipAttributes =+  GoogleCloudAssetV1p7beta1RelationshipAttributes+    { action =+        Core.Nothing,+      sourceResourceType = Core.Nothing,+      targetResourceType = Core.Nothing,+      type' = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleCloudAssetV1p7beta1RelationshipAttributes+  where+  parseJSON =+    Core.withObject+      "GoogleCloudAssetV1p7beta1RelationshipAttributes"+      ( \o ->+          GoogleCloudAssetV1p7beta1RelationshipAttributes+            Core.<$> (o Core..:? "action")+            Core.<*> (o Core..:? "sourceResourceType")+            Core.<*> (o Core..:? "targetResourceType")+            Core.<*> (o Core..:? "type")+      )++instance+  Core.ToJSON+    GoogleCloudAssetV1p7beta1RelationshipAttributes+  where+  toJSON GoogleCloudAssetV1p7beta1RelationshipAttributes {..} =+    Core.object+      ( Core.catMaybes+          [ ("action" Core..=) Core.<$> action,+            ("sourceResourceType" Core..=) Core.<$> sourceResourceType,+            ("targetResourceType" Core..=) Core.<$> targetResourceType,+            ("type" Core..=) Core.<$> type'+          ]+      )++-- | A representation of a Google Cloud resource.+--+-- /See:/ 'newGoogleCloudAssetV1p7beta1Resource' smart constructor.+data GoogleCloudAssetV1p7beta1Resource = GoogleCloudAssetV1p7beta1Resource+  { -- | The content of the resource, in which some sensitive fields are removed and may not be present.+    data' :: (Core.Maybe GoogleCloudAssetV1p7beta1Resource_Data),+    -- | The URL of the discovery document containing the resource\'s JSON schema. Example: @https:\/\/www.googleapis.com\/discovery\/v1\/apis\/compute\/v1\/rest@ This value is unspecified for resources that do not have an API based on a discovery document, such as Cloud Bigtable.+    discoveryDocumentUri :: (Core.Maybe Core.Text),+    -- | The JSON schema name listed in the discovery document. Example: @Project@ This value is unspecified for resources that do not have an API based on a discovery document, such as Cloud Bigtable.+    discoveryName :: (Core.Maybe Core.Text),+    -- | The location of the resource in Google Cloud, such as its zone and region. For more information, see https:\/\/cloud.google.com\/about\/locations\/.+    location :: (Core.Maybe Core.Text),+    -- | The full name of the immediate parent of this resource. See <https://cloud.google.com/apis/design/resource_names#full_resource_name Resource Names> for more information. For Google Cloud assets, this value is the parent resource defined in the <https://cloud.google.com/iam/docs/overview#policy_hierarchy IAM policy hierarchy>. Example: @\/\/cloudresourcemanager.googleapis.com\/projects\/my_project_123@ For third-party assets, this field may be set differently.+    parent :: (Core.Maybe Core.Text),+    -- | The REST URL for accessing the resource. An HTTP @GET@ request using this URL returns the resource itself. Example: @https:\/\/cloudresourcemanager.googleapis.com\/v1\/projects\/my-project-123@ This value is unspecified for resources without a REST API.+    resourceUrl :: (Core.Maybe Core.Text),+    -- | The API version. Example: @v1@+    version :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleCloudAssetV1p7beta1Resource' with the minimum fields required to make a request.+newGoogleCloudAssetV1p7beta1Resource ::+  GoogleCloudAssetV1p7beta1Resource+newGoogleCloudAssetV1p7beta1Resource =+  GoogleCloudAssetV1p7beta1Resource+    { data' = Core.Nothing,+      discoveryDocumentUri = Core.Nothing,+      discoveryName = Core.Nothing,+      location = Core.Nothing,+      parent = Core.Nothing,+      resourceUrl = Core.Nothing,+      version = Core.Nothing+    }++instance Core.FromJSON GoogleCloudAssetV1p7beta1Resource where+  parseJSON =+    Core.withObject+      "GoogleCloudAssetV1p7beta1Resource"+      ( \o ->+          GoogleCloudAssetV1p7beta1Resource+            Core.<$> (o Core..:? "data")+            Core.<*> (o Core..:? "discoveryDocumentUri")+            Core.<*> (o Core..:? "discoveryName")+            Core.<*> (o Core..:? "location")+            Core.<*> (o Core..:? "parent")+            Core.<*> (o Core..:? "resourceUrl")+            Core.<*> (o Core..:? "version")+      )++instance Core.ToJSON GoogleCloudAssetV1p7beta1Resource where+  toJSON GoogleCloudAssetV1p7beta1Resource {..} =+    Core.object+      ( Core.catMaybes+          [ ("data" Core..=) Core.<$> data',+            ("discoveryDocumentUri" Core..=) Core.<$> discoveryDocumentUri,+            ("discoveryName" Core..=) Core.<$> discoveryName,+            ("location" Core..=) Core.<$> location,+            ("parent" Core..=) Core.<$> parent,+            ("resourceUrl" Core..=) Core.<$> resourceUrl,+            ("version" Core..=) Core.<$> version+          ]+      )++-- | The content of the resource, in which some sensitive fields are removed and may not be present.+--+-- /See:/ 'newGoogleCloudAssetV1p7beta1Resource_Data' smart constructor.+newtype GoogleCloudAssetV1p7beta1Resource_Data = GoogleCloudAssetV1p7beta1Resource_Data+  { -- | Properties of the object.+    additional :: (Core.HashMap Core.Text Core.Value)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleCloudAssetV1p7beta1Resource_Data' with the minimum fields required to make a request.+newGoogleCloudAssetV1p7beta1Resource_Data ::+  -- |  Properties of the object. See 'additional'.+  Core.HashMap Core.Text Core.Value ->+  GoogleCloudAssetV1p7beta1Resource_Data+newGoogleCloudAssetV1p7beta1Resource_Data additional =+  GoogleCloudAssetV1p7beta1Resource_Data {additional = additional}++instance Core.FromJSON GoogleCloudAssetV1p7beta1Resource_Data where+  parseJSON =+    Core.withObject+      "GoogleCloudAssetV1p7beta1Resource_Data"+      ( \o ->+          GoogleCloudAssetV1p7beta1Resource_Data+            Core.<$> (Core.parseJSONObject o)+      )++instance Core.ToJSON GoogleCloudAssetV1p7beta1Resource_Data where+  toJSON GoogleCloudAssetV1p7beta1Resource_Data {..} =+    Core.toJSON additional++-- | Used in @policy_type@ to specify how @boolean_policy@ will behave at this resource.+--+-- /See:/ 'newGoogleCloudOrgpolicyV1BooleanPolicy' smart constructor.+newtype GoogleCloudOrgpolicyV1BooleanPolicy = GoogleCloudOrgpolicyV1BooleanPolicy+  { -- | If @true@, then the @Policy@ is enforced. If @false@, then any configuration is acceptable. Suppose you have a @Constraint@ @constraints\/compute.disableSerialPortAccess@ with @constraint_default@ set to @ALLOW@. A @Policy@ for that @Constraint@ exhibits the following behavior: - If the @Policy@ at this resource has enforced set to @false@, serial port connection attempts will be allowed. - If the @Policy@ at this resource has enforced set to @true@, serial port connection attempts will be refused. - If the @Policy@ at this resource is @RestoreDefault@, serial port connection attempts will be allowed. - If no @Policy@ is set at this resource or anywhere higher in the resource hierarchy, serial port connection attempts will be allowed. - If no @Policy@ is set at this resource, but one exists higher in the resource hierarchy, the behavior is as if the@Policy@ were set at this resource. The following examples demonstrate the different possible layerings: Example 1 (nearest @Constraint@ wins):+    -- @organizations\/foo@ has a @Policy@ with: {enforced: false} @projects\/bar@ has no @Policy@ set. The constraint at @projects\/bar@ and @organizations\/foo@ will not be enforced. Example 2 (enforcement gets replaced): @organizations\/foo@ has a @Policy@ with: {enforced: false} @projects\/bar@ has a @Policy@ with: {enforced: true} The constraint at @organizations\/foo@ is not enforced. The constraint at @projects\/bar@ is enforced. Example 3 (RestoreDefault): @organizations\/foo@ has a @Policy@ with: {enforced: true} @projects\/bar@ has a @Policy@ with: {RestoreDefault: {}} The constraint at @organizations\/foo@ is enforced. The constraint at @projects\/bar@ is not enforced, because @constraint_default@ for the @Constraint@ is @ALLOW@.+    enforced :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleCloudOrgpolicyV1BooleanPolicy' with the minimum fields required to make a request.+newGoogleCloudOrgpolicyV1BooleanPolicy ::+  GoogleCloudOrgpolicyV1BooleanPolicy+newGoogleCloudOrgpolicyV1BooleanPolicy =+  GoogleCloudOrgpolicyV1BooleanPolicy {enforced = Core.Nothing}++instance Core.FromJSON GoogleCloudOrgpolicyV1BooleanPolicy where+  parseJSON =+    Core.withObject+      "GoogleCloudOrgpolicyV1BooleanPolicy"+      ( \o ->+          GoogleCloudOrgpolicyV1BooleanPolicy+            Core.<$> (o Core..:? "enforced")+      )++instance Core.ToJSON GoogleCloudOrgpolicyV1BooleanPolicy where+  toJSON GoogleCloudOrgpolicyV1BooleanPolicy {..} =+    Core.object+      (Core.catMaybes [("enforced" Core..=) Core.<$> enforced])++-- | Used in @policy_type@ to specify how @list_policy@ behaves at this resource. @ListPolicy@ can define specific values and subtrees of Cloud Resource Manager resource hierarchy (@Organizations@, @Folders@, @Projects@) that are allowed or denied by setting the @allowed_values@ and @denied_values@ fields. This is achieved by using the @under:@ and optional @is:@ prefixes. The @under:@ prefix is used to denote resource subtree values. The @is:@ prefix is used to denote specific values, and is required only if the value contains a \":\". Values prefixed with \"is:\" are treated the same as values with no prefix. Ancestry subtrees must be in one of the following formats: - \"projects\/\", e.g. \"projects\/tokyo-rain-123\" - \"folders\/\", e.g. \"folders\/1234\" - \"organizations\/\", e.g. \"organizations\/1234\" The @supports_under@ field of the associated @Constraint@ defines whether ancestry prefixes can be used. You can set @allowed_values@ and @denied_values@ in the same @Policy@ if @all_values@ is+-- @ALL_VALUES_UNSPECIFIED@. @ALLOW@ or @DENY@ are used to allow or deny all values. If @all_values@ is set to either @ALLOW@ or @DENY@, @allowed_values@ and @denied_values@ must be unset.+--+-- /See:/ 'newGoogleCloudOrgpolicyV1ListPolicy' smart constructor.+data GoogleCloudOrgpolicyV1ListPolicy = GoogleCloudOrgpolicyV1ListPolicy+  { -- | The policy all_values state.+    allValues :: (Core.Maybe GoogleCloudOrgpolicyV1ListPolicy_AllValues),+    -- | List of values allowed at this resource. Can only be set if @all_values@ is set to @ALL_VALUES_UNSPECIFIED@.+    allowedValues :: (Core.Maybe [Core.Text]),+    -- | List of values denied at this resource. Can only be set if @all_values@ is set to @ALL_VALUES_UNSPECIFIED@.+    deniedValues :: (Core.Maybe [Core.Text]),+    -- | Determines the inheritance behavior for this @Policy@. By default, a @ListPolicy@ set at a resource supersedes any @Policy@ set anywhere up the resource hierarchy. However, if @inherit_from_parent@ is set to @true@, then the values from the effective @Policy@ of the parent resource are inherited, meaning the values set in this @Policy@ are added to the values inherited up the hierarchy. Setting @Policy@ hierarchies that inherit both allowed values and denied values isn\'t recommended in most circumstances to keep the configuration simple and understandable. However, it is possible to set a @Policy@ with @allowed_values@ set that inherits a @Policy@ with @denied_values@ set. In this case, the values that are allowed must be in @allowed_values@ and not present in @denied_values@. For example, suppose you have a @Constraint@ @constraints\/serviceuser.services@, which has a @constraint_type@ of @list_constraint@, and with @constraint_default@ set to @ALLOW@. Suppose that at the Organization level, a @Policy@ is+    -- applied that restricts the allowed API activations to {@E1@, @E2@}. Then, if a @Policy@ is applied to a project below the Organization that has @inherit_from_parent@ set to @false@ and field all/values set to DENY, then an attempt to activate any API will be denied. The following examples demonstrate different possible layerings for @projects\/bar@ parented by @organizations\/foo@: Example 1 (no inherited values): @organizations\/foo@ has a @Policy@ with values: {allowed/values: \"E1\" allowed/values:\"E2\"} @projects\/bar@ has @inherit_from_parent@ @false@ and values: {allowed/values: \"E3\" allowed/values: \"E4\"} The accepted values at @organizations\/foo@ are @E1@, @E2@. The accepted values at @projects\/bar@ are @E3@, and @E4@. Example 2 (inherited values): @organizations\/foo@ has a @Policy@ with values: {allowed/values: \"E1\" allowed/values:\"E2\"} @projects\/bar@ has a @Policy@ with values: {value: \"E3\" value: \"E4\" inherit/from/parent: true} The accepted values at @organizations\/foo@ are @E1@,+    -- @E2@. The accepted values at @projects\/bar@ are @E1@, @E2@, @E3@, and @E4@. Example 3 (inheriting both allowed and denied values): @organizations\/foo@ has a @Policy@ with values: {allowed/values: \"E1\" allowed/values: \"E2\"} @projects\/bar@ has a @Policy@ with: {denied/values: \"E1\"} The accepted values at @organizations\/foo@ are @E1@, @E2@. The value accepted at @projects\/bar@ is @E2@. Example 4 (RestoreDefault): @organizations\/foo@ has a @Policy@ with values: {allowed/values: \"E1\" allowed/values:\"E2\"} @projects\/bar@ has a @Policy@ with values: {RestoreDefault: {}} The accepted values at @organizations\/foo@ are @E1@, @E2@. The accepted values at @projects\/bar@ are either all or none depending on the value of @constraint_default@ (if @ALLOW@, all; if @DENY@, none). Example 5 (no policy inherits parent policy): @organizations\/foo@ has no @Policy@ set. @projects\/bar@ has no @Policy@ set. The accepted values at both levels are either all or none depending on the value of @constraint_default@ (if+    -- @ALLOW@, all; if @DENY@, none). Example 6 (ListConstraint allowing all): @organizations\/foo@ has a @Policy@ with values: {allowed/values: \"E1\" allowed/values: \"E2\"} @projects\/bar@ has a @Policy@ with: {all: ALLOW} The accepted values at @organizations\/foo@ are @E1@, E2@. Any value is accepted at@projects\/bar@. Example 7 (ListConstraint allowing none):@organizations\/foo@has a@Policy@with values: {allowed_values: \"E1\" allowed_values: \"E2\"}@projects\/bar@has a@Policy@with: {all: DENY} The accepted values at@organizations\/foo@are@E1@, E2@. No value is accepted at @projects\/bar@. Example 10 (allowed and denied subtrees of Resource Manager hierarchy): Given the following resource hierarchy O1->{F1, F2}; F1->{P1}; F2->{P2, P3}, @organizations\/foo@ has a @Policy@ with values: {allowed/values: \"under:organizations\/O1\"} @projects\/bar@ has a @Policy@ with: {allowed/values: \"under:projects\/P3\"} {denied_values: \"under:folders\/F2\"} The accepted values at @organizations\/foo@ are+    -- @organizations\/O1@, @folders\/F1@, @folders\/F2@, @projects\/P1@, @projects\/P2@, @projects\/P3@. The accepted values at @projects\/bar@ are @organizations\/O1@, @folders\/F1@, @projects\/P1@.+    inheritFromParent :: (Core.Maybe Core.Bool),+    -- | Optional. The Google Cloud Console will try to default to a configuration that matches the value specified in this @Policy@. If @suggested_value@ is not set, it will inherit the value specified higher in the hierarchy, unless @inherit_from_parent@ is @false@.+    suggestedValue :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleCloudOrgpolicyV1ListPolicy' with the minimum fields required to make a request.+newGoogleCloudOrgpolicyV1ListPolicy ::+  GoogleCloudOrgpolicyV1ListPolicy+newGoogleCloudOrgpolicyV1ListPolicy =+  GoogleCloudOrgpolicyV1ListPolicy+    { allValues = Core.Nothing,+      allowedValues = Core.Nothing,+      deniedValues = Core.Nothing,+      inheritFromParent = Core.Nothing,+      suggestedValue = Core.Nothing+    }++instance Core.FromJSON GoogleCloudOrgpolicyV1ListPolicy where+  parseJSON =+    Core.withObject+      "GoogleCloudOrgpolicyV1ListPolicy"+      ( \o ->+          GoogleCloudOrgpolicyV1ListPolicy+            Core.<$> (o Core..:? "allValues")+            Core.<*> (o Core..:? "allowedValues")+            Core.<*> (o Core..:? "deniedValues")+            Core.<*> (o Core..:? "inheritFromParent")+            Core.<*> (o Core..:? "suggestedValue")+      )++instance Core.ToJSON GoogleCloudOrgpolicyV1ListPolicy where+  toJSON GoogleCloudOrgpolicyV1ListPolicy {..} =+    Core.object+      ( Core.catMaybes+          [ ("allValues" Core..=) Core.<$> allValues,+            ("allowedValues" Core..=) Core.<$> allowedValues,+            ("deniedValues" Core..=) Core.<$> deniedValues,+            ("inheritFromParent" Core..=) Core.<$> inheritFromParent,+            ("suggestedValue" Core..=) Core.<$> suggestedValue+          ]+      )++-- | Defines a Cloud Organization @Policy@ which is used to specify @Constraints@ for configurations of Cloud Platform resources.+--+-- /See:/ 'newGoogleCloudOrgpolicyV1Policy' smart constructor.+data GoogleCloudOrgpolicyV1Policy = GoogleCloudOrgpolicyV1Policy+  { -- | For boolean @Constraints@, whether to enforce the @Constraint@ or not.+    booleanPolicy :: (Core.Maybe GoogleCloudOrgpolicyV1BooleanPolicy),+    -- | The name of the @Constraint@ the @Policy@ is configuring, for example, @constraints\/serviceuser.services@. A </resource-manager/docs/organization-policy/org-policy-constraints list of available constraints> is available. Immutable after creation.+    constraint :: (Core.Maybe Core.Text),+    -- | An opaque tag indicating the current version of the @Policy@, used for concurrency control. When the @Policy@ is returned from either a @GetPolicy@ or a @ListOrgPolicy@ request, this @etag@ indicates the version of the current @Policy@ to use when executing a read-modify-write loop. When the @Policy@ is returned from a @GetEffectivePolicy@ request, the @etag@ will be unset. When the @Policy@ is used in a @SetOrgPolicy@ method, use the @etag@ value that was returned from a @GetOrgPolicy@ request as part of a read-modify-write loop for concurrency control. Not setting the @etag@in a @SetOrgPolicy@ request will result in an unconditional write of the @Policy@.+    etag :: (Core.Maybe Core.Base64),+    -- | List of values either allowed or disallowed.+    listPolicy :: (Core.Maybe GoogleCloudOrgpolicyV1ListPolicy),+    -- | Restores the default behavior of the constraint; independent of @Constraint@ type.+    restoreDefault :: (Core.Maybe GoogleCloudOrgpolicyV1RestoreDefault),+    -- | The time stamp the @Policy@ was previously updated. This is set by the server, not specified by the caller, and represents the last time a call to @SetOrgPolicy@ was made for that @Policy@. Any value set by the client will be ignored.+    updateTime :: (Core.Maybe Core.DateTime),+    -- | Version of the @Policy@. Default version is 0;+    version :: (Core.Maybe Core.Int32)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleCloudOrgpolicyV1Policy' with the minimum fields required to make a request.+newGoogleCloudOrgpolicyV1Policy ::+  GoogleCloudOrgpolicyV1Policy+newGoogleCloudOrgpolicyV1Policy =+  GoogleCloudOrgpolicyV1Policy+    { booleanPolicy = Core.Nothing,+      constraint = Core.Nothing,+      etag = Core.Nothing,+      listPolicy = Core.Nothing,+      restoreDefault = Core.Nothing,+      updateTime = Core.Nothing,+      version = Core.Nothing+    }++instance Core.FromJSON GoogleCloudOrgpolicyV1Policy where+  parseJSON =+    Core.withObject+      "GoogleCloudOrgpolicyV1Policy"+      ( \o ->+          GoogleCloudOrgpolicyV1Policy+            Core.<$> (o Core..:? "booleanPolicy")+            Core.<*> (o Core..:? "constraint")+            Core.<*> (o Core..:? "etag")+            Core.<*> (o Core..:? "listPolicy")+            Core.<*> (o Core..:? "restoreDefault")+            Core.<*> (o Core..:? "updateTime")+            Core.<*> (o Core..:? "version")+      )++instance Core.ToJSON GoogleCloudOrgpolicyV1Policy where+  toJSON GoogleCloudOrgpolicyV1Policy {..} =+    Core.object+      ( Core.catMaybes+          [ ("booleanPolicy" Core..=) Core.<$> booleanPolicy,+            ("constraint" Core..=) Core.<$> constraint,+            ("etag" Core..=) Core.<$> etag,+            ("listPolicy" Core..=) Core.<$> listPolicy,+            ("restoreDefault" Core..=) Core.<$> restoreDefault,+            ("updateTime" Core..=) Core.<$> updateTime,+            ("version" Core..=) Core.<$> version+          ]+      )++-- | Ignores policies set above this resource and restores the @constraint_default@ enforcement behavior of the specific @Constraint@ at this resource. Suppose that @constraint_default@ is set to @ALLOW@ for the @Constraint@ @constraints\/serviceuser.services@. Suppose that organization foo.com sets a @Policy@ at their Organization resource node that restricts the allowed service activations to deny all service activations. They could then set a @Policy@ with the @policy_type@ @restore_default@ on several experimental projects, restoring the @constraint_default@ enforcement of the @Constraint@ for only those projects, allowing those projects to have all services activated.+--+-- /See:/ 'newGoogleCloudOrgpolicyV1RestoreDefault' smart constructor.+data GoogleCloudOrgpolicyV1RestoreDefault = GoogleCloudOrgpolicyV1RestoreDefault+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleCloudOrgpolicyV1RestoreDefault' with the minimum fields required to make a request.+newGoogleCloudOrgpolicyV1RestoreDefault ::+  GoogleCloudOrgpolicyV1RestoreDefault+newGoogleCloudOrgpolicyV1RestoreDefault =+  GoogleCloudOrgpolicyV1RestoreDefault++instance Core.FromJSON GoogleCloudOrgpolicyV1RestoreDefault where+  parseJSON =+    Core.withObject+      "GoogleCloudOrgpolicyV1RestoreDefault"+      (\o -> Core.pure GoogleCloudOrgpolicyV1RestoreDefault)++instance Core.ToJSON GoogleCloudOrgpolicyV1RestoreDefault where+  toJSON = Core.const Core.emptyObject++-- | An @AccessLevel@ is a label that can be applied to requests to Google Cloud services, along with a list of requirements necessary for the label to be applied.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1AccessLevel' smart constructor.+data GoogleIdentityAccesscontextmanagerV1AccessLevel = GoogleIdentityAccesscontextmanagerV1AccessLevel+  { -- | A @BasicLevel@ composed of @Conditions@.+    basic :: (Core.Maybe GoogleIdentityAccesscontextmanagerV1BasicLevel),+    -- | A @CustomLevel@ written in the Common Expression Language.+    custom :: (Core.Maybe GoogleIdentityAccesscontextmanagerV1CustomLevel),+    -- | Description of the @AccessLevel@ and its use. Does not affect behavior.+    description :: (Core.Maybe Core.Text),+    -- | Identifier. Resource name for the @AccessLevel@. Format: @accessPolicies\/{access_policy}\/accessLevels\/{access_level}@. The @access_level@ component must begin with a letter, followed by alphanumeric characters or @_@. Its maximum length is 50 characters. After you create an @AccessLevel@, you cannot change its @name@.+    name :: (Core.Maybe Core.Text),+    -- | Human readable title. Must be unique within the Policy.+    title :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1AccessLevel' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1AccessLevel ::+  GoogleIdentityAccesscontextmanagerV1AccessLevel+newGoogleIdentityAccesscontextmanagerV1AccessLevel =+  GoogleIdentityAccesscontextmanagerV1AccessLevel+    { basic =+        Core.Nothing,+      custom = Core.Nothing,+      description = Core.Nothing,+      name = Core.Nothing,+      title = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1AccessLevel+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1AccessLevel"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1AccessLevel+            Core.<$> (o Core..:? "basic")+            Core.<*> (o Core..:? "custom")+            Core.<*> (o Core..:? "description")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "title")+      )++instance+  Core.ToJSON+    GoogleIdentityAccesscontextmanagerV1AccessLevel+  where+  toJSON GoogleIdentityAccesscontextmanagerV1AccessLevel {..} =+    Core.object+      ( Core.catMaybes+          [ ("basic" Core..=) Core.<$> basic,+            ("custom" Core..=) Core.<$> custom,+            ("description" Core..=) Core.<$> description,+            ("name" Core..=) Core.<$> name,+            ("title" Core..=) Core.<$> title+          ]+      )++-- | @AccessPolicy@ is a container for @AccessLevels@ (which define the necessary attributes to use Google Cloud services) and @ServicePerimeters@ (which define regions of services able to freely pass data within a perimeter). An access policy is globally visible within an organization, and the restrictions it specifies apply to all projects within an organization.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1AccessPolicy' smart constructor.+data GoogleIdentityAccesscontextmanagerV1AccessPolicy = GoogleIdentityAccesscontextmanagerV1AccessPolicy+  { -- | Output only. An opaque identifier for the current version of the @AccessPolicy@. This will always be a strongly validated etag, meaning that two Access Policies will be identical if and only if their etags are identical. Clients should not expect this to be in any specific format.+    etag :: (Core.Maybe Core.Text),+    -- | Output only. Identifier. Resource name of the @AccessPolicy@. Format: @accessPolicies\/{access_policy}@+    name :: (Core.Maybe Core.Text),+    -- | Required. The parent of this @AccessPolicy@ in the Cloud Resource Hierarchy. Currently immutable once created. Format: @organizations\/{organization_id}@+    parent :: (Core.Maybe Core.Text),+    -- | The scopes of the AccessPolicy. Scopes define which resources a policy can restrict and where its resources can be referenced. For example, policy A with @scopes=[\"folders\/123\"]@ has the following behavior: - ServicePerimeter can only restrict projects within @folders\/123@. - ServicePerimeter within policy A can only reference access levels defined within policy A. - Only one policy can include a given scope; thus, attempting to create a second policy which includes @folders\/123@ will result in an error. If no scopes are provided, then any resource within the organization can be restricted. Scopes cannot be modified after a policy is created. Policies can only have a single scope. Format: list of @folders\/{folder_number}@ or @projects\/{project_number}@+    scopes :: (Core.Maybe [Core.Text]),+    -- | Required. Human readable title. Does not affect behavior.+    title :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1AccessPolicy' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1AccessPolicy ::+  GoogleIdentityAccesscontextmanagerV1AccessPolicy+newGoogleIdentityAccesscontextmanagerV1AccessPolicy =+  GoogleIdentityAccesscontextmanagerV1AccessPolicy+    { etag =+        Core.Nothing,+      name = Core.Nothing,+      parent = Core.Nothing,+      scopes = Core.Nothing,+      title = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1AccessPolicy+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1AccessPolicy"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1AccessPolicy+            Core.<$> (o Core..:? "etag")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "parent")+            Core.<*> (o Core..:? "scopes")+            Core.<*> (o Core..:? "title")+      )++instance+  Core.ToJSON+    GoogleIdentityAccesscontextmanagerV1AccessPolicy+  where+  toJSON GoogleIdentityAccesscontextmanagerV1AccessPolicy {..} =+    Core.object+      ( Core.catMaybes+          [ ("etag" Core..=) Core.<$> etag,+            ("name" Core..=) Core.<$> name,+            ("parent" Core..=) Core.<$> parent,+            ("scopes" Core..=) Core.<$> scopes,+            ("title" Core..=) Core.<$> title+          ]+      )++-- | Identification for an API Operation.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1ApiOperation' smart constructor.+data GoogleIdentityAccesscontextmanagerV1ApiOperation = GoogleIdentityAccesscontextmanagerV1ApiOperation+  { -- | API methods or permissions to allow. Method or permission must belong to the service specified by @service_name@ field. A single MethodSelector entry with @*@ specified for the @method@ field will allow all methods AND permissions for the service specified in @service_name@.+    methodSelectors :: (Core.Maybe [GoogleIdentityAccesscontextmanagerV1MethodSelector]),+    -- | The name of the API whose methods or permissions the IngressPolicy or EgressPolicy want to allow. A single ApiOperation with @service_name@ field set to @*@ will allow all methods AND permissions for all services.+    serviceName :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1ApiOperation' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1ApiOperation ::+  GoogleIdentityAccesscontextmanagerV1ApiOperation+newGoogleIdentityAccesscontextmanagerV1ApiOperation =+  GoogleIdentityAccesscontextmanagerV1ApiOperation+    { methodSelectors =+        Core.Nothing,+      serviceName = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1ApiOperation+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1ApiOperation"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1ApiOperation+            Core.<$> (o Core..:? "methodSelectors")+            Core.<*> (o Core..:? "serviceName")+      )++instance+  Core.ToJSON+    GoogleIdentityAccesscontextmanagerV1ApiOperation+  where+  toJSON GoogleIdentityAccesscontextmanagerV1ApiOperation {..} =+    Core.object+      ( Core.catMaybes+          [ ("methodSelectors" Core..=) Core.<$> methodSelectors,+            ("serviceName" Core..=) Core.<$> serviceName+          ]+      )++-- | @BasicLevel@ is an @AccessLevel@ using a set of recommended features.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1BasicLevel' smart constructor.+data GoogleIdentityAccesscontextmanagerV1BasicLevel = GoogleIdentityAccesscontextmanagerV1BasicLevel+  { -- | How the @conditions@ list should be combined to determine if a request is granted this @AccessLevel@. If AND is used, each @Condition@ in @conditions@ must be satisfied for the @AccessLevel@ to be applied. If OR is used, at least one @Condition@ in @conditions@ must be satisfied for the @AccessLevel@ to be applied. Default behavior is AND.+    combiningFunction ::+      ( Core.Maybe+          GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction+      ),+    -- | Required. A list of requirements for the @AccessLevel@ to be granted.+    conditions :: (Core.Maybe [GoogleIdentityAccesscontextmanagerV1Condition])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1BasicLevel' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1BasicLevel ::+  GoogleIdentityAccesscontextmanagerV1BasicLevel+newGoogleIdentityAccesscontextmanagerV1BasicLevel =+  GoogleIdentityAccesscontextmanagerV1BasicLevel+    { combiningFunction =+        Core.Nothing,+      conditions = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1BasicLevel+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1BasicLevel"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1BasicLevel+            Core.<$> (o Core..:? "combiningFunction")+            Core.<*> (o Core..:? "conditions")+      )++instance Core.ToJSON GoogleIdentityAccesscontextmanagerV1BasicLevel where+  toJSON GoogleIdentityAccesscontextmanagerV1BasicLevel {..} =+    Core.object+      ( Core.catMaybes+          [ ("combiningFunction" Core..=) Core.<$> combiningFunction,+            ("conditions" Core..=) Core.<$> conditions+          ]+      )++-- | A condition necessary for an @AccessLevel@ to be granted. The Condition is an AND over its fields. So a Condition is true if: 1) the request IP is from one of the listed subnetworks AND 2) the originating device complies with the listed device policy AND 3) all listed access levels are granted AND 4) the request was sent at a time allowed by the DateTimeRestriction.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1Condition' smart constructor.+data GoogleIdentityAccesscontextmanagerV1Condition = GoogleIdentityAccesscontextmanagerV1Condition+  { -- | Device specific restrictions, all restrictions must hold for the Condition to be true. If not specified, all devices are allowed.+    devicePolicy :: (Core.Maybe GoogleIdentityAccesscontextmanagerV1DevicePolicy),+    -- | CIDR block IP subnetwork specification. May be IPv4 or IPv6. Note that for a CIDR IP address block, the specified IP address portion must be properly truncated (i.e. all the host bits must be zero) or the input is considered malformed. For example, \"192.0.2.0\/24\" is accepted but \"192.0.2.1\/24\" is not. Similarly, for IPv6, \"2001:db8::\/32\" is accepted whereas \"2001:db8::1\/32\" is not. The originating IP of a request must be in one of the listed subnets in order for this Condition to be true. If empty, all IP addresses are allowed.+    ipSubnetworks :: (Core.Maybe [Core.Text]),+    -- | The request must be made by one of the provided user or service accounts. Groups are not supported. Syntax: @user:{emailid}@ @serviceAccount:{emailid}@ If not specified, a request may come from any user.+    members :: (Core.Maybe [Core.Text]),+    -- | Whether to negate the Condition. If true, the Condition becomes a NAND over its non-empty fields. Any non-empty field criteria evaluating to false will result in the Condition to be satisfied. Defaults to false.+    negate :: (Core.Maybe Core.Bool),+    -- | The request must originate from one of the provided countries\/regions. Must be valid ISO 3166-1 alpha-2 codes.+    regions :: (Core.Maybe [Core.Text]),+    -- | A list of other access levels defined in the same @Policy@, referenced by resource name. Referencing an @AccessLevel@ which does not exist is an error. All access levels listed must be granted for the Condition to be true. Example: \"@accessPolicies\/MY_POLICY\/accessLevels\/LEVEL_NAME\"@+    requiredAccessLevels :: (Core.Maybe [Core.Text]),+    -- | The request must originate from one of the provided VPC networks in Google Cloud. Cannot specify this field together with @ip_subnetworks@.+    vpcNetworkSources :: (Core.Maybe [GoogleIdentityAccesscontextmanagerV1VpcNetworkSource])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1Condition' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1Condition ::+  GoogleIdentityAccesscontextmanagerV1Condition+newGoogleIdentityAccesscontextmanagerV1Condition =+  GoogleIdentityAccesscontextmanagerV1Condition+    { devicePolicy =+        Core.Nothing,+      ipSubnetworks = Core.Nothing,+      members = Core.Nothing,+      negate = Core.Nothing,+      regions = Core.Nothing,+      requiredAccessLevels = Core.Nothing,+      vpcNetworkSources = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1Condition+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1Condition"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1Condition+            Core.<$> (o Core..:? "devicePolicy")+            Core.<*> (o Core..:? "ipSubnetworks")+            Core.<*> (o Core..:? "members")+            Core.<*> (o Core..:? "negate")+            Core.<*> (o Core..:? "regions")+            Core.<*> (o Core..:? "requiredAccessLevels")+            Core.<*> (o Core..:? "vpcNetworkSources")+      )++instance Core.ToJSON GoogleIdentityAccesscontextmanagerV1Condition where+  toJSON GoogleIdentityAccesscontextmanagerV1Condition {..} =+    Core.object+      ( Core.catMaybes+          [ ("devicePolicy" Core..=) Core.<$> devicePolicy,+            ("ipSubnetworks" Core..=) Core.<$> ipSubnetworks,+            ("members" Core..=) Core.<$> members,+            ("negate" Core..=) Core.<$> negate,+            ("regions" Core..=) Core.<$> regions,+            ("requiredAccessLevels" Core..=) Core.<$> requiredAccessLevels,+            ("vpcNetworkSources" Core..=) Core.<$> vpcNetworkSources+          ]+      )++-- | @CustomLevel@ is an @AccessLevel@ using the Cloud Common Expression Language to represent the necessary conditions for the level to apply to a request. See CEL spec at: https:\/\/github.com\/google\/cel-spec+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1CustomLevel' smart constructor.+newtype GoogleIdentityAccesscontextmanagerV1CustomLevel = GoogleIdentityAccesscontextmanagerV1CustomLevel+  { -- | Required. A Cloud CEL expression evaluating to a boolean.+    expr :: (Core.Maybe Expr)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1CustomLevel' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1CustomLevel ::+  GoogleIdentityAccesscontextmanagerV1CustomLevel+newGoogleIdentityAccesscontextmanagerV1CustomLevel =+  GoogleIdentityAccesscontextmanagerV1CustomLevel+    { expr =+        Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1CustomLevel+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1CustomLevel"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1CustomLevel+            Core.<$> (o Core..:? "expr")+      )++instance+  Core.ToJSON+    GoogleIdentityAccesscontextmanagerV1CustomLevel+  where+  toJSON GoogleIdentityAccesscontextmanagerV1CustomLevel {..} =+    Core.object (Core.catMaybes [("expr" Core..=) Core.<$> expr])++-- | @DevicePolicy@ specifies device specific restrictions necessary to acquire a given access level. A @DevicePolicy@ specifies requirements for requests from devices to be granted access levels, it does not do any enforcement on the device. @DevicePolicy@ acts as an AND over all specified fields, and each repeated field is an OR over its elements. Any unset fields are ignored. For example, if the proto is { os/type : DESKTOP/WINDOWS, os/type : DESKTOP/LINUX, encryption_status: ENCRYPTED}, then the DevicePolicy will be true for requests originating from encrypted Linux desktops and encrypted Windows desktops.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1DevicePolicy' smart constructor.+data GoogleIdentityAccesscontextmanagerV1DevicePolicy = GoogleIdentityAccesscontextmanagerV1DevicePolicy+  { -- | Allowed device management levels, an empty list allows all management levels.+    allowedDeviceManagementLevels ::+      ( Core.Maybe+          [GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem]+      ),+    -- | Allowed encryptions statuses, an empty list allows all statuses.+    allowedEncryptionStatuses ::+      ( Core.Maybe+          [GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem]+      ),+    -- | Allowed OS versions, an empty list allows all types and all versions.+    osConstraints :: (Core.Maybe [GoogleIdentityAccesscontextmanagerV1OsConstraint]),+    -- | Whether the device needs to be approved by the customer admin.+    requireAdminApproval :: (Core.Maybe Core.Bool),+    -- | Whether the device needs to be corp owned.+    requireCorpOwned :: (Core.Maybe Core.Bool),+    -- | Whether or not screenlock is required for the DevicePolicy to be true. Defaults to @false@.+    requireScreenlock :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1DevicePolicy' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1DevicePolicy ::+  GoogleIdentityAccesscontextmanagerV1DevicePolicy+newGoogleIdentityAccesscontextmanagerV1DevicePolicy =+  GoogleIdentityAccesscontextmanagerV1DevicePolicy+    { allowedDeviceManagementLevels =+        Core.Nothing,+      allowedEncryptionStatuses = Core.Nothing,+      osConstraints = Core.Nothing,+      requireAdminApproval = Core.Nothing,+      requireCorpOwned = Core.Nothing,+      requireScreenlock = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1DevicePolicy+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1DevicePolicy"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1DevicePolicy+            Core.<$> (o Core..:? "allowedDeviceManagementLevels")+            Core.<*> (o Core..:? "allowedEncryptionStatuses")+            Core.<*> (o Core..:? "osConstraints")+            Core.<*> (o Core..:? "requireAdminApproval")+            Core.<*> (o Core..:? "requireCorpOwned")+            Core.<*> (o Core..:? "requireScreenlock")+      )++instance+  Core.ToJSON+    GoogleIdentityAccesscontextmanagerV1DevicePolicy+  where+  toJSON GoogleIdentityAccesscontextmanagerV1DevicePolicy {..} =+    Core.object+      ( Core.catMaybes+          [ ("allowedDeviceManagementLevels" Core..=)+              Core.<$> allowedDeviceManagementLevels,+            ("allowedEncryptionStatuses" Core..=)+              Core.<$> allowedEncryptionStatuses,+            ("osConstraints" Core..=) Core.<$> osConstraints,+            ("requireAdminApproval" Core..=) Core.<$> requireAdminApproval,+            ("requireCorpOwned" Core..=) Core.<$> requireCorpOwned,+            ("requireScreenlock" Core..=) Core.<$> requireScreenlock+          ]+      )++-- | Defines the conditions under which an EgressPolicy matches a request. Conditions based on information about the source of the request. Note that if the destination of the request is also protected by a ServicePerimeter, then that ServicePerimeter must have an IngressPolicy which allows access in order for this request to succeed.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1EgressFrom' smart constructor.+data GoogleIdentityAccesscontextmanagerV1EgressFrom = GoogleIdentityAccesscontextmanagerV1EgressFrom+  { -- | A list of identities that are allowed access through [EgressPolicy]. Identities can be an individual user, service account, Google group, or third-party identity. For third-party identity, only single identities are supported and other identity types are not supported. The @v1@ identities that have the prefix @user@, @group@, @serviceAccount@, and @principal@ in https:\/\/cloud.google.com\/iam\/docs\/principal-identifiers#v1 are supported.+    identities :: (Core.Maybe [Core.Text]),+    -- | Specifies the type of identities that are allowed access to outside the perimeter. If left unspecified, then members of @identities@ field will be allowed access.+    identityType ::+      ( Core.Maybe+          GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType+      ),+    -- | Whether to enforce traffic restrictions based on @sources@ field. If the @sources@ fields is non-empty, then this field must be set to @SOURCE_RESTRICTION_ENABLED@.+    sourceRestriction ::+      ( Core.Maybe+          GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction+      ),+    -- | Sources that this EgressPolicy authorizes access from. If this field is not empty, then @source_restriction@ must be set to @SOURCE_RESTRICTION_ENABLED@.+    sources :: (Core.Maybe [GoogleIdentityAccesscontextmanagerV1EgressSource])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1EgressFrom' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1EgressFrom ::+  GoogleIdentityAccesscontextmanagerV1EgressFrom+newGoogleIdentityAccesscontextmanagerV1EgressFrom =+  GoogleIdentityAccesscontextmanagerV1EgressFrom+    { identities =+        Core.Nothing,+      identityType = Core.Nothing,+      sourceRestriction = Core.Nothing,+      sources = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1EgressFrom+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1EgressFrom"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1EgressFrom+            Core.<$> (o Core..:? "identities")+            Core.<*> (o Core..:? "identityType")+            Core.<*> (o Core..:? "sourceRestriction")+            Core.<*> (o Core..:? "sources")+      )++instance Core.ToJSON GoogleIdentityAccesscontextmanagerV1EgressFrom where+  toJSON GoogleIdentityAccesscontextmanagerV1EgressFrom {..} =+    Core.object+      ( Core.catMaybes+          [ ("identities" Core..=) Core.<$> identities,+            ("identityType" Core..=) Core.<$> identityType,+            ("sourceRestriction" Core..=) Core.<$> sourceRestriction,+            ("sources" Core..=) Core.<$> sources+          ]+      )++-- | Policy for egress from perimeter. EgressPolicies match requests based on @egress_from@ and @egress_to@ stanzas. For an EgressPolicy to match, both @egress_from@ and @egress_to@ stanzas must be matched. If an EgressPolicy matches a request, the request is allowed to span the ServicePerimeter boundary. For example, an EgressPolicy can be used to allow VMs on networks within the ServicePerimeter to access a defined set of projects outside the perimeter in certain contexts (e.g. to read data from a Cloud Storage bucket or query against a BigQuery dataset). EgressPolicies are concerned with the /resources/ that a request relates as well as the API services and API actions being used. They do not related to the direction of data movement. More detailed documentation for this concept can be found in the descriptions of EgressFrom and EgressTo.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1EgressPolicy' smart constructor.+data GoogleIdentityAccesscontextmanagerV1EgressPolicy = GoogleIdentityAccesscontextmanagerV1EgressPolicy+  { -- | Defines conditions on the source of a request causing this EgressPolicy to apply.+    egressFrom :: (Core.Maybe GoogleIdentityAccesscontextmanagerV1EgressFrom),+    -- | Defines the conditions on the ApiOperation and destination resources that cause this EgressPolicy to apply.+    egressTo :: (Core.Maybe GoogleIdentityAccesscontextmanagerV1EgressTo),+    -- | Optional. Human-readable title for the egress rule. The title must be unique within the perimeter and can not exceed 100 characters. Within the access policy, the combined length of all rule titles must not exceed 240,000 characters.+    title :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1EgressPolicy' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1EgressPolicy ::+  GoogleIdentityAccesscontextmanagerV1EgressPolicy+newGoogleIdentityAccesscontextmanagerV1EgressPolicy =+  GoogleIdentityAccesscontextmanagerV1EgressPolicy+    { egressFrom =+        Core.Nothing,+      egressTo = Core.Nothing,+      title = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1EgressPolicy+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1EgressPolicy"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1EgressPolicy+            Core.<$> (o Core..:? "egressFrom")+            Core.<*> (o Core..:? "egressTo")+            Core.<*> (o Core..:? "title")+      )++instance+  Core.ToJSON+    GoogleIdentityAccesscontextmanagerV1EgressPolicy+  where+  toJSON GoogleIdentityAccesscontextmanagerV1EgressPolicy {..} =+    Core.object+      ( Core.catMaybes+          [ ("egressFrom" Core..=) Core.<$> egressFrom,+            ("egressTo" Core..=) Core.<$> egressTo,+            ("title" Core..=) Core.<$> title+          ]+      )++-- | The source that EgressPolicy authorizes access from inside the ServicePerimeter to somewhere outside the ServicePerimeter boundaries.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1EgressSource' smart constructor.+data GoogleIdentityAccesscontextmanagerV1EgressSource = GoogleIdentityAccesscontextmanagerV1EgressSource+  { -- | An AccessLevel resource name that allows protected resources inside the ServicePerimeters to access outside the ServicePerimeter boundaries. AccessLevels listed must be in the same policy as this ServicePerimeter. Referencing a nonexistent AccessLevel will cause an error. If an AccessLevel name is not specified, only resources within the perimeter can be accessed through Google Cloud calls with request origins within the perimeter. Example: @accessPolicies\/MY_POLICY\/accessLevels\/MY_LEVEL@. If a single @*@ is specified for @access_level@, then all EgressSources will be allowed.+    accessLevel :: (Core.Maybe Core.Text),+    -- | A Google Cloud resource from the service perimeter that you want to allow to access data outside the perimeter. This field supports only projects. The project format is @projects\/{project_number}@. You can\'t use @*@ in this field to allow all Google Cloud resources.+    resource :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1EgressSource' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1EgressSource ::+  GoogleIdentityAccesscontextmanagerV1EgressSource+newGoogleIdentityAccesscontextmanagerV1EgressSource =+  GoogleIdentityAccesscontextmanagerV1EgressSource+    { accessLevel =+        Core.Nothing,+      resource = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1EgressSource+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1EgressSource"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1EgressSource+            Core.<$> (o Core..:? "accessLevel")+            Core.<*> (o Core..:? "resource")+      )++instance+  Core.ToJSON+    GoogleIdentityAccesscontextmanagerV1EgressSource+  where+  toJSON GoogleIdentityAccesscontextmanagerV1EgressSource {..} =+    Core.object+      ( Core.catMaybes+          [ ("accessLevel" Core..=) Core.<$> accessLevel,+            ("resource" Core..=) Core.<$> resource+          ]+      )++-- | Defines the conditions under which an EgressPolicy matches a request. Conditions are based on information about the ApiOperation intended to be performed on the @resources@ specified. Note that if the destination of the request is also protected by a ServicePerimeter, then that ServicePerimeter must have an IngressPolicy which allows access in order for this request to succeed. The request must match @operations@ AND @resources@ fields in order to be allowed egress out of the perimeter.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1EgressTo' smart constructor.+data GoogleIdentityAccesscontextmanagerV1EgressTo = GoogleIdentityAccesscontextmanagerV1EgressTo+  { -- | A list of external resources that are allowed to be accessed. Only AWS and Azure resources are supported. For Amazon S3, the supported formats are s3:\/\/BUCKET/NAME, s3a:\/\/BUCKET/NAME, and s3n:\/\/BUCKET/NAME. For Azure Storage, the supported format is azure:\/\/myaccount.blob.core.windows.net\/CONTAINER/NAME. A request matches if it contains an external resource in this list (Example: s3:\/\/bucket\/path). Currently \'*\' is not allowed.+    externalResources :: (Core.Maybe [Core.Text]),+    -- | A list of ApiOperations allowed to be performed by the sources specified in the corresponding EgressFrom. A request matches if it uses an operation\/service in this list.+    operations :: (Core.Maybe [GoogleIdentityAccesscontextmanagerV1ApiOperation]),+    -- | A list of resources, currently only projects in the form @projects\/@, that are allowed to be accessed by sources defined in the corresponding EgressFrom. A request matches if it contains a resource in this list. If @*@ is specified for @resources@, then this EgressTo rule will authorize access to all resources outside the perimeter.+    resources :: (Core.Maybe [Core.Text])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1EgressTo' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1EgressTo ::+  GoogleIdentityAccesscontextmanagerV1EgressTo+newGoogleIdentityAccesscontextmanagerV1EgressTo =+  GoogleIdentityAccesscontextmanagerV1EgressTo+    { externalResources =+        Core.Nothing,+      operations = Core.Nothing,+      resources = Core.Nothing+    }++instance Core.FromJSON GoogleIdentityAccesscontextmanagerV1EgressTo where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1EgressTo"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1EgressTo+            Core.<$> (o Core..:? "externalResources")+            Core.<*> (o Core..:? "operations")+            Core.<*> (o Core..:? "resources")+      )++instance Core.ToJSON GoogleIdentityAccesscontextmanagerV1EgressTo where+  toJSON GoogleIdentityAccesscontextmanagerV1EgressTo {..} =+    Core.object+      ( Core.catMaybes+          [ ("externalResources" Core..=) Core.<$> externalResources,+            ("operations" Core..=) Core.<$> operations,+            ("resources" Core..=) Core.<$> resources+          ]+      )++-- | Defines the conditions under which an IngressPolicy matches a request. Conditions are based on information about the source of the request. The request must satisfy what is defined in @sources@ AND identity related fields in order to match.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1IngressFrom' smart constructor.+data GoogleIdentityAccesscontextmanagerV1IngressFrom = GoogleIdentityAccesscontextmanagerV1IngressFrom+  { -- | A list of identities that are allowed access through [IngressPolicy]. Identities can be an individual user, service account, Google group, or third-party identity. For third-party identity, only single identities are supported and other identity types are not supported. The @v1@ identities that have the prefix @user@, @group@, @serviceAccount@, and @principal@ in https:\/\/cloud.google.com\/iam\/docs\/principal-identifiers#v1 are supported.+    identities :: (Core.Maybe [Core.Text]),+    -- | Specifies the type of identities that are allowed access from outside the perimeter. If left unspecified, then members of @identities@ field will be allowed access.+    identityType ::+      ( Core.Maybe+          GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType+      ),+    -- | Sources that this IngressPolicy authorizes access from.+    sources :: (Core.Maybe [GoogleIdentityAccesscontextmanagerV1IngressSource])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1IngressFrom' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1IngressFrom ::+  GoogleIdentityAccesscontextmanagerV1IngressFrom+newGoogleIdentityAccesscontextmanagerV1IngressFrom =+  GoogleIdentityAccesscontextmanagerV1IngressFrom+    { identities =+        Core.Nothing,+      identityType = Core.Nothing,+      sources = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1IngressFrom+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1IngressFrom"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1IngressFrom+            Core.<$> (o Core..:? "identities")+            Core.<*> (o Core..:? "identityType")+            Core.<*> (o Core..:? "sources")+      )++instance+  Core.ToJSON+    GoogleIdentityAccesscontextmanagerV1IngressFrom+  where+  toJSON GoogleIdentityAccesscontextmanagerV1IngressFrom {..} =+    Core.object+      ( Core.catMaybes+          [ ("identities" Core..=) Core.<$> identities,+            ("identityType" Core..=) Core.<$> identityType,+            ("sources" Core..=) Core.<$> sources+          ]+      )++-- | Policy for ingress into ServicePerimeter. IngressPolicies match requests based on @ingress_from@ and @ingress_to@ stanzas. For an ingress policy to match, both the @ingress_from@ and @ingress_to@ stanzas must be matched. If an IngressPolicy matches a request, the request is allowed through the perimeter boundary from outside the perimeter. For example, access from the internet can be allowed either based on an AccessLevel or, for traffic hosted on Google Cloud, the project of the source network. For access from private networks, using the project of the hosting network is required. Individual ingress policies can be limited by restricting which services and\/or actions they match using the @ingress_to@ field.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1IngressPolicy' smart constructor.+data GoogleIdentityAccesscontextmanagerV1IngressPolicy = GoogleIdentityAccesscontextmanagerV1IngressPolicy+  { -- | Defines the conditions on the source of a request causing this IngressPolicy to apply.+    ingressFrom :: (Core.Maybe GoogleIdentityAccesscontextmanagerV1IngressFrom),+    -- | Defines the conditions on the ApiOperation and request destination that cause this IngressPolicy to apply.+    ingressTo :: (Core.Maybe GoogleIdentityAccesscontextmanagerV1IngressTo),+    -- | Optional. Human-readable title for the ingress rule. The title must be unique within the perimeter and can not exceed 100 characters. Within the access policy, the combined length of all rule titles must not exceed 240,000 characters.+    title :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1IngressPolicy' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1IngressPolicy ::+  GoogleIdentityAccesscontextmanagerV1IngressPolicy+newGoogleIdentityAccesscontextmanagerV1IngressPolicy =+  GoogleIdentityAccesscontextmanagerV1IngressPolicy+    { ingressFrom =+        Core.Nothing,+      ingressTo = Core.Nothing,+      title = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1IngressPolicy+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1IngressPolicy"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1IngressPolicy+            Core.<$> (o Core..:? "ingressFrom")+            Core.<*> (o Core..:? "ingressTo")+            Core.<*> (o Core..:? "title")+      )++instance+  Core.ToJSON+    GoogleIdentityAccesscontextmanagerV1IngressPolicy+  where+  toJSON GoogleIdentityAccesscontextmanagerV1IngressPolicy {..} =+    Core.object+      ( Core.catMaybes+          [ ("ingressFrom" Core..=) Core.<$> ingressFrom,+            ("ingressTo" Core..=) Core.<$> ingressTo,+            ("title" Core..=) Core.<$> title+          ]+      )++-- | The source that IngressPolicy authorizes access from.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1IngressSource' smart constructor.+data GoogleIdentityAccesscontextmanagerV1IngressSource = GoogleIdentityAccesscontextmanagerV1IngressSource+  { -- | An AccessLevel resource name that allow resources within the ServicePerimeters to be accessed from the internet. AccessLevels listed must be in the same policy as this ServicePerimeter. Referencing a nonexistent AccessLevel will cause an error. If no AccessLevel names are listed, resources within the perimeter can only be accessed via Google Cloud calls with request origins within the perimeter. Example: @accessPolicies\/MY_POLICY\/accessLevels\/MY_LEVEL@. If a single @*@ is specified for @access_level@, then all IngressSources will be allowed.+    accessLevel :: (Core.Maybe Core.Text),+    -- | A Google Cloud resource that is allowed to ingress the perimeter. Requests from these resources will be allowed to access perimeter data. Currently only projects and VPCs are allowed. Project format: @projects\/{project_number}@ VPC network format: @\/\/compute.googleapis.com\/projects\/{PROJECT_ID}\/global\/networks\/{NAME}@. The project may be in any Google Cloud organization, not just the organization that the perimeter is defined in. @*@ is not allowed, the case of allowing all Google Cloud resources only is not supported.+    resource :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1IngressSource' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1IngressSource ::+  GoogleIdentityAccesscontextmanagerV1IngressSource+newGoogleIdentityAccesscontextmanagerV1IngressSource =+  GoogleIdentityAccesscontextmanagerV1IngressSource+    { accessLevel =+        Core.Nothing,+      resource = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1IngressSource+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1IngressSource"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1IngressSource+            Core.<$> (o Core..:? "accessLevel")+            Core.<*> (o Core..:? "resource")+      )++instance+  Core.ToJSON+    GoogleIdentityAccesscontextmanagerV1IngressSource+  where+  toJSON GoogleIdentityAccesscontextmanagerV1IngressSource {..} =+    Core.object+      ( Core.catMaybes+          [ ("accessLevel" Core..=) Core.<$> accessLevel,+            ("resource" Core..=) Core.<$> resource+          ]+      )++-- | Defines the conditions under which an IngressPolicy matches a request. Conditions are based on information about the ApiOperation intended to be performed on the target resource of the request. The request must satisfy what is defined in @operations@ AND @resources@ in order to match.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1IngressTo' smart constructor.+data GoogleIdentityAccesscontextmanagerV1IngressTo = GoogleIdentityAccesscontextmanagerV1IngressTo+  { -- | A list of ApiOperations allowed to be performed by the sources specified in corresponding IngressFrom in this ServicePerimeter.+    operations :: (Core.Maybe [GoogleIdentityAccesscontextmanagerV1ApiOperation]),+    -- | A list of resources, currently only projects in the form @projects\/@, protected by this ServicePerimeter that are allowed to be accessed by sources defined in the corresponding IngressFrom. If a single @*@ is specified, then access to all resources inside the perimeter are allowed.+    resources :: (Core.Maybe [Core.Text])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1IngressTo' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1IngressTo ::+  GoogleIdentityAccesscontextmanagerV1IngressTo+newGoogleIdentityAccesscontextmanagerV1IngressTo =+  GoogleIdentityAccesscontextmanagerV1IngressTo+    { operations =+        Core.Nothing,+      resources = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1IngressTo+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1IngressTo"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1IngressTo+            Core.<$> (o Core..:? "operations")+            Core.<*> (o Core..:? "resources")+      )++instance Core.ToJSON GoogleIdentityAccesscontextmanagerV1IngressTo where+  toJSON GoogleIdentityAccesscontextmanagerV1IngressTo {..} =+    Core.object+      ( Core.catMaybes+          [ ("operations" Core..=) Core.<$> operations,+            ("resources" Core..=) Core.<$> resources+          ]+      )++-- | An allowed method or permission of a service specified in ApiOperation.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1MethodSelector' smart constructor.+data GoogleIdentityAccesscontextmanagerV1MethodSelector = GoogleIdentityAccesscontextmanagerV1MethodSelector+  { -- | A valid method name for the corresponding @service_name@ in ApiOperation. If @*@ is used as the value for the @method@, then ALL methods and permissions are allowed.+    method :: (Core.Maybe Core.Text),+    -- | A valid Cloud IAM permission for the corresponding @service_name@ in ApiOperation.+    permission :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1MethodSelector' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1MethodSelector ::+  GoogleIdentityAccesscontextmanagerV1MethodSelector+newGoogleIdentityAccesscontextmanagerV1MethodSelector =+  GoogleIdentityAccesscontextmanagerV1MethodSelector+    { method =+        Core.Nothing,+      permission = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1MethodSelector+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1MethodSelector"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1MethodSelector+            Core.<$> (o Core..:? "method")+            Core.<*> (o Core..:? "permission")+      )++instance+  Core.ToJSON+    GoogleIdentityAccesscontextmanagerV1MethodSelector+  where+  toJSON GoogleIdentityAccesscontextmanagerV1MethodSelector {..} =+    Core.object+      ( Core.catMaybes+          [ ("method" Core..=) Core.<$> method,+            ("permission" Core..=) Core.<$> permission+          ]+      )++-- | A restriction on the OS type and version of devices making requests.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1OsConstraint' smart constructor.+data GoogleIdentityAccesscontextmanagerV1OsConstraint = GoogleIdentityAccesscontextmanagerV1OsConstraint+  { -- | The minimum allowed OS version. If not set, any version of this OS satisfies the constraint. Format: @\"major.minor.patch\"@. Examples: @\"10.5.301\"@, @\"9.2.1\"@.+    minimumVersion :: (Core.Maybe Core.Text),+    -- | Required. The allowed OS type.+    osType ::+      ( Core.Maybe+          GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType+      ),+    -- | Only allows requests from devices with a verified Chrome OS. Verifications includes requirements that the device is enterprise-managed, conformant to domain policies, and the caller has permission to call the API targeted by the request.+    requireVerifiedChromeOs :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1OsConstraint' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1OsConstraint ::+  GoogleIdentityAccesscontextmanagerV1OsConstraint+newGoogleIdentityAccesscontextmanagerV1OsConstraint =+  GoogleIdentityAccesscontextmanagerV1OsConstraint+    { minimumVersion =+        Core.Nothing,+      osType = Core.Nothing,+      requireVerifiedChromeOs = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1OsConstraint+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1OsConstraint"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1OsConstraint+            Core.<$> (o Core..:? "minimumVersion")+            Core.<*> (o Core..:? "osType")+            Core.<*> (o Core..:? "requireVerifiedChromeOs")+      )++instance+  Core.ToJSON+    GoogleIdentityAccesscontextmanagerV1OsConstraint+  where+  toJSON GoogleIdentityAccesscontextmanagerV1OsConstraint {..} =+    Core.object+      ( Core.catMaybes+          [ ("minimumVersion" Core..=) Core.<$> minimumVersion,+            ("osType" Core..=) Core.<$> osType,+            ("requireVerifiedChromeOs" Core..=)+              Core.<$> requireVerifiedChromeOs+          ]+      )++-- | @ServicePerimeter@ describes a set of Google Cloud resources which can freely import and export data amongst themselves, but not export outside of the @ServicePerimeter@. If a request with a source within this @ServicePerimeter@ has a target outside of the @ServicePerimeter@, the request will be blocked. Otherwise the request is allowed. There are two types of Service Perimeter - Regular and Bridge. Regular Service Perimeters cannot overlap, a single Google Cloud project or VPC network can only belong to a single regular Service Perimeter. Service Perimeter Bridges can contain only Google Cloud projects as members, a single Google Cloud project may belong to multiple Service Perimeter Bridges.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1ServicePerimeter' smart constructor.+data GoogleIdentityAccesscontextmanagerV1ServicePerimeter = GoogleIdentityAccesscontextmanagerV1ServicePerimeter+  { -- | Description of the @ServicePerimeter@ and its use. Does not affect behavior.+    description :: (Core.Maybe Core.Text),+    -- | Optional. An opaque identifier for the current version of the @ServicePerimeter@. This identifier does not follow any specific format. If an etag is not provided, the operation will be performed as if a valid etag is provided.+    etag :: (Core.Maybe Core.Text),+    -- | Identifier. Resource name for the @ServicePerimeter@. Format: @accessPolicies\/{access_policy}\/servicePerimeters\/{service_perimeter}@. The @service_perimeter@ component must begin with a letter, followed by alphanumeric characters or @_@. After you create a @ServicePerimeter@, you cannot change its @name@.+    name :: (Core.Maybe Core.Text),+    -- | Perimeter type indicator. A single project or VPC network is allowed to be a member of single regular perimeter, but multiple service perimeter bridges. A project cannot be a included in a perimeter bridge without being included in regular perimeter. For perimeter bridges, the restricted service list as well as access level lists must be empty.+    perimeterType ::+      ( Core.Maybe+          GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType+      ),+    -- | Proposed (or dry run) ServicePerimeter configuration. This configuration allows to specify and test ServicePerimeter configuration without enforcing actual access restrictions. Only allowed to be set when the \"use/explicit/dry/run/spec\" flag is set.+    spec ::+      ( Core.Maybe+          GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig+      ),+    -- | Current ServicePerimeter configuration. Specifies sets of resources, restricted services and access levels that determine perimeter content and boundaries.+    status ::+      ( Core.Maybe+          GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig+      ),+    -- | Human readable title. Must be unique within the Policy.+    title :: (Core.Maybe Core.Text),+    -- | Use explicit dry run spec flag. Ordinarily, a dry-run spec implicitly exists for all Service Perimeters, and that spec is identical to the status for those Service Perimeters. When this flag is set, it inhibits the generation of the implicit spec, thereby allowing the user to explicitly provide a configuration (\"spec\") to use in a dry-run version of the Service Perimeter. This allows the user to test changes to the enforced config (\"status\") without actually enforcing them. This testing is done through analyzing the differences between currently enforced and suggested restrictions. use/explicit/dry/run/spec must bet set to True if any of the fields in the spec are set to non-default values.+    useExplicitDryRunSpec :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1ServicePerimeter' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1ServicePerimeter ::+  GoogleIdentityAccesscontextmanagerV1ServicePerimeter+newGoogleIdentityAccesscontextmanagerV1ServicePerimeter =+  GoogleIdentityAccesscontextmanagerV1ServicePerimeter+    { description =+        Core.Nothing,+      etag = Core.Nothing,+      name = Core.Nothing,+      perimeterType = Core.Nothing,+      spec = Core.Nothing,+      status = Core.Nothing,+      title = Core.Nothing,+      useExplicitDryRunSpec = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1ServicePerimeter+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1ServicePerimeter"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1ServicePerimeter+            Core.<$> (o Core..:? "description")+            Core.<*> (o Core..:? "etag")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "perimeterType")+            Core.<*> (o Core..:? "spec")+            Core.<*> (o Core..:? "status")+            Core.<*> (o Core..:? "title")+            Core.<*> (o Core..:? "useExplicitDryRunSpec")+      )++instance+  Core.ToJSON+    GoogleIdentityAccesscontextmanagerV1ServicePerimeter+  where+  toJSON GoogleIdentityAccesscontextmanagerV1ServicePerimeter {..} =+    Core.object+      ( Core.catMaybes+          [ ("description" Core..=) Core.<$> description,+            ("etag" Core..=) Core.<$> etag,+            ("name" Core..=) Core.<$> name,+            ("perimeterType" Core..=) Core.<$> perimeterType,+            ("spec" Core..=) Core.<$> spec,+            ("status" Core..=) Core.<$> status,+            ("title" Core..=) Core.<$> title,+            ("useExplicitDryRunSpec" Core..=) Core.<$> useExplicitDryRunSpec+          ]+      )++-- | @ServicePerimeterConfig@ specifies a set of Google Cloud resources that describe specific Service Perimeter configuration.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig' smart constructor.+data GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig = GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig+  { -- | A list of @AccessLevel@ resource names that allow resources within the @ServicePerimeter@ to be accessed from the internet. @AccessLevels@ listed must be in the same policy as this @ServicePerimeter@. Referencing a nonexistent @AccessLevel@ is a syntax error. If no @AccessLevel@ names are listed, resources within the perimeter can only be accessed via Google Cloud calls with request origins within the perimeter. Example: @\"accessPolicies\/MY_POLICY\/accessLevels\/MY_LEVEL\"@. For Service Perimeter Bridge, must be empty.+    accessLevels :: (Core.Maybe [Core.Text]),+    -- | List of EgressPolicies to apply to the perimeter. A perimeter may have multiple EgressPolicies, each of which is evaluated separately. Access is granted if any EgressPolicy grants it. Must be empty for a perimeter bridge.+    egressPolicies :: (Core.Maybe [GoogleIdentityAccesscontextmanagerV1EgressPolicy]),+    -- | List of IngressPolicies to apply to the perimeter. A perimeter may have multiple IngressPolicies, each of which is evaluated separately. Access is granted if any Ingress Policy grants it. Must be empty for a perimeter bridge.+    ingressPolicies :: (Core.Maybe [GoogleIdentityAccesscontextmanagerV1IngressPolicy]),+    -- | A list of Google Cloud resources that are inside of the service perimeter. Currently only projects and VPCs are allowed. Project format: @projects\/{project_number}@ VPC network format: @\/\/compute.googleapis.com\/projects\/{PROJECT_ID}\/global\/networks\/{NAME}@.+    resources :: (Core.Maybe [Core.Text]),+    -- | Google Cloud services that are subject to the Service Perimeter restrictions. For example, if @storage.googleapis.com@ is specified, access to the storage buckets inside the perimeter must meet the perimeter\'s access restrictions.+    restrictedServices :: (Core.Maybe [Core.Text]),+    -- | Configuration for APIs allowed within Perimeter.+    vpcAccessibleServices ::+      ( Core.Maybe+          GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices+      )+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig ::+  GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig+newGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig =+  GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig+    { accessLevels =+        Core.Nothing,+      egressPolicies = Core.Nothing,+      ingressPolicies = Core.Nothing,+      resources = Core.Nothing,+      restrictedServices = Core.Nothing,+      vpcAccessibleServices = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig+            Core.<$> (o Core..:? "accessLevels")+            Core.<*> (o Core..:? "egressPolicies")+            Core.<*> (o Core..:? "ingressPolicies")+            Core.<*> (o Core..:? "resources")+            Core.<*> (o Core..:? "restrictedServices")+            Core.<*> (o Core..:? "vpcAccessibleServices")+      )++instance+  Core.ToJSON+    GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig+  where+  toJSON+    GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig {..} =+      Core.object+        ( Core.catMaybes+            [ ("accessLevels" Core..=) Core.<$> accessLevels,+              ("egressPolicies" Core..=) Core.<$> egressPolicies,+              ("ingressPolicies" Core..=) Core.<$> ingressPolicies,+              ("resources" Core..=) Core.<$> resources,+              ("restrictedServices" Core..=) Core.<$> restrictedServices,+              ("vpcAccessibleServices" Core..=) Core.<$> vpcAccessibleServices+            ]+        )++-- | Specifies how APIs are allowed to communicate within the Service Perimeter.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices' smart constructor.+data GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices = GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices+  { -- | The list of APIs usable within the Service Perimeter. Must be empty unless \'enable_restriction\' is True. You can specify a list of individual services, as well as include the \'RESTRICTED-SERVICES\' value, which automatically includes all of the services protected by the perimeter.+    allowedServices :: (Core.Maybe [Core.Text]),+    -- | Whether to restrict API calls within the Service Perimeter to the list of APIs specified in \'allowed_services\'.+    enableRestriction :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices ::+  GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices+newGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices =+  GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices+    { allowedServices =+        Core.Nothing,+      enableRestriction = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices+            Core.<$> (o Core..:? "allowedServices")+            Core.<*> (o Core..:? "enableRestriction")+      )++instance+  Core.ToJSON+    GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices+  where+  toJSON+    GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices {..} =+      Core.object+        ( Core.catMaybes+            [ ("allowedServices" Core..=) Core.<$> allowedServices,+              ("enableRestriction" Core..=) Core.<$> enableRestriction+            ]+        )++-- | The originating network source in Google Cloud.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1VpcNetworkSource' smart constructor.+newtype GoogleIdentityAccesscontextmanagerV1VpcNetworkSource = GoogleIdentityAccesscontextmanagerV1VpcNetworkSource+  { -- | Sub-segment ranges of a VPC network.+    vpcSubnetwork :: (Core.Maybe GoogleIdentityAccesscontextmanagerV1VpcSubNetwork)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1VpcNetworkSource' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1VpcNetworkSource ::+  GoogleIdentityAccesscontextmanagerV1VpcNetworkSource+newGoogleIdentityAccesscontextmanagerV1VpcNetworkSource =+  GoogleIdentityAccesscontextmanagerV1VpcNetworkSource+    { vpcSubnetwork =+        Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1VpcNetworkSource+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1VpcNetworkSource"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1VpcNetworkSource+            Core.<$> (o Core..:? "vpcSubnetwork")+      )++instance+  Core.ToJSON+    GoogleIdentityAccesscontextmanagerV1VpcNetworkSource+  where+  toJSON GoogleIdentityAccesscontextmanagerV1VpcNetworkSource {..} =+    Core.object+      (Core.catMaybes [("vpcSubnetwork" Core..=) Core.<$> vpcSubnetwork])++-- | Sub-segment ranges inside of a VPC Network.+--+-- /See:/ 'newGoogleIdentityAccesscontextmanagerV1VpcSubNetwork' smart constructor.+data GoogleIdentityAccesscontextmanagerV1VpcSubNetwork = GoogleIdentityAccesscontextmanagerV1VpcSubNetwork+  { -- | Required. Network name. If the network is not part of the organization, the @compute.network.get@ permission must be granted to the caller. Format: @\/\/compute.googleapis.com\/projects\/{PROJECT_ID}\/global\/networks\/{NETWORK_NAME}@ Example: @\/\/compute.googleapis.com\/projects\/my-project\/global\/networks\/network-1@+    network :: (Core.Maybe Core.Text),+    -- | CIDR block IP subnetwork specification. The IP address must be an IPv4 address and can be a public or private IP address. Note that for a CIDR IP address block, the specified IP address portion must be properly truncated (i.e. all the host bits must be zero) or the input is considered malformed. For example, \"192.0.2.0\/24\" is accepted but \"192.0.2.1\/24\" is not. If empty, all IP addresses are allowed.+    vpcIpSubnetworks :: (Core.Maybe [Core.Text])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleIdentityAccesscontextmanagerV1VpcSubNetwork' with the minimum fields required to make a request.+newGoogleIdentityAccesscontextmanagerV1VpcSubNetwork ::+  GoogleIdentityAccesscontextmanagerV1VpcSubNetwork+newGoogleIdentityAccesscontextmanagerV1VpcSubNetwork =+  GoogleIdentityAccesscontextmanagerV1VpcSubNetwork+    { network =+        Core.Nothing,+      vpcIpSubnetworks = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleIdentityAccesscontextmanagerV1VpcSubNetwork+  where+  parseJSON =+    Core.withObject+      "GoogleIdentityAccesscontextmanagerV1VpcSubNetwork"+      ( \o ->+          GoogleIdentityAccesscontextmanagerV1VpcSubNetwork+            Core.<$> (o Core..:? "network")+            Core.<*> (o Core..:? "vpcIpSubnetworks")+      )++instance+  Core.ToJSON+    GoogleIdentityAccesscontextmanagerV1VpcSubNetwork+  where+  toJSON GoogleIdentityAccesscontextmanagerV1VpcSubNetwork {..} =+    Core.object+      ( Core.catMaybes+          [ ("network" Core..=) Core.<$> network,+            ("vpcIpSubnetworks" Core..=) Core.<$> vpcIpSubnetworks+          ]+      )++-- | This resource represents a long-running operation that is the result of a network API call.+--+-- /See:/ 'newOperation' smart constructor.+data Operation = Operation+  { -- | If the value is @false@, it means the operation is still in progress. If @true@, the operation is completed, and either @error@ or @response@ is available.+    done :: (Core.Maybe Core.Bool),+    -- | The error result of the operation in case of failure or cancellation.+    error :: (Core.Maybe Status),+    -- | Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.+    metadata :: (Core.Maybe Operation_Metadata),+    -- | The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the @name@ should be a resource name ending with @operations\/{unique_id}@.+    name :: (Core.Maybe Core.Text),+    -- | The normal, successful response of the operation. If the original method returns no data on success, such as @Delete@, the response is @google.protobuf.Empty@. If the original method is standard @Get@\/@Create@\/@Update@, the response should be the resource. For other methods, the response should have the type @XxxResponse@, where @Xxx@ is the original method name. For example, if the original method name is @TakeSnapshot()@, the inferred response type is @TakeSnapshotResponse@.+    response :: (Core.Maybe Operation_Response)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Operation' with the minimum fields required to make a request.+newOperation ::+  Operation+newOperation =+  Operation+    { done = Core.Nothing,+      error = Core.Nothing,+      metadata = Core.Nothing,+      name = Core.Nothing,+      response = Core.Nothing+    }++instance Core.FromJSON Operation where+  parseJSON =+    Core.withObject+      "Operation"+      ( \o ->+          Operation+            Core.<$> (o Core..:? "done")+            Core.<*> (o Core..:? "error")+            Core.<*> (o Core..:? "metadata")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "response")+      )++instance Core.ToJSON Operation where+  toJSON Operation {..} =+    Core.object+      ( Core.catMaybes+          [ ("done" Core..=) Core.<$> done,+            ("error" Core..=) Core.<$> error,+            ("metadata" Core..=) Core.<$> metadata,+            ("name" Core..=) Core.<$> name,+            ("response" Core..=) Core.<$> response+          ]+      )++-- | Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.+--+-- /See:/ 'newOperation_Metadata' smart constructor.+newtype Operation_Metadata = Operation_Metadata+  { -- | Properties of the object. Contains field \@type with type URL.+    additional :: (Core.HashMap Core.Text Core.Value)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Operation_Metadata' with the minimum fields required to make a request.+newOperation_Metadata ::+  -- |  Properties of the object. Contains field \@type with type URL. See 'additional'.+  Core.HashMap Core.Text Core.Value ->+  Operation_Metadata+newOperation_Metadata additional =+  Operation_Metadata {additional = additional}++instance Core.FromJSON Operation_Metadata where+  parseJSON =+    Core.withObject+      "Operation_Metadata"+      (\o -> Operation_Metadata Core.<$> (Core.parseJSONObject o))++instance Core.ToJSON Operation_Metadata where+  toJSON Operation_Metadata {..} = Core.toJSON additional++-- | The normal, successful response of the operation. If the original method returns no data on success, such as @Delete@, the response is @google.protobuf.Empty@. If the original method is standard @Get@\/@Create@\/@Update@, the response should be the resource. For other methods, the response should have the type @XxxResponse@, where @Xxx@ is the original method name. For example, if the original method name is @TakeSnapshot()@, the inferred response type is @TakeSnapshotResponse@.+--+-- /See:/ 'newOperation_Response' smart constructor.+newtype Operation_Response = Operation_Response+  { -- | Properties of the object. Contains field \@type with type URL.+    additional :: (Core.HashMap Core.Text Core.Value)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Operation_Response' with the minimum fields required to make a request.+newOperation_Response ::+  -- |  Properties of the object. Contains field \@type with type URL. See 'additional'.+  Core.HashMap Core.Text Core.Value ->+  Operation_Response+newOperation_Response additional =+  Operation_Response {additional = additional}++instance Core.FromJSON Operation_Response where+  parseJSON =+    Core.withObject+      "Operation_Response"+      (\o -> Operation_Response Core.<$> (Core.parseJSONObject o))++instance Core.ToJSON Operation_Response where+  toJSON Operation_Response {..} = Core.toJSON additional++-- | An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A @Policy@ is a collection of @bindings@. A @binding@ binds one or more @members@, or principals, to a single @role@. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A @role@ is a named list of permissions; each @role@ can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a @binding@ can also specify a @condition@, which is a logical expression that allows access to a resource only if the expression evaluates to @true@. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the <https://cloud.google.com/iam/help/conditions/resource-policies IAM documentation>. __JSON example:__+-- @{ \"bindings\": [ { \"role\": \"roles\/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike\@example.com\", \"group:admins\@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id\@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles\/resourcemanager.organizationViewer\", \"members\": [ \"user:eve\@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time \< timestamp(\'2020-10-01T00:00:00.000Z\')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 }@ __YAML example:__+-- @bindings: - members: - user:mike\@example.com - group:admins\@example.com - domain:google.com - serviceAccount:my-project-id\@appspot.gserviceaccount.com role: roles\/resourcemanager.organizationAdmin - members: - user:eve\@example.com role: roles\/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time \< timestamp(\'2020-10-01T00:00:00.000Z\') etag: BwWWja0YfJA= version: 3@ For a description of IAM and its features, see the <https://cloud.google.com/iam/docs/ IAM documentation>.+--+-- /See:/ 'newPolicy' smart constructor.+data Policy = Policy+  { -- | Specifies cloud audit logging configuration for this policy.+    auditConfigs :: (Core.Maybe [AuditConfig]),+    -- | Associates a list of @members@, or principals, with a @role@. Optionally, may specify a @condition@ that determines how and when the @bindings@ are applied. Each of the @bindings@ must contain at least one principal. The @bindings@ in a @Policy@ can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the @bindings@ grant 50 different roles to @user:alice\@example.com@, and not to any other principal, then you can add another 1,450 principals to the @bindings@ in the @Policy@.+    bindings :: (Core.Maybe [Binding]),+    -- | @etag@ is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the @etag@ in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An @etag@ is returned in the response to @getIamPolicy@, and systems are expected to put that etag in the request to @setIamPolicy@ to ensure that their change will be applied to the same version of the policy. __Important:__ If you use IAM Conditions, you must include the @etag@ field whenever you call @setIamPolicy@. If you omit this field, then IAM allows you to overwrite a version @3@ policy with a version @1@ policy, and all of the conditions in the version @3@ policy are lost.+    etag :: (Core.Maybe Core.Base64),+    -- | Specifies the format of the policy. Valid values are @0@, @1@, and @3@. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version @3@. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions __Important:__ If you use IAM Conditions, you must include the @etag@ field whenever you call @setIamPolicy@. If you omit this field, then IAM allows you to overwrite a version @3@ policy with a version @1@ policy, and all of the conditions in the version @3@ policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the+    -- <https://cloud.google.com/iam/help/conditions/resource-policies IAM documentation>.+    version :: (Core.Maybe Core.Int32)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Policy' with the minimum fields required to make a request.+newPolicy ::+  Policy+newPolicy =+  Policy+    { auditConfigs = Core.Nothing,+      bindings = Core.Nothing,+      etag = Core.Nothing,+      version = Core.Nothing+    }++instance Core.FromJSON Policy where+  parseJSON =+    Core.withObject+      "Policy"+      ( \o ->+          Policy+            Core.<$> (o Core..:? "auditConfigs")+            Core.<*> (o Core..:? "bindings")+            Core.<*> (o Core..:? "etag")+            Core.<*> (o Core..:? "version")+      )++instance Core.ToJSON Policy where+  toJSON Policy {..} =+    Core.object+      ( Core.catMaybes+          [ ("auditConfigs" Core..=) Core.<$> auditConfigs,+            ("bindings" Core..=) Core.<$> bindings,+            ("etag" Core..=) Core.<$> etag,+            ("version" Core..=) Core.<$> version+          ]+      )++-- | The @Status@ type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by <https://github.com/grpc gRPC>. Each @Status@ message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the <https://cloud.google.com/apis/design/errors API Design Guide>.+--+-- /See:/ 'newStatus' smart constructor.+data Status = Status+  { -- | The status code, which should be an enum value of google.rpc.Code.+    code :: (Core.Maybe Core.Int32),+    -- | A list of messages that carry the error details. There is a common set of message types for APIs to use.+    details :: (Core.Maybe [Status_DetailsItem]),+    -- | A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.+    message :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Status' with the minimum fields required to make a request.+newStatus ::+  Status+newStatus =+  Status+    { code = Core.Nothing,+      details = Core.Nothing,+      message = Core.Nothing+    }++instance Core.FromJSON Status where+  parseJSON =+    Core.withObject+      "Status"+      ( \o ->+          Status+            Core.<$> (o Core..:? "code")+            Core.<*> (o Core..:? "details")+            Core.<*> (o Core..:? "message")+      )++instance Core.ToJSON Status where+  toJSON Status {..} =+    Core.object+      ( Core.catMaybes+          [ ("code" Core..=) Core.<$> code,+            ("details" Core..=) Core.<$> details,+            ("message" Core..=) Core.<$> message+          ]+      )++--+-- /See:/ 'newStatus_DetailsItem' smart constructor.+newtype Status_DetailsItem = Status_DetailsItem+  { -- | Properties of the object. Contains field \@type with type URL.+    additional :: (Core.HashMap Core.Text Core.Value)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Status_DetailsItem' with the minimum fields required to make a request.+newStatus_DetailsItem ::+  -- |  Properties of the object. Contains field \@type with type URL. See 'additional'.+  Core.HashMap Core.Text Core.Value ->+  Status_DetailsItem+newStatus_DetailsItem additional =+  Status_DetailsItem {additional = additional}++instance Core.FromJSON Status_DetailsItem where+  parseJSON =+    Core.withObject+      "Status_DetailsItem"+      (\o -> Status_DetailsItem Core.<$> (Core.parseJSONObject o))++instance Core.ToJSON Status_DetailsItem where+  toJSON Status_DetailsItem {..} = Core.toJSON additional
+ gen/Gogol/CloudAsset/Internal/Sum.hs view
@@ -0,0 +1,601 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.CloudAsset.Internal.Sum+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+module Gogol.CloudAsset.Internal.Sum+  ( -- * Xgafv+    Xgafv+      ( Xgafv_1,+        Xgafv_2,+        ..+      ),++    -- * AuditLogConfig_LogType+    AuditLogConfig_LogType+      ( AuditLogConfig_LogType_LOGTYPEUNSPECIFIED,+        AuditLogConfig_LogType_ADMINREAD,+        AuditLogConfig_LogType_DATAWRITE,+        AuditLogConfig_LogType_DATAREAD,+        ..+      ),++    -- * GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType+    GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType+      ( GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_CONTENTTYPEUNSPECIFIED,+        GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_Resource,+        GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_IAMPOLICY,+        GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_ORGPOLICY,+        GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_ACCESSPOLICY,+        GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_Relationship,+        ..+      ),++    -- * GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey+    GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey+      ( GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey_PARTITIONKEYUNSPECIFIED,+        GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey_READTIME,+        GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey_REQUESTTIME,+        ..+      ),++    -- * GoogleCloudOrgpolicyV1ListPolicy_AllValues+    GoogleCloudOrgpolicyV1ListPolicy_AllValues+      ( GoogleCloudOrgpolicyV1ListPolicy_AllValues_ALLVALUESUNSPECIFIED,+        GoogleCloudOrgpolicyV1ListPolicy_AllValues_Allow,+        GoogleCloudOrgpolicyV1ListPolicy_AllValues_Deny,+        ..+      ),++    -- * GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction+    GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction+      ( GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction_And,+        GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction_OR,+        ..+      ),++    -- * GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem+    GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem+      ( GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem_MANAGEMENTUNSPECIFIED,+        GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem_None,+        GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem_Basic,+        GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem_Complete,+        ..+      ),++    -- * GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem+    GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem+      ( GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem_ENCRYPTIONUNSPECIFIED,+        GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem_ENCRYPTIONUNSUPPORTED,+        GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem_Unencrypted,+        GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem_Encrypted,+        ..+      ),++    -- * GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType+    GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType+      ( GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType_IDENTITYTYPEUNSPECIFIED,+        GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType_ANYIDENTITY,+        GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType_ANYUSERACCOUNT,+        GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType_ANYSERVICEACCOUNT,+        ..+      ),++    -- * GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction+    GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction+      ( GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction_SOURCERESTRICTIONUNSPECIFIED,+        GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction_SOURCERESTRICTIONENABLED,+        GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction_SOURCERESTRICTIONDISABLED,+        ..+      ),++    -- * GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType+    GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType+      ( GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType_IDENTITYTYPEUNSPECIFIED,+        GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType_ANYIDENTITY,+        GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType_ANYUSERACCOUNT,+        GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType_ANYSERVICEACCOUNT,+        ..+      ),++    -- * GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType+    GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType+      ( GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_OSUNSPECIFIED,+        GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_DESKTOPMAC,+        GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_DESKTOPWINDOWS,+        GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_DESKTOPLINUX,+        GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_DESKTOPCHROMEOS,+        GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_Android,+        GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_Ios,+        ..+      ),++    -- * GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType+    GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType+      ( GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType_PERIMETERTYPEREGULAR,+        GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType_PERIMETERTYPEBRIDGE,+        ..+      ),+  )+where++import Gogol.Prelude qualified as Core++-- | V1 error format.+newtype Xgafv = Xgafv {fromXgafv :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | v1 error format+pattern Xgafv_1 :: Xgafv+pattern Xgafv_1 = Xgafv "1"++-- | v2 error format+pattern Xgafv_2 :: Xgafv+pattern Xgafv_2 = Xgafv "2"++{-# COMPLETE+  Xgafv_1,+  Xgafv_2,+  Xgafv+  #-}++-- | The log type that this config enables.+newtype AuditLogConfig_LogType = AuditLogConfig_LogType {fromAuditLogConfig_LogType :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | Default case. Should never be this.+pattern AuditLogConfig_LogType_LOGTYPEUNSPECIFIED :: AuditLogConfig_LogType+pattern AuditLogConfig_LogType_LOGTYPEUNSPECIFIED = AuditLogConfig_LogType "LOG_TYPE_UNSPECIFIED"++-- | Admin reads. Example: CloudIAM getIamPolicy+pattern AuditLogConfig_LogType_ADMINREAD :: AuditLogConfig_LogType+pattern AuditLogConfig_LogType_ADMINREAD = AuditLogConfig_LogType "ADMIN_READ"++-- | Data writes. Example: CloudSQL Users create+pattern AuditLogConfig_LogType_DATAWRITE :: AuditLogConfig_LogType+pattern AuditLogConfig_LogType_DATAWRITE = AuditLogConfig_LogType "DATA_WRITE"++-- | Data reads. Example: CloudSQL Users list+pattern AuditLogConfig_LogType_DATAREAD :: AuditLogConfig_LogType+pattern AuditLogConfig_LogType_DATAREAD = AuditLogConfig_LogType "DATA_READ"++{-# COMPLETE+  AuditLogConfig_LogType_LOGTYPEUNSPECIFIED,+  AuditLogConfig_LogType_ADMINREAD,+  AuditLogConfig_LogType_DATAWRITE,+  AuditLogConfig_LogType_DATAREAD,+  AuditLogConfig_LogType+  #-}++-- | Asset content type. If not specified, no content but the asset name will be returned.+newtype GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType = GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType {fromGoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | Unspecified content type.+pattern GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_CONTENTTYPEUNSPECIFIED :: GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType+pattern GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_CONTENTTYPEUNSPECIFIED = GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType "CONTENT_TYPE_UNSPECIFIED"++-- | Resource metadata.+pattern GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_Resource :: GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType+pattern GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_Resource = GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType "RESOURCE"++-- | The actual IAM policy set on a resource.+pattern GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_IAMPOLICY :: GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType+pattern GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_IAMPOLICY = GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType "IAM_POLICY"++-- | The organization policy set on an asset.+pattern GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_ORGPOLICY :: GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType+pattern GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_ORGPOLICY = GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType "ORG_POLICY"++-- | The Access Context Manager policy set on an asset.+pattern GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_ACCESSPOLICY :: GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType+pattern GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_ACCESSPOLICY = GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType "ACCESS_POLICY"++-- | The related resources.+pattern GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_Relationship :: GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType+pattern GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_Relationship = GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType "RELATIONSHIP"++{-# COMPLETE+  GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_CONTENTTYPEUNSPECIFIED,+  GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_Resource,+  GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_IAMPOLICY,+  GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_ORGPOLICY,+  GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_ACCESSPOLICY,+  GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType_Relationship,+  GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType+  #-}++-- | The partition key for BigQuery partitioned table.+newtype GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey = GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey {fromGoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | Unspecified partition key. If used, it means using non-partitioned table.+pattern GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey_PARTITIONKEYUNSPECIFIED :: GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey+pattern GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey_PARTITIONKEYUNSPECIFIED = GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey "PARTITION_KEY_UNSPECIFIED"++-- | The time when the snapshot is taken. If specified as partition key, the result table(s) is partitioned by the additional timestamp column, readTime. If [read_time] in ExportAssetsRequest is specified, the readTime column\'s value will be the same as it. Otherwise, its value will be the current time that is used to take the snapshot.+pattern GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey_READTIME :: GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey+pattern GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey_READTIME = GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey "READ_TIME"++-- | The time when the request is received and started to be processed. If specified as partition key, the result table(s) is partitioned by the requestTime column, an additional timestamp column representing when the request was received.+pattern GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey_REQUESTTIME :: GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey+pattern GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey_REQUESTTIME = GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey "REQUEST_TIME"++{-# COMPLETE+  GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey_PARTITIONKEYUNSPECIFIED,+  GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey_READTIME,+  GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey_REQUESTTIME,+  GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey+  #-}++-- | The policy all_values state.+newtype GoogleCloudOrgpolicyV1ListPolicy_AllValues = GoogleCloudOrgpolicyV1ListPolicy_AllValues {fromGoogleCloudOrgpolicyV1ListPolicy_AllValues :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | Indicates that allowed/values or denied/values must be set.+pattern GoogleCloudOrgpolicyV1ListPolicy_AllValues_ALLVALUESUNSPECIFIED :: GoogleCloudOrgpolicyV1ListPolicy_AllValues+pattern GoogleCloudOrgpolicyV1ListPolicy_AllValues_ALLVALUESUNSPECIFIED = GoogleCloudOrgpolicyV1ListPolicy_AllValues "ALL_VALUES_UNSPECIFIED"++-- | A policy with this set allows all values.+pattern GoogleCloudOrgpolicyV1ListPolicy_AllValues_Allow :: GoogleCloudOrgpolicyV1ListPolicy_AllValues+pattern GoogleCloudOrgpolicyV1ListPolicy_AllValues_Allow = GoogleCloudOrgpolicyV1ListPolicy_AllValues "ALLOW"++-- | A policy with this set denies all values.+pattern GoogleCloudOrgpolicyV1ListPolicy_AllValues_Deny :: GoogleCloudOrgpolicyV1ListPolicy_AllValues+pattern GoogleCloudOrgpolicyV1ListPolicy_AllValues_Deny = GoogleCloudOrgpolicyV1ListPolicy_AllValues "DENY"++{-# COMPLETE+  GoogleCloudOrgpolicyV1ListPolicy_AllValues_ALLVALUESUNSPECIFIED,+  GoogleCloudOrgpolicyV1ListPolicy_AllValues_Allow,+  GoogleCloudOrgpolicyV1ListPolicy_AllValues_Deny,+  GoogleCloudOrgpolicyV1ListPolicy_AllValues+  #-}++-- | How the @conditions@ list should be combined to determine if a request is granted this @AccessLevel@. If AND is used, each @Condition@ in @conditions@ must be satisfied for the @AccessLevel@ to be applied. If OR is used, at least one @Condition@ in @conditions@ must be satisfied for the @AccessLevel@ to be applied. Default behavior is AND.+newtype GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction = GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction {fromGoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | All @Conditions@ must be true for the @BasicLevel@ to be true.+pattern GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction_And :: GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction+pattern GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction_And = GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction "AND"++-- | If at least one @Condition@ is true, then the @BasicLevel@ is true.+pattern GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction_OR :: GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction+pattern GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction_OR = GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction "OR"++{-# COMPLETE+  GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction_And,+  GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction_OR,+  GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction+  #-}++newtype GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem = GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem {fromGoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | The device\'s management level is not specified or not known.+pattern GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem_MANAGEMENTUNSPECIFIED :: GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem+pattern GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem_MANAGEMENTUNSPECIFIED = GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem "MANAGEMENT_UNSPECIFIED"++-- | The device is not managed.+pattern GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem_None :: GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem+pattern GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem_None = GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem "NONE"++-- | Basic management is enabled, which is generally limited to monitoring and wiping the corporate account.+pattern GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem_Basic :: GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem+pattern GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem_Basic = GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem "BASIC"++-- | Complete device management. This includes more thorough monitoring and the ability to directly manage the device (such as remote wiping). This can be enabled through the Android Enterprise Platform.+pattern GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem_Complete :: GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem+pattern GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem_Complete = GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem "COMPLETE"++{-# COMPLETE+  GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem_MANAGEMENTUNSPECIFIED,+  GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem_None,+  GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem_Basic,+  GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem_Complete,+  GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem+  #-}++newtype GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem = GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem {fromGoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | The encryption status of the device is not specified or not known.+pattern GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem_ENCRYPTIONUNSPECIFIED :: GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem+pattern GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem_ENCRYPTIONUNSPECIFIED = GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem "ENCRYPTION_UNSPECIFIED"++-- | The device does not support encryption.+pattern GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem_ENCRYPTIONUNSUPPORTED :: GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem+pattern GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem_ENCRYPTIONUNSUPPORTED = GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem "ENCRYPTION_UNSUPPORTED"++-- | The device supports encryption, but is currently unencrypted.+pattern GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem_Unencrypted :: GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem+pattern GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem_Unencrypted = GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem "UNENCRYPTED"++-- | The device is encrypted.+pattern GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem_Encrypted :: GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem+pattern GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem_Encrypted = GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem "ENCRYPTED"++{-# COMPLETE+  GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem_ENCRYPTIONUNSPECIFIED,+  GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem_ENCRYPTIONUNSUPPORTED,+  GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem_Unencrypted,+  GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem_Encrypted,+  GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem+  #-}++-- | Specifies the type of identities that are allowed access to outside the perimeter. If left unspecified, then members of @identities@ field will be allowed access.+newtype GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType = GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType {fromGoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | No blanket identity group specified.+pattern GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType_IDENTITYTYPEUNSPECIFIED :: GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType+pattern GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType_IDENTITYTYPEUNSPECIFIED = GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType "IDENTITY_TYPE_UNSPECIFIED"++-- | Authorize access from all identities outside the perimeter.+pattern GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType_ANYIDENTITY :: GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType+pattern GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType_ANYIDENTITY = GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType "ANY_IDENTITY"++-- | Authorize access from all human users outside the perimeter.+pattern GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType_ANYUSERACCOUNT :: GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType+pattern GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType_ANYUSERACCOUNT = GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType "ANY_USER_ACCOUNT"++-- | Authorize access from all service accounts outside the perimeter.+pattern GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType_ANYSERVICEACCOUNT :: GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType+pattern GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType_ANYSERVICEACCOUNT = GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType "ANY_SERVICE_ACCOUNT"++{-# COMPLETE+  GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType_IDENTITYTYPEUNSPECIFIED,+  GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType_ANYIDENTITY,+  GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType_ANYUSERACCOUNT,+  GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType_ANYSERVICEACCOUNT,+  GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType+  #-}++-- | Whether to enforce traffic restrictions based on @sources@ field. If the @sources@ fields is non-empty, then this field must be set to @SOURCE_RESTRICTION_ENABLED@.+newtype GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction = GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction {fromGoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | Enforcement preference unspecified, will not enforce traffic restrictions based on @sources@ in EgressFrom.+pattern GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction_SOURCERESTRICTIONUNSPECIFIED :: GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction+pattern GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction_SOURCERESTRICTIONUNSPECIFIED = GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction "SOURCE_RESTRICTION_UNSPECIFIED"++-- | Enforcement preference enabled, traffic restrictions will be enforced based on @sources@ in EgressFrom.+pattern GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction_SOURCERESTRICTIONENABLED :: GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction+pattern GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction_SOURCERESTRICTIONENABLED = GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction "SOURCE_RESTRICTION_ENABLED"++-- | Enforcement preference disabled, will not enforce traffic restrictions based on @sources@ in EgressFrom.+pattern GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction_SOURCERESTRICTIONDISABLED :: GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction+pattern GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction_SOURCERESTRICTIONDISABLED = GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction "SOURCE_RESTRICTION_DISABLED"++{-# COMPLETE+  GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction_SOURCERESTRICTIONUNSPECIFIED,+  GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction_SOURCERESTRICTIONENABLED,+  GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction_SOURCERESTRICTIONDISABLED,+  GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction+  #-}++-- | Specifies the type of identities that are allowed access from outside the perimeter. If left unspecified, then members of @identities@ field will be allowed access.+newtype GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType = GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType {fromGoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | No blanket identity group specified.+pattern GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType_IDENTITYTYPEUNSPECIFIED :: GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType+pattern GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType_IDENTITYTYPEUNSPECIFIED = GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType "IDENTITY_TYPE_UNSPECIFIED"++-- | Authorize access from all identities outside the perimeter.+pattern GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType_ANYIDENTITY :: GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType+pattern GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType_ANYIDENTITY = GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType "ANY_IDENTITY"++-- | Authorize access from all human users outside the perimeter.+pattern GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType_ANYUSERACCOUNT :: GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType+pattern GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType_ANYUSERACCOUNT = GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType "ANY_USER_ACCOUNT"++-- | Authorize access from all service accounts outside the perimeter.+pattern GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType_ANYSERVICEACCOUNT :: GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType+pattern GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType_ANYSERVICEACCOUNT = GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType "ANY_SERVICE_ACCOUNT"++{-# COMPLETE+  GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType_IDENTITYTYPEUNSPECIFIED,+  GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType_ANYIDENTITY,+  GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType_ANYUSERACCOUNT,+  GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType_ANYSERVICEACCOUNT,+  GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType+  #-}++-- | Required. The allowed OS type.+newtype GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType = GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType {fromGoogleIdentityAccesscontextmanagerV1OsConstraint_OsType :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | The operating system of the device is not specified or not known.+pattern GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_OSUNSPECIFIED :: GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType+pattern GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_OSUNSPECIFIED = GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType "OS_UNSPECIFIED"++-- | A desktop Mac operating system.+pattern GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_DESKTOPMAC :: GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType+pattern GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_DESKTOPMAC = GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType "DESKTOP_MAC"++-- | A desktop Windows operating system.+pattern GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_DESKTOPWINDOWS :: GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType+pattern GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_DESKTOPWINDOWS = GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType "DESKTOP_WINDOWS"++-- | A desktop Linux operating system.+pattern GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_DESKTOPLINUX :: GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType+pattern GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_DESKTOPLINUX = GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType "DESKTOP_LINUX"++-- | A desktop ChromeOS operating system.+pattern GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_DESKTOPCHROMEOS :: GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType+pattern GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_DESKTOPCHROMEOS = GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType "DESKTOP_CHROME_OS"++-- | An Android operating system.+pattern GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_Android :: GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType+pattern GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_Android = GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType "ANDROID"++-- | An iOS operating system.+pattern GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_Ios :: GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType+pattern GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_Ios = GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType "IOS"++{-# COMPLETE+  GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_OSUNSPECIFIED,+  GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_DESKTOPMAC,+  GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_DESKTOPWINDOWS,+  GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_DESKTOPLINUX,+  GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_DESKTOPCHROMEOS,+  GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_Android,+  GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType_Ios,+  GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType+  #-}++-- | Perimeter type indicator. A single project or VPC network is allowed to be a member of single regular perimeter, but multiple service perimeter bridges. A project cannot be a included in a perimeter bridge without being included in regular perimeter. For perimeter bridges, the restricted service list as well as access level lists must be empty.+newtype GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType = GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType {fromGoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | Regular Perimeter. When no value is specified, the perimeter uses this type.+pattern GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType_PERIMETERTYPEREGULAR :: GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType+pattern GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType_PERIMETERTYPEREGULAR = GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType "PERIMETER_TYPE_REGULAR"++-- | Perimeter Bridge.+pattern GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType_PERIMETERTYPEBRIDGE :: GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType+pattern GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType_PERIMETERTYPEBRIDGE = GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType "PERIMETER_TYPE_BRIDGE"++{-# COMPLETE+  GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType_PERIMETERTYPEREGULAR,+  GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType_PERIMETERTYPEBRIDGE,+  GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType+  #-}
+ gen/Gogol/CloudAsset/Operations/Get.hs view
@@ -0,0 +1,107 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.CloudAsset.Operations.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.+--+-- /See:/ <https://cloud.google.com/asset-inventory/docs/quickstart Cloud Asset API Reference> for @cloudasset.operations.get@.+module Gogol.CloudAsset.Operations.Get+  ( -- * Resource+    CloudAssetOperationsGetResource,++    -- ** Constructing a Request+    CloudAssetOperationsGet (..),+    newCloudAssetOperationsGet,+  )+where++import Gogol.CloudAsset.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @cloudasset.operations.get@ method which the+-- 'CloudAssetOperationsGet' request conforms to.+type CloudAssetOperationsGetResource =+  "v1p7beta1"+    Core.:> Core.Capture "name" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Operation++-- | Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.+--+-- /See:/ 'newCloudAssetOperationsGet' smart constructor.+data CloudAssetOperationsGet = CloudAssetOperationsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the operation resource.+    name :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CloudAssetOperationsGet' with the minimum fields required to make a request.+newCloudAssetOperationsGet ::+  -- |  The name of the operation resource. See 'name'.+  Core.Text ->+  CloudAssetOperationsGet+newCloudAssetOperationsGet name =+  CloudAssetOperationsGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest CloudAssetOperationsGet where+  type Rs CloudAssetOperationsGet = Operation+  type Scopes CloudAssetOperationsGet = '[CloudPlatform'FullControl]+  requestClient CloudAssetOperationsGet {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      cloudAssetService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy CloudAssetOperationsGetResource)+          Core.mempty
+ gen/Gogol/CloudAsset/Types.hs view
@@ -0,0 +1,285 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.CloudAsset.Types+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+module Gogol.CloudAsset.Types+  ( -- * Configuration+    cloudAssetService,++    -- * OAuth Scopes+    CloudPlatform'FullControl,++    -- * Types++    -- ** Xgafv+    Xgafv (..),++    -- ** AnalyzeIamPolicyLongrunningMetadata+    AnalyzeIamPolicyLongrunningMetadata (..),+    newAnalyzeIamPolicyLongrunningMetadata,++    -- ** AnalyzeIamPolicyLongrunningResponse+    AnalyzeIamPolicyLongrunningResponse (..),+    newAnalyzeIamPolicyLongrunningResponse,++    -- ** AuditConfig+    AuditConfig (..),+    newAuditConfig,++    -- ** AuditLogConfig+    AuditLogConfig (..),+    newAuditLogConfig,++    -- ** AuditLogConfig_LogType+    AuditLogConfig_LogType (..),++    -- ** Binding+    Binding (..),+    newBinding,++    -- ** Expr+    Expr (..),+    newExpr,++    -- ** GoogleCloudAssetV1p7beta1Asset+    GoogleCloudAssetV1p7beta1Asset (..),+    newGoogleCloudAssetV1p7beta1Asset,++    -- ** GoogleCloudAssetV1p7beta1BigQueryDestination+    GoogleCloudAssetV1p7beta1BigQueryDestination (..),+    newGoogleCloudAssetV1p7beta1BigQueryDestination,++    -- ** GoogleCloudAssetV1p7beta1ExportAssetsRequest+    GoogleCloudAssetV1p7beta1ExportAssetsRequest (..),+    newGoogleCloudAssetV1p7beta1ExportAssetsRequest,++    -- ** GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType+    GoogleCloudAssetV1p7beta1ExportAssetsRequest_ContentType (..),++    -- ** GoogleCloudAssetV1p7beta1GcsDestination+    GoogleCloudAssetV1p7beta1GcsDestination (..),+    newGoogleCloudAssetV1p7beta1GcsDestination,++    -- ** GoogleCloudAssetV1p7beta1OutputConfig+    GoogleCloudAssetV1p7beta1OutputConfig (..),+    newGoogleCloudAssetV1p7beta1OutputConfig,++    -- ** GoogleCloudAssetV1p7beta1PartitionSpec+    GoogleCloudAssetV1p7beta1PartitionSpec (..),+    newGoogleCloudAssetV1p7beta1PartitionSpec,++    -- ** GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey+    GoogleCloudAssetV1p7beta1PartitionSpec_PartitionKey (..),++    -- ** GoogleCloudAssetV1p7beta1RelatedAsset+    GoogleCloudAssetV1p7beta1RelatedAsset (..),+    newGoogleCloudAssetV1p7beta1RelatedAsset,++    -- ** GoogleCloudAssetV1p7beta1RelatedAssets+    GoogleCloudAssetV1p7beta1RelatedAssets (..),+    newGoogleCloudAssetV1p7beta1RelatedAssets,++    -- ** GoogleCloudAssetV1p7beta1RelationshipAttributes+    GoogleCloudAssetV1p7beta1RelationshipAttributes (..),+    newGoogleCloudAssetV1p7beta1RelationshipAttributes,++    -- ** GoogleCloudAssetV1p7beta1Resource+    GoogleCloudAssetV1p7beta1Resource (..),+    newGoogleCloudAssetV1p7beta1Resource,++    -- ** GoogleCloudAssetV1p7beta1Resource_Data+    GoogleCloudAssetV1p7beta1Resource_Data (..),+    newGoogleCloudAssetV1p7beta1Resource_Data,++    -- ** GoogleCloudOrgpolicyV1BooleanPolicy+    GoogleCloudOrgpolicyV1BooleanPolicy (..),+    newGoogleCloudOrgpolicyV1BooleanPolicy,++    -- ** GoogleCloudOrgpolicyV1ListPolicy+    GoogleCloudOrgpolicyV1ListPolicy (..),+    newGoogleCloudOrgpolicyV1ListPolicy,++    -- ** GoogleCloudOrgpolicyV1ListPolicy_AllValues+    GoogleCloudOrgpolicyV1ListPolicy_AllValues (..),++    -- ** GoogleCloudOrgpolicyV1Policy+    GoogleCloudOrgpolicyV1Policy (..),+    newGoogleCloudOrgpolicyV1Policy,++    -- ** GoogleCloudOrgpolicyV1RestoreDefault+    GoogleCloudOrgpolicyV1RestoreDefault (..),+    newGoogleCloudOrgpolicyV1RestoreDefault,++    -- ** GoogleIdentityAccesscontextmanagerV1AccessLevel+    GoogleIdentityAccesscontextmanagerV1AccessLevel (..),+    newGoogleIdentityAccesscontextmanagerV1AccessLevel,++    -- ** GoogleIdentityAccesscontextmanagerV1AccessPolicy+    GoogleIdentityAccesscontextmanagerV1AccessPolicy (..),+    newGoogleIdentityAccesscontextmanagerV1AccessPolicy,++    -- ** GoogleIdentityAccesscontextmanagerV1ApiOperation+    GoogleIdentityAccesscontextmanagerV1ApiOperation (..),+    newGoogleIdentityAccesscontextmanagerV1ApiOperation,++    -- ** GoogleIdentityAccesscontextmanagerV1BasicLevel+    GoogleIdentityAccesscontextmanagerV1BasicLevel (..),+    newGoogleIdentityAccesscontextmanagerV1BasicLevel,++    -- ** GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction+    GoogleIdentityAccesscontextmanagerV1BasicLevel_CombiningFunction (..),++    -- ** GoogleIdentityAccesscontextmanagerV1Condition+    GoogleIdentityAccesscontextmanagerV1Condition (..),+    newGoogleIdentityAccesscontextmanagerV1Condition,++    -- ** GoogleIdentityAccesscontextmanagerV1CustomLevel+    GoogleIdentityAccesscontextmanagerV1CustomLevel (..),+    newGoogleIdentityAccesscontextmanagerV1CustomLevel,++    -- ** GoogleIdentityAccesscontextmanagerV1DevicePolicy+    GoogleIdentityAccesscontextmanagerV1DevicePolicy (..),+    newGoogleIdentityAccesscontextmanagerV1DevicePolicy,++    -- ** GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem+    GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedDeviceManagementLevelsItem (..),++    -- ** GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem+    GoogleIdentityAccesscontextmanagerV1DevicePolicy_AllowedEncryptionStatusesItem (..),++    -- ** GoogleIdentityAccesscontextmanagerV1EgressFrom+    GoogleIdentityAccesscontextmanagerV1EgressFrom (..),+    newGoogleIdentityAccesscontextmanagerV1EgressFrom,++    -- ** GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType+    GoogleIdentityAccesscontextmanagerV1EgressFrom_IdentityType (..),++    -- ** GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction+    GoogleIdentityAccesscontextmanagerV1EgressFrom_SourceRestriction (..),++    -- ** GoogleIdentityAccesscontextmanagerV1EgressPolicy+    GoogleIdentityAccesscontextmanagerV1EgressPolicy (..),+    newGoogleIdentityAccesscontextmanagerV1EgressPolicy,++    -- ** GoogleIdentityAccesscontextmanagerV1EgressSource+    GoogleIdentityAccesscontextmanagerV1EgressSource (..),+    newGoogleIdentityAccesscontextmanagerV1EgressSource,++    -- ** GoogleIdentityAccesscontextmanagerV1EgressTo+    GoogleIdentityAccesscontextmanagerV1EgressTo (..),+    newGoogleIdentityAccesscontextmanagerV1EgressTo,++    -- ** GoogleIdentityAccesscontextmanagerV1IngressFrom+    GoogleIdentityAccesscontextmanagerV1IngressFrom (..),+    newGoogleIdentityAccesscontextmanagerV1IngressFrom,++    -- ** GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType+    GoogleIdentityAccesscontextmanagerV1IngressFrom_IdentityType (..),++    -- ** GoogleIdentityAccesscontextmanagerV1IngressPolicy+    GoogleIdentityAccesscontextmanagerV1IngressPolicy (..),+    newGoogleIdentityAccesscontextmanagerV1IngressPolicy,++    -- ** GoogleIdentityAccesscontextmanagerV1IngressSource+    GoogleIdentityAccesscontextmanagerV1IngressSource (..),+    newGoogleIdentityAccesscontextmanagerV1IngressSource,++    -- ** GoogleIdentityAccesscontextmanagerV1IngressTo+    GoogleIdentityAccesscontextmanagerV1IngressTo (..),+    newGoogleIdentityAccesscontextmanagerV1IngressTo,++    -- ** GoogleIdentityAccesscontextmanagerV1MethodSelector+    GoogleIdentityAccesscontextmanagerV1MethodSelector (..),+    newGoogleIdentityAccesscontextmanagerV1MethodSelector,++    -- ** GoogleIdentityAccesscontextmanagerV1OsConstraint+    GoogleIdentityAccesscontextmanagerV1OsConstraint (..),+    newGoogleIdentityAccesscontextmanagerV1OsConstraint,++    -- ** GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType+    GoogleIdentityAccesscontextmanagerV1OsConstraint_OsType (..),++    -- ** GoogleIdentityAccesscontextmanagerV1ServicePerimeter+    GoogleIdentityAccesscontextmanagerV1ServicePerimeter (..),+    newGoogleIdentityAccesscontextmanagerV1ServicePerimeter,++    -- ** GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType+    GoogleIdentityAccesscontextmanagerV1ServicePerimeter_PerimeterType (..),++    -- ** GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig+    GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig (..),+    newGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig,++    -- ** GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices+    GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices (..),+    newGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices,++    -- ** GoogleIdentityAccesscontextmanagerV1VpcNetworkSource+    GoogleIdentityAccesscontextmanagerV1VpcNetworkSource (..),+    newGoogleIdentityAccesscontextmanagerV1VpcNetworkSource,++    -- ** GoogleIdentityAccesscontextmanagerV1VpcSubNetwork+    GoogleIdentityAccesscontextmanagerV1VpcSubNetwork (..),+    newGoogleIdentityAccesscontextmanagerV1VpcSubNetwork,++    -- ** Operation+    Operation (..),+    newOperation,++    -- ** Operation_Metadata+    Operation_Metadata (..),+    newOperation_Metadata,++    -- ** Operation_Response+    Operation_Response (..),+    newOperation_Response,++    -- ** Policy+    Policy (..),+    newPolicy,++    -- ** Status+    Status (..),+    newStatus,++    -- ** Status_DetailsItem+    Status_DetailsItem (..),+    newStatus_DetailsItem,+  )+where++import Gogol.CloudAsset.Internal.Product+import Gogol.CloudAsset.Internal.Sum+import Gogol.Prelude qualified as Core++-- | Default request referring to version @v1p7beta1@ of the Cloud Asset API. This contains the host and root path used as a starting point for constructing service requests.+cloudAssetService :: Core.ServiceConfig+cloudAssetService =+  Core.defaultService+    (Core.ServiceId "cloudasset:v1p7beta1")+    "cloudasset.googleapis.com"++-- | See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.+type CloudPlatform'FullControl =+  "https://www.googleapis.com/auth/cloud-platform"
− gen/Network/Google/CloudAsset.hs
@@ -1,194 +0,0 @@-{-# LANGUAGE DataKinds         #-}-{-# LANGUAGE NoImplicitPrelude #-}-{-# LANGUAGE TypeOperators     #-}--{-# OPTIONS_GHC -fno-warn-unused-imports    #-}-{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}---- |--- Module      : Network.Google.CloudAsset--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ The cloud asset API manages the history and inventory of cloud--- resources.------ /See:/ <https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/quickstart-cloud-asset-inventory Cloud Asset API Reference>-module Network.Google.CloudAsset-    (-    -- * Service Configuration-      cloudAssetService--    -- * OAuth Scopes-    , cloudPlatformScope--    -- * API Declaration-    , CloudAssetAPI--    -- * Resources--    -- ** cloudasset.batchGetAssetsHistory-    , module Network.Google.Resource.CloudAsset.BatchGetAssetsHistory--    -- ** cloudasset.exportAssets-    , module Network.Google.Resource.CloudAsset.ExportAssets--    -- ** cloudasset.operations.get-    , module Network.Google.Resource.CloudAsset.Operations.Get--    -- * Types--    -- ** Status-    , Status-    , status-    , sDetails-    , sCode-    , sMessage--    -- ** ExportAssetsRequestContentType-    , ExportAssetsRequestContentType (..)--    -- ** AuditConfig-    , AuditConfig-    , auditConfig-    , acService-    , acAuditLogConfigs--    -- ** Expr-    , Expr-    , expr-    , eLocation-    , eExpression-    , eTitle-    , eDescription--    -- ** Operation-    , Operation-    , operation-    , oDone-    , oError-    , oResponse-    , oName-    , oMetadata--    -- ** Asset-    , Asset-    , asset-    , aName-    , aResource-    , aIAMPolicy-    , aAssetType--    -- ** GcsDestination-    , GcsDestination-    , gcsDestination-    , gdURIPrefix-    , gdURI--    -- ** StatusDetailsItem-    , StatusDetailsItem-    , statusDetailsItem-    , sdiAddtional--    -- ** ExportAssetsRequest-    , ExportAssetsRequest-    , exportAssetsRequest-    , earReadTime-    , earAssetTypes-    , earOutputConfig-    , earContentType--    -- ** TimeWindow-    , TimeWindow-    , timeWindow-    , twStartTime-    , twEndTime--    -- ** TemporalAsset-    , TemporalAsset-    , temporalAsset-    , taWindow-    , taAsset-    , taDeleted--    -- ** AuditLogConfigLogType-    , AuditLogConfigLogType (..)--    -- ** Resource-    , Resource-    , resource-    , rParent-    , rData-    , rVersion-    , rDiscoveryName-    , rDiscoveryDocumentURI-    , rResourceURL--    -- ** Xgafv-    , Xgafv (..)--    -- ** ResourceData-    , ResourceData-    , resourceData-    , rdAddtional--    -- ** OutputConfig-    , OutputConfig-    , outputConfig-    , ocGcsDestination--    -- ** Policy-    , Policy-    , policy-    , pAuditConfigs-    , pEtag-    , pVersion-    , pBindings--    -- ** BatchGetAssetsHistoryResponse-    , BatchGetAssetsHistoryResponse-    , batchGetAssetsHistoryResponse-    , bgahrAssets--    -- ** OperationMetadata-    , OperationMetadata-    , operationMetadata-    , omAddtional--    -- ** AuditLogConfig-    , AuditLogConfig-    , auditLogConfig-    , alcLogType-    , alcExemptedMembers--    -- ** OperationResponse-    , OperationResponse-    , operationResponse-    , orAddtional--    -- ** Binding-    , Binding-    , binding-    , bMembers-    , bRole-    , bCondition-    ) where--import           Network.Google.CloudAsset.Types-import           Network.Google.Prelude-import           Network.Google.Resource.CloudAsset.BatchGetAssetsHistory-import           Network.Google.Resource.CloudAsset.ExportAssets-import           Network.Google.Resource.CloudAsset.Operations.Get--{- $resources-TODO--}---- | Represents the entirety of the methods and resources available for the Cloud Asset API service.-type CloudAssetAPI =-     ExportAssetsResource :<|>-       BatchGetAssetsHistoryResource-       :<|> OperationsGetResource
− gen/Network/Google/CloudAsset/Types.hs
@@ -1,173 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}--{-# OPTIONS_GHC -fno-warn-unused-imports #-}---- |--- Module      : Network.Google.CloudAsset.Types--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)----module Network.Google.CloudAsset.Types-    (-    -- * Service Configuration-      cloudAssetService--    -- * OAuth Scopes-    , cloudPlatformScope--    -- * Status-    , Status-    , status-    , sDetails-    , sCode-    , sMessage--    -- * ExportAssetsRequestContentType-    , ExportAssetsRequestContentType (..)--    -- * AuditConfig-    , AuditConfig-    , auditConfig-    , acService-    , acAuditLogConfigs--    -- * Expr-    , Expr-    , expr-    , eLocation-    , eExpression-    , eTitle-    , eDescription--    -- * Operation-    , Operation-    , operation-    , oDone-    , oError-    , oResponse-    , oName-    , oMetadata--    -- * Asset-    , Asset-    , asset-    , aName-    , aResource-    , aIAMPolicy-    , aAssetType--    -- * GcsDestination-    , GcsDestination-    , gcsDestination-    , gdURIPrefix-    , gdURI--    -- * StatusDetailsItem-    , StatusDetailsItem-    , statusDetailsItem-    , sdiAddtional--    -- * ExportAssetsRequest-    , ExportAssetsRequest-    , exportAssetsRequest-    , earReadTime-    , earAssetTypes-    , earOutputConfig-    , earContentType--    -- * TimeWindow-    , TimeWindow-    , timeWindow-    , twStartTime-    , twEndTime--    -- * TemporalAsset-    , TemporalAsset-    , temporalAsset-    , taWindow-    , taAsset-    , taDeleted--    -- * AuditLogConfigLogType-    , AuditLogConfigLogType (..)--    -- * Resource-    , Resource-    , resource-    , rParent-    , rData-    , rVersion-    , rDiscoveryName-    , rDiscoveryDocumentURI-    , rResourceURL--    -- * Xgafv-    , Xgafv (..)--    -- * ResourceData-    , ResourceData-    , resourceData-    , rdAddtional--    -- * OutputConfig-    , OutputConfig-    , outputConfig-    , ocGcsDestination--    -- * Policy-    , Policy-    , policy-    , pAuditConfigs-    , pEtag-    , pVersion-    , pBindings--    -- * BatchGetAssetsHistoryResponse-    , BatchGetAssetsHistoryResponse-    , batchGetAssetsHistoryResponse-    , bgahrAssets--    -- * OperationMetadata-    , OperationMetadata-    , operationMetadata-    , omAddtional--    -- * AuditLogConfig-    , AuditLogConfig-    , auditLogConfig-    , alcLogType-    , alcExemptedMembers--    -- * OperationResponse-    , OperationResponse-    , operationResponse-    , orAddtional--    -- * Binding-    , Binding-    , binding-    , bMembers-    , bRole-    , bCondition-    ) where--import           Network.Google.CloudAsset.Types.Product-import           Network.Google.CloudAsset.Types.Sum-import           Network.Google.Prelude---- | Default request referring to version 'v1' of the Cloud Asset API. This contains the host and root path used as a starting point for constructing service requests.-cloudAssetService :: ServiceConfig-cloudAssetService-  = defaultService (ServiceId "cloudasset:v1")-      "cloudasset.googleapis.com"---- | View and manage your data across Google Cloud Platform services-cloudPlatformScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform"]-cloudPlatformScope = Proxy
− gen/Network/Google/CloudAsset/Types/Product.hs
@@ -1,1271 +0,0 @@-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}--{-# OPTIONS_GHC -fno-warn-unused-binds   #-}-{-# OPTIONS_GHC -fno-warn-unused-imports #-}---- |--- Module      : Network.Google.CloudAsset.Types.Product--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)----module Network.Google.CloudAsset.Types.Product where--import           Network.Google.CloudAsset.Types.Sum-import           Network.Google.Prelude---- | The \`Status\` type defines a logical error model that is suitable for--- different programming environments, including REST APIs and RPC APIs. It--- is used by [gRPC](https:\/\/github.com\/grpc). The error model is--- designed to be: - Simple to use and understand for most users - Flexible--- enough to meet unexpected needs # Overview The \`Status\` message--- contains three pieces of data: error code, error message, and error--- details. The error code should be an enum value of google.rpc.Code, but--- it may accept additional error codes if needed. The error message should--- be a developer-facing English message that helps developers *understand*--- and *resolve* the error. If a localized user-facing error message is--- needed, put the localized message in the error details or localize it in--- the client. The optional error details may contain arbitrary information--- about the error. There is a predefined set of error detail types in the--- package \`google.rpc\` that can be used for common error conditions. #--- Language mapping The \`Status\` message is the logical representation of--- the error model, but it is not necessarily the actual wire format. When--- the \`Status\` message is exposed in different client libraries and--- different wire protocols, it can be mapped differently. For example, it--- will likely be mapped to some exceptions in Java, but more likely mapped--- to some error codes in C. # Other uses The error model and the--- \`Status\` message can be used in a variety of environments, either with--- or without APIs, to provide a consistent developer experience across--- different environments. Example uses of this error model include: ---- Partial errors. If a service needs to return partial errors to the--- client, it may embed the \`Status\` in the normal response to indicate--- the partial errors. - Workflow errors. A typical workflow has multiple--- steps. Each step may have a \`Status\` message for error reporting. ---- Batch operations. If a client uses batch request and batch response, the--- \`Status\` message should be used directly inside batch response, one--- for each error sub-response. - Asynchronous operations. If an API call--- embeds asynchronous operation results in its response, the status of--- those operations should be represented directly using the \`Status\`--- message. - Logging. If some API errors are stored in logs, the message--- \`Status\` could be used directly after any stripping needed for--- security\/privacy reasons.------ /See:/ 'status' smart constructor.-data Status =-  Status'-    { _sDetails :: !(Maybe [StatusDetailsItem])-    , _sCode    :: !(Maybe (Textual Int32))-    , _sMessage :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Status' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sDetails'------ * 'sCode'------ * 'sMessage'-status-    :: Status-status = Status' {_sDetails = Nothing, _sCode = Nothing, _sMessage = Nothing}----- | A list of messages that carry the error details. There is a common set--- of message types for APIs to use.-sDetails :: Lens' Status [StatusDetailsItem]-sDetails-  = lens _sDetails (\ s a -> s{_sDetails = a}) .-      _Default-      . _Coerce---- | The status code, which should be an enum value of google.rpc.Code.-sCode :: Lens' Status (Maybe Int32)-sCode-  = lens _sCode (\ s a -> s{_sCode = a}) .-      mapping _Coerce---- | A developer-facing error message, which should be in English. Any--- user-facing error message should be localized and sent in the--- google.rpc.Status.details field, or localized by the client.-sMessage :: Lens' Status (Maybe Text)-sMessage = lens _sMessage (\ s a -> s{_sMessage = a})--instance FromJSON Status where-        parseJSON-          = withObject "Status"-              (\ o ->-                 Status' <$>-                   (o .:? "details" .!= mempty) <*> (o .:? "code") <*>-                     (o .:? "message"))--instance ToJSON Status where-        toJSON Status'{..}-          = object-              (catMaybes-                 [("details" .=) <$> _sDetails,-                  ("code" .=) <$> _sCode,-                  ("message" .=) <$> _sMessage])---- | Specifies the audit configuration for a service. The configuration--- determines which permission types are logged, and what identities, if--- any, are exempted from logging. An AuditConfig must have one or more--- AuditLogConfigs. If there are AuditConfigs for both \`allServices\` and--- a specific service, the union of the two AuditConfigs is used for that--- service: the log_types specified in each AuditConfig are enabled, and--- the exempted_members in each AuditLogConfig are exempted. Example Policy--- with multiple AuditConfigs: { \"audit_configs\": [ { \"service\":--- \"allServices\" \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\",--- \"exempted_members\": [ \"user:foo\'gmail.com\" ] }, { \"log_type\":--- \"DATA_WRITE\", }, { \"log_type\": \"ADMIN_READ\", } ] }, { \"service\":--- \"fooservice.googleapis.com\" \"audit_log_configs\": [ { \"log_type\":--- \"DATA_READ\", }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\":--- [ \"user:bar\'gmail.com\" ] } ] } ] } For fooservice, this policy--- enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts--- foo\'gmail.com from DATA_READ logging, and bar\'gmail.com from--- DATA_WRITE logging.------ /See:/ 'auditConfig' smart constructor.-data AuditConfig =-  AuditConfig'-    { _acService         :: !(Maybe Text)-    , _acAuditLogConfigs :: !(Maybe [AuditLogConfig])-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'AuditConfig' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'acService'------ * 'acAuditLogConfigs'-auditConfig-    :: AuditConfig-auditConfig = AuditConfig' {_acService = Nothing, _acAuditLogConfigs = Nothing}----- | Specifies a service that will be enabled for audit logging. For example,--- \`storage.googleapis.com\`, \`cloudsql.googleapis.com\`. \`allServices\`--- is a special value that covers all services.-acService :: Lens' AuditConfig (Maybe Text)-acService-  = lens _acService (\ s a -> s{_acService = a})---- | The configuration for logging of each type of permission.-acAuditLogConfigs :: Lens' AuditConfig [AuditLogConfig]-acAuditLogConfigs-  = lens _acAuditLogConfigs-      (\ s a -> s{_acAuditLogConfigs = a})-      . _Default-      . _Coerce--instance FromJSON AuditConfig where-        parseJSON-          = withObject "AuditConfig"-              (\ o ->-                 AuditConfig' <$>-                   (o .:? "service") <*>-                     (o .:? "auditLogConfigs" .!= mempty))--instance ToJSON AuditConfig where-        toJSON AuditConfig'{..}-          = object-              (catMaybes-                 [("service" .=) <$> _acService,-                  ("auditLogConfigs" .=) <$> _acAuditLogConfigs])---- | Represents an expression text. Example: title: \"User account presence\"--- description: \"Determines whether the request has a user account\"--- expression: \"size(request.user) > 0\"------ /See:/ 'expr' smart constructor.-data Expr =-  Expr'-    { _eLocation    :: !(Maybe Text)-    , _eExpression  :: !(Maybe Text)-    , _eTitle       :: !(Maybe Text)-    , _eDescription :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Expr' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'eLocation'------ * 'eExpression'------ * 'eTitle'------ * 'eDescription'-expr-    :: Expr-expr =-  Expr'-    { _eLocation = Nothing-    , _eExpression = Nothing-    , _eTitle = Nothing-    , _eDescription = Nothing-    }----- | An optional string indicating the location of the expression for error--- reporting, e.g. a file name and a position in the file.-eLocation :: Lens' Expr (Maybe Text)-eLocation-  = lens _eLocation (\ s a -> s{_eLocation = a})---- | Textual representation of an expression in Common Expression Language--- syntax. The application context of the containing message determines--- which well-known feature set of CEL is supported.-eExpression :: Lens' Expr (Maybe Text)-eExpression-  = lens _eExpression (\ s a -> s{_eExpression = a})---- | An optional title for the expression, i.e. a short string describing its--- purpose. This can be used e.g. in UIs which allow to enter the--- expression.-eTitle :: Lens' Expr (Maybe Text)-eTitle = lens _eTitle (\ s a -> s{_eTitle = a})---- | An optional description of the expression. This is a longer text which--- describes the expression, e.g. when hovered over it in a UI.-eDescription :: Lens' Expr (Maybe Text)-eDescription-  = lens _eDescription (\ s a -> s{_eDescription = a})--instance FromJSON Expr where-        parseJSON-          = withObject "Expr"-              (\ o ->-                 Expr' <$>-                   (o .:? "location") <*> (o .:? "expression") <*>-                     (o .:? "title")-                     <*> (o .:? "description"))--instance ToJSON Expr where-        toJSON Expr'{..}-          = object-              (catMaybes-                 [("location" .=) <$> _eLocation,-                  ("expression" .=) <$> _eExpression,-                  ("title" .=) <$> _eTitle,-                  ("description" .=) <$> _eDescription])---- | This resource represents a long-running operation that is the result of--- a network API call.------ /See:/ 'operation' smart constructor.-data Operation =-  Operation'-    { _oDone     :: !(Maybe Bool)-    , _oError    :: !(Maybe Status)-    , _oResponse :: !(Maybe OperationResponse)-    , _oName     :: !(Maybe Text)-    , _oMetadata :: !(Maybe OperationMetadata)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Operation' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'oDone'------ * 'oError'------ * 'oResponse'------ * 'oName'------ * 'oMetadata'-operation-    :: Operation-operation =-  Operation'-    { _oDone = Nothing-    , _oError = Nothing-    , _oResponse = Nothing-    , _oName = Nothing-    , _oMetadata = Nothing-    }----- | If the value is \`false\`, it means the operation is still in progress.--- If \`true\`, the operation is completed, and either \`error\` or--- \`response\` is available.-oDone :: Lens' Operation (Maybe Bool)-oDone = lens _oDone (\ s a -> s{_oDone = a})---- | The error result of the operation in case of failure or cancellation.-oError :: Lens' Operation (Maybe Status)-oError = lens _oError (\ s a -> s{_oError = a})---- | The normal response of the operation in case of success. If the original--- method returns no data on success, such as \`Delete\`, the response is--- \`google.protobuf.Empty\`. If the original method is standard--- \`Get\`\/\`Create\`\/\`Update\`, the response should be the resource.--- For other methods, the response should have the type \`XxxResponse\`,--- where \`Xxx\` is the original method name. For example, if the original--- method name is \`TakeSnapshot()\`, the inferred response type is--- \`TakeSnapshotResponse\`.-oResponse :: Lens' Operation (Maybe OperationResponse)-oResponse-  = lens _oResponse (\ s a -> s{_oResponse = a})---- | The server-assigned name, which is only unique within the same service--- that originally returns it. If you use the default HTTP mapping, the--- \`name\` should have the format of \`operations\/some\/unique\/name\`.-oName :: Lens' Operation (Maybe Text)-oName = lens _oName (\ s a -> s{_oName = a})---- | Service-specific metadata associated with the operation. It typically--- contains progress information and common metadata such as create time.--- Some services might not provide such metadata. Any method that returns a--- long-running operation should document the metadata type, if any.-oMetadata :: Lens' Operation (Maybe OperationMetadata)-oMetadata-  = lens _oMetadata (\ s a -> s{_oMetadata = a})--instance FromJSON Operation where-        parseJSON-          = withObject "Operation"-              (\ o ->-                 Operation' <$>-                   (o .:? "done") <*> (o .:? "error") <*>-                     (o .:? "response")-                     <*> (o .:? "name")-                     <*> (o .:? "metadata"))--instance ToJSON Operation where-        toJSON Operation'{..}-          = object-              (catMaybes-                 [("done" .=) <$> _oDone, ("error" .=) <$> _oError,-                  ("response" .=) <$> _oResponse,-                  ("name" .=) <$> _oName,-                  ("metadata" .=) <$> _oMetadata])---- | Cloud asset. This includes all Google Cloud Platform resources, Cloud--- IAM policies, and other non-GCP assets.------ /See:/ 'asset' smart constructor.-data Asset =-  Asset'-    { _aName      :: !(Maybe Text)-    , _aResource  :: !(Maybe Resource)-    , _aIAMPolicy :: !(Maybe Policy)-    , _aAssetType :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Asset' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'aName'------ * 'aResource'------ * 'aIAMPolicy'------ * 'aAssetType'-asset-    :: Asset-asset =-  Asset'-    { _aName = Nothing-    , _aResource = Nothing-    , _aIAMPolicy = Nothing-    , _aAssetType = Nothing-    }----- | The full name of the asset. For example:--- \`\/\/compute.googleapis.com\/projects\/my_project_123\/zones\/zone1\/instances\/instance1\`.--- See [Resource--- Names](https:\/\/cloud.google.com\/apis\/design\/resource_names#full_resource_name)--- for more information.-aName :: Lens' Asset (Maybe Text)-aName = lens _aName (\ s a -> s{_aName = a})---- | Representation of the resource.-aResource :: Lens' Asset (Maybe Resource)-aResource-  = lens _aResource (\ s a -> s{_aResource = a})---- | Representation of the actual Cloud IAM policy set on a cloud resource.--- For each resource, there must be at most one Cloud IAM policy set on it.-aIAMPolicy :: Lens' Asset (Maybe Policy)-aIAMPolicy-  = lens _aIAMPolicy (\ s a -> s{_aIAMPolicy = a})---- | Type of the asset. Example: \"compute.googleapis.com\/Disk\".-aAssetType :: Lens' Asset (Maybe Text)-aAssetType-  = lens _aAssetType (\ s a -> s{_aAssetType = a})--instance FromJSON Asset where-        parseJSON-          = withObject "Asset"-              (\ o ->-                 Asset' <$>-                   (o .:? "name") <*> (o .:? "resource") <*>-                     (o .:? "iamPolicy")-                     <*> (o .:? "assetType"))--instance ToJSON Asset where-        toJSON Asset'{..}-          = object-              (catMaybes-                 [("name" .=) <$> _aName,-                  ("resource" .=) <$> _aResource,-                  ("iamPolicy" .=) <$> _aIAMPolicy,-                  ("assetType" .=) <$> _aAssetType])---- | A Cloud Storage location.------ /See:/ 'gcsDestination' smart constructor.-data GcsDestination =-  GcsDestination'-    { _gdURIPrefix :: !(Maybe Text)-    , _gdURI       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'GcsDestination' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'gdURIPrefix'------ * 'gdURI'-gcsDestination-    :: GcsDestination-gcsDestination = GcsDestination' {_gdURIPrefix = Nothing, _gdURI = Nothing}----- | The uri prefix of all generated Cloud Storage objects. For example:--- \"gs:\/\/bucket_name\/object_name_prefix\". Each object uri is in--- format: \"gs:\/\/bucket_name\/object_name_prefix\/\/ and only contains--- assets for that type. starts from 0. For example:--- \"gs:\/\/bucket_name\/object_name_prefix\/compute.googleapis.com\/Disk\/0\"--- is the first shard of output objects containing all--- compute.googleapis.com\/Disk assets. An INVALID_ARGUMENT error will be--- returned if file with the same name--- \"gs:\/\/bucket_name\/object_name_prefix\" already exists.-gdURIPrefix :: Lens' GcsDestination (Maybe Text)-gdURIPrefix-  = lens _gdURIPrefix (\ s a -> s{_gdURIPrefix = a})---- | The uri of the Cloud Storage object. It\'s the same uri that is used by--- gsutil. For example: \"gs:\/\/bucket_name\/object_name\". See [Viewing--- and Editing Object--- Metadata](https:\/\/cloud.google.com\/storage\/docs\/viewing-editing-metadata)--- for more information.-gdURI :: Lens' GcsDestination (Maybe Text)-gdURI = lens _gdURI (\ s a -> s{_gdURI = a})--instance FromJSON GcsDestination where-        parseJSON-          = withObject "GcsDestination"-              (\ o ->-                 GcsDestination' <$>-                   (o .:? "uriPrefix") <*> (o .:? "uri"))--instance ToJSON GcsDestination where-        toJSON GcsDestination'{..}-          = object-              (catMaybes-                 [("uriPrefix" .=) <$> _gdURIPrefix,-                  ("uri" .=) <$> _gdURI])------- /See:/ 'statusDetailsItem' smart constructor.-newtype StatusDetailsItem =-  StatusDetailsItem'-    { _sdiAddtional :: HashMap Text JSONValue-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'StatusDetailsItem' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sdiAddtional'-statusDetailsItem-    :: HashMap Text JSONValue -- ^ 'sdiAddtional'-    -> StatusDetailsItem-statusDetailsItem pSdiAddtional_ =-  StatusDetailsItem' {_sdiAddtional = _Coerce # pSdiAddtional_}----- | Properties of the object. Contains field \'type with type URL.-sdiAddtional :: Lens' StatusDetailsItem (HashMap Text JSONValue)-sdiAddtional-  = lens _sdiAddtional (\ s a -> s{_sdiAddtional = a})-      . _Coerce--instance FromJSON StatusDetailsItem where-        parseJSON-          = withObject "StatusDetailsItem"-              (\ o -> StatusDetailsItem' <$> (parseJSONObject o))--instance ToJSON StatusDetailsItem where-        toJSON = toJSON . _sdiAddtional---- | Export asset request.------ /See:/ 'exportAssetsRequest' smart constructor.-data ExportAssetsRequest =-  ExportAssetsRequest'-    { _earReadTime     :: !(Maybe DateTime')-    , _earAssetTypes   :: !(Maybe [Text])-    , _earOutputConfig :: !(Maybe OutputConfig)-    , _earContentType  :: !(Maybe ExportAssetsRequestContentType)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ExportAssetsRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'earReadTime'------ * 'earAssetTypes'------ * 'earOutputConfig'------ * 'earContentType'-exportAssetsRequest-    :: ExportAssetsRequest-exportAssetsRequest =-  ExportAssetsRequest'-    { _earReadTime = Nothing-    , _earAssetTypes = Nothing-    , _earOutputConfig = Nothing-    , _earContentType = Nothing-    }----- | Timestamp to take an asset snapshot. This can only be set to a timestamp--- between 2018-10-02 UTC (inclusive) and the current time. If not--- specified, the current time will be used. Due to delays in resource data--- collection and indexing, there is a volatile window during which running--- the same query may get different results.-earReadTime :: Lens' ExportAssetsRequest (Maybe UTCTime)-earReadTime-  = lens _earReadTime (\ s a -> s{_earReadTime = a}) .-      mapping _DateTime---- | A list of asset types of which to take a snapshot for. For example:--- \"compute.googleapis.com\/Disk\". If specified, only matching assets--- will be returned. See [Introduction to Cloud Asset--- Inventory](https:\/\/cloud.google.com\/resource-manager\/docs\/cloud-asset-inventory\/overview)--- for all supported asset types.-earAssetTypes :: Lens' ExportAssetsRequest [Text]-earAssetTypes-  = lens _earAssetTypes-      (\ s a -> s{_earAssetTypes = a})-      . _Default-      . _Coerce---- | Required. Output configuration indicating where the results will be--- output to. All results will be in newline delimited JSON format.-earOutputConfig :: Lens' ExportAssetsRequest (Maybe OutputConfig)-earOutputConfig-  = lens _earOutputConfig-      (\ s a -> s{_earOutputConfig = a})---- | Asset content type. If not specified, no content but the asset name will--- be returned.-earContentType :: Lens' ExportAssetsRequest (Maybe ExportAssetsRequestContentType)-earContentType-  = lens _earContentType-      (\ s a -> s{_earContentType = a})--instance FromJSON ExportAssetsRequest where-        parseJSON-          = withObject "ExportAssetsRequest"-              (\ o ->-                 ExportAssetsRequest' <$>-                   (o .:? "readTime") <*>-                     (o .:? "assetTypes" .!= mempty)-                     <*> (o .:? "outputConfig")-                     <*> (o .:? "contentType"))--instance ToJSON ExportAssetsRequest where-        toJSON ExportAssetsRequest'{..}-          = object-              (catMaybes-                 [("readTime" .=) <$> _earReadTime,-                  ("assetTypes" .=) <$> _earAssetTypes,-                  ("outputConfig" .=) <$> _earOutputConfig,-                  ("contentType" .=) <$> _earContentType])---- | A time window of (start_time, end_time].------ /See:/ 'timeWindow' smart constructor.-data TimeWindow =-  TimeWindow'-    { _twStartTime :: !(Maybe DateTime')-    , _twEndTime   :: !(Maybe DateTime')-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'TimeWindow' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'twStartTime'------ * 'twEndTime'-timeWindow-    :: TimeWindow-timeWindow = TimeWindow' {_twStartTime = Nothing, _twEndTime = Nothing}----- | Start time of the time window (exclusive).-twStartTime :: Lens' TimeWindow (Maybe UTCTime)-twStartTime-  = lens _twStartTime (\ s a -> s{_twStartTime = a}) .-      mapping _DateTime---- | End time of the time window (inclusive). Current timestamp if not--- specified.-twEndTime :: Lens' TimeWindow (Maybe UTCTime)-twEndTime-  = lens _twEndTime (\ s a -> s{_twEndTime = a}) .-      mapping _DateTime--instance FromJSON TimeWindow where-        parseJSON-          = withObject "TimeWindow"-              (\ o ->-                 TimeWindow' <$>-                   (o .:? "startTime") <*> (o .:? "endTime"))--instance ToJSON TimeWindow where-        toJSON TimeWindow'{..}-          = object-              (catMaybes-                 [("startTime" .=) <$> _twStartTime,-                  ("endTime" .=) <$> _twEndTime])---- | Temporal asset. In addition to the asset, the temporal asset includes--- the status of the asset and valid from and to time of it.------ /See:/ 'temporalAsset' smart constructor.-data TemporalAsset =-  TemporalAsset'-    { _taWindow  :: !(Maybe TimeWindow)-    , _taAsset   :: !(Maybe Asset)-    , _taDeleted :: !(Maybe Bool)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'TemporalAsset' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'taWindow'------ * 'taAsset'------ * 'taDeleted'-temporalAsset-    :: TemporalAsset-temporalAsset =-  TemporalAsset' {_taWindow = Nothing, _taAsset = Nothing, _taDeleted = Nothing}----- | The time window when the asset data and state was observed.-taWindow :: Lens' TemporalAsset (Maybe TimeWindow)-taWindow = lens _taWindow (\ s a -> s{_taWindow = a})---- | Asset.-taAsset :: Lens' TemporalAsset (Maybe Asset)-taAsset = lens _taAsset (\ s a -> s{_taAsset = a})---- | If the asset is deleted or not.-taDeleted :: Lens' TemporalAsset (Maybe Bool)-taDeleted-  = lens _taDeleted (\ s a -> s{_taDeleted = a})--instance FromJSON TemporalAsset where-        parseJSON-          = withObject "TemporalAsset"-              (\ o ->-                 TemporalAsset' <$>-                   (o .:? "window") <*> (o .:? "asset") <*>-                     (o .:? "deleted"))--instance ToJSON TemporalAsset where-        toJSON TemporalAsset'{..}-          = object-              (catMaybes-                 [("window" .=) <$> _taWindow,-                  ("asset" .=) <$> _taAsset,-                  ("deleted" .=) <$> _taDeleted])---- | Representation of a cloud resource.------ /See:/ 'resource' smart constructor.-data Resource =-  Resource'-    { _rParent               :: !(Maybe Text)-    , _rData                 :: !(Maybe ResourceData)-    , _rVersion              :: !(Maybe Text)-    , _rDiscoveryName        :: !(Maybe Text)-    , _rDiscoveryDocumentURI :: !(Maybe Text)-    , _rResourceURL          :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Resource' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'rParent'------ * 'rData'------ * 'rVersion'------ * 'rDiscoveryName'------ * 'rDiscoveryDocumentURI'------ * 'rResourceURL'-resource-    :: Resource-resource =-  Resource'-    { _rParent = Nothing-    , _rData = Nothing-    , _rVersion = Nothing-    , _rDiscoveryName = Nothing-    , _rDiscoveryDocumentURI = Nothing-    , _rResourceURL = Nothing-    }----- | The full name of the immediate parent of this resource. See [Resource--- Names](https:\/\/cloud.google.com\/apis\/design\/resource_names#full_resource_name)--- for more information. For GCP assets, it is the parent resource defined--- in the [Cloud IAM policy--- hierarchy](https:\/\/cloud.google.com\/iam\/docs\/overview#policy_hierarchy).--- For example:--- \`\"\/\/cloudresourcemanager.googleapis.com\/projects\/my_project_123\"\`.--- For third-party assets, it is up to the users to define.-rParent :: Lens' Resource (Maybe Text)-rParent = lens _rParent (\ s a -> s{_rParent = a})---- | The content of the resource, in which some sensitive fields are scrubbed--- away and may not be present.-rData :: Lens' Resource (Maybe ResourceData)-rData = lens _rData (\ s a -> s{_rData = a})---- | The API version. Example: \"v1\".-rVersion :: Lens' Resource (Maybe Text)-rVersion = lens _rVersion (\ s a -> s{_rVersion = a})---- | The JSON schema name listed in the discovery document. Example:--- \"Project\". It will be left unspecified for resources (such as Cloud--- Bigtable) without a discovery-based API.-rDiscoveryName :: Lens' Resource (Maybe Text)-rDiscoveryName-  = lens _rDiscoveryName-      (\ s a -> s{_rDiscoveryName = a})---- | The URL of the discovery document containing the resource\'s JSON--- schema. For example:--- \`\"https:\/\/www.googleapis.com\/discovery\/v1\/apis\/compute\/v1\/rest\"\`.--- It will be left unspecified for resources without a discovery-based API,--- such as Cloud Bigtable.-rDiscoveryDocumentURI :: Lens' Resource (Maybe Text)-rDiscoveryDocumentURI-  = lens _rDiscoveryDocumentURI-      (\ s a -> s{_rDiscoveryDocumentURI = a})---- | The REST URL for accessing the resource. An HTTP GET operation using--- this URL returns the resource itself. Example:--- \`https:\/\/cloudresourcemanager.googleapis.com\/v1\/projects\/my-project-123\`.--- It will be left unspecified for resources without a REST API.-rResourceURL :: Lens' Resource (Maybe Text)-rResourceURL-  = lens _rResourceURL (\ s a -> s{_rResourceURL = a})--instance FromJSON Resource where-        parseJSON-          = withObject "Resource"-              (\ o ->-                 Resource' <$>-                   (o .:? "parent") <*> (o .:? "data") <*>-                     (o .:? "version")-                     <*> (o .:? "discoveryName")-                     <*> (o .:? "discoveryDocumentUri")-                     <*> (o .:? "resourceUrl"))--instance ToJSON Resource where-        toJSON Resource'{..}-          = object-              (catMaybes-                 [("parent" .=) <$> _rParent, ("data" .=) <$> _rData,-                  ("version" .=) <$> _rVersion,-                  ("discoveryName" .=) <$> _rDiscoveryName,-                  ("discoveryDocumentUri" .=) <$>-                    _rDiscoveryDocumentURI,-                  ("resourceUrl" .=) <$> _rResourceURL])---- | The content of the resource, in which some sensitive fields are scrubbed--- away and may not be present.------ /See:/ 'resourceData' smart constructor.-newtype ResourceData =-  ResourceData'-    { _rdAddtional :: HashMap Text JSONValue-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ResourceData' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'rdAddtional'-resourceData-    :: HashMap Text JSONValue -- ^ 'rdAddtional'-    -> ResourceData-resourceData pRdAddtional_ =-  ResourceData' {_rdAddtional = _Coerce # pRdAddtional_}----- | Properties of the object.-rdAddtional :: Lens' ResourceData (HashMap Text JSONValue)-rdAddtional-  = lens _rdAddtional (\ s a -> s{_rdAddtional = a}) .-      _Coerce--instance FromJSON ResourceData where-        parseJSON-          = withObject "ResourceData"-              (\ o -> ResourceData' <$> (parseJSONObject o))--instance ToJSON ResourceData where-        toJSON = toJSON . _rdAddtional---- | Output configuration for export assets destination.------ /See:/ 'outputConfig' smart constructor.-newtype OutputConfig =-  OutputConfig'-    { _ocGcsDestination :: Maybe GcsDestination-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'OutputConfig' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ocGcsDestination'-outputConfig-    :: OutputConfig-outputConfig = OutputConfig' {_ocGcsDestination = Nothing}----- | Destination on Cloud Storage.-ocGcsDestination :: Lens' OutputConfig (Maybe GcsDestination)-ocGcsDestination-  = lens _ocGcsDestination-      (\ s a -> s{_ocGcsDestination = a})--instance FromJSON OutputConfig where-        parseJSON-          = withObject "OutputConfig"-              (\ o -> OutputConfig' <$> (o .:? "gcsDestination"))--instance ToJSON OutputConfig where-        toJSON OutputConfig'{..}-          = object-              (catMaybes-                 [("gcsDestination" .=) <$> _ocGcsDestination])---- | Defines an Identity and Access Management (IAM) policy. It is used to--- specify access control policies for Cloud Platform resources. A--- \`Policy\` consists of a list of \`bindings\`. A \`binding\` binds a--- list of \`members\` to a \`role\`, where the members can be user--- accounts, Google groups, Google domains, and service accounts. A--- \`role\` is a named list of permissions defined by IAM. **JSON Example**--- { \"bindings\": [ { \"role\": \"roles\/owner\", \"members\": [--- \"user:mike\'example.com\", \"group:admins\'example.com\",--- \"domain:google.com\",--- \"serviceAccount:my-other-app\'appspot.gserviceaccount.com\" ] }, {--- \"role\": \"roles\/viewer\", \"members\": [\"user:sean\'example.com\"] }--- ] } **YAML Example** bindings: - members: - user:mike\'example.com ---- group:admins\'example.com - domain:google.com ---- serviceAccount:my-other-app\'appspot.gserviceaccount.com role:--- roles\/owner - members: - user:sean\'example.com role: roles\/viewer For--- a description of IAM and its features, see the [IAM developer\'s--- guide](https:\/\/cloud.google.com\/iam\/docs).------ /See:/ 'policy' smart constructor.-data Policy =-  Policy'-    { _pAuditConfigs :: !(Maybe [AuditConfig])-    , _pEtag         :: !(Maybe Bytes)-    , _pVersion      :: !(Maybe (Textual Int32))-    , _pBindings     :: !(Maybe [Binding])-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Policy' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pAuditConfigs'------ * 'pEtag'------ * 'pVersion'------ * 'pBindings'-policy-    :: Policy-policy =-  Policy'-    { _pAuditConfigs = Nothing-    , _pEtag = Nothing-    , _pVersion = Nothing-    , _pBindings = Nothing-    }----- | Specifies cloud audit logging configuration for this policy.-pAuditConfigs :: Lens' Policy [AuditConfig]-pAuditConfigs-  = lens _pAuditConfigs-      (\ s a -> s{_pAuditConfigs = a})-      . _Default-      . _Coerce---- | \`etag\` is used for optimistic concurrency control as a way to help--- prevent simultaneous updates of a policy from overwriting each other. It--- is strongly suggested that systems make use of the \`etag\` in the--- read-modify-write cycle to perform policy updates in order to avoid race--- conditions: An \`etag\` is returned in the response to \`getIamPolicy\`,--- and systems are expected to put that etag in the request to--- \`setIamPolicy\` to ensure that their change will be applied to the same--- version of the policy. If no \`etag\` is provided in the call to--- \`setIamPolicy\`, then the existing policy is overwritten blindly.-pEtag :: Lens' Policy (Maybe ByteString)-pEtag-  = lens _pEtag (\ s a -> s{_pEtag = a}) .-      mapping _Bytes---- | Deprecated.-pVersion :: Lens' Policy (Maybe Int32)-pVersion-  = lens _pVersion (\ s a -> s{_pVersion = a}) .-      mapping _Coerce---- | Associates a list of \`members\` to a \`role\`. \`bindings\` with no--- members will result in an error.-pBindings :: Lens' Policy [Binding]-pBindings-  = lens _pBindings (\ s a -> s{_pBindings = a}) .-      _Default-      . _Coerce--instance FromJSON Policy where-        parseJSON-          = withObject "Policy"-              (\ o ->-                 Policy' <$>-                   (o .:? "auditConfigs" .!= mempty) <*> (o .:? "etag")-                     <*> (o .:? "version")-                     <*> (o .:? "bindings" .!= mempty))--instance ToJSON Policy where-        toJSON Policy'{..}-          = object-              (catMaybes-                 [("auditConfigs" .=) <$> _pAuditConfigs,-                  ("etag" .=) <$> _pEtag, ("version" .=) <$> _pVersion,-                  ("bindings" .=) <$> _pBindings])---- | Batch get assets history response.------ /See:/ 'batchGetAssetsHistoryResponse' smart constructor.-newtype BatchGetAssetsHistoryResponse =-  BatchGetAssetsHistoryResponse'-    { _bgahrAssets :: Maybe [TemporalAsset]-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'BatchGetAssetsHistoryResponse' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'bgahrAssets'-batchGetAssetsHistoryResponse-    :: BatchGetAssetsHistoryResponse-batchGetAssetsHistoryResponse =-  BatchGetAssetsHistoryResponse' {_bgahrAssets = Nothing}----- | A list of assets with valid time windows.-bgahrAssets :: Lens' BatchGetAssetsHistoryResponse [TemporalAsset]-bgahrAssets-  = lens _bgahrAssets (\ s a -> s{_bgahrAssets = a}) .-      _Default-      . _Coerce--instance FromJSON BatchGetAssetsHistoryResponse where-        parseJSON-          = withObject "BatchGetAssetsHistoryResponse"-              (\ o ->-                 BatchGetAssetsHistoryResponse' <$>-                   (o .:? "assets" .!= mempty))--instance ToJSON BatchGetAssetsHistoryResponse where-        toJSON BatchGetAssetsHistoryResponse'{..}-          = object (catMaybes [("assets" .=) <$> _bgahrAssets])---- | Service-specific metadata associated with the operation. It typically--- contains progress information and common metadata such as create time.--- Some services might not provide such metadata. Any method that returns a--- long-running operation should document the metadata type, if any.------ /See:/ 'operationMetadata' smart constructor.-newtype OperationMetadata =-  OperationMetadata'-    { _omAddtional :: HashMap Text JSONValue-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'OperationMetadata' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'omAddtional'-operationMetadata-    :: HashMap Text JSONValue -- ^ 'omAddtional'-    -> OperationMetadata-operationMetadata pOmAddtional_ =-  OperationMetadata' {_omAddtional = _Coerce # pOmAddtional_}----- | Properties of the object. Contains field \'type with type URL.-omAddtional :: Lens' OperationMetadata (HashMap Text JSONValue)-omAddtional-  = lens _omAddtional (\ s a -> s{_omAddtional = a}) .-      _Coerce--instance FromJSON OperationMetadata where-        parseJSON-          = withObject "OperationMetadata"-              (\ o -> OperationMetadata' <$> (parseJSONObject o))--instance ToJSON OperationMetadata where-        toJSON = toJSON . _omAddtional---- | Provides the configuration for logging a type of permissions. Example: {--- \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\",--- \"exempted_members\": [ \"user:foo\'gmail.com\" ] }, { \"log_type\":--- \"DATA_WRITE\", } ] } This enables \'DATA_READ\' and \'DATA_WRITE\'--- logging, while exempting foo\'gmail.com from DATA_READ logging.------ /See:/ 'auditLogConfig' smart constructor.-data AuditLogConfig =-  AuditLogConfig'-    { _alcLogType         :: !(Maybe AuditLogConfigLogType)-    , _alcExemptedMembers :: !(Maybe [Text])-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'AuditLogConfig' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'alcLogType'------ * 'alcExemptedMembers'-auditLogConfig-    :: AuditLogConfig-auditLogConfig =-  AuditLogConfig' {_alcLogType = Nothing, _alcExemptedMembers = Nothing}----- | The log type that this config enables.-alcLogType :: Lens' AuditLogConfig (Maybe AuditLogConfigLogType)-alcLogType-  = lens _alcLogType (\ s a -> s{_alcLogType = a})---- | Specifies the identities that do not cause logging for this type of--- permission. Follows the same format of Binding.members.-alcExemptedMembers :: Lens' AuditLogConfig [Text]-alcExemptedMembers-  = lens _alcExemptedMembers-      (\ s a -> s{_alcExemptedMembers = a})-      . _Default-      . _Coerce--instance FromJSON AuditLogConfig where-        parseJSON-          = withObject "AuditLogConfig"-              (\ o ->-                 AuditLogConfig' <$>-                   (o .:? "logType") <*>-                     (o .:? "exemptedMembers" .!= mempty))--instance ToJSON AuditLogConfig where-        toJSON AuditLogConfig'{..}-          = object-              (catMaybes-                 [("logType" .=) <$> _alcLogType,-                  ("exemptedMembers" .=) <$> _alcExemptedMembers])---- | The normal response of the operation in case of success. If the original--- method returns no data on success, such as \`Delete\`, the response is--- \`google.protobuf.Empty\`. If the original method is standard--- \`Get\`\/\`Create\`\/\`Update\`, the response should be the resource.--- For other methods, the response should have the type \`XxxResponse\`,--- where \`Xxx\` is the original method name. For example, if the original--- method name is \`TakeSnapshot()\`, the inferred response type is--- \`TakeSnapshotResponse\`.------ /See:/ 'operationResponse' smart constructor.-newtype OperationResponse =-  OperationResponse'-    { _orAddtional :: HashMap Text JSONValue-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'OperationResponse' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'orAddtional'-operationResponse-    :: HashMap Text JSONValue -- ^ 'orAddtional'-    -> OperationResponse-operationResponse pOrAddtional_ =-  OperationResponse' {_orAddtional = _Coerce # pOrAddtional_}----- | Properties of the object. Contains field \'type with type URL.-orAddtional :: Lens' OperationResponse (HashMap Text JSONValue)-orAddtional-  = lens _orAddtional (\ s a -> s{_orAddtional = a}) .-      _Coerce--instance FromJSON OperationResponse where-        parseJSON-          = withObject "OperationResponse"-              (\ o -> OperationResponse' <$> (parseJSONObject o))--instance ToJSON OperationResponse where-        toJSON = toJSON . _orAddtional---- | Associates \`members\` with a \`role\`.------ /See:/ 'binding' smart constructor.-data Binding =-  Binding'-    { _bMembers   :: !(Maybe [Text])-    , _bRole      :: !(Maybe Text)-    , _bCondition :: !(Maybe Expr)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Binding' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'bMembers'------ * 'bRole'------ * 'bCondition'-binding-    :: Binding-binding =-  Binding' {_bMembers = Nothing, _bRole = Nothing, _bCondition = Nothing}----- | Specifies the identities requesting access for a Cloud Platform--- resource. \`members\` can have the following values: * \`allUsers\`: A--- special identifier that represents anyone who is on the internet; with--- or without a Google account. * \`allAuthenticatedUsers\`: A special--- identifier that represents anyone who is authenticated with a Google--- account or a service account. * \`user:{emailid}\`: An email address--- that represents a specific Google account. For example,--- \`alice\'gmail.com\` . * \`serviceAccount:{emailid}\`: An email address--- that represents a service account. For example,--- \`my-other-app\'appspot.gserviceaccount.com\`. * \`group:{emailid}\`: An--- email address that represents a Google group. For example,--- \`admins\'example.com\`. * \`domain:{domain}\`: The G Suite domain--- (primary) that represents all the users of that domain. For example,--- \`google.com\` or \`example.com\`.-bMembers :: Lens' Binding [Text]-bMembers-  = lens _bMembers (\ s a -> s{_bMembers = a}) .-      _Default-      . _Coerce---- | Role that is assigned to \`members\`. For example, \`roles\/viewer\`,--- \`roles\/editor\`, or \`roles\/owner\`.-bRole :: Lens' Binding (Maybe Text)-bRole = lens _bRole (\ s a -> s{_bRole = a})---- | The condition that is associated with this binding. NOTE: An unsatisfied--- condition will not allow user access via current binding. Different--- bindings, including their conditions, are examined independently.-bCondition :: Lens' Binding (Maybe Expr)-bCondition-  = lens _bCondition (\ s a -> s{_bCondition = a})--instance FromJSON Binding where-        parseJSON-          = withObject "Binding"-              (\ o ->-                 Binding' <$>-                   (o .:? "members" .!= mempty) <*> (o .:? "role") <*>-                     (o .:? "condition"))--instance ToJSON Binding where-        toJSON Binding'{..}-          = object-              (catMaybes-                 [("members" .=) <$> _bMembers,-                  ("role" .=) <$> _bRole,-                  ("condition" .=) <$> _bCondition])
− gen/Network/Google/CloudAsset/Types/Sum.hs
@@ -1,122 +0,0 @@-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE LambdaCase         #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}--{-# OPTIONS_GHC -fno-warn-unused-imports #-}---- |--- Module      : Network.Google.CloudAsset.Types.Sum--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)----module Network.Google.CloudAsset.Types.Sum where--import           Network.Google.Prelude hiding (Bytes)---- | Asset content type. If not specified, no content but the asset name will--- be returned.-data ExportAssetsRequestContentType-    = EARCTContentTypeUnspecified-      -- ^ @CONTENT_TYPE_UNSPECIFIED@-      -- Unspecified content type.-    | EARCTResource-      -- ^ @RESOURCE@-      -- Resource metadata.-    | EARCTIAMPolicy-      -- ^ @IAM_POLICY@-      -- The actual IAM policy set on a resource.-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable ExportAssetsRequestContentType--instance FromHttpApiData ExportAssetsRequestContentType where-    parseQueryParam = \case-        "CONTENT_TYPE_UNSPECIFIED" -> Right EARCTContentTypeUnspecified-        "RESOURCE" -> Right EARCTResource-        "IAM_POLICY" -> Right EARCTIAMPolicy-        x -> Left ("Unable to parse ExportAssetsRequestContentType from: " <> x)--instance ToHttpApiData ExportAssetsRequestContentType where-    toQueryParam = \case-        EARCTContentTypeUnspecified -> "CONTENT_TYPE_UNSPECIFIED"-        EARCTResource -> "RESOURCE"-        EARCTIAMPolicy -> "IAM_POLICY"--instance FromJSON ExportAssetsRequestContentType where-    parseJSON = parseJSONText "ExportAssetsRequestContentType"--instance ToJSON ExportAssetsRequestContentType where-    toJSON = toJSONText---- | The log type that this config enables.-data AuditLogConfigLogType-    = LogTypeUnspecified-      -- ^ @LOG_TYPE_UNSPECIFIED@-      -- Default case. Should never be this.-    | AdminRead-      -- ^ @ADMIN_READ@-      -- Admin reads. Example: CloudIAM getIamPolicy-    | DataWrite-      -- ^ @DATA_WRITE@-      -- Data writes. Example: CloudSQL Users create-    | DataRead-      -- ^ @DATA_READ@-      -- Data reads. Example: CloudSQL Users list-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable AuditLogConfigLogType--instance FromHttpApiData AuditLogConfigLogType where-    parseQueryParam = \case-        "LOG_TYPE_UNSPECIFIED" -> Right LogTypeUnspecified-        "ADMIN_READ" -> Right AdminRead-        "DATA_WRITE" -> Right DataWrite-        "DATA_READ" -> Right DataRead-        x -> Left ("Unable to parse AuditLogConfigLogType from: " <> x)--instance ToHttpApiData AuditLogConfigLogType where-    toQueryParam = \case-        LogTypeUnspecified -> "LOG_TYPE_UNSPECIFIED"-        AdminRead -> "ADMIN_READ"-        DataWrite -> "DATA_WRITE"-        DataRead -> "DATA_READ"--instance FromJSON AuditLogConfigLogType where-    parseJSON = parseJSONText "AuditLogConfigLogType"--instance ToJSON AuditLogConfigLogType where-    toJSON = toJSONText---- | V1 error format.-data Xgafv-    = X1-      -- ^ @1@-      -- v1 error format-    | X2-      -- ^ @2@-      -- v2 error format-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable Xgafv--instance FromHttpApiData Xgafv where-    parseQueryParam = \case-        "1" -> Right X1-        "2" -> Right X2-        x -> Left ("Unable to parse Xgafv from: " <> x)--instance ToHttpApiData Xgafv where-    toQueryParam = \case-        X1 -> "1"-        X2 -> "2"--instance FromJSON Xgafv where-    parseJSON = parseJSONText "Xgafv"--instance ToJSON Xgafv where-    toJSON = toJSONText
− gen/Network/Google/Resource/CloudAsset/BatchGetAssetsHistory.hs
@@ -1,230 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.CloudAsset.BatchGetAssetsHistory--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Batch gets the update history of assets that overlap a time window. For--- RESOURCE content, this API outputs history with asset in both non-delete--- or deleted status. For IAM_POLICY content, this API outputs history when--- the asset and its attached IAM POLICY both exist. This can create gaps--- in the output history. If a specified asset does not exist, this API--- returns an INVALID_ARGUMENT error.------ /See:/ <https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/quickstart-cloud-asset-inventory Cloud Asset API Reference> for @cloudasset.batchGetAssetsHistory@.-module Network.Google.Resource.CloudAsset.BatchGetAssetsHistory-    (-    -- * REST Resource-      BatchGetAssetsHistoryResource--    -- * Creating a Request-    , batchGetAssetsHistory-    , BatchGetAssetsHistory--    -- * Request Lenses-    , bgahParent-    , bgahXgafv-    , bgahReadTimeWindowEndTime-    , bgahUploadProtocol-    , bgahAccessToken-    , bgahUploadType-    , bgahAssetNames-    , bgahReadTimeWindowStartTime-    , bgahContentType-    , bgahCallback-    ) where--import           Network.Google.CloudAsset.Types-import           Network.Google.Prelude---- | A resource alias for @cloudasset.batchGetAssetsHistory@ method which the--- 'BatchGetAssetsHistory' request conforms to.-type BatchGetAssetsHistoryResource =-     "v1" :>-       CaptureMode "parent" "batchGetAssetsHistory" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "readTimeWindow.endTime" DateTime' :>-             QueryParam "upload_protocol" Text :>-               QueryParam "access_token" Text :>-                 QueryParam "uploadType" Text :>-                   QueryParams "assetNames" Text :>-                     QueryParam "readTimeWindow.startTime" DateTime' :>-                       QueryParam "contentType" Text :>-                         QueryParam "callback" Text :>-                           QueryParam "alt" AltJSON :>-                             Get '[JSON] BatchGetAssetsHistoryResponse---- | Batch gets the update history of assets that overlap a time window. For--- RESOURCE content, this API outputs history with asset in both non-delete--- or deleted status. For IAM_POLICY content, this API outputs history when--- the asset and its attached IAM POLICY both exist. This can create gaps--- in the output history. If a specified asset does not exist, this API--- returns an INVALID_ARGUMENT error.------ /See:/ 'batchGetAssetsHistory' smart constructor.-data BatchGetAssetsHistory =-  BatchGetAssetsHistory'-    { _bgahParent                  :: !Text-    , _bgahXgafv                   :: !(Maybe Xgafv)-    , _bgahReadTimeWindowEndTime   :: !(Maybe DateTime')-    , _bgahUploadProtocol          :: !(Maybe Text)-    , _bgahAccessToken             :: !(Maybe Text)-    , _bgahUploadType              :: !(Maybe Text)-    , _bgahAssetNames              :: !(Maybe [Text])-    , _bgahReadTimeWindowStartTime :: !(Maybe DateTime')-    , _bgahContentType             :: !(Maybe Text)-    , _bgahCallback                :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'BatchGetAssetsHistory' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'bgahParent'------ * 'bgahXgafv'------ * 'bgahReadTimeWindowEndTime'------ * 'bgahUploadProtocol'------ * 'bgahAccessToken'------ * 'bgahUploadType'------ * 'bgahAssetNames'------ * 'bgahReadTimeWindowStartTime'------ * 'bgahContentType'------ * 'bgahCallback'-batchGetAssetsHistory-    :: Text -- ^ 'bgahParent'-    -> BatchGetAssetsHistory-batchGetAssetsHistory pBgahParent_ =-  BatchGetAssetsHistory'-    { _bgahParent = pBgahParent_-    , _bgahXgafv = Nothing-    , _bgahReadTimeWindowEndTime = Nothing-    , _bgahUploadProtocol = Nothing-    , _bgahAccessToken = Nothing-    , _bgahUploadType = Nothing-    , _bgahAssetNames = Nothing-    , _bgahReadTimeWindowStartTime = Nothing-    , _bgahContentType = Nothing-    , _bgahCallback = Nothing-    }----- | Required. The relative name of the root asset. It can only be an--- organization number (such as \"organizations\/123\"), a project ID (such--- as \"projects\/my-project-id\")\", or a project number (such as--- \"projects\/12345\").-bgahParent :: Lens' BatchGetAssetsHistory Text-bgahParent-  = lens _bgahParent (\ s a -> s{_bgahParent = a})---- | V1 error format.-bgahXgafv :: Lens' BatchGetAssetsHistory (Maybe Xgafv)-bgahXgafv-  = lens _bgahXgafv (\ s a -> s{_bgahXgafv = a})---- | End time of the time window (inclusive). Current timestamp if not--- specified.-bgahReadTimeWindowEndTime :: Lens' BatchGetAssetsHistory (Maybe UTCTime)-bgahReadTimeWindowEndTime-  = lens _bgahReadTimeWindowEndTime-      (\ s a -> s{_bgahReadTimeWindowEndTime = a})-      . mapping _DateTime---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-bgahUploadProtocol :: Lens' BatchGetAssetsHistory (Maybe Text)-bgahUploadProtocol-  = lens _bgahUploadProtocol-      (\ s a -> s{_bgahUploadProtocol = a})---- | OAuth access token.-bgahAccessToken :: Lens' BatchGetAssetsHistory (Maybe Text)-bgahAccessToken-  = lens _bgahAccessToken-      (\ s a -> s{_bgahAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-bgahUploadType :: Lens' BatchGetAssetsHistory (Maybe Text)-bgahUploadType-  = lens _bgahUploadType-      (\ s a -> s{_bgahUploadType = a})---- | A list of the full names of the assets. For example:--- \`\/\/compute.googleapis.com\/projects\/my_project_123\/zones\/zone1\/instances\/instance1\`.--- See [Resource--- Names](https:\/\/cloud.google.com\/apis\/design\/resource_names#full_resource_name)--- and [Resource Name--- Format](https:\/\/cloud.google.com\/resource-manager\/docs\/cloud-asset-inventory\/resource-name-format)--- for more info. The request becomes a no-op if the asset name list is--- empty, and the max size of the asset name list is 100 in one request.-bgahAssetNames :: Lens' BatchGetAssetsHistory [Text]-bgahAssetNames-  = lens _bgahAssetNames-      (\ s a -> s{_bgahAssetNames = a})-      . _Default-      . _Coerce---- | Start time of the time window (exclusive).-bgahReadTimeWindowStartTime :: Lens' BatchGetAssetsHistory (Maybe UTCTime)-bgahReadTimeWindowStartTime-  = lens _bgahReadTimeWindowStartTime-      (\ s a -> s{_bgahReadTimeWindowStartTime = a})-      . mapping _DateTime---- | Required. The content type.-bgahContentType :: Lens' BatchGetAssetsHistory (Maybe Text)-bgahContentType-  = lens _bgahContentType-      (\ s a -> s{_bgahContentType = a})---- | JSONP-bgahCallback :: Lens' BatchGetAssetsHistory (Maybe Text)-bgahCallback-  = lens _bgahCallback (\ s a -> s{_bgahCallback = a})--instance GoogleRequest BatchGetAssetsHistory where-        type Rs BatchGetAssetsHistory =-             BatchGetAssetsHistoryResponse-        type Scopes BatchGetAssetsHistory =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient BatchGetAssetsHistory'{..}-          = go _bgahParent _bgahXgafv-              _bgahReadTimeWindowEndTime-              _bgahUploadProtocol-              _bgahAccessToken-              _bgahUploadType-              (_bgahAssetNames ^. _Default)-              _bgahReadTimeWindowStartTime-              _bgahContentType-              _bgahCallback-              (Just AltJSON)-              cloudAssetService-          where go-                  = buildClient-                      (Proxy :: Proxy BatchGetAssetsHistoryResource)-                      mempty
− gen/Network/Google/Resource/CloudAsset/ExportAssets.hs
@@ -1,169 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.CloudAsset.ExportAssets--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Exports assets with time and resource types to a given Cloud Storage--- location. The output format is newline-delimited JSON. This API--- implements the google.longrunning.Operation API allowing you to keep--- track of the export.------ /See:/ <https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/quickstart-cloud-asset-inventory Cloud Asset API Reference> for @cloudasset.exportAssets@.-module Network.Google.Resource.CloudAsset.ExportAssets-    (-    -- * REST Resource-      ExportAssetsResource--    -- * Creating a Request-    , exportAssets-    , ExportAssets--    -- * Request Lenses-    , eaParent-    , eaXgafv-    , eaUploadProtocol-    , eaAccessToken-    , eaUploadType-    , eaPayload-    , eaCallback-    ) where--import           Network.Google.CloudAsset.Types-import           Network.Google.Prelude---- | A resource alias for @cloudasset.exportAssets@ method which the--- 'ExportAssets' request conforms to.-type ExportAssetsResource =-     "v1" :>-       CaptureMode "parent" "exportAssets" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] ExportAssetsRequest :>-                       Post '[JSON] Operation---- | Exports assets with time and resource types to a given Cloud Storage--- location. The output format is newline-delimited JSON. This API--- implements the google.longrunning.Operation API allowing you to keep--- track of the export.------ /See:/ 'exportAssets' smart constructor.-data ExportAssets =-  ExportAssets'-    { _eaParent         :: !Text-    , _eaXgafv          :: !(Maybe Xgafv)-    , _eaUploadProtocol :: !(Maybe Text)-    , _eaAccessToken    :: !(Maybe Text)-    , _eaUploadType     :: !(Maybe Text)-    , _eaPayload        :: !ExportAssetsRequest-    , _eaCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ExportAssets' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'eaParent'------ * 'eaXgafv'------ * 'eaUploadProtocol'------ * 'eaAccessToken'------ * 'eaUploadType'------ * 'eaPayload'------ * 'eaCallback'-exportAssets-    :: Text -- ^ 'eaParent'-    -> ExportAssetsRequest -- ^ 'eaPayload'-    -> ExportAssets-exportAssets pEaParent_ pEaPayload_ =-  ExportAssets'-    { _eaParent = pEaParent_-    , _eaXgafv = Nothing-    , _eaUploadProtocol = Nothing-    , _eaAccessToken = Nothing-    , _eaUploadType = Nothing-    , _eaPayload = pEaPayload_-    , _eaCallback = Nothing-    }----- | Required. The relative name of the root asset. This can only be an--- organization number (such as \"organizations\/123\"), a project ID (such--- as \"projects\/my-project-id\"), or a project number (such as--- \"projects\/12345\"), or a folder number (such as \"folders\/123\").-eaParent :: Lens' ExportAssets Text-eaParent = lens _eaParent (\ s a -> s{_eaParent = a})---- | V1 error format.-eaXgafv :: Lens' ExportAssets (Maybe Xgafv)-eaXgafv = lens _eaXgafv (\ s a -> s{_eaXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-eaUploadProtocol :: Lens' ExportAssets (Maybe Text)-eaUploadProtocol-  = lens _eaUploadProtocol-      (\ s a -> s{_eaUploadProtocol = a})---- | OAuth access token.-eaAccessToken :: Lens' ExportAssets (Maybe Text)-eaAccessToken-  = lens _eaAccessToken-      (\ s a -> s{_eaAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-eaUploadType :: Lens' ExportAssets (Maybe Text)-eaUploadType-  = lens _eaUploadType (\ s a -> s{_eaUploadType = a})---- | Multipart request metadata.-eaPayload :: Lens' ExportAssets ExportAssetsRequest-eaPayload-  = lens _eaPayload (\ s a -> s{_eaPayload = a})---- | JSONP-eaCallback :: Lens' ExportAssets (Maybe Text)-eaCallback-  = lens _eaCallback (\ s a -> s{_eaCallback = a})--instance GoogleRequest ExportAssets where-        type Rs ExportAssets = Operation-        type Scopes ExportAssets =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ExportAssets'{..}-          = go _eaParent _eaXgafv _eaUploadProtocol-              _eaAccessToken-              _eaUploadType-              _eaCallback-              (Just AltJSON)-              _eaPayload-              cloudAssetService-          where go-                  = buildClient (Proxy :: Proxy ExportAssetsResource)-                      mempty
− gen/Network/Google/Resource/CloudAsset/Operations/Get.hs
@@ -1,150 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.CloudAsset.Operations.Get--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Gets the latest state of a long-running operation. Clients can use this--- method to poll the operation result at intervals as recommended by the--- API service.------ /See:/ <https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/quickstart-cloud-asset-inventory Cloud Asset API Reference> for @cloudasset.operations.get@.-module Network.Google.Resource.CloudAsset.Operations.Get-    (-    -- * REST Resource-      OperationsGetResource--    -- * Creating a Request-    , operationsGet-    , OperationsGet--    -- * Request Lenses-    , ogXgafv-    , ogUploadProtocol-    , ogAccessToken-    , ogUploadType-    , ogName-    , ogCallback-    ) where--import           Network.Google.CloudAsset.Types-import           Network.Google.Prelude---- | A resource alias for @cloudasset.operations.get@ method which the--- 'OperationsGet' request conforms to.-type OperationsGetResource =-     "v1" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :> Get '[JSON] Operation---- | Gets the latest state of a long-running operation. Clients can use this--- method to poll the operation result at intervals as recommended by the--- API service.------ /See:/ 'operationsGet' smart constructor.-data OperationsGet =-  OperationsGet'-    { _ogXgafv          :: !(Maybe Xgafv)-    , _ogUploadProtocol :: !(Maybe Text)-    , _ogAccessToken    :: !(Maybe Text)-    , _ogUploadType     :: !(Maybe Text)-    , _ogName           :: !Text-    , _ogCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'OperationsGet' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ogXgafv'------ * 'ogUploadProtocol'------ * 'ogAccessToken'------ * 'ogUploadType'------ * 'ogName'------ * 'ogCallback'-operationsGet-    :: Text -- ^ 'ogName'-    -> OperationsGet-operationsGet pOgName_ =-  OperationsGet'-    { _ogXgafv = Nothing-    , _ogUploadProtocol = Nothing-    , _ogAccessToken = Nothing-    , _ogUploadType = Nothing-    , _ogName = pOgName_-    , _ogCallback = Nothing-    }----- | V1 error format.-ogXgafv :: Lens' OperationsGet (Maybe Xgafv)-ogXgafv = lens _ogXgafv (\ s a -> s{_ogXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-ogUploadProtocol :: Lens' OperationsGet (Maybe Text)-ogUploadProtocol-  = lens _ogUploadProtocol-      (\ s a -> s{_ogUploadProtocol = a})---- | OAuth access token.-ogAccessToken :: Lens' OperationsGet (Maybe Text)-ogAccessToken-  = lens _ogAccessToken-      (\ s a -> s{_ogAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-ogUploadType :: Lens' OperationsGet (Maybe Text)-ogUploadType-  = lens _ogUploadType (\ s a -> s{_ogUploadType = a})---- | The name of the operation resource.-ogName :: Lens' OperationsGet Text-ogName = lens _ogName (\ s a -> s{_ogName = a})---- | JSONP-ogCallback :: Lens' OperationsGet (Maybe Text)-ogCallback-  = lens _ogCallback (\ s a -> s{_ogCallback = a})--instance GoogleRequest OperationsGet where-        type Rs OperationsGet = Operation-        type Scopes OperationsGet =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient OperationsGet'{..}-          = go _ogName _ogXgafv _ogUploadProtocol-              _ogAccessToken-              _ogUploadType-              _ogCallback-              (Just AltJSON)-              cloudAssetService-          where go-                  = buildClient (Proxy :: Proxy OperationsGetResource)-                      mempty
gogol-cloudasset.cabal view
@@ -1,49 +1,62 @@-name:                  gogol-cloudasset-version:               0.5.0-synopsis:              Google Cloud Asset SDK.-homepage:              https://github.com/brendanhay/gogol-bug-reports:           https://github.com/brendanhay/gogol/issues-license:               OtherLicense-license-file:          LICENSE-author:                Brendan Hay-maintainer:            Brendan Hay <brendan.g.hay@gmail.com>-copyright:             Copyright (c) 2015-2016 Brendan Hay-category:              Network, Google, Cloud-build-type:            Simple-cabal-version:         >= 1.10-extra-source-files:    README.md src/.gitkeep+cabal-version:      2.2+name:               gogol-cloudasset+version:            1.0.0+synopsis:           Google Cloud Asset SDK.+homepage:           https://github.com/brendanhay/gogol+bug-reports:        https://github.com/brendanhay/gogol/issues+license:            MPL-2.0+license-file:       LICENSE+author:             Brendan Hay+maintainer:+  Brendan Hay <brendan.g.hay+gogol@gmail.com>, Toni Cebrián <toni@tonicebrian.com> +copyright:          Copyright (c) 2015-2025 Brendan Hay+category:           Google+build-type:         Simple+extra-source-files:+  README.md+  src/.gitkeep+ description:-    The cloud asset API manages the history and inventory of cloud-    resources.-    .-    /Warning:/ This is an experimental prototype/preview release which is still-    under exploratory development and not intended for public use, caveat emptor!-    .-    This library is compatible with version @v1@-    of the API.+  The Cloud Asset API manages the history and inventory of Google Cloud resources.+  .+  /Warning:/ This is an experimental prototype/preview release which is still+  under exploratory development and not intended for public use, caveat emptor!+  .+  This library is compatible with version @v1p7beta1@+  of the API.  source-repository head-    type:     git-    location: git://github.com/brendanhay/gogol.git+  type:     git+  location: git://github.com/brendanhay/gogol.git+  subdir:   gogol-cloudasset +flag field-selectors+  description:+    If record field selectors should be enabled. Disabling this requires GHC >=9.2 and the NoFieldSelectors extension.++  default:     False+  manual:      True+ library-    default-language:  Haskell2010-    hs-source-dirs:    src gen+  default-language: GHC2021+  hs-source-dirs:   src gen+  ghc-options:+    -Wall -fwarn-incomplete-uni-patterns+    -fwarn-incomplete-record-updates -funbox-strict-fields+    -fwarn-unused-packages -    ghc-options:       -Wall+  if (!flag(field-selectors) && impl(ghc >=9.2))+    default-extensions: NoFieldSelectors -    exposed-modules:-          Network.Google.CloudAsset-        , Network.Google.CloudAsset.Types-        , Network.Google.Resource.CloudAsset.BatchGetAssetsHistory-        , Network.Google.Resource.CloudAsset.ExportAssets-        , Network.Google.Resource.CloudAsset.Operations.Get+  exposed-modules:+    Gogol.CloudAsset+    Gogol.CloudAsset.ExportAssets+    Gogol.CloudAsset.Operations.Get+    Gogol.CloudAsset.Types -    other-modules:-          Network.Google.CloudAsset.Types.Product-        , Network.Google.CloudAsset.Types.Sum+  other-modules:+    Gogol.CloudAsset.Internal.Product+    Gogol.CloudAsset.Internal.Sum -    build-depends:-          gogol-core == 0.5.0.*-        , base       >= 4.7 && < 5+  build-depends:    gogol-core ^>=1.0.0